wrc: Remove no longer needed use of libwine_static.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Alexandre Julliard 2016-02-20 13:34:09 +09:00
parent 865f23b503
commit fabf11c240
2 changed files with 1 additions and 2 deletions

View File

@ -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)

View File

@ -21,7 +21,6 @@
#ifndef __WRC_WRC_H
#define __WRC_WRC_H
#define WINE_UNICODE_API /* nothing */
#include "wine/unicode.h"
#include "wrctypes.h"