Changeset 3303 for trunk/kBuild/tools/VCC70.kmk
- Timestamp:
- Jan 14, 2020, 4:09:44 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC70.kmk
r3121 r3303 264 264 # @param $(outbase) Output basename (full). Use this for list files and such. 265 265 # 266 TOOL_VCC70_LINK_PROGRAM_OUTPUT = $(outbase).rsp267 TOOL_VCC70_LINK_PROGRAM_OUTPUT_MAYBE = $(outbase).map $(outbase).lib $(outbase).exp $(outbase).ilk266 TOOL_VCC70_LINK_PROGRAM_OUTPUT_MAYBE = $(outbase).lib $(outbase).exp $(outbase).ilk 267 TOOL_VCC70_LINK_PROGRAM_OUTPUT_MAYBE_PRECIOUS = $(outbase).map $(outbase).rsp 268 268 TOOL_VCC70_LINK_PROGRAM_OUTPUT_DEBUG = $(outbase).pdb 269 269 TOOL_VCC70_LINK_PROGRAM_DEBUG_INSTALL_FN = $(2).pdb=>$(basename $(3)).pdb … … 301 301 # 302 302 # @param $(outbase) Output basename (full). Use this for list files and such. 303 TOOL_VCC70_LINK_DLL_OUTPUT = $(outbase).map $(outbase).lib $(outbase).exp $(outbase).rsp 304 TOOL_VCC70_LINK_DLL_OUTPUT_MAYBE = $(outbase).ilk $(PATH_STAGE_LIB)/$(notdir $(outbase)).lib $(PATH_STAGE_LIB)/$(notdir $(outbase)).exp 303 TOOL_VCC70_LINK_DLL_OUTPUT = $(outbase).lib $(outbase).exp 304 TOOL_VCC70_LINK_DLL_OUTPUT_MAYBE = $(outbase).ilk 305 TOOL_VCC70_LINK_DLL_OUTPUT_MAYBE_PRECIOUS = $(PATH_STAGE_LIB)/$(notdir $(outbase)).lib $(PATH_STAGE_LIB)/$(notdir $(outbase)).exp $(outbase).map $(outbase).rsp 305 306 TOOL_VCC70_LINK_DLL_OUTPUT_DEBUG = $(outbase).pdb 306 307 TOOL_VCC70_LINK_DLL_DEBUG_INSTALL_FN = $(2).pdb=>$(basename $(3)).pdb … … 342 343 # 343 344 # @param $(outbase) Output basename (full). Use this for list files and such. 344 TOOL_VCC70_LINK_SYSMOD_OUTPUT = $(outbase).map $(outbase).rsp345 345 TOOL_VCC70_LINK_SYSMOD_OUTPUT_MAYBE = $(outbase).lib $(outbase).exp $(outbase).ilk 346 TOOL_VCC70_LINK_SYSMOD_OUTPUT_MAYBE_PRECIOUS = $(outbase).map $(outbase).rsp 346 347 TOOL_VCC70_LINK_SYSMOD_OUTPUT_DEBUG = $(outbase).pdb 347 348 TOOL_VCC70_LINK_SYSMOD_DEBUG_INSTALL_FN = $(2).pdb=>$(basename $(3)).pdb
Note:
See TracChangeset
for help on using the changeset viewer.