diff options
author | Jean-Francois Lampron <sull.kf@gmail.com> | 2004-12-18 02:20:49 +0000 |
---|---|---|
committer | Jean-Francois Lampron <sull.kf@gmail.com> | 2004-12-18 02:20:49 +0000 |
commit | c425873c0f486508074af22cf7bbbf10b7e4719d (patch) | |
tree | c872b1ff9086aad6a9373047f4b19b788ba69fb6 /makefile.static | |
parent | 8fb163024e321e00e55ff324ccdac34b9adfb773 (diff) | |
download | mana-c425873c0f486508074af22cf7bbbf10b7e4719d.tar.gz mana-c425873c0f486508074af22cf7bbbf10b7e4719d.tar.bz2 mana-c425873c0f486508074af22cf7bbbf10b7e4719d.tar.xz mana-c425873c0f486508074af22cf7bbbf10b7e4719d.zip |
new makefile.static moved ldflag orders(sull)
Diffstat (limited to 'makefile.static')
-rw-r--r-- | makefile.static | 3 |
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 |