Changeset 1146 in kBuild
- Timestamp:
- Sep 27, 2007 5:26:26 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VAC308.kmk
r1145 r1146 192 192 $(if $(strip $(libpath)),LIB="$(subst ; ,;,$(foreach lp,$(libpath),$(lp);))$(LIB)") \ 193 193 $(TOOL_VAC308_LD) $(flags) -Fe$(out) -Fm$(outbase).map $(filter-out %.res,$(objs)) $(libs) $(othersrc) 194 $(if $(filter %.res,$(objs)), $(QUIET)$(TOOL_VAC308_ENV_SETUP) \ 195 $(TOOL_VAC308_RC) $(filter %.res,$(objs)) $(out)) 194 196 endef 195 197 … … 216 218 $(if $(strip $(libpath)),LIB="$(subst ; ,;,$(foreach lp,$(libpath),$(lp);))$(LIB)") \ 217 219 $(TOOL_VAC308_LD) /B"/DLL" $(flags) -Fe$(out) -Fm$(outbase).map $(filter-out %.res,$(objs)) $(libs) $(othersrc) 220 $(if $(filter %.res,$(objs)), $(QUIET)$(TOOL_VAC308_ENV_SETUP) \ 221 $(TOOL_VAC308_RC) $(filter %.res,$(objs)) $(out)) 218 222 endef 219 223 … … 240 244 $(if $(strip $(libpath)),LIB="$(subst ; ,;,$(foreach lp,$(libpath),$(lp);))$(LIB)") \ 241 245 $(TOOL_VAC308_LD) $(flags) -Fe$(out) -Fm$(outbase).map $(filter-out %.res,$(objs)) $(libs) $(othersrc) 242 endef 243 246 $(if $(filter %.res,$(objs)), $(QUIET)$(TOOL_VAC308_ENV_SETUP) \ 247 $(TOOL_VAC308_RC) $(filter %.res,$(objs)) $(out)) 248 endef 249
Note:
See TracChangeset
for help on using the changeset viewer.