summaryrefslogtreecommitdiff
path: root/makefile.mgw
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-02-13 16:05:02 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-02-13 16:05:02 +0000
commita6d78cfefc41d87234b22ef15f4f38a7b96e6544 (patch)
tree9eceff651b6e5ecd67dd256d5216a9f458034b5e /makefile.mgw
parentb092468063d314d96aee6624cdb1a8fa78599424 (diff)
downloadmana-client-a6d78cfefc41d87234b22ef15f4f38a7b96e6544.tar.gz
mana-client-a6d78cfefc41d87234b22ef15f4f38a7b96e6544.tar.bz2
mana-client-a6d78cfefc41d87234b22ef15f4f38a7b96e6544.tar.xz
mana-client-a6d78cfefc41d87234b22ef15f4f38a7b96e6544.zip
Should now compile on Linux again.
Diffstat (limited to 'makefile.mgw')
-rw-r--r--makefile.mgw5
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