diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-11-14 23:11:04 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-11-14 23:11:04 (GMT) |
commit | a8d47b722185c97c262f12a3eea29510a7c450aa (patch) | |
tree | 135cb53f3c134adc514bb997ac5ba41bf0fdaa37 /Source/cmNMakeMakefileGenerator.h | |
parent | 669f7e7f07944c4e50ccf0bf765f6fe6068f51ff (diff) | |
download | CMake-a8d47b722185c97c262f12a3eea29510a7c450aa.zip CMake-a8d47b722185c97c262f12a3eea29510a7c450aa.tar.gz CMake-a8d47b722185c97c262f12a3eea29510a7c450aa.tar.bz2 |
closer to nmake build
Diffstat (limited to 'Source/cmNMakeMakefileGenerator.h')
-rw-r--r-- | Source/cmNMakeMakefileGenerator.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmNMakeMakefileGenerator.h b/Source/cmNMakeMakefileGenerator.h index 911cea1..239524c 100644 --- a/Source/cmNMakeMakefileGenerator.h +++ b/Source/cmNMakeMakefileGenerator.h @@ -95,7 +95,9 @@ protected: const cmTarget &); virtual void OutputExecutableRule(std::ostream&, const char* name, const cmTarget &); - + virtual void OutputLinkLibraries(std::ostream& fout, + const char* targetLibrary, + const cmTarget &tgt); }; #endif |