From d19ada0aa88aba1c7b439035c0028440ac860ec3 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 12 Sep 2006 00:22:33 +0000 Subject: Build now builds, it has viewers, and dependancy checking, and everything works. Now we have to add cleaning, caching, and more viewer hooks / viewers. --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 02cb9d6..9106a74 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -91,8 +91,6 @@ int main( int argc, char *argv[] ) // printf("\n\n----------\nDebug dump\n----------\n"); // bld.debugDump(); //} - // printf("\n\n----------\nDebug dump\n----------\n"); - // pBuild->debugDump(); //else { if( prm.sAction > 0 ) @@ -100,6 +98,8 @@ int main( int argc, char *argv[] ) else pBuild->execAction(""); } + //printf("\n\n----------\nDebug dump\n----------\n"); + //pBuild->debugDump(); delete pBuild; } -- cgit v1.2.3