Incremented version number
Some distrib tweaks git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -71,29 +71,19 @@ elseiff "%1" == "a" then
|
||||
shift
|
||||
set CMD=echo Finished!
|
||||
|
||||
call b.bat 15 c
|
||||
call b.bat 15 f
|
||||
cd demo
|
||||
p15 encode_bitmaps.py
|
||||
cd -
|
||||
call b.bat 15 r
|
||||
call b.bat 15 c
|
||||
call b.bat 15 h
|
||||
call b.bat 15 r
|
||||
|
||||
call b.bat 21 c
|
||||
call b.bat 21 f
|
||||
call b.bat 21 r
|
||||
call b.bat 21 c
|
||||
call b.bat 21 d
|
||||
call b.bat 21 h
|
||||
call b.bat 21 r
|
||||
call b.bat 21 d UNICODE=1
|
||||
call b.bat 21 h UNICODE=1
|
||||
call b.bat 21 r UNICODE=1
|
||||
|
||||
call b.bat 22 c
|
||||
call b.bat 22 f
|
||||
call b.bat 22 r
|
||||
call b.bat 22 c
|
||||
call b.bat 22 d
|
||||
call b.bat 22 h
|
||||
call b.bat 22 r
|
||||
call b.bat 22 d UNICODE=1
|
||||
call b.bat 22 h UNICODE=1
|
||||
call b.bat 22 r UNICODE=1
|
||||
|
||||
|
||||
rem "b" --> both debug and hybrid builds
|
||||
|
@@ -44,7 +44,7 @@ Clear as mud? Good. Let's get started.
|
||||
--with-opengl \
|
||||
--enable-optimise \
|
||||
--enable-debug_flag \
|
||||
-with-libjpeg=builtin \
|
||||
--with-libjpeg=builtin \
|
||||
--with-libpng=builtin \
|
||||
--with-libtiff=builtin \
|
||||
--with-zlib=builtin
|
||||
|
@@ -37,10 +37,10 @@ DirExistsWarning = no
|
||||
DisableReadyMemo = true
|
||||
DisableReadyPage = true
|
||||
;;DisableDirPage = true
|
||||
DisableProgramGroupPage = true
|
||||
DisableProgramGroupPage = no
|
||||
DisableAppendDir = true
|
||||
UsePreviousAppDir = no
|
||||
UsePreviousGroup = no
|
||||
UsePreviousGroup = yes
|
||||
|
||||
UninstallFilesDir = {app}\wxPython
|
||||
AppPublisherURL = http://wxPython.org/
|
||||
|
@@ -17,8 +17,8 @@ copy wxPython-%1\docs\ogl\ogl.htm wxPython-%1\docs\ogl\index.htm
|
||||
|
||||
rem **** zip up the docs
|
||||
rem zip -r ..\distrib\wxPython-docs-%1.zip wxPython-%1\docs
|
||||
tar cvf ..\dist\wxPythonDocs-%1.tar wxPython-%1
|
||||
gzip -9 ..\dist\wxPythonDocs-%1.tar
|
||||
tar cvf ../dist/wxPythonDocs-%1.tar wxPython-%1
|
||||
gzip -9 ../dist/wxPythonDocs-%1.tar
|
||||
|
||||
|
||||
rem **** Cleanup
|
||||
|
@@ -13,7 +13,7 @@ from my_distutils import run_swig, contrib_copy_tree
|
||||
# flags and values that affect this script
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
VERSION = "2.3.3.1"
|
||||
VERSION = "2.3.3.2"
|
||||
DESCRIPTION = "Cross platform GUI toolkit for Python"
|
||||
AUTHOR = "Robin Dunn"
|
||||
AUTHOR_EMAIL = "Robin Dunn <robin@alldunn.com>"
|
||||
|
@@ -1 +1 @@
|
||||
ver = '2.3.3.1'
|
||||
ver = '2.3.3.2'
|
||||
|
Reference in New Issue
Block a user