]> git.saurik.com Git - wxWidgets.git/commit - wxPython/contrib/glcanvas/gtk/glcanvas.py
- Updated gtk SWIGged files to SWIG 1.1 cvs level
authorHarco de Hilster <harcoh@caos.kun.nl>
Tue, 24 Aug 1999 12:51:54 +0000 (12:51 +0000)
committerHarco de Hilster <harcoh@caos.kun.nl>
Tue, 24 Aug 1999 12:51:54 +0000 (12:51 +0000)
commitf786a3b23d3f0a77c2039ed539623b1e0cfd2efb
tree1a84311c27ad10cd26c0bf56ed82e740bd5ddc1f
parentd50c81d3adb484655e394e4257cf76bcaf4038f2
- Updated gtk SWIGged files to SWIG 1.1 cvs level
- changed SOURCES treatment in build.py; the path is stripped from the source
file when the object name is derived; this means sources can be anywhere
(typically might be in GENCODEDIR) but the compiled object will always be
in the current dir. (This is how the implicit makefile rule already behaved)
- updated glcanvas/build.cfg for unix builds to copy glcanvas.cpp from
utils/glcanvas (like Setup.in did)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
utils/wxPython/distrib/build.py
utils/wxPython/modules/glcanvas/build.cfg
utils/wxPython/modules/glcanvas/gtk/.cvsignore
utils/wxPython/modules/glcanvas/gtk/glcanvas.cpp
utils/wxPython/modules/glcanvas/gtk/glcanvas.py
utils/wxPython/modules/html/gtk/html.cpp
utils/wxPython/modules/html/gtk/html.py
utils/wxPython/modules/lseditor/gtk/lseditor.cpp
utils/wxPython/modules/lseditor/gtk/lseditor.py
utils/wxPython/modules/utils/gtk/utils.cpp [new file with mode: 0644]
utils/wxPython/modules/utils/gtk/utils.py [new file with mode: 0644]
utils/wxPython/src/gtk/controls.cpp
utils/wxPython/src/gtk/wx.cpp