Changeset 735 for trunk/kBuild/tools
- Timestamp:
- Dec 17, 2006, 5:56:21 AM (19 years ago)
- Location:
- trunk/kBuild/tools
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC70.kmk
r697 r735 60 60 TOOL_VCC70_LD ?= $(EXEC_X86_WIN32) link.exe 61 61 endif 62 VCC70_NEW_DEPS = 1 ##< Enables fast DEP_IDB based dependencies. 62 ## Disabled fast DEP_IDB based dependencies. 63 #VCC70_OLD_DEPS = 1 63 64 64 65 ## Constructs the correct .pdb name (the name is lowercased). … … 117 118 TOOL_VCC70_COMPILE_C_DEPEND = 118 119 TOOL_VCC70_COMPILE_C_DEPORD = 119 if def VCC70_NEW_DEPS120 ifndef VCC70_OLD_DEPS 120 121 define TOOL_VCC70_COMPILE_C_CMDS 121 122 $(QUIET)$(TOOL_VCC70_CC) -c\ … … 158 159 TOOL_VCC70_COMPILE_CXX_DEPEND = 159 160 TOOL_VCC70_COMPILE_CXX_DEPORD = 160 if def VCC70_NEW_DEPS161 ifndef VCC70_OLD_DEPS 161 162 define TOOL_VCC70_COMPILE_CXX_CMDS 162 163 $(QUIET)$(TOOL_VCC70_CXX) -c\ -
trunk/kBuild/tools/VCC80.kmk
r706 r735 75 75 TOOL_VCC80_MT ?= $(EXEC_X86_WIN32) mt.exe 76 76 endif 77 VCC80_NEW_DEPS = 1 ##< Enables fast DEP_IDB based dependencies. 77 ## Disabled fast DEP_IDB based dependencies. 78 #VCC80_OLD_DEPS = 1 78 79 79 80 ## Constructs the correct .pdb name (the name is lowercased). … … 138 139 TOOL_VCC80_COMPILE_C_DEPEND = 139 140 TOOL_VCC80_COMPILE_C_DEPORD = 140 if def VCC80_NEW_DEPS141 ifndef VCC80_OLD_DEPS 141 142 define TOOL_VCC80_COMPILE_C_CMDS 142 143 $(QUIET)$(TOOL_VCC80_CC) -c\ … … 179 180 TOOL_VCC80_COMPILE_CXX_DEPEND = 180 181 TOOL_VCC80_COMPILE_CXX_DEPORD = 181 if def VCC80_NEW_DEPS182 ifndef VCC80_OLD_DEPS 182 183 define TOOL_VCC80_COMPILE_CXX_CMDS 183 184 $(QUIET)$(TOOL_VCC80_CXX) -c\ -
trunk/kBuild/tools/VCC80AMD64.kmk
r706 r735 66 66 TOOL_VCC80AMD64_LD ?= $(EXEC_X86_WIN32) $(PATH_TOOL_VCC80AMD64_BIN)/link.exe 67 67 TOOL_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 69 70 70 71 ## Constructs the correct .pdb name (the name is lowercased). … … 123 124 TOOL_VCC80AMD64_COMPILE_C_DEPEND = 124 125 TOOL_VCC80AMD64_COMPILE_C_DEPORD = 125 if def VCC80AMD64_NEW_DEPS126 ifndef VCC80AMD64_OLD_DEPS 126 127 define TOOL_VCC80AMD64_COMPILE_C_CMDS 127 128 $(QUIET)$(TOOL_VCC80AMD64_CC) -c\ … … 164 165 TOOL_VCC80AMD64_COMPILE_CXX_DEPEND = 165 166 TOOL_VCC80AMD64_COMPILE_CXX_DEPORD = 166 if def VCC80AMD64_NEW_DEPS167 ifndef VCC80AMD64_OLD_DEPS 167 168 define TOOL_VCC80AMD64_COMPILE_CXX_CMDS 168 169 $(QUIET)$(TOOL_VCC80AMD64_CXX) -c\ -
trunk/kBuild/tools/VCC80X86.kmk
r706 r735 62 62 TOOL_VCC80X86_LD ?= $(EXEC_X86_WIN32) $(PATH_TOOL_VCC80X86_BIN)/link.exe 63 63 TOOL_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 65 66 66 67 ## Constructs the correct .pdb name (the name is lowercased). … … 121 122 TOOL_VCC80X86_COMPILE_C_DEPEND = 122 123 TOOL_VCC80X86_COMPILE_C_DEPORD = 123 if def VCC80X86_NEW_DEPS124 ifndef VCC80X86_OLD_DEPS 124 125 define TOOL_VCC80X86_COMPILE_C_CMDS 125 126 $(QUIET)$(TOOL_VCC80X86_CC) -c\ … … 162 163 TOOL_VCC80X86_COMPILE_CXX_DEPEND = 163 164 TOOL_VCC80X86_COMPILE_CXX_DEPORD = 164 if def VCC80X86_NEW_DEPS165 ifndef VCC80X86_OLD_DEPS 165 166 define TOOL_VCC80X86_COMPILE_CXX_CMDS 166 167 $(QUIET)$(TOOL_VCC80X86_CXX) -c\
Note:
See TracChangeset
for help on using the changeset viewer.