@echo off if not exist ..\..\ocaml\z3.cmxa ( echo "YOU MUST BUILD OCAML API! Go to directory ..\ocaml" goto :EOF ) REM ocaml (>= 3.11) calls the linker through flexlink ocamlc -version >> ocaml_version set /p OCAML_VERSION=