ncannasse há 6 anos atrás
pai
commit
1e05b3758d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      other/haxelib/Run.hx

+ 1 - 1
other/haxelib/Run.hx

@@ -24,7 +24,7 @@ class Build {
 		var tpl = config.defines.get("hlgen.makefile");
 		if( tpl != null )
 			generateVCProj(tpl);
-		if( config.defines.get("hlgen.noprint") == null )
+		if( config.defines.get("hlgen.silent") == null )
 			Sys.println("Code generated in "+output+" automatic native compilation not yet implemented");
 	}