Copy sip.h into the wx/include/wxPython folder

This commit is contained in:
Robin Dunn
2019-09-12 14:35:14 -07:00
parent faab38c0f9
commit 00e2844dec
2 changed files with 2211 additions and 0 deletions

View File

@@ -577,6 +577,8 @@ def build(bld):
for name in ['src/__init__.py', 'src/gizmos.py',]:
copy_file(name, cfg.PKGDIR, update=1, verbose=1)
# Copy sip's sip.h for distribution with wxPython's header
copy_file('sip/siplib/sip.h', 'wx/include/wxPython', update=1, verbose=1)
# Create the build tasks for each of our extension modules.
addRelwithdebugFlags(bld, 'siplib')

2209
wx/include/wxPython/sip.h Normal file

File diff suppressed because it is too large Load Diff