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/cmUnixMakefileGenerator.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/cmUnixMakefileGenerator.h')
-rw-r--r-- | Source/cmUnixMakefileGenerator.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmUnixMakefileGenerator.h b/Source/cmUnixMakefileGenerator.h index abdf71e..5209cf1 100644 --- a/Source/cmUnixMakefileGenerator.h +++ b/Source/cmUnixMakefileGenerator.h @@ -151,6 +151,10 @@ protected: const char* command2 = 0, const char* command3 = 0, const char* command4 = 0); + virtual void OutputBuildLibraryInDir(std::ostream& fout, + const char* path, + const char* library, + const char* fullpath); virtual std::string GetOutputExtension(const char* sourceExtension); virtual void OutputIncludeMakefile(std::ostream&, const char* file); void SetObjectFileExtension(const char* e) { m_ObjectFileExtension = e;} |