Explorar o código

fixed module order

Nicolas Cannasse %!s(int64=13) %!d(string=hai) anos
pai
achega
c0ee06b5d5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      doc/install.ml

+ 1 - 1
doc/install.ml

@@ -146,7 +146,7 @@ let compile() =
 	] in
 	let mlist = [
 		"ast";"lexer";"type";"common";"parser";"typecore";
-		"genxml";"typeload";"codegen";"optimizer";
+		"genxml";"optimizer";"typeload";"codegen";
 		neko^"/nast";neko^"/binast";neko^"/nxml";
 		"genneko";"genas3";"genjs";"genswf8";"genswf9";"genswf";"genphp";"gencpp";
 		"interp";"typer";"main";