Changeset 116 for cafu/branches/cafu_to_wx/CompilerSetup.py.tmpl
- Timestamp:
- 08/13/10 22:27:00 (22 months ago)
- Files:
-
- 1 modified
-
cafu/branches/cafu_to_wx/CompilerSetup.py.tmpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cafu/branches/cafu_to_wx/CompilerSetup.py.tmpl
r104 r116 27 27 # # Print all valid values for MSVC_VERSION on your system. 28 28 # envCommon=Environment(MSVC_VERSION="XXX"); 29 # 29 # 30 30 # # Use Visual C/C++ version 9 (2008), Express Edition. 31 31 # envCommon=Environment(MSVC_VERSION="9.0Exp"); 32 # 32 # 33 33 # # Use the latest Visual C/C++ version for creating 32 bit binaries. 34 34 # envCommon=Environment(TARGET_ARCH="x86"); 35 # 35 # 36 36 # # Use Visual C/C++ version 9 (2008) for creating 32 bit binaries. 37 37 # envCommon=Environment(MSVC_VERSION="9.0", TARGET_ARCH="x86"); … … 50 50 # Example: scons -Q bv=dpr 51 51 buildVariants="dr"; 52 53 54 # These settings specify where the wxWidgets toolkit is found under Windows and55 # Linux. If you followed the instructions in the Cafu documentation at56 # http://www.cafu.de/wiki/, the given default value should be OK for both57 # wxMSW (Windows) and wxGTK (Linux), so there is no need to change it.58 wxMSW_Path="#/ExtLibs/wxWidgets"; # The given value should be OK.59 wxGTK_Path="#/ExtLibs/wxWidgets"; # The given value should be OK.
