Changeset 2487 for trunk/kBuild/tools/VCC80.kmk
- Timestamp:
- Jul 21, 2011, 10:01:27 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC80.kmk
r2413 r2487 287 287 # @param $(outbase) Output basename (full). Use this for list files and such. 288 288 TOOL_VCC80_LINK_DLL_DEPEND = $(objs) $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib))) $(othersrc) 289 TOOL_VCC80_LINK_DLL_DEPORD = $(call DIRDEP,$(PATH_ LIB))289 TOOL_VCC80_LINK_DLL_DEPORD = $(call DIRDEP,$(PATH_STAGE_LIB)) 290 290 TOOL_VCC80_LINK_DLL_OUTPUT = $(outbase).map $(outbase).lib $(outbase).exp 291 TOOL_VCC80_LINK_DLL_OUTPUT_MAYBE = $(outbase).pdb $(outbase).ilk $(out).manifest $(PATH_ LIB)/$(notdir $(outbase)).lib $(PATH_LIB)/$(notdir $(outbase)).exp291 TOOL_VCC80_LINK_DLL_OUTPUT_MAYBE = $(outbase).pdb $(outbase).ilk $(out).manifest $(PATH_STAGE_LIB)/$(notdir $(outbase)).lib $(PATH_STAGE_LIB)/$(notdir $(outbase)).exp 292 292 define TOOL_VCC80_LINK_DLL_CMDS 293 293 $(QUIET)$(TOOL_VCC80_LD) $(flags) \ … … 304 304 $(QUIET)$(TEST) -f $(out).manifest -- \ 305 305 $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2' 306 $(QUIET)$(CP) --changed --ignore-non-existing $(outbase).exp $(outbase).lib $(PATH_ LIB)/307 $(eval _DIRS += $(PATH_ LIB))306 $(QUIET)$(CP) --changed --ignore-non-existing $(outbase).exp $(outbase).lib $(PATH_STAGE_LIB)/ 307 $(eval _DIRS += $(PATH_STAGE_LIB)) 308 308 endef 309 309
Note:
See TracChangeset
for help on using the changeset viewer.