summaryrefslogtreecommitdiffstats
path: root/Source/cmUnixMakefileGenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmUnixMakefileGenerator.h')
-rw-r--r--Source/cmUnixMakefileGenerator.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/cmUnixMakefileGenerator.h b/Source/cmUnixMakefileGenerator.h
index 277635c..b1145f4 100644
--- a/Source/cmUnixMakefileGenerator.h
+++ b/Source/cmUnixMakefileGenerator.h
@@ -168,14 +168,14 @@ protected:
protected:
std::string m_ExecutableOutputPath;
std::string m_LibraryOutputPath;
-private:
- bool m_CacheOnly;
- bool m_Recurse;
+ std::string m_SharedLibraryExtension;
std::string m_ObjectFileExtension;
std::string m_ExecutableExtension;
std::string m_StaticLibraryExtension;
- std::string m_SharedLibraryExtension;
std::string m_LibraryPrefix;
+private:
+ bool m_CacheOnly;
+ bool m_Recurse;
};
#endif