浏览代码

added as3

Nicolas Cannasse 19 年之前
父节点
当前提交
c5f6eb21f8
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 swf.ml swfZip.ml actionScript.ml swfParser.ml" in
+	let files = "-I .. -I ../extc as3.mli 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 "../..";