From 63aaca037f37ce7f026a23ca0fdf33fb12bbeb63 Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Sat, 15 Dec 2018 01:51:13 +0100 Subject: [windows] Cleanup cruft from `dev/build/windows` The amount of cruft we are carrying there is high enough as to even difficult navigation. More cleanup should be performed, but this is a first step. --- dev/build/windows/MakeCoq_86git_installer.bat | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 dev/build/windows/MakeCoq_86git_installer.bat (limited to 'dev/build/windows/MakeCoq_86git_installer.bat') diff --git a/dev/build/windows/MakeCoq_86git_installer.bat b/dev/build/windows/MakeCoq_86git_installer.bat deleted file mode 100644 index c4823103f1..0000000000 --- a/dev/build/windows/MakeCoq_86git_installer.bat +++ /dev/null @@ -1,26 +0,0 @@ -@ECHO OFF - -REM ========== COPYRIGHT/COPYLEFT ========== - -REM (C) 2016 Intel Deutschland GmbH -REM Author: Michael Soegtrop - -REM Released to the public by Intel under the -REM GNU Lesser General Public License Version 2.1 or later -REM See https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html - -REM ========== BUILD COQ ========== - -call MakeCoq_SetRootPath - -call MakeCoq_MinGW.bat ^ - -arch=64 ^ - -installer=Y ^ - -coqver=git-v8.6 ^ - -destcyg="%ROOTPATH%\cygwin_coq64_86git_inst" ^ - -destcoq="%ROOTPATH%\coq64_86git_inst" - -IF %ERRORLEVEL% NEQ 0 ( - ECHO MakeCoq_86git_installer.bat failed with error code %ERRORLEVEL% - EXIT /b %ERRORLEVEL% -) -- cgit v1.2.3