diff options
Diffstat (limited to 'configure.bat')
| -rw-r--r-- | configure.bat | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.bat b/configure.bat deleted file mode 100644 index 11adb9445..000000000 --- a/configure.bat +++ /dev/null @@ -1,9 +0,0 @@ -REM Set the MinGW environment variables.
-if "%MINGW_BIN%"=="" call mingwenv.bat
-
-REM Delete the CMake cache. Needed when changes on the CMakeLists should be applied in a consistent way.
-del CMakeCache.txt
-rmdir /s /q CMakeFiles
-
-REM Configure using the MinGW compiler chain.
-cmake -D"CMAKE_SYSTEM_PREFIX_PATH:PATH=C:\MinGW64\mingw64\x86_64-w64-mingw32" -G "MinGW Makefiles" ..
|
