Changeset 1690 for trunk/kBuild/tools/VCC70.kmk
- Timestamp:
- Aug 31, 2008, 4:29:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC70.kmk
r1547 r1690 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 297 TOOL_VCC70_LINK_DLL_OUTPUT_MAYBE = $(outbase).pdb $(outbase).ilk $(PATH_LIB)/$(notdir $(outbase)).lib $(PATH_LIB)/$(notdir $(outbase)).exp 298 298 TOOL_VCC70_LINK_DLL_DEPEND = $(objs) $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib))) $(othersrc) 299 299 TOOL_VCC70_LINK_DLL_DEPORD = $(call DIRDEP,$(PATH_LIB)) … … 310 310 $(subst /,\\,$(objs)) \ 311 311 $(subst /,\\,$(libs)) 312 ifeq ($(filter %.exp .def,$(othersrc)),)313 312 $(QUIET)$(CP) --changed --ignore-non-existing $(outbase).exp $(outbase).lib $(PATH_LIB)/ 314 endif315 313 $(eval _DIRS += $(PATH_LIB)) 316 314 endef
Note:
See TracChangeset
for help on using the changeset viewer.