Changeset 909

Show
Ignore:
Timestamp:
08/28/07 08:43:14 (1 year ago)
Author:
aronb
Message:

Don't use "D" with the hybrid build. This allows us to use the hybrid as a drop in replacement for the optimized build.

M Source/SConscript

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/fcptr_stable_jun07/Source/SConscript

    r848 r909  
    5959      lib_env.Append(LIBS = ["MSVCPRT$DEBUG_CHAR", "MSVCRT$DEBUG_CHAR"]) 
    6060 
    61       if "debug" == combo["type"] or "hybrid" == combo["type"]:  
     61      if "debug" == combo["type"]: 
    6262         lib_env["DEBUG_CHAR"]='D' 
    6363      else: 
     
    100100        test_env.Append(LIBS = ["MSVCPRT$DEBUG_CHAR", "MSVCRT$DEBUG_CHAR"]) 
    101101 
    102         if "debug" == combo["type"] or "hybrid" == combo["type"]:  
     102        if "debug" == combo["type"]: 
    103103            test_env["DEBUG_CHAR"]='D' 
    104104        else: