Sync to Wine-20050524:
authorGé van Geldorp <ge@gse.nl>
Thu, 26 May 2005 21:15:58 +0000 (21:15 +0000)
committerGé van Geldorp <ge@gse.nl>
Thu, 26 May 2005 21:15:58 +0000 (21:15 +0000)
Alexander Julliard <julliard@winehq.org>
- Added rules for building import libraries in the individual dll
  makefiles, and added support for building a .def.a static import
  library too.

svn path=/trunk/; revision=15536

reactos/lib/msimg32/Makefile.in

index 9314038..3d097d3 100644 (file)
@@ -3,6 +3,7 @@ TOPOBJDIR = ../..
 SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 MODULE    = msimg32.dll
 SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 MODULE    = msimg32.dll
+IMPORTLIB = libmsimg32.$(IMPLIBEXT)
 IMPORTS   = gdi32 kernel32
 
 C_SRCS = msimg32_main.c
 IMPORTS   = gdi32 kernel32
 
 C_SRCS = msimg32_main.c