Changeset 909
- Timestamp:
- 08/28/07 08:43:14 (1 year ago)
- Files:
-
- branches/fcptr_stable_jun07/Source/SConscript (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/fcptr_stable_jun07/Source/SConscript
r848 r909 59 59 lib_env.Append(LIBS = ["MSVCPRT$DEBUG_CHAR", "MSVCRT$DEBUG_CHAR"]) 60 60 61 if "debug" == combo["type"] or "hybrid" == combo["type"]:61 if "debug" == combo["type"]: 62 62 lib_env["DEBUG_CHAR"]='D' 63 63 else: … … 100 100 test_env.Append(LIBS = ["MSVCPRT$DEBUG_CHAR", "MSVCRT$DEBUG_CHAR"]) 101 101 102 if "debug" == combo["type"] or "hybrid" == combo["type"]:102 if "debug" == combo["type"]: 103 103 test_env["DEBUG_CHAR"]='D' 104 104 else:
