diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-29 10:14:29 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-29 10:14:29 +0000 |
commit | cec49cf8f48420d4e91f2d480cf281bd2d79e999 (patch) | |
tree | 26a0b2f13d3c39b0da0fdcdd6f2fdbf06bdc636e /lang/tolua50/files/patch-src::tests::Makefile | |
parent | 6a1c5fb9a79f259c9737a9bfa2ce5a164672585b (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_EOL'.4-eol
Notes
Notes:
svn path=/head/; revision=183609
svn path=/tags/RELEASE_4_EOL/; revision=183610; tag=4-eol
Diffstat (limited to 'lang/tolua50/files/patch-src::tests::Makefile')
-rw-r--r-- | lang/tolua50/files/patch-src::tests::Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/lang/tolua50/files/patch-src::tests::Makefile b/lang/tolua50/files/patch-src::tests::Makefile deleted file mode 100644 index a2aa53e7018d..000000000000 --- a/lang/tolua50/files/patch-src::tests::Makefile +++ /dev/null @@ -1,27 +0,0 @@ ---- src/tests/Makefile.orig Wed Feb 11 23:01:58 2004 -+++ src/tests/Makefile Sun Nov 21 19:17:49 2004 -@@ -4,7 +4,7 @@ - - include $(TOLUA)/config - --LIBS = -ltolua -llua -llualib -+LIBS = -ltolua -llua -llualib -lm - - all: tmodule tnamespace tclass tconstant tvariable tfunction tarray tdirective - ./tmodule; ./tnamespace; ./tclass; ./tconstant; ./tvariable; ./tfunction; ./tarray; ./tdirective; -@@ -25,7 +25,7 @@ - $(TOLUA)/bin/tolua -o $@ $< - - tnamespace: tnamespace.o tnamespacebind.o -- $(CC) $(CPPFLAGS) -o $@ tnamespace.o tnamespacebind.o $(TLIB) $(LIB) $(LIBS) -+ $(CC) $(CPPFLAGS) -Iedwin -o $@ tnamespace.o tnamespacebind.o $(TLIB) $(LIB) $(LIBS) - tnamespacebind.cpp: tnamespace.pkg - $(TOLUA)/bin/tolua -o $@ $< - -@@ -61,6 +61,3 @@ - - klean: - rm -f tmodule tnamespace tclass tconstant tvariable tfunction tarray tdirective -- -- -- |