diff options
| author | Emilio Jesus Gallego Arias | 2018-12-15 01:51:13 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-12-25 20:41:04 +0100 |
| commit | 63aaca037f37ce7f026a23ca0fdf33fb12bbeb63 (patch) | |
| tree | 6245ca4d10ca92b66aa5c392c8fa442109fca749 /dev/build/windows/MakeCoq_86git_abs_ocaml.bat | |
| parent | 599696d804eb7c40661615a49c5d729e7d6ff373 (diff) | |
[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.
Diffstat (limited to 'dev/build/windows/MakeCoq_86git_abs_ocaml.bat')
| -rw-r--r-- | dev/build/windows/MakeCoq_86git_abs_ocaml.bat | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev/build/windows/MakeCoq_86git_abs_ocaml.bat b/dev/build/windows/MakeCoq_86git_abs_ocaml.bat deleted file mode 100644 index 99a1f156b0..0000000000 --- a/dev/build/windows/MakeCoq_86git_abs_ocaml.bat +++ /dev/null @@ -1,28 +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 ^
- -mode=absolute ^
- -ocaml=Y ^
- -make=Y ^
- -coqver=git-v8.6 ^
- -destcyg="%ROOTPATH%\cygwin_coq64_86git_abs" ^
- -destcoq="%ROOTPATH%\coq64_86git_abs"
-
-IF %ERRORLEVEL% NEQ 0 (
- ECHO MakeCoq_86git_abs_ocaml.bat failed with error code %ERRORLEVEL%
- EXIT /b %ERRORLEVEL%
-)
|
