[Scummvm-cvs-logs] CVS: residual/tools Makefile,1.4,1.5
Pawel Kolodziejski
aquadran at users.sourceforge.net
Thu Oct 7 13:36:40 CEST 2004
Update of /cvsroot/scummvm/residual/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22150/residual/tools
Modified Files:
Makefile
Log Message:
fixed makefile
Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/residual/tools/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile 25 Mar 2004 12:52:07 -0000 1.4
+++ Makefile 7 Oct 2004 20:35:29 -0000 1.5
@@ -1,8 +1,8 @@
CXX = g++
-CXXFLAGS = -g -O2 -Wall -I../lua/include -I../lua/src -I.. -DLUA_NUM_TYPE=float
+CXXFLAGS = -g -O2 -Wall -I../lua -I.. -DLUA_NUM_TYPE=float
CFLAGS = -g -O2 -Wall
-LDFLAGS = -g
-LIBS = -L../lua/lib -llua
+LDFLAGS =
+LIBS =
all: bmtoppm delua imc2wav int2flt mat2ppm set2fig unlab vima
@@ -12,7 +12,7 @@
mat2ppm: mat2ppm.c
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ mat2ppm.c -lppm
-delua: delua.o ../lua/lib/liblua.a ../localize.o ../registry.o ../debug.o
+delua: delua.o ../localize.o ../registry.o ../debug.o
$(CXX) $(LDFLAGS) -o $@ delua.o ../localize.o ../registry.o $(LIBS)
.c.o:
More information about the Scummvm-git-logs
mailing list