diff options
| author | Enrico Tassi | 2018-04-06 14:50:04 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2018-04-06 14:50:04 +0200 |
| commit | e6ae03f3aaf86b08f2da4cd5517ef1a06e87b094 (patch) | |
| tree | a61c736a7f34461506da6c61a50ee80a1b7d854d /dev/build/windows/MakeCoq_88git_installer.bat | |
| parent | 600c258adee5d6e91e855ff73c58b922d48f444e (diff) | |
| parent | 10e7b9b20319a8c17eb7e3fe8b4516c370470c97 (diff) | |
Merge PR #7178: Fixes issue #7172 (don't include MinGW make in install)
Diffstat (limited to 'dev/build/windows/MakeCoq_88git_installer.bat')
| -rwxr-xr-x | dev/build/windows/MakeCoq_88git_installer.bat | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev/build/windows/MakeCoq_88git_installer.bat b/dev/build/windows/MakeCoq_88git_installer.bat new file mode 100755 index 0000000000..b016fb3891 --- /dev/null +++ b/dev/build/windows/MakeCoq_88git_installer.bat @@ -0,0 +1,27 @@ +@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.8 ^
+ -destcyg=%ROOTPATH%\cygwin_coq64_88_inst ^
+ -destcoq=%ROOTPATH%\coq64_88_inst ^
+ -addon=bignums
+
+IF %ERRORLEVEL% NEQ 0 (
+ ECHO MakeCoq_88git_installer.bat failed with error code %ERRORLEVEL%
+ EXIT /b %ERRORLEVEL%
+)
|
