Alexandre Julliard : wpp: Build with -fPIC to allow libwpp to be used from dlls.

Alexandre Julliard julliard at winehq.org
Tue Mar 30 10:39:46 CDT 2010


Module: wine
Branch: master
Commit: ced7d134c75cb0337e65de9fc5efcb556fe60a0c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ced7d134c75cb0337e65de9fc5efcb556fe60a0c

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Mar 30 15:52:53 2010 +0200

wpp: Build with -fPIC to allow libwpp to be used from dlls.

---

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

diff --git a/libs/wpp/Makefile.in b/libs/wpp/Makefile.in
index 950712f..acd74b6 100644
--- a/libs/wpp/Makefile.in
+++ b/libs/wpp/Makefile.in
@@ -2,6 +2,7 @@ TOPSRCDIR = @top_srcdir@
 TOPOBJDIR = ../..
 SRCDIR    = @srcdir@
 VPATH     = @srcdir@
+DLLFLAGS  = @DLLFLAGS@
 MODULE    = libwpp.a
 
 C_SRCS = \




More information about the wine-cvs mailing list