From 3e223a8a1e100bceb7d317857c25a40989f325ee Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 25 Aug 2000 01:35:00 +0000 Subject: [PATCH] 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 --- wxPython/contrib/ogl/ogl.cpp | 2 +- wxPython/contrib/ogl/oglbasic.cpp | 2 +- wxPython/contrib/ogl/oglcanvas.cpp | 2 +- wxPython/contrib/ogl/oglshapes2.cpp | 2 +- wxPython/distrib/build.py | 4 ++++ 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/wxPython/contrib/ogl/ogl.cpp b/wxPython/contrib/ogl/ogl.cpp index 61476edc7d..8bb793f158 100644 --- a/wxPython/contrib/ogl/ogl.cpp +++ b/wxPython/contrib/ogl/ogl.cpp @@ -1,5 +1,5 @@ /* - * FILE : ./ogl.cpp + * FILE : ogl.cpp * * This file was automatically generated by : * Simplified Wrapper and Interface Generator (SWIG) diff --git a/wxPython/contrib/ogl/oglbasic.cpp b/wxPython/contrib/ogl/oglbasic.cpp index c2c1f8a978..4794fa4ac5 100644 --- a/wxPython/contrib/ogl/oglbasic.cpp +++ b/wxPython/contrib/ogl/oglbasic.cpp @@ -1,5 +1,5 @@ /* - * FILE : ./oglbasic.cpp + * FILE : oglbasic.cpp * * This file was automatically generated by : * Simplified Wrapper and Interface Generator (SWIG) diff --git a/wxPython/contrib/ogl/oglcanvas.cpp b/wxPython/contrib/ogl/oglcanvas.cpp index 89658646a6..f2d85bedfe 100644 --- a/wxPython/contrib/ogl/oglcanvas.cpp +++ b/wxPython/contrib/ogl/oglcanvas.cpp @@ -1,5 +1,5 @@ /* - * FILE : ./oglcanvas.cpp + * FILE : oglcanvas.cpp * * This file was automatically generated by : * Simplified Wrapper and Interface Generator (SWIG) diff --git a/wxPython/contrib/ogl/oglshapes2.cpp b/wxPython/contrib/ogl/oglshapes2.cpp index b8a7c0057d..8083f5d9d6 100644 --- a/wxPython/contrib/ogl/oglshapes2.cpp +++ b/wxPython/contrib/ogl/oglshapes2.cpp @@ -1,5 +1,5 @@ /* - * FILE : ./oglshapes2.cpp + * FILE : oglshapes2.cpp * * This file was automatically generated by : * Simplified Wrapper and Interface Generator (SWIG) diff --git a/wxPython/distrib/build.py b/wxPython/distrib/build.py index a1a6baf88b..4f0d574a90 100755 --- a/wxPython/distrib/build.py +++ b/wxPython/distrib/build.py @@ -811,6 +811,10 @@ endif $(TARGETDIR)/%% : %% cp -f $< $@ +$(TARGETDIR)/$(TARGET) : $(TARGET) + cp -f $< $@ + strip $@ + $(TARGETDIR)/%% : $(GENCODEDIR)/%% cp -f $< $@