diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-02-13 16:05:02 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-02-13 16:05:02 +0000 |
commit | a6d78cfefc41d87234b22ef15f4f38a7b96e6544 (patch) | |
tree | 9eceff651b6e5ecd67dd256d5216a9f458034b5e /makefile.mgw | |
parent | b092468063d314d96aee6624cdb1a8fa78599424 (diff) | |
download | mana-a6d78cfefc41d87234b22ef15f4f38a7b96e6544.tar.gz mana-a6d78cfefc41d87234b22ef15f4f38a7b96e6544.tar.bz2 mana-a6d78cfefc41d87234b22ef15f4f38a7b96e6544.tar.xz mana-a6d78cfefc41d87234b22ef15f4f38a7b96e6544.zip |
Should now compile on Linux again.
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 |