|
@@ -260,6 +260,9 @@ try
|
|
),"<file> : add the SWF library to the compiled SWF");
|
|
),"<file> : add the SWF library to the compiled SWF");
|
|
("-neko",Arg.String (set_platform Neko "neko"),"<file> : compile code to Neko Binary");
|
|
("-neko",Arg.String (set_platform Neko "neko"),"<file> : compile code to Neko Binary");
|
|
("-php",Arg.String (fun dir ->
|
|
("-php",Arg.String (fun dir ->
|
|
|
|
+ classes := (["php"],"PhpXml__") :: !classes;
|
|
|
|
+ classes := (["php"],"PhpDate__") :: !classes;
|
|
|
|
+ classes := (["php"],"PhpMath__") :: !classes;
|
|
set_platform Php "php" dir;
|
|
set_platform Php "php" dir;
|
|
),"<directory> : generate PHP code into target directory");
|
|
),"<directory> : generate PHP code into target directory");
|
|
("-x", Arg.String (fun file ->
|
|
("-x", Arg.String (fun file ->
|