summaryrefslogtreecommitdiff
path: root/makefile.static
diff options
context:
space:
mode:
authorJean-Francois Lampron <sull.kf@gmail.com>2004-12-18 02:20:49 +0000
committerJean-Francois Lampron <sull.kf@gmail.com>2004-12-18 02:20:49 +0000
commitc425873c0f486508074af22cf7bbbf10b7e4719d (patch)
treec872b1ff9086aad6a9373047f4b19b788ba69fb6 /makefile.static
parent8fb163024e321e00e55ff324ccdac34b9adfb773 (diff)
downloadmana-client-c425873c0f486508074af22cf7bbbf10b7e4719d.tar.gz
mana-client-c425873c0f486508074af22cf7bbbf10b7e4719d.tar.bz2
mana-client-c425873c0f486508074af22cf7bbbf10b7e4719d.tar.xz
mana-client-c425873c0f486508074af22cf7bbbf10b7e4719d.zip
new makefile.static moved ldflag orders(sull)
Diffstat (limited to 'makefile.static')
-rw-r--r--makefile.static3
1 files changed, 1 insertions, 2 deletions
diff --git a/makefile.static b/makefile.static
index 2ee3e5fe..f800934e 100644
--- a/makefile.static
+++ b/makefile.static
@@ -6,8 +6,7 @@ CXX = g++
CXXFLAGS +=-Wall -march=i686 -O3 -fexpensive-optimizations -pipe -fomit-frame-pointer -funroll-loops -fexceptions
CXXFLAGS +=`allegro-config --cflags release`
-LIBS := -ljgmod `allegro-config --libs release` -lalfont -lguichan \
- -lguichan_allegro
+LIBS := -ljgmod `allegro-config --libs release` -lalfont -lguichan_allegro -lguichan
include file.list