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/VCC80AMD64.kmk

    r2487 r2524  
    233233TOOL_VCC80AMD64_LINK_PROGRAM_DEPORD =
    234234TOOL_VCC80AMD64_LINK_PROGRAM_OUTPUT = $(outbase).map
    235 TOOL_VCC80AMD64_LINK_PROGRAM_OUTPUT_MAYBE = $(outbase).lib $(outbase).exp $(outbase).pdb $(outbase).ilk $(out).manifest
     235TOOL_VCC80AMD64_LINK_PROGRAM_OUTPUT_MAYBE = $(outbase).lib $(outbase).exp $(outbase).ilk $(out).manifest
     236TOOL_VCC80AMD64_LINK_PROGRAM_OUTPUT_DEBUG = $(outbase).pdb
     237TOOL_VCC80AMD64_LINK_PROGRAM_DEBUG_INSTALL_FN = $(2).pdb=>$(basename $(3)).pdb
    236238define TOOL_VCC80AMD64_LINK_PROGRAM_CMDS
    237239        $(QUIET)$(TOOL_VCC80AMD64_LD) $(flags) \
     
    266268TOOL_VCC80AMD64_LINK_DLL_DEPORD = $(call DIRDEP,$(PATH_STAGE_LIB))
    267269TOOL_VCC80AMD64_LINK_DLL_OUTPUT = $(outbase).map $(outbase).lib $(outbase).exp
    268 TOOL_VCC80AMD64_LINK_DLL_OUTPUT_MAYBE = $(outbase).pdb $(outbase).ilk $(out).manifest $(PATH_STAGE_LIB)/$(notdir $(outbase)).lib $(PATH_STAGE_LIB)/$(notdir $(outbase)).exp
     270TOOL_VCC80AMD64_LINK_DLL_OUTPUT_MAYBE = $(outbase).ilk $(out).manifest $(PATH_STAGE_LIB)/$(notdir $(outbase)).lib $(PATH_STAGE_LIB)/$(notdir $(outbase)).exp
     271TOOL_VCC80AMD64_LINK_DLL_OUTPUT_DEBUG = $(outbase).pdb
     272TOOL_VCC80AMD64_LINK_DLL_DEBUG_INSTALL_FN = $(2).pdb=>$(basename $(3)).pdb
    269273define TOOL_VCC80AMD64_LINK_DLL_CMDS
    270274        $(QUIET)$(TOOL_VCC80AMD64_LD) $(flags) \
     
    303307TOOL_VCC80AMD64_LINK_SYSMOD_DEPORD =
    304308TOOL_VCC80AMD64_LINK_SYSMOD_OUTPUT = $(outbase).map
    305 TOOL_VCC80AMD64_LINK_SYSMOD_OUTPUT_MAYBE = $(outbase).lib $(outbase).exp $(outbase).pdb $(outbase).ilk $(out).manifest
     309TOOL_VCC80AMD64_LINK_SYSMOD_OUTPUT_MAYBE = $(outbase).lib $(outbase).exp $(outbase).ilk $(out).manifest
     310TOOL_VCC80AMD64_LINK_SYSMOD_OUTPUT_DEBUG = $(outbase).pdb
     311TOOL_VCC80AMD64_LINK_SYSMOD_DEBUG_INSTALL_FN = $(2).pdb=>$(basename $(3)).pdb
    306312define TOOL_VCC80AMD64_LINK_SYSMOD_CMDS
    307313        $(QUIET)$(TOOL_VCC80AMD64_LD) $(flags) \
Note: See TracChangeset for help on using the changeset viewer.