diff options
author | Berk Geveci <berk.geveci@kitware.com> | 2001-11-27 22:53:05 (GMT) |
---|---|---|
committer | Berk Geveci <berk.geveci@kitware.com> | 2001-11-27 22:53:05 (GMT) |
commit | 0180d3156f6f016d0923fd150d1a93d883b0b257 (patch) | |
tree | ce917961bde88036f891e6b2568f46d380232b6b /Source/cmNMakeMakefileGenerator.h | |
parent | 1944e1887df5a08abb9969268b0f8be272275c01 (diff) | |
download | CMake-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.h | 4 |
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 |