@@ -3,7 +3,7 @@ SOURCES := haxe -lib webidl -main bullet.Generator --interp
all:
generate:
- haxe -lib webidl --macro "bullet.Generator.generate()"
+ haxe -lib webidl --macro "bullet.Generator.buildHL()"
genjs:
haxe -lib webidl --macro "bullet.Generator.buildJS()"
@@ -23,7 +23,7 @@ class Generator {
static var options = { idl : "bullet.idl", libName : "bullet", includeCode : INCLUDE, autoGC : true };
- public static function generateHL() {
+ public static function buildHL() {
webidl.HLGen.generate(options);
}