wxPython stuff:
1. Added test for HTML printing 2. Update wxFontEnumerator 3. wxPyEvent and wxPyCommandEvent derived classes now return the actual Python object in the event handler. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -119,7 +119,7 @@ import sys, os, string, getopt
|
||||
# This is really the wxPython version number, and will be placed in the
|
||||
# Makefiles for use with the distribution related targets.
|
||||
|
||||
__version__ = '2.1.6'
|
||||
__version__ = '2.1.11'
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
|
@@ -12,10 +12,15 @@ if [ -z $1 ]; then
|
||||
fi
|
||||
|
||||
if [ ! -d wxPython ]; then
|
||||
echo "Please run this script from the directory containing the wxPython sources."
|
||||
echo "Please run this script from the directory containing the wxPython directory."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
cp $WXWIN\docs\gpl.txt wxPython
|
||||
cp $WXWIN\docs\lgpl.txt wxPython
|
||||
cp $WXWIN\docs\licence.txt wxPython
|
||||
cp $WXWIN\docs\licendoc.txt wxPython
|
||||
cp $WXWIN\docs\preamble.txt wxPython
|
||||
|
||||
rm -f wxPython/distrib/filelist
|
||||
for x in `cat wxPython/distrib/wxPython.rsp`; do
|
||||
|
@@ -815,8 +815,8 @@ item: Install File
|
||||
Flags=0000001010000011
|
||||
end
|
||||
item: Install File
|
||||
Source=e:\projects\wx\lib\wx21b10.dll
|
||||
Destination=%SYS%\wx21b10.dll
|
||||
Source=e:\projects\wx\lib\wx21_11.dll
|
||||
Destination=%SYS%\wx21_11.dll
|
||||
Flags=0000001010010010
|
||||
end
|
||||
item: Install File
|
||||
|
@@ -1,6 +1,11 @@
|
||||
|
||||
@echo off
|
||||
|
||||
copy %WXWIN%\docs\gpl.txt wxPython
|
||||
copy %WXWIN%\docs\lgpl.txt wxPython
|
||||
copy %WXWIN%\docs\licence.txt wxPython
|
||||
copy %WXWIN%\docs\licendoc.txt wxPython
|
||||
copy %WXWIN%\docs\preamble.txt wxPython
|
||||
|
||||
zip -@ -r wxPython\wxPython-src-%1.zip < wxPython\distrib\wxPython.rsp
|
||||
|
||||
|
Reference in New Issue
Block a user