Ignore:
Timestamp:
Dec 17, 2006, 5:56:21 AM (19 years ago)
Author:
bird
Message:

VCC*_OLD_DEPS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/VCC80X86.kmk

    r706 r735  
    6262TOOL_VCC80X86_LD  ?= $(EXEC_X86_WIN32) $(PATH_TOOL_VCC80X86_BIN)/link.exe
    6363TOOL_VCC80X86_MT  ?= $(EXEC_X86_WIN32) $(PATH_TOOL_VCC80X86_BIN)/mt.exe
    64 VCC80X86_NEW_DEPS = 1 ##< Enables fast DEP_IDB based dependencies.
     64## Disabled fast DEP_IDB based dependencies.
     65#VCC80X86_OLD_DEPS = 1
    6566
    6667## Constructs the correct .pdb name (the name is lowercased).
     
    121122TOOL_VCC80X86_COMPILE_C_DEPEND =
    122123TOOL_VCC80X86_COMPILE_C_DEPORD =
    123 ifdef VCC80X86_NEW_DEPS
     124ifndef VCC80X86_OLD_DEPS
    124125define TOOL_VCC80X86_COMPILE_C_CMDS
    125126        $(QUIET)$(TOOL_VCC80X86_CC) -c\
     
    162163TOOL_VCC80X86_COMPILE_CXX_DEPEND =
    163164TOOL_VCC80X86_COMPILE_CXX_DEPORD =
    164 ifdef VCC80X86_NEW_DEPS
     165ifndef VCC80X86_OLD_DEPS
    165166define TOOL_VCC80X86_COMPILE_CXX_CMDS
    166167        $(QUIET)$(TOOL_VCC80X86_CXX) -c\
Note: See TracChangeset for help on using the changeset viewer.