2
0
Эх сурвалжийг харах

fixes wrt latest haxe/webidl

ncannasse 6 жил өмнө
parent
commit
9bda91b973

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

@@ -28,7 +28,7 @@ class Generator {
 	}
 
 	public static function getFiles() {
-		var prj = new haxe.xml.Fast(Xml.parse(sys.io.File.getContent("bullet.vcxproj.filters")).firstElement());
+		var prj = new haxe.xml.Access(Xml.parse(sys.io.File.getContent("bullet.vcxproj.filters")).firstElement());
 		var sources = [];
 		for( i in prj.elements )
 			if( i.name == "ItemGroup" )

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

@@ -1,3 +1,3 @@
 package bullet;
 
-typedef Native = haxe.macro.MacroType<[webidl.Module.build({ file : "bullet.idl", chopPrefix : "bt", autoGC : true, nativeLib : "bullet" })]>;
+typedef Native = haxe.macro.MacroType<[webidl.Module.build({ idlFile : "bullet.idl", chopPrefix : "bt", autoGC : true, nativeLib : "bullet" })]>;