Changeset 1145 for trunk/kBuild
- Timestamp:
- Sep 27, 2007, 7:19:09 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VAC308.kmk
r1097 r1145 191 191 $(QUIET)$(TOOL_VAC308_ENV_SETUP) \ 192 192 $(if $(strip $(libpath)),LIB="$(subst ; ,;,$(foreach lp,$(libpath),$(lp);))$(LIB)") \ 193 $(TOOL_VAC308_LD) $(flags) -Fe$(out) -Fm$(outbase).map $( objs) $(libs) $(othersrc)193 $(TOOL_VAC308_LD) $(flags) -Fe$(out) -Fm$(outbase).map $(filter-out %.res,$(objs)) $(libs) $(othersrc) 194 194 endef 195 195 … … 215 215 $(QUIET)$(TOOL_VAC308_ENV_SETUP) \ 216 216 $(if $(strip $(libpath)),LIB="$(subst ; ,;,$(foreach lp,$(libpath),$(lp);))$(LIB)") \ 217 $(TOOL_VAC308_LD) /B"/DLL" $(flags) -Fe$(out) -Fm$(outbase).map $( objs) $(libs) $(othersrc)217 $(TOOL_VAC308_LD) /B"/DLL" $(flags) -Fe$(out) -Fm$(outbase).map $(filter-out %.res,$(objs)) $(libs) $(othersrc) 218 218 endef 219 219 … … 239 239 $(QUIET)$(TOOL_VAC308_ENV_SETUP) \ 240 240 $(if $(strip $(libpath)),LIB="$(subst ; ,;,$(foreach lp,$(libpath),$(lp);))$(LIB)") \ 241 $(TOOL_VAC308_LD) $(flags) -Fe$(out) -Fm$(outbase).map $( objs) $(libs) $(othersrc)242 endef 243 241 $(TOOL_VAC308_LD) $(flags) -Fe$(out) -Fm$(outbase).map $(filter-out %.res,$(objs)) $(libs) $(othersrc) 242 endef 243
Note:
See TracChangeset
for help on using the changeset viewer.