summaryrefslogtreecommitdiffstats
path: root/Source/cmakemain.cxx
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-07-17 16:01:39 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-07-17 16:01:39 (GMT)
commitb56815a4e92dd976e9e17fa8ecb4061ecb72b6fe (patch)
treecccc140cec31e87db4d39a6db2089f6c32f3b8df /Source/cmakemain.cxx
parenta4429ad30a069f61c4630b54e44c3e1d747f9d41 (diff)
downloadCMake-b56815a4e92dd976e9e17fa8ecb4061ecb72b6fe.zip
CMake-b56815a4e92dd976e9e17fa8ecb4061ecb72b6fe.tar.gz
CMake-b56815a4e92dd976e9e17fa8ecb4061ecb72b6fe.tar.bz2
COMP: fix build on Windows, where GetCurrentDirecty() is redefined to
GetCurrentDirectoryA() -correct return value for md5sum Alex
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r--Source/cmakemain.cxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx
index a6cd1ed..c089ed6 100644
--- a/Source/cmakemain.cxx
+++ b/Source/cmakemain.cxx
@@ -14,6 +14,13 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
+// include these first, otherwise there will be problems on Windows
+// with GetCurrentDirectory() being redefined
+#ifdef CMAKE_BUILD_WITH_CMAKE
+#include "cmDynamicLoader.h"
+#include "cmDocumentation.h"
+#endif
+
#include "cmake.h"
#include "cmCacheManager.h"
#include "cmListFileCache.h"
@@ -24,9 +31,6 @@
#include "cmMakefile.h"
#ifdef CMAKE_BUILD_WITH_CMAKE
-#include "cmDynamicLoader.h"
-#include "cmDocumentation.h"
-
//----------------------------------------------------------------------------
static const cmDocumentationEntry cmDocumentationName[] =
{