[Scummvm-cvs-logs] CVS: scummvm Makefile.mingw,1.13,1.14

Travis Howell kirben at users.sourceforge.net
Mon Jun 16 23:19:18 CEST 2003


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

Modified Files:
	Makefile.mingw 
Log Message:

Use OpenGL backend by default for mingw builds


Index: Makefile.mingw
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.mingw,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Makefile.mingw	5 May 2003 16:00:49 -0000	1.13
+++ Makefile.mingw	17 Jun 2003 06:18:56 -0000	1.14
@@ -27,8 +27,8 @@
 DEFINES :=
 LDFLAGS :=
 INCLUDES:= -I. -Icommon -Iscumm $(SDL_CFLAGS)
-LIBS	:= $(SDL_LIBS) -lmingw32 -lwinmm
-OBJS	:= scummvmico.o backends/sdl/sdl-common.o backends/sdl/sdl.o 
+LIBS	:= $(SDL_LIBS) -lmingw32 -lwinmm -lopengl32
+OBJS	:= scummvmico.o backends/sdl/sdl-common.o backends/sdl/sdl_gl.o 
 EXEEXT	:=.exe
 
 #######################################################################





More information about the Scummvm-git-logs mailing list