diff options
author | Alexander Baldeck <alexander@archlinux.org> | 2004-12-29 12:42:59 +0000 |
---|---|---|
committer | Alexander Baldeck <alexander@archlinux.org> | 2004-12-29 12:42:59 +0000 |
commit | 4ed25b1ad7e199a00291ab8dd75d65442002e4ce (patch) | |
tree | 760fc7aafdaeff5190cd571200ae175d350a5672 /makefile.mgw | |
parent | 0862aa2922451ea6a1348b5aefecbbf77b72a36f (diff) | |
download | mana-client-4ed25b1ad7e199a00291ab8dd75d65442002e4ce.tar.gz mana-client-4ed25b1ad7e199a00291ab8dd75d65442002e4ce.tar.bz2 mana-client-4ed25b1ad7e199a00291ab8dd75d65442002e4ce.tar.xz mana-client-4ed25b1ad7e199a00291ab8dd75d65442002e4ce.zip |
- oopsie.. see messages of SDL change :)
Diffstat (limited to 'makefile.mgw')
-rw-r--r-- | makefile.mgw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.mgw b/makefile.mgw index c9bb582d..5ce34199 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 := -ljgmod -lguichan_allegro -lguichan -lalleg -lws2_32 +LIBS := -lSDL -lSDL_mixer -lguichan_allegro -lguichan -lalleg -lws2_32 include file.list |