[Scummvm-cvs-logs] CVS: scummex Makefile.mingw,1.3,1.4

Travis Howell kirben at users.sourceforge.net
Thu Oct 2 02:22:02 CEST 2003


Update of /cvsroot/scummvm/scummex
In directory sc8-pr-cvs1:/tmp/cvs-serv28748

Modified Files:
	Makefile.mingw 
Log Message:

SDL mixer no longer needed


Index: Makefile.mingw
===================================================================
RCS file: /cvsroot/scummvm/scummex/Makefile.mingw,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.mingw	1 Oct 2003 23:55:36 -0000	1.3
+++ Makefile.mingw	2 Oct 2003 09:21:19 -0000	1.4
@@ -4,7 +4,7 @@
 
 ### Modify these paths
 SDL_CFLAGS=-I$(SRC)/sdl/include
-SDL_LIBS=-L$(SRC)/sdl/lib -lSDLmain -lSDL -lSDL_mixer
+SDL_LIBS=-L$(SRC)/sdl/lib -lSDLmain -lSDL
 
 WX_CFLAGS= -I/usr/local/include `wxmsw-2.4-config --cxxflags`
 WX_LIBS=`wxmsw-2.4-config --libs`
@@ -79,4 +79,3 @@
 	cp help/*.html $(SCUMMEXPATH)/help
 	cp help/help.* $(SCUMMEXPATH)/help
 	cp SDL/lib/SDL.dll $(SCUMMEXPATH)
-	cp SDL/lib/SDL_Mixer.dll $(SCUMMEXPATH)





More information about the Scummvm-git-logs mailing list