Explorar el Código

Add AnnotateSource

Hugh hace 9 años
padre
commit
58e8f5efb7
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      common.ml

+ 2 - 0
common.ml

@@ -164,6 +164,7 @@ module Define = struct
 	type strict_defined =
 	type strict_defined =
 		| AbsolutePath
 		| AbsolutePath
 		| AdvancedTelemetry
 		| AdvancedTelemetry
+		| AnnotateSource
 		(* | Analyzer *)
 		(* | Analyzer *)
 		| As3
 		| As3
 		| CheckXmlProxy
 		| CheckXmlProxy
@@ -251,6 +252,7 @@ module Define = struct
 	let infos = function
 	let infos = function
 		| AbsolutePath -> ("absolute_path","Print absolute file path in trace output")
 		| AbsolutePath -> ("absolute_path","Print absolute file path in trace output")
 		| AdvancedTelemetry -> ("advanced-telemetry","Allow the SWF to be measured with Monocle tool")
 		| AdvancedTelemetry -> ("advanced-telemetry","Allow the SWF to be measured with Monocle tool")
+		| AnnotateSource -> ("annotate_source","Add additional comments to generated source code")
 		(* | Analyzer -> ("analyzer","Use static analyzer for optimization (experimental)") *)
 		(* | Analyzer -> ("analyzer","Use static analyzer for optimization (experimental)") *)
 		| As3 -> ("as3","Defined when outputing flash9 as3 source code")
 		| As3 -> ("as3","Defined when outputing flash9 as3 source code")
 		| CheckXmlProxy -> ("check_xml_proxy","Check the used fields of the xml proxy")
 		| CheckXmlProxy -> ("check_xml_proxy","Check the used fields of the xml proxy")