makefiles: Simplify the use of the MODULE variable in static import libraries.
commit4500836635aa9264881b41d33bc6313fd8a95632
authorRob Shearman <rob@codeweavers.com>
Mon, 10 Mar 2008 16:35:33 +0000 (10 16:35 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 10 Mar 2008 18:12:54 +0000 (10 19:12 +0100)
tree8894fbdb3e4c6a2f99741add6d8ba09c447006d2
parent088ae3b81c7387f98c217260484207cbf175e2d6
makefiles: Simplify the use of the MODULE variable in static import libraries.

Don't include platform-specific information when declaring the name of
the static import libary to build. Instead, add this information in
Makeimplib.rules.in.
dlls/Makeimplib.rules.in
dlls/adsiid/Makefile.in
dlls/dxerr8/Makefile.in
dlls/dxerr9/Makefile.in
dlls/dxguid/Makefile.in
dlls/strmiids/Makefile.in
dlls/uuid/Makefile.in
dlls/winecrt0/Makefile.in
tools/make_makefiles