diff options
-rw-r--r-- | Makefile.mingw | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.mingw b/Makefile.mingw index 80b3582ee6..ab22ff0283 100644 --- a/Makefile.mingw +++ b/Makefile.mingw @@ -18,10 +18,6 @@ CPPFLAGS= $(DEFINES) $(INCLUDES) LIBS = -lmingw32 -lwinmm -lmad -lstdc++ $(SDL_LIBS) EXEEXT :=.exe -# Uncomment this to activate the OpenGL rendering routines (it needs SDL!) -#LIBS += -lopengl32 -#DEFINES += -DOPENGL - OBJS = sdl.o scummvmico.o include Makefile.common |