Changeset 735 for trunk/kBuild/tools/VCC80X86.kmk
- Timestamp:
- Dec 17, 2006, 5:56:21 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.