Changeset 1690 for trunk/kBuild/tools/VCC80.kmk
- Timestamp:
- Aug 31, 2008, 4:29:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC80.kmk
r1547 r1690 290 290 TOOL_VCC80_LINK_DLL_DEPORD = $(call DIRDEP,$(PATH_LIB)) 291 291 TOOL_VCC80_LINK_DLL_OUTPUT = $(outbase).map $(outbase).lib $(outbase).exp 292 TOOL_VCC80_LINK_DLL_OUTPUT_MAYBE = $(outbase).pdb $(outbase).ilk $(out).manifest 292 TOOL_VCC80_LINK_DLL_OUTPUT_MAYBE = $(outbase).pdb $(outbase).ilk $(out).manifest $(PATH_LIB)/$(notdir $(outbase)).lib $(PATH_LIB)/$(notdir $(outbase)).exp 293 293 define TOOL_VCC80_LINK_DLL_CMDS 294 294 $(QUIET)$(TOOL_VCC80_LD) $(flags) \ … … 305 305 $(QUIET)$(TEST) -f $(out).manifest -- \ 306 306 $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2' 307 ifeq ($(filter %.exp .def,$(othersrc)),)308 307 $(QUIET)$(CP) --changed --ignore-non-existing $(outbase).exp $(outbase).lib $(PATH_LIB)/ 309 endif310 308 $(eval _DIRS += $(PATH_LIB)) 311 309 endef
Note:
See TracChangeset
for help on using the changeset viewer.