diff options
-rw-r--r-- | makefile.mgw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.mgw b/makefile.mgw index cbc6da7b..949f6a90 100644 --- a/makefile.mgw +++ b/makefile.mgw @@ -5,7 +5,7 @@ CXX = g++ # excessive optimizations for pentium pro and later CXXFLAGS +=-Wall -march=i686 -O3 -fexpensive-optimizations -pipe -fomit-frame-pointer -funroll-loops -fexceptions -LIBS := -lSDL -lSDL_mixer -lguichan_allegro -lguichan -lalleg -lws2_32 +LIBS := -lSDL -lguichan_sdl -lguichan -lSDL_mixer -lSDL_image include file.list |