Changeset 47
- Timestamp:
- 03/26/10 00:24:11 (23 months ago)
- Files:
-
- 1 modified
-
cafu/trunk/SConstruct (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cafu/trunk/SConstruct
r36 r47 82 82 LINKFLAGS = Split("/nologo /incremental:no")) 83 83 84 # Explicitly instruct SCons to detect and use the Microsoft Platform SDK, as it is not among the default tools. 85 # See thread "Scons 2010/01/17 doesn't look for MS SDK?" at <http://scons.tigris.org/ds/viewMessage.do?dsForumId=1272&dsMessageId=2455554> 86 # for further information. 87 envCommon.Tool('mssdk') 88 84 89 # Environment for debug builds: 85 90 envDebug=envCommon.Clone(); … … 109 114 CPPDEFINES = ["_CRT_SECURE_NO_DEPRECATE", "_CRT_NONSTDC_NO_DEPRECATE"], 110 115 LINKFLAGS = Split("/nologo /incremental:no")) 116 117 # Explicitly instruct SCons to detect and use the Microsoft Platform SDK, as it is not among the default tools. 118 # See thread "Scons 2010/01/17 doesn't look for MS SDK?" at <http://scons.tigris.org/ds/viewMessage.do?dsForumId=1272&dsMessageId=2455554> 119 # for further information. 120 envCommon.Tool('mssdk') 111 121 112 122 # Environment for debug builds:
