diff options
-rw-r--r-- | makefile.macosx | 7 | ||||
-rw-r--r-- | tmw.ini | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/makefile.macosx b/makefile.macosx index 137ce693..4a054f34 100644 --- a/makefile.macosx +++ b/makefile.macosx @@ -8,11 +8,10 @@ CXXFLAGS =-Wall -O3 -fexpensive-optimizations -pipe -fomit-frame-pointer -funrol CFLAGS=`allegro-config --libs release` -lalfont /usr/lib/libjgmod.a OBJS = being.o game.o main.o map.o log.o astar.o -OBJS += Chat/chat.o Gui/skill.o -OBJS += Sound/sound.o Graphic/SuperEagle.o +OBJS += Gui/chat.o Gui/skill.o +OBJS += Sound/sound.o Graphic/SuperEagle.o Graphic/graphic.o OBJS += Gui/gui.o Gui/login.o Gui/char_server.o Gui/char_select.o Gui/inventory.o -OBJS += Net/network.o Net/protocol.o -OBJS += Mac/mac.o +OBJS += Net/network.o Net/protocol.o Net/win2mac.o tmw: $(OBJS) $(CXX) -o tmw $(OBJS) $(CFLAGS) @@ -28,4 +28,4 @@ stretch = 1 [login] remember = 1 -username = elven +username = test2 |