Ignore:
Timestamp:
Aug 1, 2011, 3:37:47 PM (14 years ago)
Author:
bird
Message:

tools\VCC*: Adopted to new debug info (pdb) installation.

File:
1 edited

Legend:

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

    r2487 r2524  
    264264# @param    $(outbase)      Output basename (full). Use this for list files and such.
    265265#
    266 TOOL_VCC70_LINK_PROGRAM_OUTPUT_MAYBE = $(outbase).map $(outbase).lib $(outbase).exp $(outbase).pdb $(outbase).ilk
     266TOOL_VCC70_LINK_PROGRAM_OUTPUT_MAYBE = $(outbase).map $(outbase).lib $(outbase).exp $(outbase).ilk
     267TOOL_VCC70_LINK_PROGRAM_OUTPUT_DEBUG = $(outbase).pdb
     268TOOL_VCC70_LINK_PROGRAM_DEBUG_INSTALL_FN = $(2).pdb=>$(basename $(3)).pdb
    267269TOOL_VCC70_LINK_PROGRAM_DEPEND = $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib))) $(othersrc)
    268270TOOL_VCC70_LINK_PROGRAM_DEPORD =
     
    295297# @param    $(outbase)  Output basename (full). Use this for list files and such.
    296298TOOL_VCC70_LINK_DLL_OUTPUT = $(outbase).map $(outbase).lib $(outbase).exp
    297 TOOL_VCC70_LINK_DLL_OUTPUT_MAYBE = $(outbase).pdb $(outbase).ilk $(PATH_STAGE_LIB)/$(notdir $(outbase)).lib $(PATH_STAGE_LIB)/$(notdir $(outbase)).exp
     299TOOL_VCC70_LINK_DLL_OUTPUT_MAYBE = $(outbase).ilk $(PATH_STAGE_LIB)/$(notdir $(outbase)).lib $(PATH_STAGE_LIB)/$(notdir $(outbase)).exp
     300TOOL_VCC70_LINK_DLL_OUTPUT_DEBUG = $(outbase).pdb
     301TOOL_VCC70_LINK_DLL_DEBUG_INSTALL_FN = $(2).pdb=>$(basename $(3)).pdb
    298302TOOL_VCC70_LINK_DLL_DEPEND = $(objs) $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib))) $(othersrc)
    299303TOOL_VCC70_LINK_DLL_DEPORD = $(call DIRDEP,$(PATH_STAGE_LIB))
     
    330334# @param    $(outbase)  Output basename (full). Use this for list files and such.
    331335TOOL_VCC70_LINK_SYSMOD_OUTPUT = $(outbase).map
    332 TOOL_VCC70_LINK_SYSMOD_OUTPUT_MAYBE = $(outbase).lib $(outbase).exp $(outbase).pdb $(outbase).ilk
     336TOOL_VCC70_LINK_SYSMOD_OUTPUT_MAYBE = $(outbase).lib $(outbase).exp $(outbase).ilk
     337TOOL_VCC70_LINK_SYSMOD_OUTPUT_DEBUG = $(outbase).pdb
     338TOOL_VCC70_LINK_SYSMOD_DEBUG_INSTALL_FN = $(2).pdb=>$(basename $(3)).pdb
    333339TOOL_VCC70_LINK_SYSMOD_DEPEND = $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib))) $(othersrc)
    334340TOOL_VCC70_LINK_SYSMOD_DEPORD =
Note: See TracChangeset for help on using the changeset viewer.