Alexandre Julliard : loader: Build the loader with -D__WINESRC__.

Alexandre Julliard julliard at winehq.org
Mon Oct 5 09:54:29 CDT 2009


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Oct  5 14:55:34 2009 +0200

loader: Build the loader with -D__WINESRC__.

---

 loader/Makefile.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/loader/Makefile.in b/loader/Makefile.in
index 8f4d2a2..5911159 100644
--- a/loader/Makefile.in
+++ b/loader/Makefile.in
@@ -2,6 +2,7 @@ TOPSRCDIR = @top_srcdir@
 TOPOBJDIR = ..
 SRCDIR    = @srcdir@
 VPATH     = @srcdir@
+DEFS      = -D__WINESRC__ $(EXTRADEFS)
 
 C_SRCS = \
 	main.c \




More information about the wine-cvs mailing list