소스 검색

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",
-		"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."
 	}
-]
+]