From f8a9737d62ff2a3f5c24dc3786f5b65dbd490f29 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 26 Jul 2006 22:05:13 +0000 Subject: I don't remember what I added or did. --- pymake.conf | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'pymake.conf') diff --git a/pymake.conf b/pymake.conf index 8880f9c..3da7b0a 100644 --- a/pymake.conf +++ b/pymake.conf @@ -13,16 +13,16 @@ 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 +[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 -- cgit v1.2.3