Ignore:
Timestamp:
Jan 14, 2020, 4:09:44 PM (6 years ago)
Author:
bird
Message:

VCC*.kmk,OPENWATCOM*.kmk: Try preserve .map and .rsp files so they can be inspected if linking fails. Fixed mssing .rsp cleaning up in OPENWATCOM.kmk for the archiver.

File:
1 edited

Legend:

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

    r3121 r3303  
    264264# @param    $(outbase)      Output basename (full). Use this for list files and such.
    265265#
    266 TOOL_VCC70_LINK_PROGRAM_OUTPUT = $(outbase).rsp
    267 TOOL_VCC70_LINK_PROGRAM_OUTPUT_MAYBE = $(outbase).map $(outbase).lib $(outbase).exp $(outbase).ilk
     266TOOL_VCC70_LINK_PROGRAM_OUTPUT_MAYBE = $(outbase).lib $(outbase).exp $(outbase).ilk
     267TOOL_VCC70_LINK_PROGRAM_OUTPUT_MAYBE_PRECIOUS = $(outbase).map $(outbase).rsp
    268268TOOL_VCC70_LINK_PROGRAM_OUTPUT_DEBUG = $(outbase).pdb
    269269TOOL_VCC70_LINK_PROGRAM_DEBUG_INSTALL_FN = $(2).pdb=>$(basename $(3)).pdb
     
    301301#
    302302# @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
     303TOOL_VCC70_LINK_DLL_OUTPUT = $(outbase).lib $(outbase).exp
     304TOOL_VCC70_LINK_DLL_OUTPUT_MAYBE = $(outbase).ilk
     305TOOL_VCC70_LINK_DLL_OUTPUT_MAYBE_PRECIOUS = $(PATH_STAGE_LIB)/$(notdir $(outbase)).lib $(PATH_STAGE_LIB)/$(notdir $(outbase)).exp $(outbase).map $(outbase).rsp
    305306TOOL_VCC70_LINK_DLL_OUTPUT_DEBUG = $(outbase).pdb
    306307TOOL_VCC70_LINK_DLL_DEBUG_INSTALL_FN = $(2).pdb=>$(basename $(3)).pdb
     
    342343#
    343344# @param    $(outbase)  Output basename (full). Use this for list files and such.
    344 TOOL_VCC70_LINK_SYSMOD_OUTPUT = $(outbase).map $(outbase).rsp
    345345TOOL_VCC70_LINK_SYSMOD_OUTPUT_MAYBE = $(outbase).lib $(outbase).exp $(outbase).ilk
     346TOOL_VCC70_LINK_SYSMOD_OUTPUT_MAYBE_PRECIOUS = $(outbase).map $(outbase).rsp
    346347TOOL_VCC70_LINK_SYSMOD_OUTPUT_DEBUG = $(outbase).pdb
    347348TOOL_VCC70_LINK_SYSMOD_DEBUG_INSTALL_FN = $(2).pdb=>$(basename $(3)).pdb
Note: See TracChangeset for help on using the changeset viewer.