diff -r 6e205c1f05a0 -r eee7625de1f7 features.py --- a/features.py Wed Aug 29 21:14:23 2012 +0200 +++ b/features.py Thu Mar 07 11:47:43 2013 +0900 @@ -1,4 +1,5 @@ libraries = [ + ('Native', 'NativeLib.NativeLibrary'), ('Python', 'py_ext.PythonLibrary'), ('SVGUI', 'svgui.SVGUILibrary')]