summaryrefslogtreecommitdiffstats
path: root/Source/cmNMakeMakefileGenerator.h
diff options
context:
space:
mode:
authorBerk Geveci <berk.geveci@kitware.com>2001-11-27 22:53:05 (GMT)
committerBerk Geveci <berk.geveci@kitware.com>2001-11-27 22:53:05 (GMT)
commit0180d3156f6f016d0923fd150d1a93d883b0b257 (patch)
treece917961bde88036f891e6b2568f46d380232b6b /Source/cmNMakeMakefileGenerator.h
parent1944e1887df5a08abb9969268b0f8be272275c01 (diff)
downloadCMake-0180d3156f6f016d0923fd150d1a93d883b0b257.zip
CMake-0180d3156f6f016d0923fd150d1a93d883b0b257.tar.gz
CMake-0180d3156f6f016d0923fd150d1a93d883b0b257.tar.bz2
ENH: nmake generator much closer to working with spaces
Diffstat (limited to 'Source/cmNMakeMakefileGenerator.h')
-rw-r--r--Source/cmNMakeMakefileGenerator.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmNMakeMakefileGenerator.h b/Source/cmNMakeMakefileGenerator.h
index eb874d0..424aaef 100644
--- a/Source/cmNMakeMakefileGenerator.h
+++ b/Source/cmNMakeMakefileGenerator.h
@@ -100,6 +100,10 @@ protected:
const cmTarget &tgt);
virtual std::string GetOutputExtension(const char* sourceExtension);
virtual void OutputIncludeMakefile(std::ostream&, const char* file);
+ virtual void OutputBuildLibraryInDir(std::ostream& fout,
+ const char* path,
+ const char* library,
+ const char* fullpath);
private:
bool m_QuoteNextCommand; // if this is true, OutputMakeRule
// will not quote the next commands