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@8179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2000-08-25 01:35:00 +00:00
parent 06c193f271
commit 3e223a8a1e
5 changed files with 8 additions and 4 deletions

View File

@@ -811,6 +811,10 @@ endif
$(TARGETDIR)/%% : %%
cp -f $< $@
$(TARGETDIR)/$(TARGET) : $(TARGET)
cp -f $< $@
strip $@
$(TARGETDIR)/%% : $(GENCODEDIR)/%%
cp -f $< $@