VirtualBox

Changeset 313 in kBuild for trunk


Ignore:
Timestamp:
Aug 11, 2005 9:46:35 PM (19 years ago)
Author:
bird
Message:

Use tolower to fix .pdb screwup.

File:
1 edited

Legend:

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

    r300 r313  
    6060TOOL_VCC70_LDFLAGS.release    :=
    6161
     62## Constructs the correct .pdb name (the name is lowercased).
     63# @param    $(1)        Base name, no extention.
     64TOOL_VCC70_PDB                = $(dir $(1))$(tolower $(notdir $(1))).pdb
     65
    6266
    6367## Compile C source.
     
    8791                $(subst /,\\,$(call ABSPATH,$(source)))\
    8892                | $(DEP_PRE) -o $(dep) -t $(obj) -
    89 _OUT_FILES += $(outbase).pdb
     93_OUT_FILES += $(call TOOL_VCC70_PDB, $(outbase))
    9094
    9195endef
     
    118122                $(subst /,\\,$(call ABSPATH,$(source)))\
    119123                | $(DEP_PRE) -o $(dep) -t $(obj) -
    120 _OUT_FILES += $(outbase).pdb
     124_OUT_FILES += $(call TOOL_VCC70_PDB, $(outbase))
    121125
    122126endef
     
    140144        $(TOOL_VCC70_AR) $(flags) /OUT:$(lib) $(subst /,\\,$(objs) $(filter %.a %.lib,$(othersrc))) \
    141145                $(foreach def,$(filter %.def,$(othersrc)), /DEF:$(def))
    142 _OUT_FILES += $(outbase).lst $(outbase).exp
     146_OUT_FILES += $(outbase).lst $(outbase).exp $(call TOOL_VCC70_PDB, $(outbase))
    143147
    144148endef
     
    178182        $(eval $(custom_post))
    179183endif
    180 _OUT_FILES += $(outbase).map $(outbase).lib $(outbase).exp $(outbase).pdb $(outbase).ilk
     184_OUT_FILES += $(outbase).map $(outbase).lib $(outbase).exp $(call TOOL_VCC70_PDB, $(outbase)) $(outbase).ilk
    181185
    182186endef
     
    216220        $(eval $(custom_post))
    217221endif
    218 _OUT_FILES += $(outbase).map $(outbase).lib $(outbase).exp $(outbase).pdb $(outbase).ilk
     222_OUT_FILES += $(outbase).map $(outbase).lib $(outbase).exp $(call TOOL_VCC70_PDB, $(outbase)) $(outbase).ilk
    219223
    220224endef
     
    260264        $(eval $(custom_post))
    261265endif
    262 _OUT_FILES += $(outbase).map $(outbase).lib $(outbase).exp $(outbase).pdb $(outbase).ilk
     266_OUT_FILES += $(outbase).map $(outbase).lib $(outbase).exp $(call TOOL_VCC70_PDB, $(outbase)) $(outbase).ilk
    263267_DIRS += $(PATH_LIB)
    264268
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette