summaryrefslogtreecommitdiffstats
path: root/Source/cmUnixMakefileGenerator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-11-14 23:12:22 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-11-14 23:12:22 (GMT)
commit94f82edd07693f2a47f473ebc4cad7293559a600 (patch)
tree32e3394d71781c747cac25b0e7bd00327904c7c3 /Source/cmUnixMakefileGenerator.h
parenta8d47b722185c97c262f12a3eea29510a7c450aa (diff)
downloadCMake-94f82edd07693f2a47f473ebc4cad7293559a600.zip
CMake-94f82edd07693f2a47f473ebc4cad7293559a600.tar.gz
CMake-94f82edd07693f2a47f473ebc4cad7293559a600.tar.bz2
Closer to nmake build
Diffstat (limited to 'Source/cmUnixMakefileGenerator.h')
-rw-r--r--Source/cmUnixMakefileGenerator.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/cmUnixMakefileGenerator.h b/Source/cmUnixMakefileGenerator.h
index 737b4ac..2b0bc29 100644
--- a/Source/cmUnixMakefileGenerator.h
+++ b/Source/cmUnixMakefileGenerator.h
@@ -156,11 +156,12 @@ protected:
void SetStaticLibraryExtension(const char* e) {m_StaticLibraryExtension = e;}
void SetSharedLibraryExtension(const char* e) {m_SharedLibraryExtension = e;}
void SetLibraryPrefix(const char* e) { m_LibraryPrefix = e;}
+protected:
+ std::string m_ExecutableOutputPath;
+ std::string m_LibraryOutputPath;
private:
bool m_CacheOnly;
bool m_Recurse;
- std::string m_ExecutableOutputPath;
- std::string m_LibraryOutputPath;
std::string m_ObjectFileExtension;
std::string m_ExecutableExtension;
std::string m_StaticLibraryExtension;