2
0
Эх сурвалжийг харах

Restore case of HXCPP_GC_GENERATIONAL and HXCPP_DEBUGGER since these defines need to match hxcpp defines

hughsando 6 жил өмнө
parent
commit
2fa0b39957
1 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 3 3
      src-json/define.json

+ 3 - 3
src-json/define.json

@@ -236,13 +236,13 @@
 	},
 	{
 		"name": "HxcppGcGenerational",
-		"define": "hxcpp_gc_generational",
+		"define": "HXCPP_GC_GENERATIONAL",
 		"doc": "Experimental Garbage Collector.",
 		"platforms": ["cpp"]
 	},
 	{
 		"name": "HxcppDebugger",
-		"define": "hxcpp_debugger",
+		"define": "HXCPP_DEBUGGER",
 		"doc": "Include additional information for hxcpp_debugger.",
 		"platforms": ["cpp"]
 	},
@@ -636,4 +636,4 @@
 		"define": "warn_var_shadowing",
 		"doc": "Warn about shadowing variable declarations."
 	}
-]
+]