diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-05-18 19:20:31 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-05-18 19:20:31 (GMT) |
commit | 7ec7fb7e95a8859c71d8a2345c88b62e81ac3124 (patch) | |
tree | 869504ba3bfd02caef92eec7c14355442bbafde9 /Source/cmMSProjectGenerator.h | |
parent | cb0af952cf1ebaa82eb09bb3b63be681e3d2d3ca (diff) | |
download | CMake-7ec7fb7e95a8859c71d8a2345c88b62e81ac3124.zip CMake-7ec7fb7e95a8859c71d8a2345c88b62e81ac3124.tar.gz CMake-7ec7fb7e95a8859c71d8a2345c88b62e81ac3124.tar.bz2 |
changes for cmake to live outside of the source tree
Diffstat (limited to 'Source/cmMSProjectGenerator.h')
-rw-r--r-- | Source/cmMSProjectGenerator.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmMSProjectGenerator.h b/Source/cmMSProjectGenerator.h index a4f568b..07f7a50 100644 --- a/Source/cmMSProjectGenerator.h +++ b/Source/cmMSProjectGenerator.h @@ -98,6 +98,12 @@ public: cmDSPMakefile* GetDSPMakefile() {return m_DSPMakefile;} + /** + * Try to determine system infomation such as shared library + * extension, pthreads, byte order etc. + */ + virtual void ComputeSystemInfo(); + private: cmDSWMakefile* m_DSWMakefile; cmDSPMakefile* m_DSPMakefile; |