blob: 7b3b75fa2b5093113fb57a35d32a73788ddb6f50 (
plain)
1
2
3
4
5
6
7
8
|
Install OCaml 3.11.0 from www.ocaml.org
Download FlexDLL and copy flexlink.exe and flexdll_msvc.obj in bin directory of ocaml
(http://alain.frisch.fr/flexdll.html)
Edit Makefile.mak and modify first line with a correct path if OCAMLLIB is not defined as environment variable
OCAMLPATH=C:\Program Files\Objective Caml
|