test_swig_waf.i (93B)
1 %{ 2 #include "a.h" 3 %} 4 5 6 %include "a.h" 7 8 %module test_swig_waf 9 %pythoncode "python/include.py"