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:
Robin Dunn
2002-09-23 21:37:48 +00:00
parent 76a3435748
commit 17a6d5c37b
6 changed files with 37 additions and 47 deletions

View File

@@ -71,29 +71,19 @@ elseiff "%1" == "a" then
shift shift
set CMD=echo Finished! set CMD=echo Finished!
call b.bat 15 c call b.bat 21 d
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 h call b.bat 21 h
call b.bat 21 r 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 d
call b.bat 22 f
call b.bat 22 r
call b.bat 22 c
call b.bat 22 h call b.bat 22 h
call b.bat 22 r 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 rem "b" --> both debug and hybrid builds

View File

@@ -30,24 +30,24 @@ Clear as mud? Good. Let's get started.
you can use whatever you like. I'll just set a variable to our wx you can use whatever you like. I'll just set a variable to our wx
prefix to reference later: prefix to reference later:
export WXPREF=/usr/lib/wxPython export WXPREF=/usr/lib/wxPython
2. Make a build directory and configure wxGTK. 2. Make a build directory and configure wxGTK.
cd wxPythonGTK-2.3.3 # or whatever the top-level dir is cd wxPythonGTK-2.3.3 # or whatever the top-level dir is
mkdir build mkdir build
cd build cd build
../configure --with-gtk \ ../configure --with-gtk \
--prefix=$WXPREF \ --prefix=$WXPREF \
--enable-rpath=$WXPREF/lib \ --enable-rpath=$WXPREF/lib \
--with-opengl \ --with-opengl \
--enable-optimise \ --enable-optimise \
--enable-debug_flag \ --enable-debug_flag \
-with-libjpeg=builtin \ --with-libjpeg=builtin \
--with-libpng=builtin \ --with-libpng=builtin \
--with-libtiff=builtin \ --with-libtiff=builtin \
--with-zlib=builtin --with-zlib=builtin
You may want to use --enable-debug instead of --enable-optimise if You may want to use --enable-debug instead of --enable-optimise if
you need to run though a debugger and want full debugging symbols. you need to run though a debugger and want full debugging symbols.
@@ -56,11 +56,11 @@ Clear as mud? Good. Let's get started.
3. Build and install wxGTK. (You may need to be root for the last 3. Build and install wxGTK. (You may need to be root for the last
step, depending on where your WXPREF is.) step, depending on where your WXPREF is.)
make make
cd ../locale cd ../locale
make allmo make allmo
cd ../build cd ../build
make install make install
4. Build and install wxPython. If you want to use a different version 4. Build and install wxPython. If you want to use a different version
of Python than is found by default on the PATH then specify the of Python than is found by default on the PATH then specify the
@@ -69,10 +69,10 @@ Clear as mud? Good. Let's get started.
(You will need to be root for the install step unless your Python (You will need to be root for the install step unless your Python
is not in a system location.) is not in a system location.)
cd ../wxPython cd ../wxPython
python setup.py \ python setup.py \
IN_CVS_TREE=1 WX_CONFIG=$WXPREF/bin/wx-config \ IN_CVS_TREE=1 WX_CONFIG=$WXPREF/bin/wx-config \
build install build install
5. That's all! 5. That's all!

View File

@@ -37,10 +37,10 @@ DirExistsWarning = no
DisableReadyMemo = true DisableReadyMemo = true
DisableReadyPage = true DisableReadyPage = true
;;DisableDirPage = true ;;DisableDirPage = true
DisableProgramGroupPage = true DisableProgramGroupPage = no
DisableAppendDir = true DisableAppendDir = true
UsePreviousAppDir = no UsePreviousAppDir = no
UsePreviousGroup = no UsePreviousGroup = yes
UninstallFilesDir = {app}\wxPython UninstallFilesDir = {app}\wxPython
AppPublisherURL = http://wxPython.org/ AppPublisherURL = http://wxPython.org/

View File

@@ -17,8 +17,8 @@ copy wxPython-%1\docs\ogl\ogl.htm wxPython-%1\docs\ogl\index.htm
rem **** zip up the docs rem **** zip up the docs
rem zip -r ..\distrib\wxPython-docs-%1.zip wxPython-%1\docs rem zip -r ..\distrib\wxPython-docs-%1.zip wxPython-%1\docs
tar cvf ..\dist\wxPythonDocs-%1.tar wxPython-%1 tar cvf ../dist/wxPythonDocs-%1.tar wxPython-%1
gzip -9 ..\dist\wxPythonDocs-%1.tar gzip -9 ../dist/wxPythonDocs-%1.tar
rem **** Cleanup rem **** Cleanup

View File

@@ -13,7 +13,7 @@ from my_distutils import run_swig, contrib_copy_tree
# flags and values that affect this script # flags and values that affect this script
#---------------------------------------------------------------------- #----------------------------------------------------------------------
VERSION = "2.3.3.1" VERSION = "2.3.3.2"
DESCRIPTION = "Cross platform GUI toolkit for Python" DESCRIPTION = "Cross platform GUI toolkit for Python"
AUTHOR = "Robin Dunn" AUTHOR = "Robin Dunn"
AUTHOR_EMAIL = "Robin Dunn <robin@alldunn.com>" AUTHOR_EMAIL = "Robin Dunn <robin@alldunn.com>"

View File

@@ -1 +1 @@
ver = '2.3.3.1' ver = '2.3.3.2'