|
@@ -8,7 +8,8 @@
|
|
|
"name": "AdvancedTelemetry",
|
|
|
"define": "advanced-telemetry",
|
|
|
"doc": "Allow the SWF to be measured with Monocle tool.",
|
|
|
- "platforms": ["flash"]
|
|
|
+ "platforms": ["flash"],
|
|
|
+ "deprecated": "The flash target will be removed for Haxe 5"
|
|
|
},
|
|
|
{
|
|
|
"name": "AnalyzerOptimize",
|
|
@@ -199,7 +200,8 @@
|
|
|
"name": "Fdb",
|
|
|
"define": "fdb",
|
|
|
"doc": "Enable full flash debug infos for FDB interactive debugging.",
|
|
|
- "platforms": ["flash"]
|
|
|
+ "platforms": ["flash"],
|
|
|
+ "deprecated": "The flash target will be removed for Haxe 5"
|
|
|
},
|
|
|
{
|
|
|
"name": "FileExtension",
|
|
@@ -211,13 +213,15 @@
|
|
|
"name": "FlashStrict",
|
|
|
"define": "flash-strict",
|
|
|
"doc": "More strict typing for flash target.",
|
|
|
- "platforms": ["flash"]
|
|
|
+ "platforms": ["flash"],
|
|
|
+ "deprecated": "The flash target will be removed for Haxe 5"
|
|
|
},
|
|
|
{
|
|
|
"name": "FlashUseStage",
|
|
|
"define": "flash-use-stage",
|
|
|
"doc": "Keep the SWF library initial stage.",
|
|
|
- "platforms": ["flash"]
|
|
|
+ "platforms": ["flash"],
|
|
|
+ "deprecated": "The flash target will be removed for Haxe 5"
|
|
|
},
|
|
|
{
|
|
|
"devcomment": "force-lib-check is only here as a debug facility - compiler checking allows errors to be found more easily",
|
|
@@ -241,13 +245,15 @@
|
|
|
{
|
|
|
"name": "Haxe3Compat",
|
|
|
"define": "haxe3compat",
|
|
|
- "doc": "Gives warnings about transition from Haxe 3.x to Haxe 4.0."
|
|
|
+ "doc": "Gives warnings about transition from Haxe 3.x to Haxe 4.0.",
|
|
|
+ "deprecated": "This flag is no longer supported in Haxe 5"
|
|
|
},
|
|
|
{
|
|
|
"name": "HaxeBoot",
|
|
|
"define": "haxe-boot",
|
|
|
"doc": "Give the name 'haxe' to the flash boot class instead of a generated name.",
|
|
|
- "platforms": ["flash"]
|
|
|
+ "platforms": ["flash"],
|
|
|
+ "deprecated": "The flash target will be removed for Haxe 5"
|
|
|
},
|
|
|
{
|
|
|
"name": "HaxeVer",
|
|
@@ -313,7 +319,8 @@
|
|
|
"name": "JarLegacyLoader",
|
|
|
"define": "jar-legacy-loader",
|
|
|
"doc": "Use the legacy loader to load .jar files on the JVM target.",
|
|
|
- "platforms": ["java"]
|
|
|
+ "platforms": ["java"],
|
|
|
+ "deprecated": "The legacy JAR loader will be removed in Haxe 5"
|
|
|
},
|
|
|
{
|
|
|
"name": "JavaVer",
|
|
@@ -472,7 +479,8 @@
|
|
|
"name": "NetworkSandbox",
|
|
|
"define": "network-sandbox",
|
|
|
"doc": "Use local network sandbox instead of local file access one.",
|
|
|
- "platforms": ["flash"]
|
|
|
+ "platforms": ["flash"],
|
|
|
+ "deprecated": "The flash target will be removed for Haxe 5"
|
|
|
},
|
|
|
{
|
|
|
"name": "NoCompilation",
|
|
@@ -494,7 +502,8 @@
|
|
|
"name": "NoFlashOverride",
|
|
|
"define": "no-flash-override",
|
|
|
"doc": "Change overrides on some basic classes into HX suffixed methods",
|
|
|
- "platforms": ["flash"]
|
|
|
+ "platforms": ["flash"],
|
|
|
+ "deprecated": "The flash target will be removed for Haxe 5"
|
|
|
},
|
|
|
{
|
|
|
"name": "NoOpt",
|
|
@@ -528,7 +537,8 @@
|
|
|
"name": "NoSwfCompress",
|
|
|
"define": "no-swf-compress",
|
|
|
"doc": "Disable SWF output compression.",
|
|
|
- "platforms": ["flash"]
|
|
|
+ "platforms": ["flash"],
|
|
|
+ "deprecated": "The flash target will be removed for Haxe 5"
|
|
|
},
|
|
|
{
|
|
|
"name": "NoTraces",
|
|
@@ -631,71 +641,82 @@
|
|
|
"define": "swc",
|
|
|
"doc": "Output a SWC instead of a SWF.",
|
|
|
"platforms": ["flash"],
|
|
|
- "reserved": true
|
|
|
+ "reserved": true,
|
|
|
+ "deprecated": "The flash target will be removed for Haxe 5"
|
|
|
},
|
|
|
{
|
|
|
"name": "SwfCompressLevel",
|
|
|
"define": "swf-compress-level",
|
|
|
"doc": "Set the amount of compression for the SWF output.",
|
|
|
"platforms": ["flash"],
|
|
|
- "params": ["level: 1-9"]
|
|
|
+ "params": ["level: 1-9"],
|
|
|
+ "deprecated": "The flash target will be removed for Haxe 5"
|
|
|
},
|
|
|
{
|
|
|
"name": "SwfDebugPassword",
|
|
|
"define": "swf-debug-password",
|
|
|
"doc": "Set a password for debugging.",
|
|
|
"platforms": ["flash"],
|
|
|
- "params": ["password"]
|
|
|
+ "params": ["password"],
|
|
|
+ "deprecated": "The flash target will be removed for Haxe 5"
|
|
|
},
|
|
|
{
|
|
|
"name": "SwfDirectBlit",
|
|
|
"define": "swf-direct-blit",
|
|
|
"doc": "Use hardware acceleration to blit graphics.",
|
|
|
- "platforms": ["flash"]
|
|
|
+ "platforms": ["flash"],
|
|
|
+ "deprecated": "The flash target will be removed for Haxe 5"
|
|
|
},
|
|
|
{
|
|
|
"name": "SwfGpu",
|
|
|
"define": "swf-gpu",
|
|
|
"doc": "Use GPU compositing features when drawing graphics.",
|
|
|
- "platforms": ["flash"]
|
|
|
+ "platforms": ["flash"],
|
|
|
+ "deprecated": "The flash target will be removed for Haxe 5"
|
|
|
},
|
|
|
{
|
|
|
"name": "SwfHeader",
|
|
|
"define": "swf-header",
|
|
|
"doc": "define SWF header (width:height:fps:color)",
|
|
|
- "platforms": ["flash"]
|
|
|
+ "platforms": ["flash"],
|
|
|
+ "deprecated": "The flash target will be removed for Haxe 5"
|
|
|
},
|
|
|
{
|
|
|
"name": "SwfMetadata",
|
|
|
"define": "swf-metadata",
|
|
|
"doc": "Include contents of the given file as metadata in the SWF.",
|
|
|
"platforms": ["flash"],
|
|
|
- "params": ["file"]
|
|
|
+ "params": ["file"],
|
|
|
+ "deprecated": "The flash target will be removed for Haxe 5"
|
|
|
},
|
|
|
{
|
|
|
"name": "SwfPreloaderFrame",
|
|
|
"define": "swf-preloader-frame",
|
|
|
"doc": "Insert empty first frame in SWF.",
|
|
|
- "platforms": ["flash"]
|
|
|
+ "platforms": ["flash"],
|
|
|
+ "deprecated": "The flash target will be removed for Haxe 5"
|
|
|
},
|
|
|
{
|
|
|
"name": "SwfProtected",
|
|
|
"define": "swf-protected",
|
|
|
"doc": "Compile Haxe `private` as `protected` in the SWF instead of `public`.",
|
|
|
- "platforms": ["flash"]
|
|
|
+ "platforms": ["flash"],
|
|
|
+ "deprecated": "The flash target will be removed for Haxe 5"
|
|
|
},
|
|
|
{
|
|
|
"name": "SwfScriptTimeout",
|
|
|
"define": "swf-script-timeout",
|
|
|
"doc": "Maximum ActionScript processing time before script stuck dialog box displays.",
|
|
|
"platforms": ["flash"],
|
|
|
- "params": ["time in seconds"]
|
|
|
+ "params": ["time in seconds"],
|
|
|
+ "deprecated": "The flash target will be removed for Haxe 5"
|
|
|
},
|
|
|
{
|
|
|
"name": "SwfUseDoAbc",
|
|
|
"define": "swf-use-doabc",
|
|
|
"doc": "Use `DoAbc` SWF-tag instead of `DoAbcDefine`.",
|
|
|
- "platforms": ["flash"]
|
|
|
+ "platforms": ["flash"],
|
|
|
+ "deprecated": "The flash target will be removed for Haxe 5"
|
|
|
},
|
|
|
{
|
|
|
"name": "Sys",
|