blob: 70ab42bc3630af80867ee8c0ce4262db99a695f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
call MakeCoq_SetRootPath
call MakeCoq_MinGW.bat ^
-arch=64 ^
-mode=absolute ^
-ocaml=Y ^
-make=Y ^
-gtksrc=Y ^
-coqver=git-v8.6 ^
-destcyg=%ROOTPATH%\cygwin_coq64_86git_abs_gtksrc ^
-destcoq=%ROOTPATH%\coq64_86git_abs_gtksrc
|