소스 검색

added png.ml

Nicolas Cannasse 13 년 전
부모
커밋
5432c5cde2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/install.ml

+ 1 - 1
doc/install.ml

@@ -95,7 +95,7 @@ let compile_libs() =
 
 
 	(* SWFLIB *)
 	(* SWFLIB *)
 	Sys.chdir "swflib";
 	Sys.chdir "swflib";
-	let files = "-I .. -I ../extc as3.mli as3hl.mli as3code.ml as3parse.ml as3hlparse.ml swf.ml actionScript.ml swfParser.ml" in
+	let files = "-I .. -I ../extc as3.mli as3hl.mli as3code.ml as3parse.ml as3hlparse.ml swf.ml actionScript.ml swfParser.ml png.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 "..";