Changeset 2487 for trunk/kBuild/tools/VCC70.kmk
- Timestamp:
- Jul 21, 2011, 10:01:27 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC70.kmk
r2413 r2487 295 295 # @param $(outbase) Output basename (full). Use this for list files and such. 296 296 TOOL_VCC70_LINK_DLL_OUTPUT = $(outbase).map $(outbase).lib $(outbase).exp 297 TOOL_VCC70_LINK_DLL_OUTPUT_MAYBE = $(outbase).pdb $(outbase).ilk $(PATH_ LIB)/$(notdir $(outbase)).lib $(PATH_LIB)/$(notdir $(outbase)).exp297 TOOL_VCC70_LINK_DLL_OUTPUT_MAYBE = $(outbase).pdb $(outbase).ilk $(PATH_STAGE_LIB)/$(notdir $(outbase)).lib $(PATH_STAGE_LIB)/$(notdir $(outbase)).exp 298 298 TOOL_VCC70_LINK_DLL_DEPEND = $(objs) $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib))) $(othersrc) 299 TOOL_VCC70_LINK_DLL_DEPORD = $(call DIRDEP,$(PATH_ LIB))299 TOOL_VCC70_LINK_DLL_DEPORD = $(call DIRDEP,$(PATH_STAGE_LIB)) 300 300 define TOOL_VCC70_LINK_DLL_CMDS 301 301 $(QUIET)$(TOOL_VCC70_LD) $(flags) \ … … 310 310 $(subst /,\\,$(objs)) \ 311 311 $(subst /,\\,$(libs)) 312 $(QUIET)$(CP) --changed --ignore-non-existing $(outbase).exp $(outbase).lib $(PATH_ LIB)/313 $(eval _DIRS += $(PATH_ LIB))312 $(QUIET)$(CP) --changed --ignore-non-existing $(outbase).exp $(outbase).lib $(PATH_STAGE_LIB)/ 313 $(eval _DIRS += $(PATH_STAGE_LIB)) 314 314 endef 315 315
Note:
See TracChangeset
for help on using the changeset viewer.