From 46a3cfdd7b2a77a308a6ac3fbca3b675c4f44fe7 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 1 Aug 2006 06:27:43 +0000 Subject: It builds fine, and can build other things as well, like squirrelmud, and clean. I need to fix the dependancy tracking so that it will only check if it needs to, sort of like pymake. And does each file as it gets to it. --- src/perform.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/perform.cpp') diff --git a/src/perform.cpp b/src/perform.cpp index d7082a0..c96d70f 100644 --- a/src/perform.cpp +++ b/src/perform.cpp @@ -8,3 +8,4 @@ Perform::Perform( const char *sTarget ) : Perform::~Perform() { } + -- cgit v1.2.3