Changeset 735 for trunk/kBuild/tools/VCC80AMD64.kmk
- Timestamp:
- Dec 17, 2006, 5:56:21 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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\
Note:
See TracChangeset
for help on using the changeset viewer.