|
@@ -119,7 +119,7 @@ let infos = function
|
|
| AdvancedTelemetry -> "advanced-telemetry",("Allow the SWF to be measured with Monocle tool",[Platform Flash])
|
|
| AdvancedTelemetry -> "advanced-telemetry",("Allow the SWF to be measured with Monocle tool",[Platform Flash])
|
|
| AnnotateSource -> "annotate_source",("Add additional comments to generated source code",[Platform Cpp])
|
|
| AnnotateSource -> "annotate_source",("Add additional comments to generated source code",[Platform Cpp])
|
|
(* | Analyzer -> "analyzer",("Use static analyzer for optimization (experimental)") *)
|
|
(* | Analyzer -> "analyzer",("Use static analyzer for optimization (experimental)") *)
|
|
- | As3 -> "as3",("Defined when outputing flash9 as3 source code",[])
|
|
|
|
|
|
+ | As3 -> "as3",("Defined when outputting flash9 as3 source code",[])
|
|
| CheckXmlProxy -> "check_xml_proxy",("Check the used fields of the xml proxy",[])
|
|
| CheckXmlProxy -> "check_xml_proxy",("Check the used fields of the xml proxy",[])
|
|
| CoreApi -> "core_api",("Defined in the core api context",[])
|
|
| CoreApi -> "core_api",("Defined in the core api context",[])
|
|
| CoreApiSerialize -> "core_api_serialize",("Mark some generated core api classes with the Serializable attribute on C#",[Platform Cs])
|
|
| CoreApiSerialize -> "core_api_serialize",("Mark some generated core api classes with the Serializable attribute on C#",[Platform Cs])
|
|
@@ -149,7 +149,7 @@ let infos = function
|
|
(* force_lib_check is only here as a debug facility - compiler checking allows errors to be found more easily *)
|
|
(* force_lib_check is only here as a debug facility - compiler checking allows errors to be found more easily *)
|
|
| ForceLibCheck -> "force_lib_check",("Force the compiler to check -net-lib and -java-lib added classes (internal)",[Platforms [Cs;Java]])
|
|
| ForceLibCheck -> "force_lib_check",("Force the compiler to check -net-lib and -java-lib added classes (internal)",[Platforms [Cs;Java]])
|
|
| ForceNativeProperty -> "force_native_property",("Tag all properties with :nativeProperty metadata for 3.1 compatibility",[Platform Cpp])
|
|
| ForceNativeProperty -> "force_native_property",("Tag all properties with :nativeProperty metadata for 3.1 compatibility",[Platform Cpp])
|
|
- | FormatWarning -> "format_warning",("Print a warning for each formated string, for 2.x compatibility",[])
|
|
|
|
|
|
+ | FormatWarning -> "format_warning",("Print a warning for each formatted string, for 2.x compatibility",[])
|
|
| GencommonDebug -> "gencommon_debug",("GenCommon internal",[Platforms [Cs;Java]])
|
|
| GencommonDebug -> "gencommon_debug",("GenCommon internal",[Platforms [Cs;Java]])
|
|
| Haxe3Compat -> "haxe3compat", ("Gives warnings about transition from Haxe 3.x to Haxe 4.0",[])
|
|
| Haxe3Compat -> "haxe3compat", ("Gives warnings about transition from Haxe 3.x to Haxe 4.0",[])
|
|
| HaxeBoot -> "haxe_boot",("Given the name 'haxe' to the flash boot class instead of a generated name",[Platform Flash])
|
|
| HaxeBoot -> "haxe_boot",("Given the name 'haxe' to the flash boot class instead of a generated name",[Platform Flash])
|
|
@@ -160,9 +160,9 @@ let infos = function
|
|
| IncludePrefix -> "include_prefix",("prepend path to generated include files",[Platform Cpp])
|
|
| IncludePrefix -> "include_prefix",("prepend path to generated include files",[Platform Cpp])
|
|
| Interp -> "interp",("The code is compiled to be run with --interp",[])
|
|
| Interp -> "interp",("The code is compiled to be run with --interp",[])
|
|
| JavaVer -> "java_ver",("<version:5-7> Sets the Java version to be targeted",[Platform Java])
|
|
| JavaVer -> "java_ver",("<version:5-7> Sets the Java version to be targeted",[Platform Java])
|
|
- | JqueryVer -> "jquery_ver",("The jQuery version supported by js.jquery.*. The version is encoded as an interger. e.g. 1.11.3 is encoded as 11103",[Platform Js])
|
|
|
|
|
|
+ | JqueryVer -> "jquery_ver",("The jQuery version supported by js.jquery.*. The version is encoded as an integer. e.g. 1.11.3 is encoded as 11103",[Platform Js])
|
|
| JsClassic -> "js_classic",("Don't use a function wrapper and strict mode in JS output",[Platform Js])
|
|
| JsClassic -> "js_classic",("Don't use a function wrapper and strict mode in JS output",[Platform Js])
|
|
- | JsEs -> "js_es",("Generate JS compilant with given ES standard version (default 5)",[Platform Js; HasParam "version number"])
|
|
|
|
|
|
+ | JsEs -> "js_es",("Generate JS compliant with given ES standard version (default 5)",[Platform Js; HasParam "version number"])
|
|
| JsEnumsAsObjects -> "js_enums_as_objects",("Generate enum representation as object instead of as array",[Platform Js])
|
|
| JsEnumsAsObjects -> "js_enums_as_objects",("Generate enum representation as object instead of as array",[Platform Js])
|
|
| JsUnflatten -> "js_unflatten",("Generate nested objects for packages and types",[Platform Js])
|
|
| JsUnflatten -> "js_unflatten",("Generate nested objects for packages and types",[Platform Js])
|
|
| JsSourceMap -> "js_source_map",("Generate JavaScript source map even in non-debug mode",[Platform Js])
|
|
| JsSourceMap -> "js_source_map",("Generate JavaScript source map even in non-debug mode",[Platform Js])
|