Alexandre Julliard : wmc: Remove no longer needed use of libwine_static.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Feb 22 08:57:38 CST 2016


Module: wine
Branch: master
Commit: 8f4ee97092e7be6cc95313c259c5eac807ff18b4
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8f4ee97092e7be6cc95313c259c5eac807ff18b4

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Sat Feb 20 13:34:40 2016 +0900

wmc: Remove no longer needed use of libwine_static.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 tools/wmc/Makefile.in | 2 +-
 tools/wmc/lang.h      | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/tools/wmc/Makefile.in b/tools/wmc/Makefile.in
index 41b7236..a97da85 100644
--- a/tools/wmc/Makefile.in
+++ b/tools/wmc/Makefile.in
@@ -11,6 +11,6 @@ C_SRCS = \
 
 BISON_SRCS = mcy.y
 
-EXTRALIBS = $(GETTEXTPO_LIBS) $(LIBWINE_STATIC)
+EXTRALIBS = $(GETTEXTPO_LIBS)
 
 INSTALL_DEV = $(PROGRAMS)
diff --git a/tools/wmc/lang.h b/tools/wmc/lang.h
index 337d661..5a11c5b 100644
--- a/tools/wmc/lang.h
+++ b/tools/wmc/lang.h
@@ -21,7 +21,6 @@
 #ifndef __WMC_LANG_H
 #define __WMC_LANG_H
 
-#define WINE_UNICODE_API /* nothing */
 #include "wine/unicode.h"
 
 typedef struct language {




More information about the wine-cvs mailing list