Changeset 18979
- Timestamp:
- 07/07/06 08:04:45 (2 years ago)
- Files:
-
- juggler/branches/2.0/buildwin32.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/branches/2.0/buildwin32.py
r18805 r18979 2088 2088 def usage(): 2089 2089 print "Usage: %s [OPTIONS]" % (sys.argv[0]) 2090 print "Python script for building VRJuggler on Windows.\n" 2091 print "-n, --nogui Disable the Tkinter GUI FrontEnd, e.g. Run in command line mode." 2090 print "Python script for building VR Juggler on Windows.\n" 2091 print "-c, --nogui Disable the Tkinter GUI front end" 2092 print " (i.e., Run in command line mode)." 2092 2093 #print "-a, --auto Does not interactively ask for values of any options. Uses the Default values, 'options.cache' if it exists, or the file given by the -o option. Only used in command line mode." 2093 2094 print "-o, --options-file=FILE Uses FILE to Load/Save Options."
