|
@@ -46,7 +46,8 @@
|
|
"name": "CsVer",
|
|
"name": "CsVer",
|
|
"define": "cs_ver",
|
|
"define": "cs_ver",
|
|
"doc": "The C# version to target.",
|
|
"doc": "The C# version to target.",
|
|
- "platforms": ["cs"]
|
|
|
|
|
|
+ "platforms": ["cs"],
|
|
|
|
+ "params": ["version"]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "NoCppiaAst",
|
|
"name": "NoCppiaAst",
|
|
@@ -114,7 +115,8 @@
|
|
{
|
|
{
|
|
"name": "DumpPath",
|
|
"name": "DumpPath",
|
|
"define": "dump_path",
|
|
"define": "dump_path",
|
|
- "doc": "Path to generate dumps to (default: \"dump\")."
|
|
|
|
|
|
+ "doc": "Path to generate dumps to (default: \"dump\").",
|
|
|
|
+ "params": ["path"]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "DumpDependencies",
|
|
"name": "DumpDependencies",
|
|
@@ -251,7 +253,8 @@
|
|
"name": "HxcppApiLevel",
|
|
"name": "HxcppApiLevel",
|
|
"define": "hxcpp_api_level",
|
|
"define": "hxcpp_api_level",
|
|
"doc": "Provided to allow compatibility between hxcpp versions.",
|
|
"doc": "Provided to allow compatibility between hxcpp versions.",
|
|
- "platforms": ["cpp"]
|
|
|
|
|
|
+ "platforms": ["cpp"],
|
|
|
|
+ "reserved": true
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "HxcppGcGenerational",
|
|
"name": "HxcppGcGenerational",
|