diff options
Diffstat (limited to 'makefile.mgw')
-rw-r--r-- | makefile.mgw | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/makefile.mgw b/makefile.mgw index 42eaf870..e3c54fff 100644 --- a/makefile.mgw +++ b/makefile.mgw @@ -3,9 +3,10 @@ CXX = g++ #CXXFLAGS += -g -march=i686 -O2 # excessive optimizations for pentium pro and later -CXXFLAGS +=-Wall -march=i686 -O3 -fexpensive-optimizations -pipe -fomit-frame-pointer -funroll-loops -fexceptions +CXXFLAGS += -Wall -march=i686 -O3 -fexpensive-optimizations -pipe \ + -fomit-frame-pointer -funroll-loops -fexceptions -LIBS := -lSDL -lguichan_sdl -lguichan -lSDL_mixer -lSDL_image -lws2_32 +LIBS := -lguichan_sdl -lguichan -lSDL_mixer -lSDL_image -lSDL -lws2_32 include file.list |