CVS: winex/dlls/ntdll Makefile.in,1.8,1.9
[email protected] 14 Dec 2007 20:13:16 -0000
| Newsgroups | gmane.comp.emulators.winex.cvs |
|---|---|
| Message-ID | <[email protected]> |
Subject: winex/dlls/ntdll Makefile.in,1.8,1.9Update of /var/lib/cvsd/cvsroot/winex/dlls/ntdll In directory agravaine:/tmp/cvs-serv14500/dlls/ntdll Modified Files: Makefile.in Log Message: Changed all our makefiles to separate out our usage of @DLLFLAGS@. A new DLLFLAGS makefile variable has been added, initialized with @DLLFLAGS@ in the individual makefiles. All existing usage of @DLLFLAGS@ has been replaced with $(DLLFLAGS), and most importantly, @DLLFLAGS@ is no longer included in any makefile's DEFS variable. Instead, $(DLLFLAGS) is included directly into ALLCFLAGS. DEFS should only contain preprocessor definitions, nothing else, so that it can be used by other tools with a preprocessor (widl). Index: Makefile.in =================================================================== RCS file: /var/lib/cvsd/cvsroot/winex/dlls/ntdll/Makefile.in,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- Makefile.in 31 Jul 2007 17:58:50 -0000 1.8 +++ Makefile.in 14 Dec 2007 20:13:14 -0000 1.9 @@ -75,7 +75,7 @@ @cd `dirname $@` && $(MAKE) `basename $@` relay32.s: $(WINEBUILD) - $(LDPATH) $(WINEBUILD) @DLLFLAGS@ -o $@ -relay32 + $(LDPATH) $(WINEBUILD) $(DLLFLAGS) -o $@ -relay32 @DARWIN_TRUE@signal_i386.c : exc_server.defs.h