Incremented version number
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
rem VZ: this is quick and _very_ dirty
|
rem VZ: this is quick and _very_ dirty
|
||||||
|
|
||||||
set VER=2.3.2
|
set VER=2.3.3
|
||||||
set DEST=s:\upload\wxBase-%VER%
|
set DEST=s:\upload\wxBase-%VER%
|
||||||
|
|
||||||
mkdir %DEST%
|
mkdir %DEST%
|
||||||
|
@@ -7,7 +7,7 @@ set src=%wxwin%
|
|||||||
set dest=%src%\deliver
|
set dest=%src%\deliver
|
||||||
|
|
||||||
Rem Set this to the required wxWindows version
|
Rem Set this to the required wxWindows version
|
||||||
set wxversion=2.3.2
|
set wxversion=2.3.3
|
||||||
Rem Set this to the required patch version
|
Rem Set this to the required patch version
|
||||||
set version=01
|
set version=01
|
||||||
|
|
||||||
|
@@ -60,7 +60,7 @@ MicroWindows:
|
|||||||
|
|
||||||
wxMicroWindows:
|
wxMicroWindows:
|
||||||
|
|
||||||
- Download wxMSW 2.3.2 or greater, or get it from CVS
|
- Download wxMSW 2.3.3 or greater, or get it from CVS
|
||||||
|
|
||||||
- Copy include/wx/msw/setup_microwin.h to include/wx/setup.h if
|
- Copy include/wx/msw/setup_microwin.h to include/wx/setup.h if
|
||||||
include/wx/setup.h doesn't exist
|
include/wx/setup.h doesn't exist
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
%define pref /usr
|
%define pref /usr
|
||||||
%define ver 2.3.2
|
%define ver 2.3.3
|
||||||
%define ver2 2.3
|
%define ver2 2.3
|
||||||
%define rel 1
|
%define rel 1
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
%define pref /usr
|
%define pref /usr
|
||||||
%define ver 2.3.2
|
%define ver 2.3.3
|
||||||
%define ver2 2.3
|
%define ver2 2.3
|
||||||
%define rel 1
|
%define rel 1
|
||||||
|
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
# Note that this is NOT a relocatable package
|
# Note that this is NOT a relocatable package
|
||||||
%define pref /usr
|
%define pref /usr
|
||||||
%define ver 2.3.2
|
%define ver 2.3.3
|
||||||
%define ver2 2.3
|
%define ver2 2.3
|
||||||
%define rel 1
|
%define rel 1
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# Note that this is NOT a relocatable package
|
# Note that this is NOT a relocatable package
|
||||||
%define pref /usr
|
%define pref /usr
|
||||||
%define ver 2.3.1
|
%define ver 2.3.3
|
||||||
%define rel 1
|
%define rel 1
|
||||||
|
|
||||||
Summary: The WINE port of the wxWindows library
|
Summary: The WINE port of the wxWindows library
|
||||||
|
4
wxwin.m4
4
wxwin.m4
@@ -7,7 +7,7 @@ dnl ...
|
|||||||
dnl AM_OPTIONS_WXCONFIG
|
dnl AM_OPTIONS_WXCONFIG
|
||||||
dnl ...
|
dnl ...
|
||||||
dnl ...
|
dnl ...
|
||||||
dnl AM_PATH_WXCONFIG(2.3.2, wxWin=1)
|
dnl AM_PATH_WXCONFIG(2.3.3, wxWin=1)
|
||||||
dnl if test "$wxWin" != 1; then
|
dnl if test "$wxWin" != 1; then
|
||||||
dnl AC_MSG_ERROR([
|
dnl AC_MSG_ERROR([
|
||||||
dnl wxWindows must be installed on your system
|
dnl wxWindows must be installed on your system
|
||||||
@@ -16,7 +16,7 @@ dnl
|
|||||||
dnl Please check that wx-config is in path, the directory
|
dnl Please check that wx-config is in path, the directory
|
||||||
dnl where wxWindows libraries are installed (returned by
|
dnl where wxWindows libraries are installed (returned by
|
||||||
dnl 'wx-config --libs' command) is in LD_LIBRARY_PATH or
|
dnl 'wx-config --libs' command) is in LD_LIBRARY_PATH or
|
||||||
dnl equivalent variable and wxWindows version is 2.3.2 or above.
|
dnl equivalent variable and wxWindows version is 2.3.3 or above.
|
||||||
dnl ])
|
dnl ])
|
||||||
dnl fi
|
dnl fi
|
||||||
dnl CPPFLAGS="$CPPFLAGS $WX_CPPFLAGS"
|
dnl CPPFLAGS="$CPPFLAGS $WX_CPPFLAGS"
|
||||||
|
Reference in New Issue
Block a user