Added some (#ifdef'd out) wrappers to help in debugging the swig

runtime swig_type_info structures.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-01-20 18:18:02 +00:00
parent 5551baca88
commit 10694396b6
3 changed files with 51 additions and 0 deletions

View File

@@ -121,6 +121,7 @@ swig_sources = run_swig(['core.i'], 'src', GENDIR, PKGDIR,
'src/_validator.i',
'src/_window.i',
'src/_control.i',
'src/_swigtype.i',
],
True)