From 0862aa2922451ea6a1348b5aefecbbf77b72a36f Mon Sep 17 00:00:00 2001 From: Alexander Baldeck Date: Wed, 29 Dec 2004 12:42:18 +0000 Subject: - added SDL & SDL_mixer to all makefiles - removed JGmod from all makefiles --- makefile.linuxppc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile.linuxppc') diff --git a/makefile.linuxppc b/makefile.linuxppc index 0455fc2a..9b1580fd 100644 --- a/makefile.linuxppc +++ b/makefile.linuxppc @@ -3,9 +3,9 @@ CXX = g++ #CXXFLAGS = -g -march=i686 -O2 # excessive optimizations for pentium pro and later -CXXFLAGS =-Wall -O3 -fexpensive-optimizations -pipe -fomit-frame-pointer -funroll-loops -DLINUXPPC -fexceptions +CXXFLAGS =-Wall -O3 -fexpensive-optimizations -pipe -fomit-frame-pointer -funroll-loops -DLINUXPPC -fexceptions `sdl-config --cflags` -CFLAGS=-ljgmod `allegro-config --libs release` -lguichan_allegro -lguichan +CFLAGS=`allegro-config --libs release` `sdl-config --libs` -lSDL_mixer -lguichan_allegro -lguichan include file.list MODULES += src/net/win2mac.cpp -- cgit v1.2.3-60-g2f50