ENH: Added support for selection of static/shared build on a per-library basis.

This commit is contained in:
Brad King
2001-07-02 15:38:02 -04:00
parent ae2723878e
commit e693d47253
10 changed files with 148 additions and 127 deletions

View File

@@ -94,7 +94,6 @@ private:
void RecursiveGenerateCacheOnly();
void ProcessDepends(const cmMakeDepend &md);
void GenerateCacheOnly();
bool BuildingSharedLibs() const;
void OutputMakefile(const char* file);
void OutputMakeFlags(std::ostream&);
void OutputTargetRules(std::ostream& fout);