localspl: [1/3] Build the Importlib

Detlef Riekenberg wine.dev at web.de
Wed Sep 27 05:58:50 CDT 2006


We need the importlib for the tests


Changelog

localspl: Build the Importlib 


-- 
 
By by ... Detlef

-------------- next part --------------
Subject: [PATCH] localspl: Build the Importlib

We need the importlib for the tests.

---

 dlls/localspl/Makefile.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

7ae82bb39d4c4257e7acc6411656f78d5a3e6358
diff --git a/dlls/localspl/Makefile.in b/dlls/localspl/Makefile.in
index 7d80fb7..20bd299 100644
--- a/dlls/localspl/Makefile.in
+++ b/dlls/localspl/Makefile.in
@@ -3,6 +3,7 @@ TOPOBJDIR = ../..
 SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 MODULE    = localspl.dll
+IMPORTLIB = liblocalspl.$(IMPLIBEXT)
 IMPORTS   = kernel32
 
 C_SRCS = \
-- 
1.1.3


More information about the wine-patches mailing list