From 67c0930cbe7d0646cf4e4dee157ea553ee8a045a Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 11 Oct 2006 14:33:07 +0000 Subject: Bugfixes, and pymake removal. --- pymake.tests.conf | 54 ------------------------------------------------------ 1 file changed, 54 deletions(-) delete mode 100644 pymake.tests.conf (limited to 'pymake.tests.conf') diff --git a/pymake.tests.conf b/pymake.tests.conf deleted file mode 100644 index d5719d4..0000000 --- a/pymake.tests.conf +++ /dev/null @@ -1,54 +0,0 @@ -### pymake by ~3o~ph()g (neonphog.com) ### -## This skeleton file was generated by pymake... please edit for your project. - -CXXFLAGS: -ggdb -fPIC -LDFLAGS: -ggdb - -#[BUILD] -#DIR: src -#COMMAND: lib -#OUTPUT: libbu++.a - -# -# Uncomment this if you want to build the tests, these don't rely on anything -# that libbu++ doesn't rely on. -# -[DIRBUILD] -COMMAND: exe -OUTPUT: tests/{NAME} -ROOT: src/test -LDFLAGS: -L. -lbu++ -CXXFLAGS: -Isrc -Isrc/test - -[OVERRIDE] -FILE: tests/plugin -LDFLAGS: -ldl - -# -# Uncomment this if you have cpptest and want to build the unit tests -# -#[DIRBUILD] -#COMMAND: exe -#OUTPUT: unit/{NAME} -#ROOT: src/unit -#LDFLAGS: -L. -lbu++ -lcpptest -#CXXFLAGS: -Isrc - -[TRIGGER] -INPUT: .cpp #take input of *.cpp files -OUTPUT: .o #output .o files -COMMAND: g++ -fPIC -c {INPUT} {CXXFLAGS} -I{DIR} -o {OUTPUT} -CHECK: g++ -M {INPUT} {CXXFLAGS} -I{DIR} - -### Executable command ### -## Use this command if you want a simple executable -[COMMAND] -NAME: exe -COMMAND: g++ {INPUT} {LDFLAGS} -o {OUTPUT} - -### Library command ### -## Use this command if you wish to create a library -[COMMAND] -NAME: lib -COMMAND: ar cr{ARFLAGS} {OUTPUT} {INPUT} - -- cgit v1.2.3