diff options
author | Travis Howell | 2002-06-14 04:36:41 +0000 |
---|---|---|
committer | Travis Howell | 2002-06-14 04:36:41 +0000 |
commit | 6fb7585cf5ccda44efe3b6c8b445de3813785862 (patch) | |
tree | e5a9c603cbeaf38372b325da9f3de0db8d38088c | |
parent | bf82c903308f5ddf40cf293b0ca28fca3d3edc36 (diff) | |
download | scummvm-rg350-6fb7585cf5ccda44efe3b6c8b445de3813785862.tar.gz scummvm-rg350-6fb7585cf5ccda44efe3b6c8b445de3813785862.tar.bz2 scummvm-rg350-6fb7585cf5ccda44efe3b6c8b445de3813785862.zip |
*** empty log message ***
svn-id: r4420
-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 |