Alexandre Julliard : loader: Build the loader with -D__WINESRC__.
5 Oct
2009
5 Oct
'09
2:54 p.m.
Module: wine Branch: master Commit: b1c235d364ac052fdc67d6323ca6fb09b12415e3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b1c235d364ac052fdc67d6323c... Author: Alexandre Julliard <julliard(a)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 \
6009
Age (days ago)
6009
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard