Changeset 735 for trunk/kBuild/tools


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

VCC*_OLD_DEPS

Location:
trunk/kBuild/tools
Files:
4 edited

Legend:

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

    r697 r735  
    6060 TOOL_VCC70_LD  ?= $(EXEC_X86_WIN32) link.exe
    6161endif
    62 VCC70_NEW_DEPS = 1 ##< Enables fast DEP_IDB based dependencies.
     62## Disabled fast DEP_IDB based dependencies.
     63#VCC70_OLD_DEPS = 1
    6364
    6465## Constructs the correct .pdb name (the name is lowercased).
     
    117118TOOL_VCC70_COMPILE_C_DEPEND =
    118119TOOL_VCC70_COMPILE_C_DEPORD =
    119 ifdef VCC70_NEW_DEPS
     120ifndef VCC70_OLD_DEPS
    120121define TOOL_VCC70_COMPILE_C_CMDS
    121122        $(QUIET)$(TOOL_VCC70_CC) -c\
     
    158159TOOL_VCC70_COMPILE_CXX_DEPEND =
    159160TOOL_VCC70_COMPILE_CXX_DEPORD =
    160 ifdef VCC70_NEW_DEPS
     161ifndef VCC70_OLD_DEPS
    161162define TOOL_VCC70_COMPILE_CXX_CMDS
    162163        $(QUIET)$(TOOL_VCC70_CXX) -c\
  • trunk/kBuild/tools/VCC80.kmk

    r706 r735  
    7575 TOOL_VCC80_MT  ?= $(EXEC_X86_WIN32) mt.exe
    7676endif
    77 VCC80_NEW_DEPS = 1 ##< Enables fast DEP_IDB based dependencies.
     77## Disabled fast DEP_IDB based dependencies.
     78#VCC80_OLD_DEPS = 1
    7879
    7980## Constructs the correct .pdb name (the name is lowercased).
     
    138139TOOL_VCC80_COMPILE_C_DEPEND =
    139140TOOL_VCC80_COMPILE_C_DEPORD =
    140 ifdef VCC80_NEW_DEPS
     141ifndef VCC80_OLD_DEPS
    141142define TOOL_VCC80_COMPILE_C_CMDS
    142143        $(QUIET)$(TOOL_VCC80_CC) -c\
     
    179180TOOL_VCC80_COMPILE_CXX_DEPEND =
    180181TOOL_VCC80_COMPILE_CXX_DEPORD =
    181 ifdef VCC80_NEW_DEPS
     182ifndef VCC80_OLD_DEPS
    182183define TOOL_VCC80_COMPILE_CXX_CMDS
    183184        $(QUIET)$(TOOL_VCC80_CXX) -c\
  • 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\
  • 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.