VirtualBox

Changeset 873 in kBuild for trunk


Ignore:
Timestamp:
Apr 4, 2007 5:59:11 PM (18 years ago)
Author:
bird
Message:

hack for creating PATH_LIB when there aren't any real libraries around. TODO: find a proper solution to these stupid automatic installs of .exp and .lib files.

File:
1 edited

Legend:

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

    r782 r873  
    258258# @param    $(custom_post)  Custom step invoked after linking.
    259259# @param    $(outbase)  Output basename (full). Use this for list files and such.
    260 TOOL_MINGW32_LINK_DLL_OUTPUT = $(outbase).a $(outbase).exp
     260TOOL_MINGW32_LINK_DLL_OUTPUT = $(outbase).a $(outbase).exp $(PATH_LIB)/$(notdir $(outbase)).exp $(PATH_LIB)/$(notdir $(outbase)).a
     261## @todo Find a better solution for installing the extra files (.a, .exp, .pdb, .map, etc).
    261262TOOL_MINGW32_LINK_DLL_DEPEND = $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib)))\
    262263        $(filter %.def %.res,$(othersrc))
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