ncannasse 7 rokov pred
rodič
commit
6ac965621b
2 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 1 1
      libs/bullet/Makefile
  2. 1 1
      libs/bullet/bullet/Generator.hx

+ 1 - 1
libs/bullet/Makefile

@@ -3,7 +3,7 @@ SOURCES := haxe -lib webidl -main bullet.Generator --interp
 all:
 all:
 
 
 generate:
 generate:
-	haxe -lib webidl --macro "bullet.Generator.generate()"
+	haxe -lib webidl --macro "bullet.Generator.buildHL()"
 
 
 genjs:
 genjs:
 	haxe -lib webidl --macro "bullet.Generator.buildJS()"
 	haxe -lib webidl --macro "bullet.Generator.buildJS()"

+ 1 - 1
libs/bullet/bullet/Generator.hx

@@ -23,7 +23,7 @@ class Generator {
 
 
 	static var options = { idl : "bullet.idl", libName : "bullet", includeCode : INCLUDE, autoGC : true };
 	static var options = { idl : "bullet.idl", libName : "bullet", includeCode : INCLUDE, autoGC : true };
 
 
-	public static function generateHL() {
+	public static function buildHL() {
 		webidl.HLGen.generate(options);
 		webidl.HLGen.generate(options);
 	}
 	}