summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Faubel <sebastian@semiodesk.com>2016-07-06 14:06:45 +0000
committerSebastian Faubel <sebastian@semiodesk.com>2016-07-06 14:06:45 +0000
commit160893d013fe7be78143dfd0c8ea5fc57b52a806 (patch)
treeb489edab147f9f4d6fcfefd2f54ce82571c312da
parentFixed config.h defines to point to the right locations for data (icons) and l... (diff)
downloadinkscape-160893d013fe7be78143dfd0c8ea5fc57b52a806.tar.gz
inkscape-160893d013fe7be78143dfd0c8ea5fc57b52a806.zip
Removed configure.bat and touch.bat
(bzr r15002.1.6)
-rw-r--r--configure.bat9
-rw-r--r--touch.bat1
2 files changed, 0 insertions, 10 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" ..
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