Changeset 248 for trunk/kBuild
- Timestamp:
- Apr 3, 2005, 2:42:22 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC70.kmk
r237 r248 164 164 define TOOL_VCC70_LINK_PROGRAM 165 165 #$ (warning dbg: TOOL_VCC70_LINK_PROGRAM: target=$(target) exe=$(exe) objs=$(objs) libs=$(libs) deps=$(deps) flags=$(flags) dirdep=$(dirdep) othersrc=$(othersrc) outbase=$(outbase)) 166 $(exe): $(objs) $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib))) $(deps) $( filter %.def,$(othersrc)) | $(dirdep)166 $(exe): $(objs) $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib))) $(deps) $(othersrc) | $(dirdep) 167 167 $(call MSG_L1,Creating Program $$@) 168 168 ifneq ($(custom_pre),) … … 202 202 define TOOL_VCC70_LINK_SYSMOD 203 203 #$ (warning dbg: TOOL_VCC70_LINK_SYSMOD: target=$(target) sys=$(sys) objs=$(objs) libs=$(libs) deps=$(deps) flags=$(flags) dirdep=$(dirdep) othersrc=$(othersrc) outbase=$(outbase)) 204 $(sys): $(objs) $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib))) $(deps) $( filter %.def %.exp %.res,$(othersrc)) | $(dirdep)204 $(sys): $(objs) $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib))) $(deps) $(othersrc) | $(dirdep) 205 205 $(call MSG_L1,Creating Program $$@) 206 206 ifneq ($(custom_pre),) … … 240 240 define TOOL_VCC70_LINK_DLL 241 241 #$ (warning dbg: TOOL_VCC70_LINK_DLL: target=$(target) dll=$(dll) objs=$(objs) libs=$(libs) deps=$(deps) flags=$(flags) dirdep=$(dirdep) othersrc=$(othersrc) outbase=$(outbase)) 242 $(dll): $(call DIRDEP,$(PATH_LIB)) $(objs) $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib))) $(deps) $( filter %.def %.exp %.res,$(othersrc)) | $(dirdep)242 $(dll): $(call DIRDEP,$(PATH_LIB)) $(objs) $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib))) $(deps) $(othersrc) | $(dirdep) 243 243 $(call MSG_L1,Creating Program $$@) 244 244 ifneq ($(custom_pre),)
Note:
See TracChangeset
for help on using the changeset viewer.