diff -r da7f80e04a54 -r 52a17be9c4d1 features.py --- a/features.py Tue Feb 26 01:17:53 2013 +0100 +++ b/features.py Tue Feb 26 16:37:17 2013 +0900 @@ -1,4 +1,5 @@ libraries = [ + ('Native', 'NativeLib.NativeLibrary'), ('Python', 'py_ext.PythonLibrary'), ('SVGUI', 'svgui.SVGUILibrary')]