[Commits] (davids) p4 changes.
commits at osafoundation.org
commits at osafoundation.org
Tue Sep 14 18:09:31 PDT 2004
Commit by: davids
Modified files:
internal/wxPython-2.5/wxPython/DAILY_BUILD 1.1.2.1 1.1.2.2
internal/wxPython-2.5/wxPython/b 2.1.5.1.4.1 2.1.5.1.4.2
internal/wxPython-2.5/wxPython/config.py 2.5.4.1 2.5.4.2
internal/wxPython-2.5/wxPython/setup.py 2.3.4.1 2.3.4.2
Log message:
p4 changes.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/internal/wxPython-2.5/wxPython/DAILY_BUILD.diff?r1=text&tr1=1.1.2.1&r2=text&tr2=1.1.2.2
http://cvs.osafoundation.org/index.cgi/internal/wxPython-2.5/wxPython/b.diff?r1=text&tr1=2.1.5.1.4.1&r2=text&tr2=2.1.5.1.4.2
http://cvs.osafoundation.org/index.cgi/internal/wxPython-2.5/wxPython/config.py.diff?r1=text&tr1=2.5.4.1&r2=text&tr2=2.5.4.2
http://cvs.osafoundation.org/index.cgi/internal/wxPython-2.5/wxPython/setup.py.diff?r1=text&tr1=2.3.4.1&r2=text&tr2=2.3.4.2
Index: internal/wxPython-2.5/wxPython/DAILY_BUILD
diff -u internal/wxPython-2.5/wxPython/DAILY_BUILD:1.1.2.1 internal/wxPython-2.5/wxPython/DAILY_BUILD:1.1.2.2
--- internal/wxPython-2.5/wxPython/DAILY_BUILD:1.1.2.1 Mon Sep 13 19:05:04 2004
+++ internal/wxPython-2.5/wxPython/DAILY_BUILD Tue Sep 14 18:09:29 2004
@@ -1 +1 @@
-20040904
+20040914
Index: internal/wxPython-2.5/wxPython/b
diff -u internal/wxPython-2.5/wxPython/b:2.1.5.1.4.1 internal/wxPython-2.5/wxPython/b:2.1.5.1.4.2
--- internal/wxPython-2.5/wxPython/b:2.1.5.1.4.1 Mon Sep 13 19:05:04 2004
+++ internal/wxPython-2.5/wxPython/b Tue Sep 14 18:09:29 2004
@@ -36,6 +36,7 @@
PORTFLAGS=""
+
if [ "$1" = "gtk1" -o "$1" = "gtk" ]; then
PORTFLAGS="WXPORT=gtk UNICODE=0"
shift
Index: internal/wxPython-2.5/wxPython/config.py
diff -u internal/wxPython-2.5/wxPython/config.py:2.5.4.1 internal/wxPython-2.5/wxPython/config.py:2.5.4.2
--- internal/wxPython-2.5/wxPython/config.py:2.5.4.1 Mon Sep 13 19:05:04 2004
+++ internal/wxPython-2.5/wxPython/config.py Tue Sep 14 18:09:29 2004
@@ -15,7 +15,7 @@
# Author: Robin Dunn
#
# Created: 23-March-2004
-# RCS-ID: $Id: config.py,v 2.5.4.1 2004/09/14 02:05:04 heikki Exp $
+# RCS-ID: $Id: config.py,v 2.5.4.2 2004/09/15 01:09:29 davids Exp $
# Copyright: (c) 2004 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------
@@ -754,8 +754,10 @@
swig_deps = [ opj(WXPY_SRC, 'src/my_typemaps.i'),
+ opj(WXPY_SRC, 'src/my_fragments.i'),
opj(WXPY_SRC, 'src/common.swg'),
opj(WXPY_SRC, 'src/pyrun.swg'),
+ opj(WXPY_SRC, 'src/python.swg'),
]
depends = [ #'include/wx/wxPython/wxPython.h',
Index: internal/wxPython-2.5/wxPython/setup.py
diff -u internal/wxPython-2.5/wxPython/setup.py:2.3.4.1 internal/wxPython-2.5/wxPython/setup.py:2.3.4.2
--- internal/wxPython-2.5/wxPython/setup.py:2.3.4.1 Mon Sep 13 19:05:04 2004
+++ internal/wxPython-2.5/wxPython/setup.py Tue Sep 14 18:09:29 2004
@@ -6,7 +6,7 @@
# Author: Robin Dunn
#
# Created: 12-Oct-2000
-# RCS-ID: $Id: setup.py,v 2.3.4.1 2004/09/14 02:05:04 heikki Exp $
+# RCS-ID: $Id: setup.py,v 2.3.4.2 2004/09/15 01:09:29 davids Exp $
# Copyright: (c) 2000 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------
More information about the Commits
mailing list