VirtualBox

Changeset 1146 in kBuild


Ignore:
Timestamp:
Sep 27, 2007 5:26:26 PM (17 years ago)
Author:
bird
Message:

link with .res file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/VAC308.kmk

    r1145 r1146  
    192192        $(if $(strip $(libpath)),LIB="$(subst ; ,;,$(foreach lp,$(libpath),$(lp);))$(LIB)") \
    193193                $(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))
    194196endef
    195197
     
    216218        $(if $(strip $(libpath)),LIB="$(subst ; ,;,$(foreach lp,$(libpath),$(lp);))$(LIB)") \
    217219                $(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))
    218222endef
    219223
     
    240244        $(if $(strip $(libpath)),LIB="$(subst ; ,;,$(foreach lp,$(libpath),$(lp);))$(LIB)") \
    241245                $(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))
     248endef
     249
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette