diff options
| author | Maxime Dénès | 2016-11-10 12:25:24 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2016-11-10 12:37:02 +0100 |
| commit | 3e19c53bffa95c6c6f4fd5006d54668f36694dd2 (patch) | |
| tree | 0e6c8a96be83590938602b43c56a7d72a324bae7 /dev/build/windows/MakeCoq_85pl2_abs_ocaml.bat | |
| parent | 76ed02a6b2e282bf394e083a97047678fe807ad3 (diff) | |
Add Michael Soegtrop's new script to build windows installer.
Diffstat (limited to 'dev/build/windows/MakeCoq_85pl2_abs_ocaml.bat')
| -rw-r--r-- | dev/build/windows/MakeCoq_85pl2_abs_ocaml.bat | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev/build/windows/MakeCoq_85pl2_abs_ocaml.bat b/dev/build/windows/MakeCoq_85pl2_abs_ocaml.bat new file mode 100644 index 0000000000..2e4a692e9c --- /dev/null +++ b/dev/build/windows/MakeCoq_85pl2_abs_ocaml.bat @@ -0,0 +1,10 @@ +call MakeCoq_SetRootPath
+
+call MakeCoq_MinGW.bat ^
+ -arch=64 ^
+ -mode=absolute ^
+ -ocaml=Y ^
+ -make=Y ^
+ -coqver=8.5pl2 ^
+ -destcyg=%ROOTPATH%\cygwin_coq64_85pl2_abs ^
+ -destcoq=%ROOTPATH%\coq64_85pl2_abs
|
