diff options
Diffstat (limited to 'makefile.linuxppc')
-rw-r--r-- | makefile.linuxppc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/makefile.linuxppc b/makefile.linuxppc index 752946e4..9375a2a3 100644 --- a/makefile.linuxppc +++ b/makefile.linuxppc @@ -8,8 +8,7 @@ CXXFLAGS =-Wall -O3 -fexpensive-optimizations -pipe -fomit-frame-pointer -funrol CFLAGS=-ljgmod `allegro-config --libs release` -lalfont OBJS = being.o game.o main.o map.o log.o astar.o -OBJS += Chat/chat.cpp -OBJS += Sound/sound.o Graphic/SuperEagle.o +OBJS += Sound/sound.o Graphic/SuperEagle.o Chat/chat.o OBJS += Gui/gui.o Gui/login.o Gui/char_server.o Gui/char_select.o OBJS += Net/network.o Net/protocol.o OBJS += Mac/mac.o |