Changeset 41 for cafu/trunk/CompilerSetup.py.tmpl
- Timestamp:
- 01/12/10 22:31:22 (2 years ago)
- Files:
-
- 1 modified
-
cafu/trunk/CompilerSetup.py.tmpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cafu/trunk/CompilerSetup.py.tmpl
r36 r41 1 1 # Edit the settings and paths in this file as required for your system. 2 #3 # The correct paths are easily determined by browsing your programs folder with4 # the Windows Explorer, by opening the Visual Studio Command Prompt and viewing5 # the environment variables (enter the SET command in order to output them all),6 # or by looking them up in the Visual Studio IDE.7 8 2 9 3 # The default compiler to be used for each platform. 10 4 # Note that this can easily be overridden at the command-line 11 # by the "cmp" parameter. Example: scons -Q cmp=vc 912 defaultCompilerWin32="vc 8"; # Valid values are "vc8" and "vc9".5 # by the "cmp" parameter. Example: scons -Q cmp=vc8 6 defaultCompilerWin32="vc9"; # Valid values are "vc8" and "vc9". 13 7 defaultCompilerLinux="g++"; # Currently, only "g++" is a valid value. 14 8
