ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings

This commit is contained in:
Ken Martin
2005-03-18 10:41:41 -05:00
parent 1f9df24ba7
commit 345cf04012
65 changed files with 493 additions and 798 deletions
+2 -6
View File
@@ -40,13 +40,9 @@ public:
virtual ~cmLocalVisualStudio6Generator();
/**
* Generate the makefile for this directory. fromTheTop indicates if this
* is being invoked as part of a global Generate or specific to this
* directory. The difference is that when done from the Top we might skip
* some steps to save time, such as dependency generation for the
* makefiles. This is done by a direct invocation from make.
* Generate the makefile for this directory.
*/
virtual void Generate(bool fromTheTop);
virtual void Generate();
void OutputDSPFile();