diff options
author | Marcel W. Wysocki <maci@satgnu.org> | 2005-02-06 12:43:59 +0000 |
---|---|---|
committer | Marcel W. Wysocki <maci@satgnu.org> | 2005-02-06 12:43:59 +0000 |
commit | ed0422126771d22e08cf071c735878095a81eef9 (patch) | |
tree | 2bcca0c5607fd80043b6f0476dc17dea8b8d0908 /makefile.mgw | |
parent | f35cf42cf3f84de478b60a2c2d227c4466a38ee0 (diff) | |
download | mana-ed0422126771d22e08cf071c735878095a81eef9.tar.gz mana-ed0422126771d22e08cf071c735878095a81eef9.tar.bz2 mana-ed0422126771d22e08cf071c735878095a81eef9.tar.xz mana-ed0422126771d22e08cf071c735878095a81eef9.zip |
ouch forgot sth.
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 949f6a90..42eaf870 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 := -lSDL -lguichan_sdl -lguichan -lSDL_mixer -lSDL_image +LIBS := -lSDL -lguichan_sdl -lguichan -lSDL_mixer -lSDL_image -lws2_32 include file.list |