Kaynağa Gözat

added as3code

Nicolas Cannasse 19 yıl önce
ebeveyn
işleme
da91159b04
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 "../..";