Explorar el Código

added as3code

Nicolas Cannasse hace 19 años
padre
commit
da91159b04
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      doc/install.ml

+ 1 - 1
doc/install.ml

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