new SWIG generated sources for compiling with Python 1.6

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8178 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2000-08-25 01:34:59 +00:00
parent e47abcc98a
commit 06c193f271
59 changed files with 978 additions and 851 deletions

View File

@@ -259,7 +259,8 @@ class BuildConfig:
if sys.platform == 'win32':
self.MAKE = 'nmake'
self.PYTHONLIB = '$(PYPREFIX)\\libs\\python15.lib'
compactver = string.join(string.split(self.PYVERSION, '.'), '')
self.PYTHONLIB = '$(PYPREFIX)\\libs\\python%s.lib' % compactver
self.TARGETDIR = '$(PYPREFIX)\\wxPython'
self.LIBS = '$(PYTHONLIB) $(WXPSRCDIR)\wxc.lib'
self.GENCODEDIR = 'msw'