Alexandre Julliard : makefiles: Get rid of libwine_static.
Module: wine Branch: master Commit: 2afa8f0c4c9bcc09584d7e21376eaaf5b5f9878e URL: http://source.winehq.org/git/wine.git/?a=commit;h=2afa8f0c4c9bcc09584d7e2137... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Feb 23 13:03:37 2016 +0900 makefiles: Get rid of libwine_static. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- Makefile.in | 2 -- libs/wine/Makefile.in | 1 - 2 files changed, 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 65ef0c7..7486ba6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -79,8 +79,6 @@ WINEBUILD = $(TOOLSDIR)/tools/winebuild/winebuild$(TOOLSEXT) WRC = $(TOOLSDIR)/tools/wrc/wrc$(TOOLSEXT) LIBPORT = $(top_builddir)/libs/port/libwine_port.a LIBWPP = $(top_builddir)/libs/wpp/libwpp.a -LIBWINE = -L$(top_builddir)/libs/wine -lwine -LIBWINE_STATIC = $(top_builddir)/libs/wine/libwine_static.a PACKAGE_VERSION = @PACKAGE_VERSION@ SED_CMD = LC_ALL=C sed -e 's,@bindir\@,$(bindir),g' -e 's,@dlldir\@,$(dlldir),g' -e 's,@PACKAGE_STRING\@,@PACKAGE_STRING@,g' -e 's,@PACKAGE_VERSION\@,@PACKAGE_VERSION@,g' LDRPATH_INSTALL = @LDRPATH_INSTALL@ diff --git a/libs/wine/Makefile.in b/libs/wine/Makefile.in index 4e96b12..161a6c1 100644 --- a/libs/wine/Makefile.in +++ b/libs/wine/Makefile.in @@ -1,6 +1,5 @@ EXTRALIBS = $(LIBPORT) $(DL_LIBS) $(COREFOUNDATION_LIBS) $(CORESERVICES_LIBS) EXTRADEFS = -DWINE_UNICODE_API="" -STATICLIB = libwine_static.a C_SRCS = \ casemap.c \
participants (1)
-
Alexandre Julliard