Changeset 19638

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

Added OpenSG build bits.

Files:

Legend:

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

    r19262 r19638  
    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.