Changeset 42

Show
Ignore:
Timestamp:
08/31/06 10:44:30 (2 years ago)
Author:
allenb
Message:

Add comments to build file.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/scons_build_creation/SConstruct

    r36 r42  
    11#!python 
     2# 
     3# Build script for OpenSG 
     4# 
     5 
     6# If we have wingide, try loading the debugging extenstions 
    27try: 
    3    import wing.wingdbstub;       # stuff for debugging 
     8   import wing.wingdbstub 
    49   print "Loaded wingdb stub for debugging..." 
    510except: