summaryrefslogtreecommitdiff
path: root/makefile.mgw
diff options
context:
space:
mode:
authorMarcel W. Wysocki <maci@satgnu.org>2005-02-06 12:41:31 +0000
committerMarcel W. Wysocki <maci@satgnu.org>2005-02-06 12:41:31 +0000
commitf35cf42cf3f84de478b60a2c2d227c4466a38ee0 (patch)
tree5d6da10fcb7de788df4498c1c4d253b282f10d5a /makefile.mgw
parent42f34425a923fc0b8c0820c2d25939ab8757bbca (diff)
downloadmana-client-f35cf42cf3f84de478b60a2c2d227c4466a38ee0.tar.gz
mana-client-f35cf42cf3f84de478b60a2c2d227c4466a38ee0.tar.bz2
mana-client-f35cf42cf3f84de478b60a2c2d227c4466a38ee0.tar.xz
mana-client-f35cf42cf3f84de478b60a2c2d227c4466a38ee0.zip
small chnage to the LIBS-thingy
removed allegro thingy
Diffstat (limited to 'makefile.mgw')
-rw-r--r--makefile.mgw2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.mgw b/makefile.mgw
index cbc6da7b..949f6a90 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 -lSDL_mixer -lguichan_allegro -lguichan -lalleg -lws2_32
+LIBS := -lSDL -lguichan_sdl -lguichan -lSDL_mixer -lSDL_image
include file.list