mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 08:53:06 +08:00
Update version to 3.3.4
Run misc/scripts/inc_release, update version.bkl and rebake.
This commit is contained in:
+8
-8
@@ -84,8 +84,8 @@ wxCFLAGS_C99 = @wxCFLAGS_C99@
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_RELEASE_NODOT = 33
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION_NODOT = $(WX_RELEASE_NODOT)3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
WX_VERSION_NODOT = $(WX_RELEASE_NODOT)4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
WXREGEX_CFLAGS = -I$(wx_top_builddir)/3rdparty/pcre/src -D__WX__ \
|
||||
-DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=$(wxPCRE2_CODE_UNIT_WIDTH) \
|
||||
@@ -12857,17 +12857,17 @@ COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1___htmldll_library_link_LIBR_0 \
|
||||
@COND_USE_EXCEPTIONS_0@__EXCEPTIONS_DEFINE_p_65 = --define wxNO_EXCEPTIONS
|
||||
@COND_USE_RTTI_0@__RTTI_DEFINE_p_65 = --define wxNO_RTTI
|
||||
@COND_USE_THREADS_0@__THREAD_DEFINE_p_65 = --define wxNO_THREADS
|
||||
@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@dll___targetsuf2 = .$(SO_SUFFIX).3
|
||||
@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@dll___targetsuf2 = .3.$(SO_SUFFIX)
|
||||
@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@dll___targetsuf2 = .$(SO_SUFFIX).4
|
||||
@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@dll___targetsuf2 = .4.$(SO_SUFFIX)
|
||||
@COND_USE_SOVERSION_0@dll___targetsuf2 = .$(SO_SUFFIX)
|
||||
@COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1@dll___targetsuf3 \
|
||||
@COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1@ = \
|
||||
@COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1@ .$(SO_SUFFIX).3.0.0
|
||||
@COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1@ .$(SO_SUFFIX).4.0.0
|
||||
@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@dll___targetsuf3 \
|
||||
@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@ = .3.0.0.$(SO_SUFFIX)
|
||||
@COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1@dll___targetsuf3 = -3.$(SO_SUFFIX)
|
||||
@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@ = .4.0.0.$(SO_SUFFIX)
|
||||
@COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1@dll___targetsuf3 = -4.$(SO_SUFFIX)
|
||||
@COND_USE_SOVERSION_0@dll___targetsuf3 = .$(SO_SUFFIX)
|
||||
@COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1@dll___targetsuf3 = .$(SO_SUFFIX).3
|
||||
@COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1@dll___targetsuf3 = .$(SO_SUFFIX).4
|
||||
@COND_TOOLKIT_MSW@__RCDEFDIR_p = --include-dir \
|
||||
@COND_TOOLKIT_MSW@ $(LIBDIRNAME)/wx/include/$(TOOLCHAIN_FULLNAME)
|
||||
@COND_USE_GUI_1_wxUSE_LIBTIFF_builtin@__LIB_TIFF_p \
|
||||
|
||||
@@ -626,12 +626,6 @@ dnl ### begin block 20_COND_SHARED_1[../../demos/bombs/bombs.bkl,../../demos/for
|
||||
COND_SHARED_1=""
|
||||
fi
|
||||
AC_SUBST(COND_SHARED_1)
|
||||
dnl ### begin block 20_COND_SHARED_1_USE_GUI_1[../../tests/test.bkl] ###
|
||||
COND_SHARED_1_USE_GUI_1="#"
|
||||
if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
|
||||
COND_SHARED_1_USE_GUI_1=""
|
||||
fi
|
||||
AC_SUBST(COND_SHARED_1_USE_GUI_1)
|
||||
dnl ### begin block 20_COND_SHARED_1_USE_GUI_1_USE_OPENGL_1[wx.bkl] ###
|
||||
COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#"
|
||||
if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
3. Else, i.e. if there were no changes at all to API but only internal
|
||||
changes, change C:R:A to C:R+1:A
|
||||
-->
|
||||
<set var="WX_CURRENT">3</set>
|
||||
<set var="WX_CURRENT">4</set>
|
||||
<set var="WX_REVISION">0</set>
|
||||
<set var="WX_AGE">0</set>
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ MAKEARGS = LINK_DLL_FLAGS="$(LINK_DLL_FLAGS)" \
|
||||
RUNTIME_LIBS="$(RUNTIME_LIBS)" WINDRES="$(WINDRES)"
|
||||
CPPDEPS = -MT$@ -MF$@.d -MD -MP
|
||||
WX_RELEASE_NODOT = 33
|
||||
WX_VERSION_NODOT = $(WX_RELEASE_NODOT)3
|
||||
WX_VERSION_NODOT = $(WX_RELEASE_NODOT)4
|
||||
COMPILER_PREFIX = gcc
|
||||
OBJS = \
|
||||
$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)u$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
|
||||
@@ -6302,7 +6302,7 @@ $(SETUPHDIR)\wx\msw\rcdefs.h: $(SETUPHDIR)\wx\msw ..\..\include\wx\msw\genrcdefs
|
||||
build_cfg_file: $(SETUPHDIR)
|
||||
@echo WXVER_MAJOR=3 >$(BUILD_CFG_FILE)
|
||||
@echo WXVER_MINOR=3 >>$(BUILD_CFG_FILE)
|
||||
@echo WXVER_RELEASE=3 >>$(BUILD_CFG_FILE)
|
||||
@echo WXVER_RELEASE=4 >>$(BUILD_CFG_FILE)
|
||||
@echo BUILD=$(BUILD) >>$(BUILD_CFG_FILE)
|
||||
@echo MONOLITHIC=$(MONOLITHIC) >>$(BUILD_CFG_FILE)
|
||||
@echo SHARED=$(SHARED) >>$(BUILD_CFG_FILE)
|
||||
|
||||
@@ -32,7 +32,7 @@ MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \
|
||||
WX_FLAVOUR="$(WX_FLAVOUR)" WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" \
|
||||
RUNTIME_LIBS="$(RUNTIME_LIBS)"
|
||||
WX_RELEASE_NODOT = 33
|
||||
WX_VERSION_NODOT = $(WX_RELEASE_NODOT)3
|
||||
WX_VERSION_NODOT = $(WX_RELEASE_NODOT)4
|
||||
COMPILER_PREFIX = vc
|
||||
OBJS = \
|
||||
$(COMPILER_PREFIX)$(COMPILER_VERSION)$(ARCH_SUFFIX)_$(PORTNAME)$(WXUNIVNAME)u$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
|
||||
@@ -6816,7 +6816,7 @@ $(SETUPHDIR)\wx\msw\rcdefs.h: $(SETUPHDIR)\wx\msw ..\..\include\wx\msw\genrcdefs
|
||||
build_cfg_file: $(SETUPHDIR)
|
||||
@echo WXVER_MAJOR=3 >$(BUILD_CFG_FILE)
|
||||
@echo WXVER_MINOR=3 >>$(BUILD_CFG_FILE)
|
||||
@echo WXVER_RELEASE=3 >>$(BUILD_CFG_FILE)
|
||||
@echo WXVER_RELEASE=4 >>$(BUILD_CFG_FILE)
|
||||
@echo BUILD=$(BUILD) >>$(BUILD_CFG_FILE)
|
||||
@echo MONOLITHIC=$(MONOLITHIC) >>$(BUILD_CFG_FILE)
|
||||
@echo SHARED=$(SHARED) >>$(BUILD_CFG_FILE)
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Label="UserMacros">
|
||||
<wxVersionString>333</wxVersionString>
|
||||
<wxVersionString>334</wxVersionString>
|
||||
<wxShortVersionString>33</wxShortVersionString>
|
||||
<wxToolkitPrefix>msw</wxToolkitPrefix>
|
||||
<wxCompilerPrefix>vc</wxCompilerPrefix>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// update this file with new version numbers
|
||||
|
||||
DYLIB_COMPATIBILITY_VERSION = 3.3
|
||||
DYLIB_CURRENT_VERSION = 3.3.3
|
||||
DYLIB_CURRENT_VERSION = 3.3.4
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
set wxMAJOR_VERSION=3
|
||||
set wxMINOR_VERSION=3
|
||||
set wxRELEASE_NUMBER=3
|
||||
set wxRELEASE_NUMBER=4
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.69 for wxWidgets 3.3.3.
|
||||
# Generated by GNU Autoconf 2.69 for wxWidgets 3.3.4.
|
||||
#
|
||||
# Report bugs to <wx-dev@googlegroups.com>.
|
||||
#
|
||||
@@ -580,8 +580,8 @@ MAKEFLAGS=
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='wxWidgets'
|
||||
PACKAGE_TARNAME='wxwidgets'
|
||||
PACKAGE_VERSION='3.3.3'
|
||||
PACKAGE_STRING='wxWidgets 3.3.3'
|
||||
PACKAGE_VERSION='3.3.4'
|
||||
PACKAGE_STRING='wxWidgets 3.3.4'
|
||||
PACKAGE_BUGREPORT='wx-dev@googlegroups.com'
|
||||
PACKAGE_URL=''
|
||||
|
||||
@@ -738,7 +738,6 @@ COND_TOOLKIT_DFB_USE_GUI_1
|
||||
COND_TOOLKIT_DFB
|
||||
COND_TOOLKIT_COCOA
|
||||
COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
|
||||
COND_SHARED_1_USE_GUI_1
|
||||
COND_SHARED_1
|
||||
COND_SHARED_0_wxUSE_ZLIB_builtin
|
||||
COND_SHARED_0_wxUSE_REGEX_builtin
|
||||
@@ -2022,7 +2021,7 @@ if test "$ac_init_help" = "long"; then
|
||||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures wxWidgets 3.3.3 to adapt to many kinds of systems.
|
||||
\`configure' configures wxWidgets 3.3.4 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@@ -2092,7 +2091,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of wxWidgets 3.3.3:";;
|
||||
short | recursive ) echo "Configuration of wxWidgets 3.3.4:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@@ -2608,7 +2607,7 @@ fi
|
||||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
wxWidgets configure 3.3.3
|
||||
wxWidgets configure 3.3.4
|
||||
generated by GNU Autoconf 2.69
|
||||
|
||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||
@@ -3371,7 +3370,7 @@ cat >config.log <<_ACEOF
|
||||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by wxWidgets $as_me 3.3.3, which was
|
||||
It was created by wxWidgets $as_me 3.3.4, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@@ -3834,7 +3833,7 @@ fi
|
||||
|
||||
wx_major_version_number=3
|
||||
wx_minor_version_number=3
|
||||
wx_release_number=3
|
||||
wx_release_number=4
|
||||
wx_subrelease_number=0
|
||||
|
||||
WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
|
||||
@@ -43483,11 +43482,6 @@ EOF
|
||||
COND_SHARED_1=""
|
||||
fi
|
||||
|
||||
COND_SHARED_1_USE_GUI_1="#"
|
||||
if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
|
||||
COND_SHARED_1_USE_GUI_1=""
|
||||
fi
|
||||
|
||||
COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#"
|
||||
if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
|
||||
COND_SHARED_1_USE_GUI_1_USE_OPENGL_1=""
|
||||
@@ -45046,7 +45040,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
||||
# report actual input values of CONFIG_FILES etc. instead of their
|
||||
# values after options handling.
|
||||
ac_log="
|
||||
This file was extended by wxWidgets $as_me 3.3.3, which was
|
||||
This file was extended by wxWidgets $as_me 3.3.4, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@@ -45112,7 +45106,7 @@ _ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||
ac_cs_version="\\
|
||||
wxWidgets config.status 3.3.3
|
||||
wxWidgets config.status 3.3.4
|
||||
configured by $0, generated by GNU Autoconf 2.69,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
||||
+2
-2
@@ -13,7 +13,7 @@ dnl ---------------------------------------------------------------------------
|
||||
dnl initialization
|
||||
dnl ---------------------------------------------------------------------------
|
||||
|
||||
AC_INIT([wxWidgets], [3.3.3], [wx-dev@googlegroups.com])
|
||||
AC_INIT([wxWidgets], [3.3.4], [wx-dev@googlegroups.com])
|
||||
|
||||
dnl the file passed to AC_CONFIG_SRCDIR should be specific to our package
|
||||
AC_CONFIG_SRCDIR([wx-config.in])
|
||||
@@ -39,7 +39,7 @@ dnl wx_release_number += 1
|
||||
|
||||
wx_major_version_number=3
|
||||
wx_minor_version_number=3
|
||||
wx_release_number=3
|
||||
wx_release_number=4
|
||||
wx_subrelease_number=0
|
||||
|
||||
WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
|
||||
|
||||
@@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
BOMBS_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -45,7 +45,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
FORTY_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
FRACTAL_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
LIFE_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -45,7 +45,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
WXPOEM_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
DOXYFILE_ENCODING = UTF-8
|
||||
PROJECT_NAME = wxWidgets
|
||||
PROJECT_NUMBER = 3.3.3
|
||||
PROJECT_NUMBER = 3.3.4
|
||||
PROJECT_BRIEF =
|
||||
PROJECT_LOGO = logo.png
|
||||
PROJECT_ICON =
|
||||
|
||||
@@ -17,18 +17,18 @@ Getting the files
|
||||
-----------------
|
||||
|
||||
First, you need to get the correct files. You will always need the
|
||||
`wxWidgets-3.3.3-headers.7z` one but the "Dev" and the "ReleaseDLL"
|
||||
`wxWidgets-3.3.4-headers.7z` one but the "Dev" and the "ReleaseDLL"
|
||||
files depend on your compiler: for example, for MSVS you will need
|
||||
`wxMSW-3.3.3_vc14x_x64_Dev.7z` and `wxMSW-3.3.3_vc14x_x64_ReleaseDLL.7z`, but
|
||||
if you are using gcc, you will need `wxMSW-3.3.3_gcc1510_x64_Dev.7z` and
|
||||
`wxMSW-3.3.3_gcc1510_x64_ReleaseDLL.7z`.
|
||||
`wxMSW-3.3.4_vc14x_x64_Dev.7z` and `wxMSW-3.3.4_vc14x_x64_ReleaseDLL.7z`, but
|
||||
if you are using gcc, you will need `wxMSW-3.3.4_gcc1510_x64_Dev.7z` and
|
||||
`wxMSW-3.3.4_gcc1510_x64_ReleaseDLL.7z`.
|
||||
|
||||
All binaries are available at:
|
||||
|
||||
https://www.wxwidgets.org/downloads#v3.3.3_msw
|
||||
https://www.wxwidgets.org/downloads#v3.3.4_msw
|
||||
|
||||
Once you have the files you need, unzip all of them into the same directory, for
|
||||
example `c:\wx\3.3.3`. You should have `include` and `lib` subdirectories under
|
||||
example `c:\wx\3.3.4`. You should have `include` and `lib` subdirectories under
|
||||
this directory, as well as files such as `wxwidgets.props`.
|
||||
|
||||
Note: To avoid hard-coding this path into your projects, define `wxwin`
|
||||
|
||||
+6
-6
@@ -1,4 +1,4 @@
|
||||
wxWidgets 3.3.3 Release Notes
|
||||
wxWidgets 3.3.4 Release Notes
|
||||
=============================
|
||||
|
||||
Welcome to the latest release of wxWidgets, a free and open source
|
||||
@@ -16,7 +16,7 @@ more about wxWidgets at:
|
||||
|
||||
Documentation is available online at:
|
||||
|
||||
* https://docs.wxwidgets.org/3.3.3/
|
||||
* https://docs.wxwidgets.org/3.3.4/
|
||||
|
||||
wxWidgets sources and binaries for the selected platforms are available for
|
||||
download from:
|
||||
@@ -25,9 +25,9 @@ download from:
|
||||
|
||||
or, for a more more permanent but less convenient to use link, from
|
||||
|
||||
* https://github.com/wxWidgets/wxWidgets/releases/tag/v3.3.3/
|
||||
* https://github.com/wxWidgets/wxWidgets/releases/tag/v3.3.4/
|
||||
|
||||
Please see https://docs.wxwidgets.org/3.3.3/overview_install.html for full
|
||||
Please see https://docs.wxwidgets.org/3.3.4/overview_install.html for full
|
||||
installation instructions.
|
||||
|
||||
|
||||
@@ -63,7 +63,7 @@ There were also a number of bug fixes, the most important ones being:
|
||||
|
||||
Please see the change log for the more complete list:
|
||||
|
||||
https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.3.3/docs/changes.txt
|
||||
https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.3.4/docs/changes.txt
|
||||
|
||||
and also see
|
||||
|
||||
@@ -74,7 +74,7 @@ include multiple buffer overflows in different image handlers and other
|
||||
components.
|
||||
|
||||
|
||||
Note that in spite of all these changes, wxWidgets 3.3.3 is almost fully
|
||||
Note that in spite of all these changes, wxWidgets 3.3.4 is almost fully
|
||||
compatible with wxWidgets 3.2 and updating the existing applications to
|
||||
use it shouldn't require much effort. However please make sure to read the
|
||||
"INCOMPATIBLE CHANGES" section of the change log above when upgrading to be
|
||||
|
||||
+24
-24
@@ -1,32 +1,32 @@
|
||||
Welcome to wxWidgets, a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls.
|
||||
|
||||
wxWidgets 3.3.3 is the fourth release in the 3.3 development branch, bringing many new features and improvements compared to the stable 3.2 branch while remaining mostly API-compatible with it.
|
||||
wxWidgets 3.3.4 is the fourth release in the 3.3 development branch, bringing many new features and improvements compared to the stable 3.2 branch while remaining mostly API-compatible with it.
|
||||
|
||||
Please note that even this is not a "stable" release, it is still considered to be suitable to be used in production, the only difference with the stable releases is that API and ABI compatibility are not guaranteed for the releases in this series. In practice, however, backwards-incompatible API changes are expected to be rare.
|
||||
|
||||
Please see [**README**](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.3.3/docs/readme.txt) for more information about this release and the [change log](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.3.3/docs/changes.txt) for more details of the changes in it. In particular, please read the "INCOMPATIBLE CHANGES" section in the change log if you are upgrading from a previous version of wxWidgets.
|
||||
Please see [**README**](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.3.4/docs/readme.txt) for more information about this release and the [change log](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.3.4/docs/changes.txt) for more details of the changes in it. In particular, please read the "INCOMPATIBLE CHANGES" section in the change log if you are upgrading from a previous version of wxWidgets.
|
||||
|
||||
|
||||
## Source Files and Documentation
|
||||
|
||||
If you intend to build wxWidgets from sources (which is recommended), please do **NOT** download the files using the "Source code" links just above, which are automatically generated by GitHub and don't contain the submodules sources which are necessary for building wxWidgets.
|
||||
|
||||
Instead, download one of [wxWidgets-3.3.3.zip](https://github.com/wxWidgets/wxWidgets/releases/download/v3.3.3/wxWidgets-3.3.3.zip) or [wxWidgets-3.3.3.7z](https://github.com/wxWidgets/wxWidgets/releases/download/v3.3.3/wxWidgets-3.3.3.7z), for much smaller size, for Microsoft Windows systems or [wxWidgets-3.3.3.tar.bz2](https://github.com/wxWidgets/wxWidgets/releases/download/v3.3.3/wxWidgets-3.3.3.tar.bz2) for Unix ones, including macOS. These archives have exactly the same contents, but use the line endings appropriate for the corresponding platform.
|
||||
Instead, download one of [wxWidgets-3.3.4.zip](https://github.com/wxWidgets/wxWidgets/releases/download/v3.3.4/wxWidgets-3.3.4.zip) or [wxWidgets-3.3.4.7z](https://github.com/wxWidgets/wxWidgets/releases/download/v3.3.4/wxWidgets-3.3.4.7z), for much smaller size, for Microsoft Windows systems or [wxWidgets-3.3.4.tar.bz2](https://github.com/wxWidgets/wxWidgets/releases/download/v3.3.4/wxWidgets-3.3.4.tar.bz2) for Unix ones, including macOS. These archives have exactly the same contents, but use the line endings appropriate for the corresponding platform.
|
||||
|
||||
In addition, we provide archives containing the documentation in either HTML or Microsoft CHM formats. Notice that the documentation is also [available online](https://docs.wxwidgets.org/3.3.3).
|
||||
In addition, we provide archives containing the documentation in either HTML or Microsoft CHM formats. Notice that the documentation is also [available online](https://docs.wxwidgets.org/3.3.4).
|
||||
|
||||
Finally, Microsoft Windows users may download [Setup.exe file](https://github.com/wxWidgets/wxWidgets/releases/download/v3.3.3/wxMSW-3.3.3-Setup.exe) containing both sources and documentation, however please note that this file does _not_ contain any binaries, please see below for those.
|
||||
Finally, Microsoft Windows users may download [Setup.exe file](https://github.com/wxWidgets/wxWidgets/releases/download/v3.3.4/wxMSW-3.3.4-Setup.exe) containing both sources and documentation, however please note that this file does _not_ contain any binaries, please see below for those.
|
||||
|
||||
To verify your download please use the following SHA-1 checksums:
|
||||
|
||||
f23bb4c805cf733a7b8aafff7cca86a78dc46d0d wxMSW-3.3.3-Setup.exe
|
||||
2bb7b6f08cd6006b418d57d95a8fac9027e553d3 wxWidgets-3.3.3-docs-chm.zip
|
||||
8ed1c251e1828e72fc8b8c7607a54e8251bfde74 wxWidgets-3.3.3-docs-html.tar.bz2
|
||||
526885ab4ad22195567992f3b1d128986c468eb2 wxWidgets-3.3.3-docs-html.zip
|
||||
164c0321605f42f47ef88ee3b6546782d8220a71 wxWidgets-3.3.3-headers.7z
|
||||
3ab86816d727a6d183e1f19c8831690eac220a44 wxWidgets-3.3.3.7z
|
||||
0f7cec37b22ec5719805849716254cbb2d943f59 wxWidgets-3.3.3.tar.bz2
|
||||
c72a835b2bfccf0b6c3c1cf49bdc603593a379fc wxWidgets-3.3.3.zip
|
||||
f23bb4c805cf733a7b8aafff7cca86a78dc46d0d wxMSW-3.3.4-Setup.exe
|
||||
2bb7b6f08cd6006b418d57d95a8fac9027e553d3 wxWidgets-3.3.4-docs-chm.zip
|
||||
8ed1c251e1828e72fc8b8c7607a54e8251bfde74 wxWidgets-3.3.4-docs-html.tar.bz2
|
||||
526885ab4ad22195567992f3b1d128986c468eb2 wxWidgets-3.3.4-docs-html.zip
|
||||
164c0321605f42f47ef88ee3b6546782d8220a71 wxWidgets-3.3.4-headers.7z
|
||||
3ab86816d727a6d183e1f19c8831690eac220a44 wxWidgets-3.3.4.7z
|
||||
0f7cec37b22ec5719805849716254cbb2d943f59 wxWidgets-3.3.4.tar.bz2
|
||||
c72a835b2bfccf0b6c3c1cf49bdc603593a379fc wxWidgets-3.3.4.zip
|
||||
|
||||
## Binaries
|
||||
|
||||
@@ -37,34 +37,34 @@ We provide pre-built binary files for x86-64 Windows for the following compilers
|
||||
|
||||
### For Developers
|
||||
|
||||
For developing applications with wxWidgets you need to download the compiler-independent `wxWidgets-3.3.3_Headers.7z` file and one of `wxMSW-3.3.3-vc14x_x64_Dev.7z` or `wxMSW-3.3.3_gcc1510_x64_Dev.7z` files depending on your compiler.
|
||||
For developing applications with wxWidgets you need to download the compiler-independent `wxWidgets-3.3.4_Headers.7z` file and one of `wxMSW-3.3.4-vc14x_x64_Dev.7z` or `wxMSW-3.3.4_gcc1510_x64_Dev.7z` files depending on your compiler.
|
||||
|
||||
Unpack both files into the same directory so that `include` and `lib` directories are at the same level after unpacking. You should be able to compile and link applications using wxWidgets in both debug and release modes but the debug symbols are provided only for debug libraries in this archive, see below for the release build debug symbols.
|
||||
|
||||
Note that if you're setting up a new project using these binaries, the simplest way to do it is to use the provided `wxwidgets.props` file: for this, open the `View|Property Manager` menu item in the IDE, select "Add Existing Property Sheet..." from the project context menu and browse to this file in the file open dialog.
|
||||
|
||||
Please see the [instructions in the manual](https://docs.wxwidgets.org/3.3.3/plat_msw_binaries.html) for more details.
|
||||
Please see the [instructions in the manual](https://docs.wxwidgets.org/3.3.4/plat_msw_binaries.html) for more details.
|
||||
|
||||
### For End Users
|
||||
|
||||
End users may download one of `wxMSW-3.3.3_vc14x_x64_ReleaseDLL.7z` or `wxMSW-3.3.3_gcc1510_x64_ReleaseDLL.7z` files to get just the DLLs required for running the applications using wxWidgets.
|
||||
End users may download one of `wxMSW-3.3.4_vc14x_x64_ReleaseDLL.7z` or `wxMSW-3.3.4_gcc1510_x64_ReleaseDLL.7z` files to get just the DLLs required for running the applications using wxWidgets.
|
||||
|
||||
### For Debugging
|
||||
|
||||
* Microsoft Visual C++ users: File `wxMSW-3.3.3_vc14x_x64_ReleasePDB.7z` contains the debug symbols for the release build of the DLLs. Download it if you want to debug your own applications in release build or if you want to get meaningful information from mini-dumps retrieved from your users machines.
|
||||
* Microsoft Visual C++ users: File `wxMSW-3.3.4_vc14x_x64_ReleasePDB.7z` contains the debug symbols for the release build of the DLLs. Download it if you want to debug your own applications in release build or if you want to get meaningful information from mini-dumps retrieved from your users machines.
|
||||
* gcc users: Currently the debug symbols are not available for the release build of the DLLs (only the debug versions of the DLLs contain the debug symbols).
|
||||
|
||||
### Binary File Download Verification
|
||||
|
||||
To verify your download please use the following SHA-1 checksums:
|
||||
|
||||
d4d6f092b6088cd0d0716810d8e1eb10d8beb906 wxMSW-3.3.3_gcc1420UCRT_x64_Dev.7z
|
||||
3de235804320033ab3c6958d61737607af7f160a wxMSW-3.3.3_gcc1420UCRT_x64_ReleaseDLL.7z
|
||||
7058a62f85f56eaa95efc8b435fb88578bb9b827 wxMSW-3.3.3_gcc1610_x64_Dev.7z
|
||||
45becf4f8e7e5545597acb7eb45c37b9185286bf wxMSW-3.3.3_gcc1610_x64_ReleaseDLL.7z
|
||||
66cdb09b5445e609f82fdd332da094bd41dd52de wxMSW-3.3.3_vc14x_x64_Dev.7z
|
||||
94e3c79bb8adc14bf39c9969587535639ae14a29 wxMSW-3.3.3_vc14x_x64_ReleaseDLL.7z
|
||||
acca573822072e08c7c8aa3d72c42b7183e8da88 wxMSW-3.3.3_vc14x_x64_ReleasePDB.7z
|
||||
d4d6f092b6088cd0d0716810d8e1eb10d8beb906 wxMSW-3.3.4_gcc1420UCRT_x64_Dev.7z
|
||||
3de235804320033ab3c6958d61737607af7f160a wxMSW-3.3.4_gcc1420UCRT_x64_ReleaseDLL.7z
|
||||
7058a62f85f56eaa95efc8b435fb88578bb9b827 wxMSW-3.3.4_gcc1610_x64_Dev.7z
|
||||
45becf4f8e7e5545597acb7eb45c37b9185286bf wxMSW-3.3.4_gcc1610_x64_ReleaseDLL.7z
|
||||
66cdb09b5445e609f82fdd332da094bd41dd52de wxMSW-3.3.4_vc14x_x64_Dev.7z
|
||||
94e3c79bb8adc14bf39c9969587535639ae14a29 wxMSW-3.3.4_vc14x_x64_ReleaseDLL.7z
|
||||
acca573822072e08c7c8aa3d72c42b7183e8da88 wxMSW-3.3.4_vc14x_x64_ReleasePDB.7z
|
||||
|
||||
## Reporting Problems
|
||||
|
||||
|
||||
@@ -27,9 +27,9 @@
|
||||
/* NB: this file is parsed by automatic tools so don't change its format! */
|
||||
#define wxMAJOR_VERSION 3
|
||||
#define wxMINOR_VERSION 3
|
||||
#define wxRELEASE_NUMBER 3
|
||||
#define wxRELEASE_NUMBER 4
|
||||
#define wxSUBRELEASE_NUMBER 0
|
||||
#define wxVERSION_STRING wxT("wxWidgets 3.3.3")
|
||||
#define wxVERSION_STRING wxT("wxWidgets 3.3.4")
|
||||
|
||||
/* nothing to update below this line when updating the version */
|
||||
/* ---------------------------------------------------------------------------- */
|
||||
|
||||
@@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
ACCESSTEST_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
ANITEST_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
ARTTEST_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -45,7 +45,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
AUIDEMO_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
CALENDAR_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
CARET_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
COLLPANE_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
COMBO_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
CONFTEST_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
DATAVIEW_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
DEBUGRPT_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
DIALOGS_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
NETTEST_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
DISPLAY_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -50,7 +50,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
MY_DLL_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
DND_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
DOCVIEW_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
DRAGIMAG_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
DRAWING_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
ERASE_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
EVENT_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
EXCEPT_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
EXEC_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
FONT_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
FSWATCHER_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
GRID_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -45,7 +45,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
HELP_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -45,7 +45,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
HTLBOX_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -45,7 +45,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
ABOUT_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
@@ -45,7 +45,7 @@ wx_top_builddir = @wx_top_builddir@
|
||||
|
||||
DESTDIR =
|
||||
WX_RELEASE = 3.3
|
||||
WX_VERSION = $(WX_RELEASE).3
|
||||
WX_VERSION = $(WX_RELEASE).4
|
||||
LIBDIRNAME = $(wx_top_builddir)/lib
|
||||
HTMLHELP_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
||||
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user