- Timestamp:
- Apr 4, 2007 5:59:11 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/MINGW32.kmk
r782 r873 258 258 # @param $(custom_post) Custom step invoked after linking. 259 259 # @param $(outbase) Output basename (full). Use this for list files and such. 260 TOOL_MINGW32_LINK_DLL_OUTPUT = $(outbase).a $(outbase).exp 260 TOOL_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). 261 262 TOOL_MINGW32_LINK_DLL_DEPEND = $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib)))\ 262 263 $(filter %.def %.res,$(othersrc))
Note:
See TracChangeset
for help on using the changeset viewer.