Changeset 18980
- Timestamp:
- 07/07/06 13:45:58 (2 years ago)
- Files:
-
- juggler/trunk/build_windows.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/build_windows.py
r18978 r18980 2118 2118 def usage(): 2119 2119 print "Usage: %s [OPTIONS]" % (sys.argv[0]) 2120 print "Python script for building VRJuggler on Windows.\n" 2121 print "-n, --nogui Disable the Tkinter GUI FrontEnd, e.g. Run in command line mode." 2120 print "Python script for building VR Juggler on Windows.\n" 2121 print "-c, --nogui Disable the Tkinter GUI front end" 2122 print " (i.e., Run in command line mode)." 2122 2123 #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." 2123 2124 print "-o, --options-file=FILE Uses FILE to Load/Save Options."
