From 9a1d4e92eb6347dbe6d03cc861e284f6a4da5a6a Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 28 Sep 2006 16:40:35 -0400 Subject: BUG: Fix/cleanup custom commands and custom targets. Make empty comment strings work. Fix ZERO_CHECK target always out of date for debugging. Fix Makefile driving of custom commands in a custom target. Fix dependencies on custom targets not in ALL in VS generators. --- Source/cmMakefileLibraryTargetGenerator.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/cmMakefileLibraryTargetGenerator.h') diff --git a/Source/cmMakefileLibraryTargetGenerator.h b/Source/cmMakefileLibraryTargetGenerator.h index 502e35bca0..1194afe803 100644 --- a/Source/cmMakefileLibraryTargetGenerator.h +++ b/Source/cmMakefileLibraryTargetGenerator.h @@ -23,6 +23,8 @@ class cmMakefileLibraryTargetGenerator: public cmMakefileTargetGenerator { public: + cmMakefileLibraryTargetGenerator(); + /* the main entry point for this class. Writes the Makefiles associated with this target */ virtual void WriteRuleFiles(); -- cgit v1.2.1