Alexandre Julliard : wpp: Build with -fPIC to allow libwpp to be used from dlls.
30 Mar
2010
30 Mar
'10
3:39 p.m.
Module: wine Branch: master Commit: ced7d134c75cb0337e65de9fc5efcb556fe60a0c URL: http://source.winehq.org/git/wine.git/?a=commit;h=ced7d134c75cb0337e65de9fc5... Author: Alexandre Julliard <julliard(a)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 = \
5737
Age (days ago)
5737
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard