Prechádzať zdrojové kódy

Define.json: fix some name not using - (#12334)

Yuxiao Mao 3 týždňov pred
rodič
commit
ed6e0167bd
1 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 3 3
      src-json/define.json

+ 3 - 3
src-json/define.json

@@ -303,14 +303,14 @@
 	},
 	{
 		"name": "HaxeOutputFile",
-		"define": "HAXE_OUTPUT_FILE",
+		"define": "HAXE-OUTPUT-FILE",
 		"doc": "Force the full output name of the executable/library without library prefix and debug suffix.",
 		"platforms": ["cpp"],
 		"params": ["name"]
 	},
 	{
 		"name": "HaxeOutputPart",
-		"define": "HAXE_OUTPUT_PART",
+		"define": "HAXE-OUTPUT-PART",
 		"doc": "Output name of the executable/library. (default: main class name)",
 		"platforms": ["cpp"],
 		"params": ["name"]
@@ -508,7 +508,7 @@
 	},
 	{
 		"name": "JsGlobal",
-		"define": "js_global",
+		"define": "js-global",
 		"doc": "Customizes the global object name.",
 		"platforms": ["js"]
 	},