@@ -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,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" })]>;