Set stc and xrc to use GENDIR again as SWIG on Mac is still generating

slightly different code than the other platforms for some reason


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-04-15 19:52:50 +00:00
parent 7efa87d202
commit befa69771a
5 changed files with 1200 additions and 1200 deletions

View File

@@ -446,7 +446,7 @@ if BUILD_STC:
## os.chdir(cwd)
swig_sources = run_swig(['stc.i'], location, '', PKGDIR,
swig_sources = run_swig(['stc.i'], location, GENDIR, PKGDIR,
USE_SWIG, swig_force,
swig_args + ['-I'+STC_H, '-I'+location],
[opj(STC_H, 'stc.h')] + swig_deps)
@@ -540,7 +540,7 @@ if BUILD_XRC:
msg('Preparing XRC...')
location = 'contrib/xrc'
swig_sources = run_swig(['xrc.i'], location, '', PKGDIR,
swig_sources = run_swig(['xrc.i'], location, GENDIR, PKGDIR,
USE_SWIG, swig_force, swig_args, swig_deps +
[ '%s/_xrc_rename.i' % location,
'%s/_xrc_ex.py' % location,