summaryrefslogtreecommitdiffstats
path: root/Source/cmNMakeMakefileGenerator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-11-14 23:11:04 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-11-14 23:11:04 (GMT)
commita8d47b722185c97c262f12a3eea29510a7c450aa (patch)
tree135cb53f3c134adc514bb997ac5ba41bf0fdaa37 /Source/cmNMakeMakefileGenerator.h
parent669f7e7f07944c4e50ccf0bf765f6fe6068f51ff (diff)
downloadCMake-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.h4
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