]> git.saurik.com Git - wxWidgets.git/commit - wxPython/wxSWIG/make_win.in
Since I have made several changes to SWIG over the years to accomodate
authorRobin Dunn <robin@alldunn.com>
Mon, 29 Apr 2002 19:56:57 +0000 (19:56 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 29 Apr 2002 19:56:57 +0000 (19:56 +0000)
commitc90f71dd8c2ec6670edb45c39000a048bd163ae9
treed6ca239c0cbffd1fbf5258b95caa1291f25ccd95
parent3bd1e033857b8dd6f4dea024d3f18fcc7682e09d
Since I have made several changes to SWIG over the years to accomodate
special cases and other things in wxPython, and since I plan on making
several more, I've decided to put the SWIG sources in wxPython's CVS
instead of relying on maintaining patches.  This effectivly becomes a
fork of an obsolete version of SWIG, :-( but since SWIG 1.3 still
doesn't have some things I rely on in 1.1, not to mention that my
custom patches would all have to be redone, I felt that this is the
easier road to take.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
135 files changed:
wxPython/my_distutils.py
wxPython/wxSWIG/.cvsignore [new file with mode: 0644]
wxPython/wxSWIG/Include/swig.h [new file with mode: 0644]
wxPython/wxSWIG/Include/swigver.h [new file with mode: 0644]
wxPython/wxSWIG/Include/swigver.h.in [new file with mode: 0644]
wxPython/wxSWIG/LICENSE [new file with mode: 0644]
wxPython/wxSWIG/Makefile.in [new file with mode: 0644]
wxPython/wxSWIG/Modules/Makefile.in [new file with mode: 0644]
wxPython/wxSWIG/Modules/debug.cxx [new file with mode: 0644]
wxPython/wxSWIG/Modules/debug.h [new file with mode: 0644]
wxPython/wxSWIG/Modules/guile.cxx [new file with mode: 0644]
wxPython/wxSWIG/Modules/guile.h [new file with mode: 0644]
wxPython/wxSWIG/Modules/makefile.vc [new file with mode: 0644]
wxPython/wxSWIG/Modules/perl5.cxx [new file with mode: 0644]
wxPython/wxSWIG/Modules/perl5.h [new file with mode: 0644]
wxPython/wxSWIG/Modules/pycpp.cxx [new file with mode: 0644]
wxPython/wxSWIG/Modules/python.cxx [new file with mode: 0644]
wxPython/wxSWIG/Modules/python.h [new file with mode: 0644]
wxPython/wxSWIG/Modules/swigmain.cxx [new file with mode: 0644]
wxPython/wxSWIG/Modules/swigtcl.h [new file with mode: 0644]
wxPython/wxSWIG/Modules/tcl.cxx [new file with mode: 0644]
wxPython/wxSWIG/Modules/tcl8.cxx [new file with mode: 0644]
wxPython/wxSWIG/Modules/tcl8.h [new file with mode: 0644]
wxPython/wxSWIG/Modules/wrap.h [new file with mode: 0644]
wxPython/wxSWIG/README [new file with mode: 0644]
wxPython/wxSWIG/README.1st [new file with mode: 0644]
wxPython/wxSWIG/Runtime/Makefile [new file with mode: 0644]
wxPython/wxSWIG/Runtime/Makefile.in [new file with mode: 0644]
wxPython/wxSWIG/Runtime/libperl.c [new file with mode: 0644]
wxPython/wxSWIG/Runtime/libperl.swg [new file with mode: 0644]
wxPython/wxSWIG/Runtime/libpy.c [new file with mode: 0644]
wxPython/wxSWIG/Runtime/libtcl.c [new file with mode: 0644]
wxPython/wxSWIG/Runtime/libtcl8.c [new file with mode: 0644]
wxPython/wxSWIG/Runtime/make.sh [new file with mode: 0644]
wxPython/wxSWIG/Runtime/makefile.vc [new file with mode: 0644]
wxPython/wxSWIG/Runtime/perlrun.h [new file with mode: 0644]
wxPython/wxSWIG/SWIG/Makefile.in [new file with mode: 0644]
wxPython/wxSWIG/SWIG/ascii.cxx [new file with mode: 0644]
wxPython/wxSWIG/SWIG/ascii.h [new file with mode: 0644]
wxPython/wxSWIG/SWIG/comment.cxx [new file with mode: 0644]
wxPython/wxSWIG/SWIG/cplus.cxx [new file with mode: 0644]
wxPython/wxSWIG/SWIG/emit.cxx [new file with mode: 0644]
wxPython/wxSWIG/SWIG/getopt.cxx [new file with mode: 0644]
wxPython/wxSWIG/SWIG/hash.cxx [new file with mode: 0644]
wxPython/wxSWIG/SWIG/html.cxx [new file with mode: 0644]
wxPython/wxSWIG/SWIG/html.h [new file with mode: 0644]
wxPython/wxSWIG/SWIG/include.cxx [new file with mode: 0644]
wxPython/wxSWIG/SWIG/internal.h [new file with mode: 0644]
wxPython/wxSWIG/SWIG/lang.cxx [new file with mode: 0644]
wxPython/wxSWIG/SWIG/latex.cxx [new file with mode: 0644]
wxPython/wxSWIG/SWIG/latex.h [new file with mode: 0644]
wxPython/wxSWIG/SWIG/main.cxx [new file with mode: 0644]
wxPython/wxSWIG/SWIG/makefile.vc [new file with mode: 0644]
wxPython/wxSWIG/SWIG/naming.cxx [new file with mode: 0644]
wxPython/wxSWIG/SWIG/newdoc.cxx [new file with mode: 0644]
wxPython/wxSWIG/SWIG/nodoc.h [new file with mode: 0644]
wxPython/wxSWIG/SWIG/parms.cxx [new file with mode: 0644]
wxPython/wxSWIG/SWIG/parser.cxx [new file with mode: 0644]
wxPython/wxSWIG/SWIG/parser.h [new file with mode: 0644]
wxPython/wxSWIG/SWIG/parser.y [new file with mode: 0644]
wxPython/wxSWIG/SWIG/scanner.cxx [new file with mode: 0644]
wxPython/wxSWIG/SWIG/sstring.cxx [new file with mode: 0644]
wxPython/wxSWIG/SWIG/symbol.cxx [new file with mode: 0644]
wxPython/wxSWIG/SWIG/typemap.cxx [new file with mode: 0644]
wxPython/wxSWIG/SWIG/types.cxx [new file with mode: 0644]
wxPython/wxSWIG/SWIG/wrapfunc.cxx [new file with mode: 0644]
wxPython/wxSWIG/configure.in [new file with mode: 0644]
wxPython/wxSWIG/make_win.in [new file with mode: 0644]
wxPython/wxSWIG/makefile.vc [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/array.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/autodoc.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/carray.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/config/swigptr.swg [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/constraints.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/ctype.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/exception.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/guile/Makefile [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/guile/guile.swg [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/guile/guilemain.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/guile/interpreter.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/malloc.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/math.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/memory.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/objc.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/perl5/Makefile [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/perl5/Makefile.in [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/perl5/Makefile.pl [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/perl5/headers.swg [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/perl5/perl5.swg [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/perl5/perl5mg.swg [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/perl5/perlmain.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/perl5/ptrlang.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/perl5/typemaps.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/pointer.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/python/Makefile [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/python/Makefile.in [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/python/defarg.swg [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/python/embed.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/python/embed13.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/python/embed14.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/python/embed15.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/python/ptrlang.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/python/pyexp.swg [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/python/python.swg [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/python/typemaps.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/stdlib.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/swigptr.swg [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/tcl/Makefile [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/tcl/Makefile.in [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/tcl/blt.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/tcl/configcode.swg [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/tcl/constarray.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/tcl/consthash.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/tcl/delcmd.swg [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/tcl/delcmd8.swg [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/tcl/expect.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/tcl/expectk.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/tcl/ish.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/tcl/itclsh.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/tcl/itkwish.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/tcl/iwish.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/tcl/mactclinit.c [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/tcl/mactkinit.c [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/tcl/methodcmd.swg [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/tcl/methodcmd8.swg [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/tcl/objcmd.swg [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/tcl/objcmd8.swg [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/tcl/ptrlang.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/tcl/swigtcl.swg [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/tcl/swigtcl8.swg [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/tcl/tclsh.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/tcl/tix.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/tcl/typemaps.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/tcl/wish.i [new file with mode: 0644]
wxPython/wxSWIG/swig_lib/timers.i [new file with mode: 0644]