wrc: Remove no longer needed use of libwine_static.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
865f23b503
commit
fabf11c240
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue