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

    r2487 r2524  
    274274TOOL_VCC100AMD64_LINK_PROGRAM_DEPORD =
    275275TOOL_VCC100AMD64_LINK_PROGRAM_OUTPUT = $(outbase).map
    276 TOOL_VCC100AMD64_LINK_PROGRAM_OUTPUT_MAYBE = $(outbase).lib $(outbase).exp $(outbase).pdb $(outbase).ilk $(out).manifest
     276TOOL_VCC100AMD64_LINK_PROGRAM_OUTPUT_MAYBE = $(outbase).lib $(outbase).exp $(outbase).ilk $(out).manifest
     277TOOL_VCC100AMD64_LINK_PROGRAM_OUTPUT_DEBUG = $(outbase).pdb
     278TOOL_VCC100AMD64_LINK_PROGRAM_DEBUG_INSTALL_FN = $(2).pdb=>$(basename $(3)).pdb
    277279define TOOL_VCC100AMD64_LINK_PROGRAM_CMDS
    278280        $(QUIET)$(TOOL_VCC100AMD64_LD) $(flags) \
     
    307309TOOL_VCC100AMD64_LINK_DLL_DEPORD = $(call DIRDEP,$(PATH_STAGE_LIB))
    308310TOOL_VCC100AMD64_LINK_DLL_OUTPUT = $(outbase).map $(outbase).lib $(outbase).exp
    309 TOOL_VCC100AMD64_LINK_DLL_OUTPUT_MAYBE = $(outbase).pdb $(outbase).ilk $(out).manifest $(PATH_STAGE_LIB)/$(notdir $(outbase)).lib $(PATH_STAGE_LIB)/$(notdir $(outbase)).exp
     311TOOL_VCC100AMD64_LINK_DLL_OUTPUT_MAYBE = $(outbase).ilk $(out).manifest $(PATH_STAGE_LIB)/$(notdir $(outbase)).lib $(PATH_STAGE_LIB)/$(notdir $(outbase)).exp
     312TOOL_VCC100AMD64_LINK_DLL_OUTPUT_DEBUG = $(outbase).pdb
     313TOOL_VCC100AMD64_LINK_DLL_DEBUG_INSTALL_FN = $(2).pdb=>$(basename $(3)).pdb
    310314define TOOL_VCC100AMD64_LINK_DLL_CMDS
    311315        $(QUIET)$(TOOL_VCC100AMD64_LD) $(flags) \
     
    344348TOOL_VCC100AMD64_LINK_SYSMOD_DEPORD =
    345349TOOL_VCC100AMD64_LINK_SYSMOD_OUTPUT = $(outbase).map
    346 TOOL_VCC100AMD64_LINK_SYSMOD_OUTPUT_MAYBE = $(outbase).lib $(outbase).exp $(outbase).pdb $(outbase).ilk $(out).manifest
     350TOOL_VCC100AMD64_LINK_SYSMOD_OUTPUT_MAYBE = $(outbase).lib $(outbase).exp $(outbase).ilk $(out).manifest
     351TOOL_VCC100AMD64_LINK_SYSMOD_OUTPUT_DEBUG = $(outbase).pdb
     352TOOL_VCC100AMD64_LINK_SYSMOD_DEBUG_INSTALL_FN = $(2).pdb=>$(basename $(3)).pdb
    347353define TOOL_VCC100AMD64_LINK_SYSMOD_CMDS
    348354        $(QUIET)$(TOOL_VCC100AMD64_LD) $(flags) \
Note: See TracChangeset for help on using the changeset viewer.