Since there have to be platform ifdef's in wxSTC for wxMAC then we

need to have septarate sets of the swig generated code.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2001-10-27 01:19:32 +00:00
parent 2dfba8cac9
commit 74933d7501
3 changed files with 227 additions and 2 deletions

View File

@@ -547,7 +547,7 @@ if not GL_ONLY and BUILD_STC:
swig_files = ['stc_.i']
swig_sources = run_swig(swig_files, location, '', PKGDIR,
swig_sources = run_swig(swig_files, location, GENDIR, PKGDIR,
USE_SWIG, swig_force,
swig_args + ['-I'+STC_H, '-I'+location],
[opj(STC_H, 'stc.h')])