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/VCC80AMD64.kmk

    r706 r735  
    6666TOOL_VCC80AMD64_LD  ?= $(EXEC_X86_WIN32) $(PATH_TOOL_VCC80AMD64_BIN)/link.exe
    6767TOOL_VCC80AMD64_MT  ?= $(EXEC_X86_WIN32) $(PATH_TOOL_VCC80AMD64_BIN)/../mt.exe
    68 VCC80AMD64_NEW_DEPS = 1 ##< Enables fast DEP_IDB based dependencies.
     68## Disabled fast DEP_IDB based dependencies.
     69#VCC80AMD64_OLD_DEPS = 1
    6970
    7071## Constructs the correct .pdb name (the name is lowercased).
     
    123124TOOL_VCC80AMD64_COMPILE_C_DEPEND =
    124125TOOL_VCC80AMD64_COMPILE_C_DEPORD =
    125 ifdef VCC80AMD64_NEW_DEPS
     126ifndef VCC80AMD64_OLD_DEPS
    126127define TOOL_VCC80AMD64_COMPILE_C_CMDS
    127128        $(QUIET)$(TOOL_VCC80AMD64_CC) -c\
     
    164165TOOL_VCC80AMD64_COMPILE_CXX_DEPEND =
    165166TOOL_VCC80AMD64_COMPILE_CXX_DEPORD =
    166 ifdef VCC80AMD64_NEW_DEPS
     167ifndef VCC80AMD64_OLD_DEPS
    167168define TOOL_VCC80AMD64_COMPILE_CXX_CMDS
    168169        $(QUIET)$(TOOL_VCC80AMD64_CXX) -c\
Note: See TracChangeset for help on using the changeset viewer.