Changeset 121 for cafu/branches/cafu_to_wx/CompilerSetup.py.tmpl
- Timestamp:
- 08/17/10 14:01:35 (21 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
r116 r121 18 18 # 19 19 # TARGET_ARCH sets the target architecture for the Visual C/C++ compiler. 20 # It i tcurrently unused under Linux, where the host architecture determines20 # It is currently unused under Linux, where the host architecture determines 21 21 # the target architecture. Valid values are: 22 22 # "x86" or "i386" for 32 bit builds, … … 25 25 # 26 26 # Examples: 27 # # Auto-detect the latest installed compiler, tools, and target platform. 28 # envCommon=Environment(); 29 # 27 30 # # Print all valid values for MSVC_VERSION on your system. 28 31 # envCommon=Environment(MSVC_VERSION="XXX");
