From 062fcfb96c56ecfb69b8c3162ced65b63e863752 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 2 Aug 2006 06:54:48 +0000 Subject: Build will now only perform your extra code for using programs to generate more dependancies per target, and only if none of the other target's dependancies required a rebuild. --- src/builder.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/builder.h') diff --git a/src/builder.h b/src/builder.h index f27a042..296b9d7 100644 --- a/src/builder.h +++ b/src/builder.h @@ -54,6 +54,7 @@ public: void processRequires( std::list &lInput ); void requires( const char *sBase, const char *sReq ); void requiresFromCommand( const char *sBase, const char *sReq ); + void genRequiresFor( const char *sName ); void requiresRegexp( bool on ) { bReqRegexp = on; -- cgit v1.2.3