Sync to Wine-20050524:

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=15534
This commit is contained in:
Gé van Geldorp 2005-05-26 21:07:55 +00:00
parent f4f457d418
commit f4600fe75d

View file

@ -3,6 +3,7 @@ TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = icmp.dll
IMPORTLIB = libicmp.$(IMPLIBEXT)
IMPORTS = kernel32
EXTRALIBS = @SOCKETLIBS@