Show
Ignore:
Timestamp:
08/17/10 14:01:35 (21 months ago)
Author:
Carsten
Message:

Updated/clarified the CompilerSetup.py.tmpl file.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cafu/branches/cafu_to_wx/CompilerSetup.py.tmpl

    r116 r121  
    1818# 
    1919# TARGET_ARCH sets the target architecture for the Visual C/C++ compiler. 
    20 #   It it currently unused under Linux, where the host architecture determines 
     20#   It is currently unused under Linux, where the host architecture determines 
    2121#   the target architecture. Valid values are: 
    2222#         "x86" or "i386" for 32 bit builds, 
     
    2525# 
    2626# Examples: 
     27#   # Auto-detect the latest installed compiler, tools, and target platform. 
     28#   envCommon=Environment(); 
     29# 
    2730#   # Print all valid values for MSVC_VERSION on your system. 
    2831#   envCommon=Environment(MSVC_VERSION="XXX");