Changeset 1028

Show
Ignore:
Timestamp:
11/29/07 09:46:50 (8 months ago)
Author:
aronb
Message:

Treat library dictonary list as a raw string so that paths like 'C:\\build_dir'
work correctly on windows.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/fcptr_stable_jun07/osg-config.in

    r952 r1028  
    2323# List of dictionaries in string format that will 
    2424# be used to build library information 
    25 lib_map_str = """@LIB_MAP_STR@""" 
     25lib_map_str = r"""@LIB_MAP_STR@""" 
    2626 
    2727# various other variables needed 
     
    6161 
    6262   parser.add_option("--prefix",action="store_true",help="Print the installation prefix.") 
    63    parser.add_option("--version",action="store_true",help="Print the installed CppDom's version number.") 
     63   parser.add_option("--version",action="store_true",help="Print the installed OpenSG's version number.") 
    6464   parser.add_option("--cflags",action="store_true",help="Print OpenSG specific cflags.") 
    6565   parser.add_option("--lflags",action="store_true",help="Print library flags.")