Changeset 19640

Show
Ignore:
Timestamp:
12/12/06 17:48:53 (2 years ago)
Author:
patrick
Message:

MFT [rev 19638]: Added OpenSG build bits.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • PyJuggler/branches/1.0/buildwin32.py

    r19009 r19640  
    4949 
    5050      # Default values for optional settings. 
    51       'OSGHOME'        : os.getenv('OSGHOME', '') 
     51      'OSGHOME'        : os.getenv('OSGHOME', ''), 
     52      'OSGROOT'        : os.getenv('OSGROOT', '') 
    5253   } 
    5354 
     
    7374   processInput(options, 'OSGHOME', 'Open Scene Graph installation directory', 
    7475                False) 
     76   processInput(options, 'OSGROOT', 'OpenSG installation directory', False) 
    7577 
    7678   # Check for Boost 1.32 Visual C++ toolset names.