mirror of
https://github.com/Z3Prover/z3
synced 2025-04-17 06:15:37 +00:00
5 lines
159 B
Batchfile
5 lines
159 B
Batchfile
@echo off
|
|
|
|
rem Ocaml is VS2013, so need VS2013 command prompt for it to work!
|
|
python scripts/mk_make.py -b bld_dbg_2013 --java --ml --debug --vs --parallel=12
|