diff options
Diffstat (limited to 'makefile.mgw')
-rw-r--r-- | makefile.mgw | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/makefile.mgw b/makefile.mgw index 1f7c565e..c9bb582d 100644 --- a/makefile.mgw +++ b/makefile.mgw @@ -5,8 +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 -lalfont -lguichan \ - -lguichan_allegro -lalleg -lws2_32 +LIBS := -ljgmod -lguichan_allegro -lguichan -lalleg -lws2_32 include file.list |