diff options
author | Travis Howell | 2003-06-17 06:18:56 +0000 |
---|---|---|
committer | Travis Howell | 2003-06-17 06:18:56 +0000 |
commit | cc55265ecdc8d631dfc62e82a21fcea0359d774a (patch) | |
tree | 62ec0d64330d4338b246218e40973af7917e3359 | |
parent | 94e88917da39257849fdc66f385c51d4723eaa2d (diff) | |
download | scummvm-rg350-cc55265ecdc8d631dfc62e82a21fcea0359d774a.tar.gz scummvm-rg350-cc55265ecdc8d631dfc62e82a21fcea0359d774a.tar.bz2 scummvm-rg350-cc55265ecdc8d631dfc62e82a21fcea0359d774a.zip |
Use OpenGL backend by default for mingw builds
svn-id: r8522
-rw-r--r-- | Makefile.mingw | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.mingw b/Makefile.mingw index fb488c16db..ebe3a677e1 100644 --- a/Makefile.mingw +++ b/Makefile.mingw @@ -27,8 +27,8 @@ CXXFLAGS:= -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-m 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 ####################################################################### |