Nicolas Cannasse 18 gadi atpakaļ
vecāks
revīzija
856eba2b59
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      doc/install.ml

+ 1 - 1
doc/install.ml

@@ -104,7 +104,7 @@ let compile_libs() =
 
 
 	(* SWFLIB *)
 	(* SWFLIB *)
 	Sys.chdir "ocaml/swflib";
 	Sys.chdir "ocaml/swflib";
-	let files = "-I .. -I ../extc as3.mli as3hl.ml as3code.ml as3parse.ml as3hlparse.ml swf.ml swfZip.ml actionScript.ml swfParser.ml" in
+	let files = "-I .. -I ../extc as3.mli as3hl.mli as3code.ml as3parse.ml as3hlparse.ml swf.ml swfZip.ml actionScript.ml swfParser.ml" in
 	if bytecode then command ("ocamlc -a -o swflib.cma " ^ files);
 	if bytecode then command ("ocamlc -a -o swflib.cma " ^ files);
 	if native then command ("ocamlopt -a -o swflib.cmxa " ^ files);
 	if native then command ("ocamlopt -a -o swflib.cmxa " ^ files);
 	Sys.chdir "../..";
 	Sys.chdir "../..";