From 160893d013fe7be78143dfd0c8ea5fc57b52a806 Mon Sep 17 00:00:00 2001 From: Sebastian Faubel Date: Wed, 6 Jul 2016 16:06:45 +0200 Subject: Removed configure.bat and touch.bat (bzr r15002.1.6) --- configure.bat | 9 --------- touch.bat | 1 - 2 files changed, 10 deletions(-) delete mode 100644 configure.bat delete mode 100644 touch.bat 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" .. diff --git a/touch.bat b/touch.bat deleted file mode 100644 index 043b3eb99..000000000 --- a/touch.bat +++ /dev/null @@ -1 +0,0 @@ -forfiles /s /m *.obj /c "cmd /c copy /b @path +,," \ No newline at end of file -- cgit v1.2.3