|
@@ -102,7 +102,6 @@ type strict_defined =
|
|
|
| SwfPreloaderFrame
|
|
|
| SwfProtected
|
|
|
| SwfScriptTimeout
|
|
|
- | SwfUseDoAbc
|
|
|
| Sys
|
|
|
| Unsafe
|
|
|
| UseNekoc
|
|
@@ -216,7 +215,6 @@ let infos = function
|
|
|
| SwfPreloaderFrame -> "swf_preloader_frame",("Insert empty first frame in swf",[Platform Flash])
|
|
|
| SwfProtected -> "swf_protected",("Compile Haxe private as protected in the SWF instead of public",[Platform Flash])
|
|
|
| SwfScriptTimeout -> "swf_script_timeout",("Maximum ActionScript processing time before script stuck dialog box displays (in seconds)",[Platform Flash])
|
|
|
- | SwfUseDoAbc -> "swf_use_doabc",("Use DoAbc swf-tag instead of DoAbcDefine",[Platform Flash])
|
|
|
| Sys -> "sys",("Defined for all system platforms",[])
|
|
|
| Unsafe -> "unsafe",("Allow unsafe code when targeting C#",[Platform Cs])
|
|
|
| UseNekoc -> "use_nekoc",("Use nekoc compiler instead of internal one",[Platform Neko])
|