diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-11-13 23:27:29 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-11-13 23:27:29 (GMT) |
commit | c1c3149d162ed2071db76d1b1ad4740ebb4c129d (patch) | |
tree | 97e65782d95b97a4554546128027e5d33254ac11 /Source/cmLocalUnixMakefileGenerator.h | |
parent | fe8428a3eed300833e1e184fefcb227aab99d20f (diff) | |
download | CMake-c1c3149d162ed2071db76d1b1ad4740ebb4c129d.zip CMake-c1c3149d162ed2071db76d1b1ad4740ebb4c129d.tar.gz CMake-c1c3149d162ed2071db76d1b1ad4740ebb4c129d.tar.bz2 |
BUG: fix for build out of dir for windows
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator.h b/Source/cmLocalUnixMakefileGenerator.h index 70a43d6..c2604f0 100644 --- a/Source/cmLocalUnixMakefileGenerator.h +++ b/Source/cmLocalUnixMakefileGenerator.h @@ -164,6 +164,11 @@ protected: const char* command2 = 0, const char* command3 = 0, const char* command4 = 0); + virtual void OutputBuildTargetInDirWindows(std::ostream& fout, + const char* path, + const char* library, + const char* fullpath, + const char* outputPath); virtual void OutputBuildTargetInDir(std::ostream& fout, const char* path, const char* library, |