[Scummvm-cvs-logs] CVS: residual/mixer Makefile,1.1,1.2

Travis Howell kirben at users.sourceforge.net
Fri Jan 30 19:28:18 CET 2004


Update of /cvsroot/scummvm/residual/mixer
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19143/mixer

Modified Files:
	Makefile 
Log Message:

Remove unix specific define in mixer Makefile.


Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/residual/mixer/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile	12 Dec 2003 23:06:55 -0000	1.1
+++ Makefile	31 Jan 2004 03:21:19 -0000	1.2
@@ -1,4 +1,4 @@
-CXXFLAGS = -g -W -Wall `sdl-config --cflags` -DUNIX
+CXXFLAGS = -g -W -Wall `sdl-config --cflags`
 RANLIB=ranlib
 AR= ar rcu
 





More information about the Scummvm-git-logs mailing list