Commit fabf11c2 authored by Alexandre Julliard's avatar Alexandre Julliard

wrc: Remove no longer needed use of libwine_static.

parent 865f23b5
......@@ -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)
......@@ -21,7 +21,6 @@
#ifndef __WRC_WRC_H
#define __WRC_WRC_H
#define WINE_UNICODE_API /* nothing */
#include "wine/unicode.h"
#include "wrctypes.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment