summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel W. Wysocki <maci@satgnu.org>2005-02-06 12:43:59 +0000
committerMarcel W. Wysocki <maci@satgnu.org>2005-02-06 12:43:59 +0000
commited0422126771d22e08cf071c735878095a81eef9 (patch)
tree2bcca0c5607fd80043b6f0476dc17dea8b8d0908
parentf35cf42cf3f84de478b60a2c2d227c4466a38ee0 (diff)
downloadmana-client-ed0422126771d22e08cf071c735878095a81eef9.tar.gz
mana-client-ed0422126771d22e08cf071c735878095a81eef9.tar.bz2
mana-client-ed0422126771d22e08cf071c735878095a81eef9.tar.xz
mana-client-ed0422126771d22e08cf071c735878095a81eef9.zip
ouch forgot sth.
-rw-r--r--makefile.mgw2
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