Module: wine Branch: master Commit: fabf11c2406159c52919dc100b451a4b2cda8d42 URL: http://source.winehq.org/git/wine.git/?a=commit;h=fabf11c2406159c52919dc100b... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Sat Feb 20 13:34:09 2016 +0900 wrc: Remove no longer needed use of libwine_static. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- tools/wrc/Makefile.in | 2 +- tools/wrc/wrc.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/wrc/Makefile.in b/tools/wrc/Makefile.in index 37dbe03..8c94ead 100644 --- a/tools/wrc/Makefile.in +++ b/tools/wrc/Makefile.in @@ -17,6 +17,6 @@ BISON_SRCS = parser.y wrc_EXTRADEFS = -DINCLUDEDIR="\"${includedir}\"" -EXTRALIBS = $(GETTEXTPO_LIBS) $(LIBWPP) $(LIBWINE_STATIC) +EXTRALIBS = $(GETTEXTPO_LIBS) $(LIBWPP) INSTALL_DEV = $(PROGRAMS) diff --git a/tools/wrc/wrc.h b/tools/wrc/wrc.h index 4a0a749..cf8c793 100644 --- a/tools/wrc/wrc.h +++ b/tools/wrc/wrc.h @@ -21,7 +21,6 @@ #ifndef __WRC_WRC_H #define __WRC_WRC_H -#define WINE_UNICODE_API /* nothing */ #include "wine/unicode.h" #include "wrctypes.h"