CVS: winex/dlls/user Makefile.in,1.2,1.3

[email protected] 14 Dec 2007 20:13:21 -0000
Newsgroups gmane.comp.emulators.winex.cvs
Message-ID <[email protected]>
Subject: winex/dlls/user Makefile.in,1.2,1.3Update of /var/lib/cvsd/cvsroot/winex/dlls/user
In directory agravaine:/tmp/cvs-serv14529/dlls/user

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/user/Makefile.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.in	27 Mar 2007 22:17:03 -0000	1.2
+++ Makefile.in	14 Dec 2007 20:13:19 -0000	1.3
@@ -72,7 +72,7 @@
 	@cd `dirname $@` && $(MAKE) `basename $@`
 
 $(MODULE).spec.c: $(MODULE).spec $(RC_SRCS:.rc=.res) $(SYMBOLFILE) $(WINEBUILD)
-	$(LDPATH) $(WINEBUILD) -need_force_init @DLLFLAGS@ -L$(DLLDIR) $(SYMBOLFILE:%=-sym %) -o $@ -spec $(SRCDIR)/$(MODULE).spec
+	$(LDPATH) $(WINEBUILD) -need_force_init $(DLLFLAGS) -L$(DLLDIR) $(SYMBOLFILE:%=-sym %) -o $@ -spec $(SRCDIR)/$(MODULE).spec
 
 # Special rules for 16-bit resource files