Explorar o código

the same procedure as every file addition

Simon Krajewski %!s(int64=12) %!d(string=hai) anos
pai
achega
3be5054329
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      doc/install.ml

+ 1 - 1
doc/install.ml

@@ -95,7 +95,7 @@ let compile_libs() =
 
 	(* 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 png.mli png.ml" in
+	let files = "-I .. -I ../extc as3.mli as3hl.mli as3code.ml as3parse.ml as3hlparse.ml swf.ml actionScript.ml swfParser.ml png.mli png.ml ttf.ml" in
 	if bytecode then command ("ocamlc -a -o swflib.cma " ^ files);
 	if native then command ("ocamlopt -a -o swflib.cmxa " ^ files);
 	Sys.chdir "..";