浏览代码

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

hughsando 6 年之前
父节点
当前提交
2fa0b39957
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src-json/define.json

+ 3 - 3
src-json/define.json

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