From 9418b93fd33707d10302a61182cdb2a6cd3b59fa Mon Sep 17 00:00:00 2001 From: pixel Date: Thu, 17 Feb 2005 08:33:49 +0000 Subject: Updating makefiles to add luapatch, and updating things a bit for PS2 target. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2d71ef1..8da1790 100755 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ #!/usr/bin/make -f -CPPFLAGS=-Wall -g -O3 -mcpu=i686 -Iincludes `sdl-config --cflags` -DHAVE_ZLIB `baltisot-config --cflags` `lua-config --include` -DCHATTING +CPPFLAGS=-Wall -g -O3 -mcpu=i686 -Iincludes -Ipsxdev `sdl-config --cflags` -DHAVE_ZLIB `baltisot-config --cflags` `lua-config --include` -DCHATTING LDFLAGS=-lz `sdl-config --libs` `baltisot-config --libs` -lefence CDTOOL_LDFLAGS=`baltisot-config --libs` -lreadline -g CXX=g++ -- cgit v1.2.3