pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wxGTK32: add import candidate for wxwidgets 3.2



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Tue Jul 19 10:55:42 2022 +0200
Changeset:	84f4f605e74754aafb665e4217aaedc3d513654d

Modified Files:
	Makefile
Added Files:
	wxGTK32/DESCR
	wxGTK32/Makefile
	wxGTK32/PLIST
	wxGTK32/buildlink3.mk
	wxGTK32/distinfo
	wxGTK32/patches/patch-build_cmake_functions.cmake
	wxGTK32/patches/patch-build_cmake_init.cmake
	wxGTK32/patches/patch-build_cmake_lib_stc_CMakeLists.txt
	wxGTK32/patches/patch-build_cmake_setup.cmake
	wxGTK32/patches/patch-src_unix_dialup.cpp

Log Message:
wxGTK32: add import candidate for wxwidgets 3.2

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=84f4f605e74754aafb665e4217aaedc3d513654d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                                           |    2 +
 wxGTK32/DESCR                                      |   20 +
 wxGTK32/Makefile                                   |   76 +
 wxGTK32/PLIST                                      | 1563 ++++++++++++++++++++
 wxGTK32/buildlink3.mk                              |   29 +
 wxGTK32/distinfo                                   |   10 +
 wxGTK32/patches/patch-build_cmake_functions.cmake  |   22 +
 wxGTK32/patches/patch-build_cmake_init.cmake       |   14 +
 .../patch-build_cmake_lib_stc_CMakeLists.txt       |   14 +
 wxGTK32/patches/patch-build_cmake_setup.cmake      |   55 +
 wxGTK32/patches/patch-src_unix_dialup.cpp          |   14 +
 11 files changed, 1819 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 713aa2d3bb..cf49d960e7 100644
--- a/Makefile
+++ b/Makefile
@@ -5936,6 +5936,7 @@ SUBDIR+=	wsjtx
 SUBDIR+=	wsmake
 SUBDIR+=	wvstreams
 SUBDIR+=	wxGTK-test
+SUBDIR+=	wxGTK32
 SUBDIR+=	wxmaxima-git
 SUBDIR+=	wyeb-git
 SUBDIR+=	wyebadblock-git
@@ -5985,6 +5986,7 @@ SUBDIR+=	xine-plugin
 SUBDIR+=	xinetd
 SUBDIR+=	xinput_calibrator
 SUBDIR+=	xinvaders3d
+SUBDIR+=	xlax
 SUBDIR+=	xlossage-git
 SUBDIR+=	xmail
 SUBDIR+=	xmakemol
diff --git a/wxGTK32/DESCR b/wxGTK32/DESCR
new file mode 100644
index 0000000000..14c91a9cab
--- /dev/null
+++ b/wxGTK32/DESCR
@@ -0,0 +1,20 @@
+wxWidgets is a set of libraries that allows C++ applications to compile and
+run on several different types of computer, with minimal source code changes.
+There is one library per supported GUI (such as Windows, GTK+, Motif, and Mac).
+As well as providing a common API (Application Programming Interface) for GUI
+functionality, it provides functionality for accessing some commonly-used
+operating system facilities, from copying and deleting files to socket and
+thread support. wxWidgets is a 'framework' in the sense that it provides a lot
+of built-in functionality, which the application can use or replace as required,
+thus saving a great deal of coding effort. Basic data structures such as
+strings, arrays, linked lists and hash tables are also supported.
+
+Such a toolkit is not unique - there are others to choose from - but wxWidgets
+is free, well-established, well-documented, and very broad in its coverage of
+GUI functionality. It has some extras that make it stand out from the crowd,
+such as the many convenience dialogs, built-in HTML display and printing,
+virtual filesystems, easy-to-use OLE automation controller class, Open GL
+support, and many other features that make it easier to write modern and
+user-friendly applications.
+
+This package contains the 3.2 stable branch of the library.
diff --git a/wxGTK32/Makefile b/wxGTK32/Makefile
new file mode 100644
index 0000000000..e5dfbfb874
--- /dev/null
+++ b/wxGTK32/Makefile
@@ -0,0 +1,76 @@
+# $NetBSD: Makefile,v 1.10 2022/07/14 23:46:27 dholland Exp $
+
+DISTNAME=	wxWidgets-3.2.0
+PKGNAME=	${DISTNAME:S/wxWidgets/wxGTK32/}
+CATEGORIES=	x11
+MASTER_SITES=	${MASTER_SITE_GITHUB:=wxWidgets/}
+GITHUB_PROJECT=	wxWidgets
+GITHUB_RELEASE=	v${PKGVERSION_NOREV}
+EXTRACT_SUFX=	.tar.bz2
+
+MAINTAINER=	dbj%NetBSD.org@localhost
+HOMEPAGE=	https://www.wxwidgets.org/
+COMMENT=	Cross-platform wxWidgets GUI library (3.2 stable branch)
+# LGPLv2 with additional permission; http://opensource.org/licenses/wxwindows
+LICENSE=	gnu-lgpl-v2
+
+USE_TOOLS+=		pkg-config msgfmt
+USE_CMAKE=		yes
+USE_LANGUAGES=		c c++
+
+# didn't find all places hardcoding libdl, so force them away
+BUILDLINK_TRANSFORM+=	opt:-ldl:${BUILDLINK_LDADD.dl:Q}
+
+#TO_UNWRAP=	${DESTDIR}${PREFIX}/lib/wx/config/gtk3-unicode-3.2
+#TO_UNWRAP=	${WRKSRC}/CMakeFiles/gtk3-unicode-3.2
+TO_UNWRAP=	${WRKSRC}/lib/wx/config/gtk3-unicode-3.2
+
+# Installation rules in cmake are not using DESTDIR properly, do it manually
+# CMake Error: failed to create symbolic link '/usr/pkg/bin/wx-config': Permission denied
+# CMake Error: failed to create symbolic link '/usr/pkg/bin/wxrc': Permission denied
+post-install:
+	cd ${DESTDIR}${PREFIX}/bin && ${LN} -s ../lib/wx/config/gtk3-unicode-3.2 wx-config
+	cd ${DESTDIR}${PREFIX}/bin && ${LN} -s wxrc-3.2 wxrc
+post-build:
+	${SED} -e "s,EGREP=.*,EGREP=${EGREP}," \
+		-e 's/echo.*cc\"/echo \"${CC}\"/' \
+		-e 's/echo.*c\+\+\"/echo \"${CXX}\"/' \
+		-e 's/echo.*c\+\+\ -o\"/echo \"${CXX} -o\"/' \
+		${TO_UNWRAP} > ${TO_UNWRAP}.new && \
+	${MV} ${TO_UNWRAP}.new ${TO_UNWRAP} && \
+	${CHMOD} 755 ${TO_UNWRAP}
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} != "Linux"
+CMAKE_ARGS+=		-DwxUSE_JOYSTICK:BOOL=OFF
+.endif
+
+.if ${OPSYS} != "Darwin"
+.include "../../sysutils/libnotify/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.endif
+
+.include "../../archivers/libmspack/buildlink3.mk"
+.include "../../archivers/xz/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/pcre2/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../devel/SDL2/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../graphics/tiff/buildlink3.mk"
+.include "../../mk/jpeg.buildlink3.mk"
+.include "../../mk/oss.buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../multimedia/gstreamer1/buildlink3.mk"
+.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
+.include "../../security/libsecret/buildlink3.mk"
+.include "../../textproc/expat/buildlink3.mk"
+.include "../../textproc/gspell/buildlink3.mk"
+# curl not checked by cmake but used by webrequest_curl.h
+.include "../../www/curl/buildlink3.mk"
+.include "../../www/webkit-gtk/buildlink3.mk"
+.include "../../mk/dlopen.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/wxGTK32/PLIST b/wxGTK32/PLIST
new file mode 100644
index 0000000000..0ac6241874
--- /dev/null
+++ b/wxGTK32/PLIST
@@ -0,0 +1,1563 @@
+@comment $NetBSD$
+bin/wx-config
+bin/wxrc
+bin/wxrc-3.2
+include/wx-3.2/wx/aboutdlg.h
+include/wx-3.2/wx/accel.h
+include/wx-3.2/wx/access.h
+include/wx-3.2/wx/activityindicator.h
+include/wx-3.2/wx/addremovectrl.h
+include/wx-3.2/wx/affinematrix2d.h
+include/wx-3.2/wx/affinematrix2dbase.h
+include/wx-3.2/wx/afterstd.h
+include/wx-3.2/wx/android/chkconf.h
+include/wx-3.2/wx/android/config_android.h
+include/wx-3.2/wx/android/setup.h
+include/wx-3.2/wx/anidecod.h
+include/wx-3.2/wx/animate.h
+include/wx-3.2/wx/animdecod.h
+include/wx-3.2/wx/any.h
+include/wx-3.2/wx/anybutton.h
+include/wx-3.2/wx/anystr.h
+include/wx-3.2/wx/app.h
+include/wx-3.2/wx/appprogress.h
+include/wx-3.2/wx/apptrait.h
+include/wx-3.2/wx/archive.h
+include/wx-3.2/wx/arrimpl.cpp
+include/wx-3.2/wx/arrstr.h
+include/wx-3.2/wx/artprov.h
+include/wx-3.2/wx/atomic.h
+include/wx-3.2/wx/aui/aui.h
+include/wx-3.2/wx/aui/auibar.h
+include/wx-3.2/wx/aui/auibook.h
+include/wx-3.2/wx/aui/barartmsw.h
+include/wx-3.2/wx/aui/dockart.h
+include/wx-3.2/wx/aui/floatpane.h
+include/wx-3.2/wx/aui/framemanager.h
+include/wx-3.2/wx/aui/tabart.h
+include/wx-3.2/wx/aui/tabartgtk.h
+include/wx-3.2/wx/aui/tabartmsw.h
+include/wx-3.2/wx/aui/tabmdi.h
+include/wx-3.2/wx/bannerwindow.h
+include/wx-3.2/wx/base64.h
+include/wx-3.2/wx/beforestd.h
+include/wx-3.2/wx/bitmap.h
+include/wx-3.2/wx/bmpbndl.h
+include/wx-3.2/wx/bmpbuttn.h
+include/wx-3.2/wx/bmpcbox.h
+include/wx-3.2/wx/bookctrl.h
+include/wx-3.2/wx/brush.h
+include/wx-3.2/wx/buffer.h
+include/wx-3.2/wx/build.h
+include/wx-3.2/wx/busyinfo.h
+include/wx-3.2/wx/button.h
+include/wx-3.2/wx/calctrl.h
+include/wx-3.2/wx/caret.h
+include/wx-3.2/wx/catch_cppunit.h
+include/wx-3.2/wx/chartype.h
+include/wx-3.2/wx/checkbox.h
+include/wx-3.2/wx/checkeddelete.h
+include/wx-3.2/wx/checklst.h
+include/wx-3.2/wx/chkconf.h
+include/wx-3.2/wx/choicdlg.h
+include/wx-3.2/wx/choice.h
+include/wx-3.2/wx/choicebk.h
+include/wx-3.2/wx/clipbrd.h
+include/wx-3.2/wx/clntdata.h
+include/wx-3.2/wx/clrpicker.h
+include/wx-3.2/wx/cmdargs.h
+include/wx-3.2/wx/cmdline.h
+include/wx-3.2/wx/cmdproc.h
+include/wx-3.2/wx/cmndata.h
+include/wx-3.2/wx/collheaderctrl.h
+include/wx-3.2/wx/collpane.h
+include/wx-3.2/wx/colordlg.h
+include/wx-3.2/wx/colour.h
+include/wx-3.2/wx/colourdata.h
+include/wx-3.2/wx/combo.h
+include/wx-3.2/wx/combobox.h
+include/wx-3.2/wx/commandlinkbutton.h
+include/wx-3.2/wx/compiler.h
+include/wx-3.2/wx/compositewin.h
+include/wx-3.2/wx/confbase.h
+include/wx-3.2/wx/config.h
+include/wx-3.2/wx/containr.h
+include/wx-3.2/wx/control.h
+include/wx-3.2/wx/convauto.h
+include/wx-3.2/wx/cpp.h
+include/wx-3.2/wx/creddlg.h
+include/wx-3.2/wx/crt.h
+include/wx-3.2/wx/cshelp.h
+include/wx-3.2/wx/ctrlsub.h
+include/wx-3.2/wx/cursor.h
+include/wx-3.2/wx/custombgwin.h
+include/wx-3.2/wx/dataobj.h
+include/wx-3.2/wx/dataview.h
+include/wx-3.2/wx/datectrl.h
+include/wx-3.2/wx/dateevt.h
+include/wx-3.2/wx/datetime.h
+include/wx-3.2/wx/datetimectrl.h
+include/wx-3.2/wx/datstrm.h
+include/wx-3.2/wx/dc.h
+include/wx-3.2/wx/dcbuffer.h
+include/wx-3.2/wx/dcclient.h
+include/wx-3.2/wx/dcgraph.h
+include/wx-3.2/wx/dcmemory.h
+include/wx-3.2/wx/dcmirror.h
+include/wx-3.2/wx/dcprint.h
+include/wx-3.2/wx/dcps.h
+include/wx-3.2/wx/dcscreen.h
+include/wx-3.2/wx/dcsvg.h
+include/wx-3.2/wx/dde.h
+include/wx-3.2/wx/debug.h
+include/wx-3.2/wx/debugrpt.h
+include/wx-3.2/wx/defs.h
+include/wx-3.2/wx/dfb/app.h
+include/wx-3.2/wx/dfb/bitmap.h
+include/wx-3.2/wx/dfb/brush.h
+include/wx-3.2/wx/dfb/chkconf.h
+include/wx-3.2/wx/dfb/cursor.h
+include/wx-3.2/wx/dfb/dc.h
+include/wx-3.2/wx/dfb/dcclient.h
+include/wx-3.2/wx/dfb/dcmemory.h
+include/wx-3.2/wx/dfb/dcscreen.h
+include/wx-3.2/wx/dfb/dfbptr.h
+include/wx-3.2/wx/dfb/evtloop.h
+include/wx-3.2/wx/dfb/font.h
+include/wx-3.2/wx/dfb/nonownedwnd.h
+include/wx-3.2/wx/dfb/pen.h
+include/wx-3.2/wx/dfb/popupwin.h
+include/wx-3.2/wx/dfb/private.h
+include/wx-3.2/wx/dfb/private/fontmgr.h
+include/wx-3.2/wx/dfb/private/overlay.h
+include/wx-3.2/wx/dfb/region.h
+include/wx-3.2/wx/dfb/toplevel.h
+include/wx-3.2/wx/dfb/window.h
+include/wx-3.2/wx/dfb/wrapdfb.h
+include/wx-3.2/wx/dialog.h
+include/wx-3.2/wx/dialup.h
+include/wx-3.2/wx/dir.h
+include/wx-3.2/wx/dirctrl.h
+include/wx-3.2/wx/dirdlg.h
+include/wx-3.2/wx/display.h
+include/wx-3.2/wx/dlimpexp.h
+include/wx-3.2/wx/dlist.h
+include/wx-3.2/wx/dnd.h
+include/wx-3.2/wx/docmdi.h
+include/wx-3.2/wx/docview.h
+include/wx-3.2/wx/dragimag.h
+include/wx-3.2/wx/dvrenderers.h
+include/wx-3.2/wx/dynarray.h
+include/wx-3.2/wx/dynlib.h
+include/wx-3.2/wx/dynload.h
+include/wx-3.2/wx/editlbox.h
+include/wx-3.2/wx/effects.h
+include/wx-3.2/wx/encconv.h
+include/wx-3.2/wx/encinfo.h
+include/wx-3.2/wx/event.h
+include/wx-3.2/wx/eventfilter.h
+include/wx-3.2/wx/evtloop.h
+include/wx-3.2/wx/evtloopsrc.h
+include/wx-3.2/wx/except.h
+include/wx-3.2/wx/fdrepdlg.h
+include/wx-3.2/wx/features.h
+include/wx-3.2/wx/ffile.h
+include/wx-3.2/wx/file.h
+include/wx-3.2/wx/fileconf.h
+include/wx-3.2/wx/filectrl.h
+include/wx-3.2/wx/filedlg.h
+include/wx-3.2/wx/filedlgcustomize.h
+include/wx-3.2/wx/filefn.h
+include/wx-3.2/wx/filehistory.h
+include/wx-3.2/wx/filename.h
+include/wx-3.2/wx/filepicker.h
+include/wx-3.2/wx/filesys.h
+include/wx-3.2/wx/flags.h
+include/wx-3.2/wx/fmappriv.h
+include/wx-3.2/wx/font.h
+include/wx-3.2/wx/fontdata.h
+include/wx-3.2/wx/fontdlg.h
+include/wx-3.2/wx/fontenc.h
+include/wx-3.2/wx/fontenum.h
+include/wx-3.2/wx/fontmap.h
+include/wx-3.2/wx/fontpicker.h
+include/wx-3.2/wx/fontutil.h
+include/wx-3.2/wx/frame.h
+include/wx-3.2/wx/fs_arc.h
+include/wx-3.2/wx/fs_filter.h
+include/wx-3.2/wx/fs_inet.h
+include/wx-3.2/wx/fs_mem.h
+include/wx-3.2/wx/fs_zip.h
+include/wx-3.2/wx/fswatcher.h
+include/wx-3.2/wx/gauge.h
+include/wx-3.2/wx/gbsizer.h
+include/wx-3.2/wx/gdicmn.h
+include/wx-3.2/wx/gdiobj.h
+include/wx-3.2/wx/generic/aboutdlgg.h
+include/wx-3.2/wx/generic/accel.h
+include/wx-3.2/wx/generic/activityindicator.h
+include/wx-3.2/wx/generic/animate.h
+include/wx-3.2/wx/generic/bmpcbox.h
+include/wx-3.2/wx/generic/busyinfo.h
+include/wx-3.2/wx/generic/buttonbar.h
+include/wx-3.2/wx/generic/calctrlg.h
+include/wx-3.2/wx/generic/caret.h
+include/wx-3.2/wx/generic/choicdgg.h
+include/wx-3.2/wx/generic/clrpickerg.h
+include/wx-3.2/wx/generic/collheaderctrl.h
+include/wx-3.2/wx/generic/collpaneg.h
+include/wx-3.2/wx/generic/colour.h
+include/wx-3.2/wx/generic/colrdlgg.h
+include/wx-3.2/wx/generic/combo.h
+include/wx-3.2/wx/generic/creddlgg.h
+include/wx-3.2/wx/generic/ctrlsub.h
+include/wx-3.2/wx/generic/custombgwin.h
+include/wx-3.2/wx/generic/dataview.h
+include/wx-3.2/wx/generic/datectrl.h
+include/wx-3.2/wx/generic/dcpsg.h
+include/wx-3.2/wx/generic/dirctrlg.h
+include/wx-3.2/wx/generic/dirdlgg.h
+include/wx-3.2/wx/generic/dragimgg.h
+include/wx-3.2/wx/generic/dvrenderer.h
+include/wx-3.2/wx/generic/dvrenderers.h
+include/wx-3.2/wx/generic/fdrepdlg.h
+include/wx-3.2/wx/generic/filectrlg.h
+include/wx-3.2/wx/generic/filedlgg.h
+include/wx-3.2/wx/generic/filepickerg.h
+include/wx-3.2/wx/generic/fontdlgg.h
+include/wx-3.2/wx/generic/fontpickerg.h
+include/wx-3.2/wx/generic/fswatcher.h
+include/wx-3.2/wx/generic/grid.h
+include/wx-3.2/wx/generic/gridctrl.h
+include/wx-3.2/wx/generic/grideditors.h
+include/wx-3.2/wx/generic/gridsel.h
+include/wx-3.2/wx/generic/headerctrlg.h
+include/wx-3.2/wx/generic/helpext.h
+include/wx-3.2/wx/generic/hyperlink.h
+include/wx-3.2/wx/generic/icon.h
+include/wx-3.2/wx/generic/imaglist.h
+include/wx-3.2/wx/generic/infobar.h
+include/wx-3.2/wx/generic/laywin.h
+include/wx-3.2/wx/generic/listctrl.h
+include/wx-3.2/wx/generic/logg.h
+include/wx-3.2/wx/generic/mask.h
+include/wx-3.2/wx/generic/mdig.h
+include/wx-3.2/wx/generic/msgdlgg.h
+include/wx-3.2/wx/generic/notebook.h
+include/wx-3.2/wx/generic/notifmsg.h
+include/wx-3.2/wx/generic/numdlgg.h
+include/wx-3.2/wx/generic/paletteg.h
+include/wx-3.2/wx/generic/panelg.h
+include/wx-3.2/wx/generic/printps.h
+include/wx-3.2/wx/generic/private/addremovectrl.h
+include/wx-3.2/wx/generic/private/animate.h
+include/wx-3.2/wx/generic/private/grid.h
+include/wx-3.2/wx/generic/private/listctrl.h
+include/wx-3.2/wx/generic/private/markuptext.h
+include/wx-3.2/wx/generic/private/notifmsg.h
+include/wx-3.2/wx/generic/private/richtooltip.h
+include/wx-3.2/wx/generic/private/rowheightcache.h
+include/wx-3.2/wx/generic/private/textmeasure.h
+include/wx-3.2/wx/generic/private/timer.h
+include/wx-3.2/wx/generic/private/widthcalc.h
+include/wx-3.2/wx/generic/prntdlgg.h
+include/wx-3.2/wx/generic/progdlgg.h
+include/wx-3.2/wx/generic/propdlg.h
+include/wx-3.2/wx/generic/region.h
+include/wx-3.2/wx/generic/richmsgdlgg.h
+include/wx-3.2/wx/generic/sashwin.h
+include/wx-3.2/wx/generic/scrolwin.h
+include/wx-3.2/wx/generic/spinctlg.h
+include/wx-3.2/wx/generic/splash.h
+include/wx-3.2/wx/generic/splitter.h
+include/wx-3.2/wx/generic/srchctlg.h
+include/wx-3.2/wx/generic/statbmpg.h
+include/wx-3.2/wx/generic/statline.h
+include/wx-3.2/wx/generic/stattextg.h
+include/wx-3.2/wx/generic/statusbr.h
+include/wx-3.2/wx/generic/tabg.h
+include/wx-3.2/wx/generic/textdlgg.h
+include/wx-3.2/wx/generic/timectrl.h
+include/wx-3.2/wx/generic/treectlg.h
+include/wx-3.2/wx/generic/wizard.h
+include/wx-3.2/wx/geometry.h
+include/wx-3.2/wx/gifdecod.h
+include/wx-3.2/wx/glcanvas.h
+include/wx-3.2/wx/graphics.h
+include/wx-3.2/wx/grid.h
+include/wx-3.2/wx/gtk/accel.h
+include/wx-3.2/wx/gtk/activityindicator.h
+include/wx-3.2/wx/gtk/animate.h
+include/wx-3.2/wx/gtk/anybutton.h
+include/wx-3.2/wx/gtk/app.h
+include/wx-3.2/wx/gtk/assertdlg_gtk.h
+include/wx-3.2/wx/gtk/bitmap.h
+include/wx-3.2/wx/gtk/bmpbuttn.h
+include/wx-3.2/wx/gtk/bmpcbox.h
+include/wx-3.2/wx/gtk/brush.h
+include/wx-3.2/wx/gtk/button.h
+include/wx-3.2/wx/gtk/calctrl.h
+include/wx-3.2/wx/gtk/checkbox.h
+include/wx-3.2/wx/gtk/checklst.h
+include/wx-3.2/wx/gtk/chkconf.h
+include/wx-3.2/wx/gtk/choice.h
+include/wx-3.2/wx/gtk/clipbrd.h
+include/wx-3.2/wx/gtk/clrpicker.h
+include/wx-3.2/wx/gtk/collpane.h
+include/wx-3.2/wx/gtk/colordlg.h
+include/wx-3.2/wx/gtk/colour.h
+include/wx-3.2/wx/gtk/combobox.h
+include/wx-3.2/wx/gtk/control.h
+include/wx-3.2/wx/gtk/cursor.h
+include/wx-3.2/wx/gtk/dataform.h
+include/wx-3.2/wx/gtk/dataobj.h
+include/wx-3.2/wx/gtk/dataobj2.h
+include/wx-3.2/wx/gtk/dataview.h
+include/wx-3.2/wx/gtk/dc.h
+include/wx-3.2/wx/gtk/dcclient.h
+include/wx-3.2/wx/gtk/dcmemory.h
+include/wx-3.2/wx/gtk/dcscreen.h
+include/wx-3.2/wx/gtk/dialog.h
+include/wx-3.2/wx/gtk/dirdlg.h
+include/wx-3.2/wx/gtk/dnd.h
+include/wx-3.2/wx/gtk/dvrenderer.h
+include/wx-3.2/wx/gtk/dvrenderers.h
+include/wx-3.2/wx/gtk/evtloop.h
+include/wx-3.2/wx/gtk/evtloopsrc.h
+include/wx-3.2/wx/gtk/filectrl.h
+include/wx-3.2/wx/gtk/filedlg.h
+include/wx-3.2/wx/gtk/filehistory.h
+include/wx-3.2/wx/gtk/filepicker.h
+include/wx-3.2/wx/gtk/font.h
+include/wx-3.2/wx/gtk/fontdlg.h
+include/wx-3.2/wx/gtk/fontpicker.h
+include/wx-3.2/wx/gtk/frame.h
+include/wx-3.2/wx/gtk/gauge.h
+include/wx-3.2/wx/gtk/glcanvas.h
+include/wx-3.2/wx/gtk/gnome/gvfs.h
+include/wx-3.2/wx/gtk/hyperlink.h
+include/wx-3.2/wx/gtk/infobar.h
+include/wx-3.2/wx/gtk/listbox.h
+include/wx-3.2/wx/gtk/mdi.h
+include/wx-3.2/wx/gtk/menu.h
+include/wx-3.2/wx/gtk/menuitem.h
+include/wx-3.2/wx/gtk/mimetype.h
+include/wx-3.2/wx/gtk/minifram.h
+include/wx-3.2/wx/gtk/msgdlg.h
+include/wx-3.2/wx/gtk/nonownedwnd.h
+include/wx-3.2/wx/gtk/notebook.h
+include/wx-3.2/wx/gtk/pen.h
+include/wx-3.2/wx/gtk/popupwin.h
+include/wx-3.2/wx/gtk/print.h
+include/wx-3.2/wx/gtk/private.h
+include/wx-3.2/wx/gtk/private/addremovectrl.h
+include/wx-3.2/wx/gtk/private/animate.h
+include/wx-3.2/wx/gtk/private/backend.h
+include/wx-3.2/wx/gtk/private/dialogcount.h
+include/wx-3.2/wx/gtk/private/error.h
+include/wx-3.2/wx/gtk/private/event.h
+include/wx-3.2/wx/gtk/private/eventsdisabler.h
+include/wx-3.2/wx/gtk/private/gdkconv.h
+include/wx-3.2/wx/gtk/private/gtk2-compat.h
+include/wx-3.2/wx/gtk/private/gtk3-compat.h
+include/wx-3.2/wx/gtk/private/image.h
+include/wx-3.2/wx/gtk/private/list.h
+include/wx-3.2/wx/gtk/private/log.h
+include/wx-3.2/wx/gtk/private/mediactrl.h
+include/wx-3.2/wx/gtk/private/messagetype.h
+include/wx-3.2/wx/gtk/private/mnemonics.h
+include/wx-3.2/wx/gtk/private/object.h
+include/wx-3.2/wx/gtk/private/string.h
+include/wx-3.2/wx/gtk/private/stylecontext.h
+include/wx-3.2/wx/gtk/private/textmeasure.h
+include/wx-3.2/wx/gtk/private/timer.h
+include/wx-3.2/wx/gtk/private/tlwgeom.h
+include/wx-3.2/wx/gtk/private/treeentry_gtk.h
+include/wx-3.2/wx/gtk/private/treeview.h
+include/wx-3.2/wx/gtk/private/value.h
+include/wx-3.2/wx/gtk/private/webkit.h
+include/wx-3.2/wx/gtk/private/webview_webkit2_extension.h
+include/wx-3.2/wx/gtk/private/win_gtk.h
+include/wx-3.2/wx/gtk/private/wrapgtk.h
+include/wx-3.2/wx/gtk/radiobox.h
+include/wx-3.2/wx/gtk/radiobut.h
+include/wx-3.2/wx/gtk/region.h
+include/wx-3.2/wx/gtk/scrolbar.h
+include/wx-3.2/wx/gtk/scrolwin.h
+include/wx-3.2/wx/gtk/setup.h
+include/wx-3.2/wx/gtk/slider.h
+include/wx-3.2/wx/gtk/spinbutt.h
+include/wx-3.2/wx/gtk/spinctrl.h
+include/wx-3.2/wx/gtk/srchctrl.h
+include/wx-3.2/wx/gtk/statbmp.h
+include/wx-3.2/wx/gtk/statbox.h
+include/wx-3.2/wx/gtk/statline.h
+include/wx-3.2/wx/gtk/stattext.h
+include/wx-3.2/wx/gtk/taskbar.h
+include/wx-3.2/wx/gtk/textctrl.h
+include/wx-3.2/wx/gtk/textentry.h
+include/wx-3.2/wx/gtk/tglbtn.h
+include/wx-3.2/wx/gtk/toolbar.h
+include/wx-3.2/wx/gtk/tooltip.h
+include/wx-3.2/wx/gtk/toplevel.h
+include/wx-3.2/wx/gtk/webview_webkit.h
+include/wx-3.2/wx/gtk/webviewhistoryitem_webkit.h
+include/wx-3.2/wx/gtk/window.h
+include/wx-3.2/wx/gtk1/accel.h
+include/wx-3.2/wx/gtk1/app.h
+include/wx-3.2/wx/gtk1/bitmap.h
+include/wx-3.2/wx/gtk1/bmpbuttn.h
+include/wx-3.2/wx/gtk1/brush.h
+include/wx-3.2/wx/gtk1/button.h
+include/wx-3.2/wx/gtk1/checkbox.h
+include/wx-3.2/wx/gtk1/checklst.h
+include/wx-3.2/wx/gtk1/choice.h
+include/wx-3.2/wx/gtk1/clipbrd.h
+include/wx-3.2/wx/gtk1/colordlg.h
+include/wx-3.2/wx/gtk1/colour.h
+include/wx-3.2/wx/gtk1/combobox.h
+include/wx-3.2/wx/gtk1/control.h
+include/wx-3.2/wx/gtk1/cursor.h
+include/wx-3.2/wx/gtk1/dataform.h
+include/wx-3.2/wx/gtk1/dataobj.h
+include/wx-3.2/wx/gtk1/dataobj2.h
+include/wx-3.2/wx/gtk1/dc.h
+include/wx-3.2/wx/gtk1/dcclient.h
+include/wx-3.2/wx/gtk1/dcmemory.h
+include/wx-3.2/wx/gtk1/dcscreen.h
+include/wx-3.2/wx/gtk1/dialog.h
+include/wx-3.2/wx/gtk1/dnd.h
+include/wx-3.2/wx/gtk1/filedlg.h
+include/wx-3.2/wx/gtk1/font.h
+include/wx-3.2/wx/gtk1/fontdlg.h
+include/wx-3.2/wx/gtk1/frame.h
+include/wx-3.2/wx/gtk1/gauge.h
+include/wx-3.2/wx/gtk1/glcanvas.h
+include/wx-3.2/wx/gtk1/listbox.h
+include/wx-3.2/wx/gtk1/mdi.h
+include/wx-3.2/wx/gtk1/menu.h
+include/wx-3.2/wx/gtk1/menuitem.h
+include/wx-3.2/wx/gtk1/minifram.h
+include/wx-3.2/wx/gtk1/msgdlg.h
+include/wx-3.2/wx/gtk1/notebook.h
+include/wx-3.2/wx/gtk1/pen.h
+include/wx-3.2/wx/gtk1/popupwin.h
+include/wx-3.2/wx/gtk1/private.h
+include/wx-3.2/wx/gtk1/private/addremovectrl.h
+include/wx-3.2/wx/gtk1/private/mnemonics.h
+include/wx-3.2/wx/gtk1/private/timer.h
+include/wx-3.2/wx/gtk1/radiobox.h
+include/wx-3.2/wx/gtk1/radiobut.h
+include/wx-3.2/wx/gtk1/region.h
+include/wx-3.2/wx/gtk1/scrolbar.h
+include/wx-3.2/wx/gtk1/scrolwin.h
+include/wx-3.2/wx/gtk1/slider.h
+include/wx-3.2/wx/gtk1/spinbutt.h
+include/wx-3.2/wx/gtk1/spinctrl.h
+include/wx-3.2/wx/gtk1/statbmp.h
+include/wx-3.2/wx/gtk1/statbox.h
+include/wx-3.2/wx/gtk1/statline.h
+include/wx-3.2/wx/gtk1/stattext.h
+include/wx-3.2/wx/gtk1/textctrl.h
+include/wx-3.2/wx/gtk1/tglbtn.h
+include/wx-3.2/wx/gtk1/toolbar.h
+include/wx-3.2/wx/gtk1/tooltip.h
+include/wx-3.2/wx/gtk1/toplevel.h
+include/wx-3.2/wx/gtk1/treectrl.h
+include/wx-3.2/wx/gtk1/win_gtk.h
+include/wx-3.2/wx/gtk1/window.h
+include/wx-3.2/wx/hash.h
+include/wx-3.2/wx/hashmap.h
+include/wx-3.2/wx/hashset.h
+include/wx-3.2/wx/headercol.h
+include/wx-3.2/wx/headerctrl.h
+include/wx-3.2/wx/help.h
+include/wx-3.2/wx/helpbase.h
+include/wx-3.2/wx/helphtml.h
+include/wx-3.2/wx/helpwin.h
+include/wx-3.2/wx/html/forcelnk.h
+include/wx-3.2/wx/html/helpctrl.h
+include/wx-3.2/wx/html/helpdata.h
+include/wx-3.2/wx/html/helpdlg.h
+include/wx-3.2/wx/html/helpfrm.h
+include/wx-3.2/wx/html/helpwnd.h
+include/wx-3.2/wx/html/htmlcell.h
+include/wx-3.2/wx/html/htmldefs.h
+include/wx-3.2/wx/html/htmlfilt.h
+include/wx-3.2/wx/html/htmlpars.h
+include/wx-3.2/wx/html/htmlproc.h
+include/wx-3.2/wx/html/htmltag.h
+include/wx-3.2/wx/html/htmlwin.h
+include/wx-3.2/wx/html/htmprint.h
+include/wx-3.2/wx/html/m_templ.h
+include/wx-3.2/wx/html/styleparams.h
+include/wx-3.2/wx/html/winpars.h
+include/wx-3.2/wx/htmllbox.h
+include/wx-3.2/wx/hyperlink.h
+include/wx-3.2/wx/icon.h
+include/wx-3.2/wx/iconbndl.h
+include/wx-3.2/wx/iconloc.h
+include/wx-3.2/wx/imagbmp.h
+include/wx-3.2/wx/image.h
+include/wx-3.2/wx/imaggif.h
+include/wx-3.2/wx/imagiff.h
+include/wx-3.2/wx/imagjpeg.h
+include/wx-3.2/wx/imaglist.h
+include/wx-3.2/wx/imagpcx.h
+include/wx-3.2/wx/imagpng.h
+include/wx-3.2/wx/imagpnm.h
+include/wx-3.2/wx/imagtga.h
+include/wx-3.2/wx/imagtiff.h
+include/wx-3.2/wx/imagxpm.h
+include/wx-3.2/wx/infobar.h
+include/wx-3.2/wx/init.h
+include/wx-3.2/wx/intl.h
+include/wx-3.2/wx/iosfwrap.h
+include/wx-3.2/wx/ioswrap.h
+include/wx-3.2/wx/ipc.h
+include/wx-3.2/wx/ipcbase.h
+include/wx-3.2/wx/itemattr.h
+include/wx-3.2/wx/itemid.h
+include/wx-3.2/wx/joystick.h
+include/wx-3.2/wx/kbdstate.h
+include/wx-3.2/wx/language.h
+include/wx-3.2/wx/layout.h
+include/wx-3.2/wx/laywin.h
+include/wx-3.2/wx/link.h
+include/wx-3.2/wx/list.h
+include/wx-3.2/wx/listbase.h
+include/wx-3.2/wx/listbook.h
+include/wx-3.2/wx/listbox.h
+include/wx-3.2/wx/listctrl.h
+include/wx-3.2/wx/listimpl.cpp
+include/wx-3.2/wx/localedefs.h
+include/wx-3.2/wx/log.h
+include/wx-3.2/wx/longlong.h
+include/wx-3.2/wx/lzmastream.h
+include/wx-3.2/wx/math.h
+include/wx-3.2/wx/matrix.h
+include/wx-3.2/wx/mdi.h
+include/wx-3.2/wx/mediactrl.h
+include/wx-3.2/wx/memconf.h
+include/wx-3.2/wx/memory.h
+include/wx-3.2/wx/memtext.h
+include/wx-3.2/wx/menu.h
+include/wx-3.2/wx/menuitem.h
+include/wx-3.2/wx/meta/convertible.h
+include/wx-3.2/wx/meta/if.h
+include/wx-3.2/wx/meta/implicitconversion.h
+include/wx-3.2/wx/meta/int2type.h
+include/wx-3.2/wx/meta/movable.h
+include/wx-3.2/wx/meta/pod.h
+include/wx-3.2/wx/meta/removeref.h
+include/wx-3.2/wx/metafile.h
+include/wx-3.2/wx/mimetype.h
+include/wx-3.2/wx/minifram.h
+include/wx-3.2/wx/modalhook.h
+include/wx-3.2/wx/module.h
+include/wx-3.2/wx/motif/accel.h
+include/wx-3.2/wx/motif/app.h
+include/wx-3.2/wx/motif/bmpbuttn.h
+include/wx-3.2/wx/motif/bmpmotif.h
+include/wx-3.2/wx/motif/button.h
+include/wx-3.2/wx/motif/checkbox.h
+include/wx-3.2/wx/motif/checklst.h
+include/wx-3.2/wx/motif/chkconf.h
+include/wx-3.2/wx/motif/choice.h
+include/wx-3.2/wx/motif/clipbrd.h
+include/wx-3.2/wx/motif/colour.h
+include/wx-3.2/wx/motif/combobox.h
+include/wx-3.2/wx/motif/control.h
+include/wx-3.2/wx/motif/ctrlsub.h
+include/wx-3.2/wx/motif/cursor.h
+include/wx-3.2/wx/motif/dataform.h
+include/wx-3.2/wx/motif/dataobj.h
+include/wx-3.2/wx/motif/dataobj2.h
+include/wx-3.2/wx/motif/dc.h
+include/wx-3.2/wx/motif/dcclient.h
+include/wx-3.2/wx/motif/dcmemory.h
+include/wx-3.2/wx/motif/dcprint.h
+include/wx-3.2/wx/motif/dcscreen.h
+include/wx-3.2/wx/motif/dialog.h
+include/wx-3.2/wx/motif/dnd.h
+include/wx-3.2/wx/motif/filedlg.h
+include/wx-3.2/wx/motif/font.h
+include/wx-3.2/wx/motif/frame.h
+include/wx-3.2/wx/motif/gauge.h
+include/wx-3.2/wx/motif/icon.h
+include/wx-3.2/wx/motif/listbox.h
+include/wx-3.2/wx/motif/menu.h
+include/wx-3.2/wx/motif/menuitem.h
+include/wx-3.2/wx/motif/minifram.h
+include/wx-3.2/wx/motif/msgdlg.h
+include/wx-3.2/wx/motif/popupwin.h
+include/wx-3.2/wx/motif/print.h
+include/wx-3.2/wx/motif/private.h
+include/wx-3.2/wx/motif/private/timer.h
+include/wx-3.2/wx/motif/radiobox.h
+include/wx-3.2/wx/motif/radiobut.h
+include/wx-3.2/wx/motif/scrolbar.h
+include/wx-3.2/wx/motif/setup.h
+include/wx-3.2/wx/motif/slider.h
+include/wx-3.2/wx/motif/spinbutt.h
+include/wx-3.2/wx/motif/statbmp.h
+include/wx-3.2/wx/motif/statbox.h
+include/wx-3.2/wx/motif/stattext.h
+include/wx-3.2/wx/motif/textctrl.h
+include/wx-3.2/wx/motif/textentry.h
+include/wx-3.2/wx/motif/tglbtn.h
+include/wx-3.2/wx/motif/toolbar.h
+include/wx-3.2/wx/motif/toplevel.h
+include/wx-3.2/wx/motif/window.h
+include/wx-3.2/wx/mousemanager.h
+include/wx-3.2/wx/mousestate.h
+include/wx-3.2/wx/msgdlg.h
+include/wx-3.2/wx/msgout.h
+include/wx-3.2/wx/msgqueue.h
+include/wx-3.2/wx/mstream.h
+include/wx-3.2/wx/msw/accel.h
+include/wx-3.2/wx/msw/anybutton.h
+include/wx-3.2/wx/msw/app.h
+include/wx-3.2/wx/msw/appprogress.h
+include/wx-3.2/wx/msw/apptbase.h
+include/wx-3.2/wx/msw/apptrait.h
+include/wx-3.2/wx/msw/bitmap.h
+include/wx-3.2/wx/msw/blank.cur
+include/wx-3.2/wx/msw/bmpbuttn.h
+include/wx-3.2/wx/msw/bmpcbox.h
+include/wx-3.2/wx/msw/brush.h
+include/wx-3.2/wx/msw/bullseye.cur
+include/wx-3.2/wx/msw/button.h
+include/wx-3.2/wx/msw/calctrl.h
+include/wx-3.2/wx/msw/caret.h
+include/wx-3.2/wx/msw/cdrom.ico
+include/wx-3.2/wx/msw/checkbox.h
+include/wx-3.2/wx/msw/checklst.h
+include/wx-3.2/wx/msw/child.ico
+include/wx-3.2/wx/msw/chkconf.h
+include/wx-3.2/wx/msw/choice.h
+include/wx-3.2/wx/msw/clipbrd.h
+include/wx-3.2/wx/msw/colordlg.h
+include/wx-3.2/wx/msw/colour.h
+include/wx-3.2/wx/msw/colours.bmp
+include/wx-3.2/wx/msw/combo.h
+include/wx-3.2/wx/msw/combobox.h
+include/wx-3.2/wx/msw/commandlinkbutton.h
+include/wx-3.2/wx/msw/computer.ico
+include/wx-3.2/wx/msw/control.h
+include/wx-3.2/wx/msw/crashrpt.h
+include/wx-3.2/wx/msw/cross.cur
+include/wx-3.2/wx/msw/csquery.bmp
+include/wx-3.2/wx/msw/ctrlsub.h
+include/wx-3.2/wx/msw/cursor.h
+include/wx-3.2/wx/msw/custombgwin.h
+include/wx-3.2/wx/msw/datectrl.h
+include/wx-3.2/wx/msw/datetimectrl.h
+include/wx-3.2/wx/msw/dc.h
+include/wx-3.2/wx/msw/dcclient.h
+include/wx-3.2/wx/msw/dcmemory.h
+include/wx-3.2/wx/msw/dcprint.h
+include/wx-3.2/wx/msw/dcscreen.h
+include/wx-3.2/wx/msw/dde.h
+include/wx-3.2/wx/msw/debughlp.h
+include/wx-3.2/wx/msw/dialog.h
+include/wx-3.2/wx/msw/dib.h
+include/wx-3.2/wx/msw/dirdlg.h
+include/wx-3.2/wx/msw/dragimag.h
+include/wx-3.2/wx/msw/drive.ico
+include/wx-3.2/wx/msw/enhmeta.h
+include/wx-3.2/wx/msw/evtloop.h
+include/wx-3.2/wx/msw/evtloopconsole.h
+include/wx-3.2/wx/msw/fdrepdlg.h
+include/wx-3.2/wx/msw/file1.ico
+include/wx-3.2/wx/msw/filedlg.h
+include/wx-3.2/wx/msw/floppy.ico
+include/wx-3.2/wx/msw/folder1.ico
+include/wx-3.2/wx/msw/folder2.ico
+include/wx-3.2/wx/msw/font.h
+include/wx-3.2/wx/msw/fontdlg.h
+include/wx-3.2/wx/msw/frame.h
+include/wx-3.2/wx/msw/fswatcher.h
+include/wx-3.2/wx/msw/gauge.h
+include/wx-3.2/wx/msw/gccpriv.h
+include/wx-3.2/wx/msw/gdiimage.h
+include/wx-3.2/wx/msw/genrcdefs.h
+include/wx-3.2/wx/msw/glcanvas.h
+include/wx-3.2/wx/msw/hand.cur
+include/wx-3.2/wx/msw/headerctrl.h
+include/wx-3.2/wx/msw/helpbest.h
+include/wx-3.2/wx/msw/helpchm.h
+include/wx-3.2/wx/msw/helpwin.h
+include/wx-3.2/wx/msw/htmlhelp.h
+include/wx-3.2/wx/msw/hyperlink.h
+include/wx-3.2/wx/msw/icon.h
+include/wx-3.2/wx/msw/imaglist.h
+include/wx-3.2/wx/msw/iniconf.h
+include/wx-3.2/wx/msw/init.h
+include/wx-3.2/wx/msw/joystick.h
+include/wx-3.2/wx/msw/libraries.h
+include/wx-3.2/wx/msw/listbox.h
+include/wx-3.2/wx/msw/listctrl.h
+include/wx-3.2/wx/msw/magnif1.cur
+include/wx-3.2/wx/msw/mdi.h
+include/wx-3.2/wx/msw/mdi.ico
+include/wx-3.2/wx/msw/menu.h
+include/wx-3.2/wx/msw/menuitem.h
+include/wx-3.2/wx/msw/metafile.h
+include/wx-3.2/wx/msw/mfc.h
+include/wx-3.2/wx/msw/mimetype.h
+include/wx-3.2/wx/msw/minifram.h
+include/wx-3.2/wx/msw/missing.h
+include/wx-3.2/wx/msw/msgdlg.h
+include/wx-3.2/wx/msw/msvcrt.h
+include/wx-3.2/wx/msw/nonownedwnd.h
+include/wx-3.2/wx/msw/notebook.h
+include/wx-3.2/wx/msw/ole/access.h
+include/wx-3.2/wx/msw/ole/activex.h
+include/wx-3.2/wx/msw/ole/automtn.h
+include/wx-3.2/wx/msw/ole/comimpl.h
+include/wx-3.2/wx/msw/ole/dataform.h
+include/wx-3.2/wx/msw/ole/dataobj.h
+include/wx-3.2/wx/msw/ole/dataobj2.h
+include/wx-3.2/wx/msw/ole/dropsrc.h
+include/wx-3.2/wx/msw/ole/droptgt.h
+include/wx-3.2/wx/msw/ole/oleutils.h
+include/wx-3.2/wx/msw/ole/safearray.h
+include/wx-3.2/wx/msw/ole/uuid.h
+include/wx-3.2/wx/msw/ownerdrawnbutton.h
+include/wx-3.2/wx/msw/ownerdrw.h
+include/wx-3.2/wx/msw/palette.h
+include/wx-3.2/wx/msw/panel.h
+include/wx-3.2/wx/msw/pbrush.cur
+include/wx-3.2/wx/msw/pen.h
+include/wx-3.2/wx/msw/pencil.cur
+include/wx-3.2/wx/msw/pntleft.cur
+include/wx-3.2/wx/msw/pntright.cur
+include/wx-3.2/wx/msw/popupwin.h
+include/wx-3.2/wx/msw/printdlg.h
+include/wx-3.2/wx/msw/printwin.h
+include/wx-3.2/wx/msw/private.h
+include/wx-3.2/wx/msw/private/button.h
+include/wx-3.2/wx/msw/private/comptr.h
+include/wx-3.2/wx/msw/private/cotaskmemptr.h
+include/wx-3.2/wx/msw/private/customdraw.h
+include/wx-3.2/wx/msw/private/datecontrols.h
+include/wx-3.2/wx/msw/private/dc.h
+include/wx-3.2/wx/msw/private/dcdynwrap.h
+include/wx-3.2/wx/msw/private/dpiaware.h
+include/wx-3.2/wx/msw/private/event.h
+include/wx-3.2/wx/msw/private/filedialog.h
+include/wx-3.2/wx/msw/private/fswatcher.h
+include/wx-3.2/wx/msw/private/graphicsd2d.h
+include/wx-3.2/wx/msw/private/hiddenwin.h
+include/wx-3.2/wx/msw/private/keyboard.h
+include/wx-3.2/wx/msw/private/metrics.h
+include/wx-3.2/wx/msw/private/msgdlg.h
+include/wx-3.2/wx/msw/private/paint.h
+include/wx-3.2/wx/msw/private/pipestream.h
+include/wx-3.2/wx/msw/private/sockmsw.h
+include/wx-3.2/wx/msw/private/textmeasure.h
+include/wx-3.2/wx/msw/private/timer.h
+include/wx-3.2/wx/msw/private/tlwgeom.h
+include/wx-3.2/wx/msw/private/uilocale.h
+include/wx-3.2/wx/msw/private/webrequest_winhttp.h
+include/wx-3.2/wx/msw/private/webview_edge.h
+include/wx-3.2/wx/msw/private/webview_ie.h
+include/wx-3.2/wx/msw/private/webview_missing.h
+include/wx-3.2/wx/msw/private/winstyle.h
+include/wx-3.2/wx/msw/progdlg.h
+include/wx-3.2/wx/msw/question.ico
+include/wx-3.2/wx/msw/radiobox.h
+include/wx-3.2/wx/msw/radiobut.h
+include/wx-3.2/wx/msw/rcdefs.h
+include/wx-3.2/wx/msw/regconf.h
+include/wx-3.2/wx/msw/region.h
+include/wx-3.2/wx/msw/registry.h
+include/wx-3.2/wx/msw/removble.ico
+include/wx-3.2/wx/msw/richmsgdlg.h
+include/wx-3.2/wx/msw/roller.cur
+include/wx-3.2/wx/msw/rt/private/notifmsg.h
+include/wx-3.2/wx/msw/rt/utils.h
+include/wx-3.2/wx/msw/scrolbar.h
+include/wx-3.2/wx/msw/seh.h
+include/wx-3.2/wx/msw/setup.h
+include/wx-3.2/wx/msw/setup_inc.h
+include/wx-3.2/wx/msw/slider.h
+include/wx-3.2/wx/msw/sound.h
+include/wx-3.2/wx/msw/spinbutt.h
+include/wx-3.2/wx/msw/spinctrl.h
+include/wx-3.2/wx/msw/stackwalk.h
+include/wx-3.2/wx/msw/statbmp.h
+include/wx-3.2/wx/msw/statbox.h
+include/wx-3.2/wx/msw/statline.h
+include/wx-3.2/wx/msw/stattext.h
+include/wx-3.2/wx/msw/statusbar.h
+include/wx-3.2/wx/msw/std.ico
+include/wx-3.2/wx/msw/stdpaths.h
+include/wx-3.2/wx/msw/subwin.h
+include/wx-3.2/wx/msw/taskbar.h
+include/wx-3.2/wx/msw/taskbarbutton.h
+include/wx-3.2/wx/msw/textctrl.h
+include/wx-3.2/wx/msw/textentry.h
+include/wx-3.2/wx/msw/tglbtn.h
+include/wx-3.2/wx/msw/timectrl.h
+include/wx-3.2/wx/msw/tls.h
+include/wx-3.2/wx/msw/toolbar.h
+include/wx-3.2/wx/msw/tooltip.h
+include/wx-3.2/wx/msw/toplevel.h
+include/wx-3.2/wx/msw/treectrl.h
+include/wx-3.2/wx/msw/uxtheme.h
+include/wx-3.2/wx/msw/webview_edge.h
+include/wx-3.2/wx/msw/webview_ie.h
+include/wx-3.2/wx/msw/webviewhistoryitem_ie.h
+include/wx-3.2/wx/msw/window.h
+include/wx-3.2/wx/msw/winundef.h
+include/wx-3.2/wx/msw/winver.h
+include/wx-3.2/wx/msw/wrapcctl.h
+include/wx-3.2/wx/msw/wrapcdlg.h
+include/wx-3.2/wx/msw/wrapgdip.h
+include/wx-3.2/wx/msw/wrapshl.h
+include/wx-3.2/wx/msw/wrapwin.h
+include/wx-3.2/wx/msw/wrl/EventToken.h
+include/wx-3.2/wx/msw/wrl/event.h
+include/wx-3.2/wx/msw/wx.manifest
+include/wx-3.2/wx/msw/wx.rc
+include/wx-3.2/wx/msw/wx_dpi_aware.manifest
+include/wx-3.2/wx/msw/wx_dpi_aware_pmv2.manifest
+include/wx-3.2/wx/nativewin.h
+include/wx-3.2/wx/nonownedwnd.h
+include/wx-3.2/wx/notebook.h
+include/wx-3.2/wx/notifmsg.h
+include/wx-3.2/wx/numdlg.h
+include/wx-3.2/wx/numformatter.h
+include/wx-3.2/wx/object.h
+include/wx-3.2/wx/odcombo.h
+include/wx-3.2/wx/osx/accel.h
+include/wx-3.2/wx/osx/activityindicator.h
+include/wx-3.2/wx/osx/anybutton.h
+include/wx-3.2/wx/osx/app.h
+include/wx-3.2/wx/osx/appprogress.h
+include/wx-3.2/wx/osx/bitmap.h
+include/wx-3.2/wx/osx/bmpbuttn.h
+include/wx-3.2/wx/osx/brush.h
+include/wx-3.2/wx/osx/button.h
+include/wx-3.2/wx/osx/carbon/private/print.h
+include/wx-3.2/wx/osx/carbon/region.h
+include/wx-3.2/wx/osx/checkbox.h
+include/wx-3.2/wx/osx/checklst.h
+include/wx-3.2/wx/osx/chkconf.h
+include/wx-3.2/wx/osx/choice.h
+include/wx-3.2/wx/osx/clipbrd.h
+include/wx-3.2/wx/osx/cocoa/chkconf.h
+include/wx-3.2/wx/osx/cocoa/dataview.h
+include/wx-3.2/wx/osx/cocoa/evtloop.h
+include/wx-3.2/wx/osx/cocoa/private.h
+include/wx-3.2/wx/osx/cocoa/private/date.h
+include/wx-3.2/wx/osx/cocoa/private/markuptoattr.h
+include/wx-3.2/wx/osx/cocoa/private/textimpl.h
+include/wx-3.2/wx/osx/cocoa/stdpaths.h
+include/wx-3.2/wx/osx/colordlg.h
+include/wx-3.2/wx/osx/colour.h
+include/wx-3.2/wx/osx/combobox.h
+include/wx-3.2/wx/osx/config_xcode.h
+include/wx-3.2/wx/osx/control.h
+include/wx-3.2/wx/osx/core/cfarray.h
+include/wx-3.2/wx/osx/core/cfdataref.h
+include/wx-3.2/wx/osx/core/cfdictionary.h
+include/wx-3.2/wx/osx/core/cfref.h
+include/wx-3.2/wx/osx/core/cfstring.h
+include/wx-3.2/wx/osx/core/cftype.h
+include/wx-3.2/wx/osx/core/colour.h
+include/wx-3.2/wx/osx/core/dataview.h
+include/wx-3.2/wx/osx/core/evtloop.h
+include/wx-3.2/wx/osx/core/hid.h
+include/wx-3.2/wx/osx/core/joystick.h
+include/wx-3.2/wx/osx/core/mimetype.h
+include/wx-3.2/wx/osx/core/objcid.h
+include/wx-3.2/wx/osx/core/private.h
+include/wx-3.2/wx/osx/core/private/datetimectrl.h
+include/wx-3.2/wx/osx/core/private/strconv_cf.h
+include/wx-3.2/wx/osx/core/private/timer.h
+include/wx-3.2/wx/osx/cursor.h
+include/wx-3.2/wx/osx/dataform.h
+include/wx-3.2/wx/osx/dataobj.h
+include/wx-3.2/wx/osx/dataobj2.h
+include/wx-3.2/wx/osx/dataview.h
+include/wx-3.2/wx/osx/datectrl.h
+include/wx-3.2/wx/osx/datetimectrl.h
+include/wx-3.2/wx/osx/dc.h
+include/wx-3.2/wx/osx/dcclient.h
+include/wx-3.2/wx/osx/dcmemory.h
+include/wx-3.2/wx/osx/dcprint.h
+include/wx-3.2/wx/osx/dcscreen.h
+include/wx-3.2/wx/osx/dialog.h
+include/wx-3.2/wx/osx/dirdlg.h
+include/wx-3.2/wx/osx/dnd.h
+include/wx-3.2/wx/osx/dvrenderer.h
+include/wx-3.2/wx/osx/dvrenderers.h
+include/wx-3.2/wx/osx/evtloop.h
+include/wx-3.2/wx/osx/evtloopsrc.h
+include/wx-3.2/wx/osx/filedlg.h
+include/wx-3.2/wx/osx/font.h
+include/wx-3.2/wx/osx/fontdlg.h
+include/wx-3.2/wx/osx/frame.h
+include/wx-3.2/wx/osx/fswatcher_fsevents.h
+include/wx-3.2/wx/osx/gauge.h
+include/wx-3.2/wx/osx/glcanvas.h
+include/wx-3.2/wx/osx/iphone/chkconf.h
+include/wx-3.2/wx/osx/iphone/private.h
+include/wx-3.2/wx/osx/iphone/private/textimpl.h
+include/wx-3.2/wx/osx/joystick.h
+include/wx-3.2/wx/osx/listbox.h
+include/wx-3.2/wx/osx/mdi.h
+include/wx-3.2/wx/osx/menu.h
+include/wx-3.2/wx/osx/menuitem.h
+include/wx-3.2/wx/osx/metafile.h
+include/wx-3.2/wx/osx/mimetype.h
+include/wx-3.2/wx/osx/minifram.h
+include/wx-3.2/wx/osx/msgdlg.h
+include/wx-3.2/wx/osx/nonownedwnd.h
+include/wx-3.2/wx/osx/notebook.h
+include/wx-3.2/wx/osx/palette.h
+include/wx-3.2/wx/osx/pen.h
+include/wx-3.2/wx/osx/popupwin.h
+include/wx-3.2/wx/osx/printdlg.h
+include/wx-3.2/wx/osx/printmac.h
+include/wx-3.2/wx/osx/private.h
+include/wx-3.2/wx/osx/private/addremovectrl.h
+include/wx-3.2/wx/osx/private/available.h
+include/wx-3.2/wx/osx/private/datatransfer.h
+include/wx-3.2/wx/osx/private/print.h
+include/wx-3.2/wx/osx/private/timer.h
+include/wx-3.2/wx/osx/private/webrequest_urlsession.h
+include/wx-3.2/wx/osx/radiobox.h
+include/wx-3.2/wx/osx/radiobut.h
+include/wx-3.2/wx/osx/region.h
+include/wx-3.2/wx/osx/scrolbar.h
+include/wx-3.2/wx/osx/setup.h
+include/wx-3.2/wx/osx/setup_inc.h
+include/wx-3.2/wx/osx/slider.h
+include/wx-3.2/wx/osx/sound.h
+include/wx-3.2/wx/osx/spinbutt.h
+include/wx-3.2/wx/osx/srchctrl.h
+include/wx-3.2/wx/osx/statbmp.h
+include/wx-3.2/wx/osx/statbox.h
+include/wx-3.2/wx/osx/statline.h
+include/wx-3.2/wx/osx/stattext.h
+include/wx-3.2/wx/osx/statusbr.h
+include/wx-3.2/wx/osx/taskbarosx.h
+include/wx-3.2/wx/osx/textctrl.h
+include/wx-3.2/wx/osx/textentry.h
+include/wx-3.2/wx/osx/tglbtn.h
+include/wx-3.2/wx/osx/timectrl.h
+include/wx-3.2/wx/osx/toolbar.h
+include/wx-3.2/wx/osx/tooltip.h
+include/wx-3.2/wx/osx/toplevel.h
+include/wx-3.2/wx/osx/uma.h
+include/wx-3.2/wx/osx/webview_webkit.h
+include/wx-3.2/wx/osx/webviewhistoryitem_webkit.h
+include/wx-3.2/wx/osx/window.h
+include/wx-3.2/wx/overlay.h
+include/wx-3.2/wx/ownerdrw.h
+include/wx-3.2/wx/palette.h
+include/wx-3.2/wx/panel.h
+include/wx-3.2/wx/paper.h
+include/wx-3.2/wx/pen.h
+include/wx-3.2/wx/peninfobase.h
+include/wx-3.2/wx/persist.h
+include/wx-3.2/wx/persist/bookctrl.h
+include/wx-3.2/wx/persist/combobox.h
+include/wx-3.2/wx/persist/dataview.h
+include/wx-3.2/wx/persist/splitter.h
+include/wx-3.2/wx/persist/toplevel.h
+include/wx-3.2/wx/persist/treebook.h
+include/wx-3.2/wx/persist/window.h
+include/wx-3.2/wx/pickerbase.h
+include/wx-3.2/wx/platform.h
+include/wx-3.2/wx/platinfo.h
+include/wx-3.2/wx/popupwin.h
+include/wx-3.2/wx/position.h
+include/wx-3.2/wx/power.h
+include/wx-3.2/wx/preferences.h
+include/wx-3.2/wx/print.h
+include/wx-3.2/wx/printdlg.h
+include/wx-3.2/wx/private/addremovectrl.h
+include/wx-3.2/wx/private/animate.h
+include/wx-3.2/wx/private/bmpbndl.h
+include/wx-3.2/wx/private/display.h
+include/wx-3.2/wx/private/eventloopsourcesmanager.h
+include/wx-3.2/wx/private/extfield.h
+include/wx-3.2/wx/private/fd.h
+include/wx-3.2/wx/private/fdiodispatcher.h
+include/wx-3.2/wx/private/fdioeventloopsourcehandler.h
+include/wx-3.2/wx/private/fdiohandler.h
+include/wx-3.2/wx/private/fdiomanager.h
+include/wx-3.2/wx/private/fileback.h
+include/wx-3.2/wx/private/filedlgcustomize.h
+include/wx-3.2/wx/private/filename.h
+include/wx-3.2/wx/private/flagscheck.h
+include/wx-3.2/wx/private/fontmgr.h
+include/wx-3.2/wx/private/fswatcher.h
+include/wx-3.2/wx/private/glibc.h
+include/wx-3.2/wx/private/graphics.h
+include/wx-3.2/wx/private/icondir.h
+include/wx-3.2/wx/private/json.h
+include/wx-3.2/wx/private/jsscriptwrapper.h
+include/wx-3.2/wx/private/launchbrowser.h
+include/wx-3.2/wx/private/localeset.h
+include/wx-3.2/wx/private/markupparser.h
+include/wx-3.2/wx/private/markupparserattr.h
+include/wx-3.2/wx/private/menuradio.h
+include/wx-3.2/wx/private/notifmsg.h
+include/wx-3.2/wx/private/overlay.h
+include/wx-3.2/wx/private/pipestream.h
+include/wx-3.2/wx/private/preferences.h
+include/wx-3.2/wx/private/refcountermt.h
+include/wx-3.2/wx/private/rescale.h
+include/wx-3.2/wx/private/richtooltip.h
+include/wx-3.2/wx/private/sckaddr.h
+include/wx-3.2/wx/private/secretstore.h
+include/wx-3.2/wx/private/selectdispatcher.h
+include/wx-3.2/wx/private/socket.h
+include/wx-3.2/wx/private/spinctrl.h
+include/wx-3.2/wx/private/streamtempinput.h
+include/wx-3.2/wx/private/textmeasure.h
+include/wx-3.2/wx/private/threadinfo.h
+include/wx-3.2/wx/private/timer.h
+include/wx-3.2/wx/private/tlwgeom.h
+include/wx-3.2/wx/private/uiaction.h
+include/wx-3.2/wx/private/uilocale.h
+include/wx-3.2/wx/private/unicode.h
+include/wx-3.2/wx/private/webrequest.h
+include/wx-3.2/wx/private/webrequest_curl.h
+include/wx-3.2/wx/private/window.h
+include/wx-3.2/wx/private/wxprintf.h
+include/wx-3.2/wx/prntbase.h
+include/wx-3.2/wx/process.h
+include/wx-3.2/wx/progdlg.h
+include/wx-3.2/wx/propdlg.h
+include/wx-3.2/wx/propgrid/advprops.h
+include/wx-3.2/wx/propgrid/editors.h
+include/wx-3.2/wx/propgrid/manager.h
+include/wx-3.2/wx/propgrid/property.h
+include/wx-3.2/wx/propgrid/propgrid.h
+include/wx-3.2/wx/propgrid/propgriddefs.h
+include/wx-3.2/wx/propgrid/propgridiface.h
+include/wx-3.2/wx/propgrid/propgridpagestate.h
+include/wx-3.2/wx/propgrid/props.h
+include/wx-3.2/wx/protocol/file.h
+include/wx-3.2/wx/protocol/ftp.h
+include/wx-3.2/wx/protocol/http.h
+include/wx-3.2/wx/protocol/log.h
+include/wx-3.2/wx/protocol/protocol.h
+include/wx-3.2/wx/ptr_scpd.h
+include/wx-3.2/wx/ptr_shrd.h
+include/wx-3.2/wx/qt/accel.h
+include/wx-3.2/wx/qt/anybutton.h
+include/wx-3.2/wx/qt/app.h
+include/wx-3.2/wx/qt/bitmap.h
+include/wx-3.2/wx/qt/bmpbuttn.h
+include/wx-3.2/wx/qt/brush.h
+include/wx-3.2/wx/qt/button.h
+include/wx-3.2/wx/qt/calctrl.h
+include/wx-3.2/wx/qt/checkbox.h
+include/wx-3.2/wx/qt/checklst.h
+include/wx-3.2/wx/qt/choice.h
+include/wx-3.2/wx/qt/clipbrd.h
+include/wx-3.2/wx/qt/clrpicker.h
+include/wx-3.2/wx/qt/colordlg.h
+include/wx-3.2/wx/qt/colour.h
+include/wx-3.2/wx/qt/combobox.h
+include/wx-3.2/wx/qt/control.h
+include/wx-3.2/wx/qt/ctrlsub.h
+include/wx-3.2/wx/qt/cursor.h
+include/wx-3.2/wx/qt/dataform.h
+include/wx-3.2/wx/qt/dataobj.h
+include/wx-3.2/wx/qt/dataobj2.h
+include/wx-3.2/wx/qt/dataview.h
+include/wx-3.2/wx/qt/dc.h
+include/wx-3.2/wx/qt/dcclient.h
+include/wx-3.2/wx/qt/dcmemory.h
+include/wx-3.2/wx/qt/dcprint.h
+include/wx-3.2/wx/qt/dcscreen.h
+include/wx-3.2/wx/qt/defs.h
+include/wx-3.2/wx/qt/dialog.h
+include/wx-3.2/wx/qt/dirdlg.h
+include/wx-3.2/wx/qt/dnd.h
+include/wx-3.2/wx/qt/dvrenderer.h
+include/wx-3.2/wx/qt/dvrenderers.h
+include/wx-3.2/wx/qt/evtloop.h
+include/wx-3.2/wx/qt/filedlg.h
+include/wx-3.2/wx/qt/font.h
+include/wx-3.2/wx/qt/fontdlg.h
+include/wx-3.2/wx/qt/frame.h
+include/wx-3.2/wx/qt/gauge.h
+include/wx-3.2/wx/qt/glcanvas.h
+include/wx-3.2/wx/qt/listbox.h
+include/wx-3.2/wx/qt/listctrl.h
+include/wx-3.2/wx/qt/mdi.h
+include/wx-3.2/wx/qt/menu.h
+include/wx-3.2/wx/qt/menuitem.h
+include/wx-3.2/wx/qt/minifram.h
+include/wx-3.2/wx/qt/msgdlg.h
+include/wx-3.2/wx/qt/nonownedwnd.h
+include/wx-3.2/wx/qt/notebook.h
+include/wx-3.2/wx/qt/palette.h
+include/wx-3.2/wx/qt/pen.h
+include/wx-3.2/wx/qt/popupwin.h
+include/wx-3.2/wx/qt/printdlg.h
+include/wx-3.2/wx/qt/printqt.h
+include/wx-3.2/wx/qt/private/converter.h
+include/wx-3.2/wx/qt/private/pointer.h
+include/wx-3.2/wx/qt/private/timer.h
+include/wx-3.2/wx/qt/private/treeitemdelegate.h
+include/wx-3.2/wx/qt/private/treeitemfactory.h
+include/wx-3.2/wx/qt/private/utils.h
+include/wx-3.2/wx/qt/private/winevent.h
+include/wx-3.2/wx/qt/radiobox.h
+include/wx-3.2/wx/qt/radiobut.h
+include/wx-3.2/wx/qt/region.h
+include/wx-3.2/wx/qt/scrolbar.h
+include/wx-3.2/wx/qt/slider.h
+include/wx-3.2/wx/qt/spinbutt.h
+include/wx-3.2/wx/qt/spinctrl.h
+include/wx-3.2/wx/qt/statbmp.h
+include/wx-3.2/wx/qt/statbox.h
+include/wx-3.2/wx/qt/statline.h
+include/wx-3.2/wx/qt/stattext.h
+include/wx-3.2/wx/qt/statusbar.h
+include/wx-3.2/wx/qt/taskbar.h
+include/wx-3.2/wx/qt/textctrl.h
+include/wx-3.2/wx/qt/textentry.h
+include/wx-3.2/wx/qt/tglbtn.h
+include/wx-3.2/wx/qt/toolbar.h
+include/wx-3.2/wx/qt/tooltip.h
+include/wx-3.2/wx/qt/toplevel.h
+include/wx-3.2/wx/qt/treectrl.h
+include/wx-3.2/wx/qt/window.h
+include/wx-3.2/wx/quantize.h
+include/wx-3.2/wx/radiobox.h
+include/wx-3.2/wx/radiobut.h
+include/wx-3.2/wx/range.h
+include/wx-3.2/wx/rawbmp.h
+include/wx-3.2/wx/rearrangectrl.h
+include/wx-3.2/wx/recguard.h
+include/wx-3.2/wx/regex.h
+include/wx-3.2/wx/region.h
+include/wx-3.2/wx/renderer.h
+include/wx-3.2/wx/ribbon/art.h
+include/wx-3.2/wx/ribbon/art_internal.h
+include/wx-3.2/wx/ribbon/bar.h
+include/wx-3.2/wx/ribbon/buttonbar.h
+include/wx-3.2/wx/ribbon/control.h
+include/wx-3.2/wx/ribbon/gallery.h
+include/wx-3.2/wx/ribbon/page.h
+include/wx-3.2/wx/ribbon/panel.h
+include/wx-3.2/wx/ribbon/toolbar.h
+include/wx-3.2/wx/richmsgdlg.h
+include/wx-3.2/wx/richtext/bitmaps/image_placeholder24x24.xpm
+include/wx-3.2/wx/richtext/richtextbackgroundpage.h
+include/wx-3.2/wx/richtext/richtextborderspage.h
+include/wx-3.2/wx/richtext/richtextbuffer.h
+include/wx-3.2/wx/richtext/richtextbulletspage.h
+include/wx-3.2/wx/richtext/richtextctrl.h
+include/wx-3.2/wx/richtext/richtextdialogpage.h
+include/wx-3.2/wx/richtext/richtextfontpage.h
+include/wx-3.2/wx/richtext/richtextformatdlg.h
+include/wx-3.2/wx/richtext/richtexthtml.h
+include/wx-3.2/wx/richtext/richtextimagedlg.h
+include/wx-3.2/wx/richtext/richtextindentspage.h
+include/wx-3.2/wx/richtext/richtextliststylepage.h
+include/wx-3.2/wx/richtext/richtextmarginspage.h
+include/wx-3.2/wx/richtext/richtextprint.h
+include/wx-3.2/wx/richtext/richtextsizepage.h
+include/wx-3.2/wx/richtext/richtextstyledlg.h
+include/wx-3.2/wx/richtext/richtextstylepage.h
+include/wx-3.2/wx/richtext/richtextstyles.h
+include/wx-3.2/wx/richtext/richtextsymboldlg.h
+include/wx-3.2/wx/richtext/richtexttabspage.h
+include/wx-3.2/wx/richtext/richtextuicustomization.h
+include/wx-3.2/wx/richtext/richtextxml.h
+include/wx-3.2/wx/richtooltip.h
+include/wx-3.2/wx/rtti.h
+include/wx-3.2/wx/sashwin.h
+include/wx-3.2/wx/sckaddr.h
+include/wx-3.2/wx/sckipc.h
+include/wx-3.2/wx/sckstrm.h
+include/wx-3.2/wx/scopedarray.h
+include/wx-3.2/wx/scopedptr.h
+include/wx-3.2/wx/scopeguard.h
+include/wx-3.2/wx/scrolbar.h
+include/wx-3.2/wx/scrolwin.h
+include/wx-3.2/wx/secretstore.h
+include/wx-3.2/wx/selstore.h
+include/wx-3.2/wx/settings.h
+include/wx-3.2/wx/setup_inc.h
+include/wx-3.2/wx/setup_redirect.h
+include/wx-3.2/wx/sharedptr.h
+include/wx-3.2/wx/simplebook.h
+include/wx-3.2/wx/sizer.h
+include/wx-3.2/wx/slider.h
+include/wx-3.2/wx/snglinst.h
+include/wx-3.2/wx/socket.h
+include/wx-3.2/wx/sound.h
+include/wx-3.2/wx/spinbutt.h
+include/wx-3.2/wx/spinctrl.h
+include/wx-3.2/wx/splash.h
+include/wx-3.2/wx/splitter.h
+include/wx-3.2/wx/srchctrl.h
+include/wx-3.2/wx/sstream.h
+include/wx-3.2/wx/stack.h
+include/wx-3.2/wx/stackwalk.h
+include/wx-3.2/wx/statbmp.h
+include/wx-3.2/wx/statbox.h
+include/wx-3.2/wx/statline.h
+include/wx-3.2/wx/stattext.h
+include/wx-3.2/wx/statusbr.h
+include/wx-3.2/wx/stc/private.h
+include/wx-3.2/wx/stc/stc.h
+include/wx-3.2/wx/stdpaths.h
+include/wx-3.2/wx/stdstream.h
+include/wx-3.2/wx/stockitem.h
+include/wx-3.2/wx/stopwatch.h
+include/wx-3.2/wx/strconv.h
+include/wx-3.2/wx/stream.h
+include/wx-3.2/wx/string.h
+include/wx-3.2/wx/stringimpl.h
+include/wx-3.2/wx/stringops.h
+include/wx-3.2/wx/strvararg.h
+include/wx-3.2/wx/sysopt.h
+include/wx-3.2/wx/systhemectrl.h
+include/wx-3.2/wx/tarstrm.h
+include/wx-3.2/wx/taskbar.h
+include/wx-3.2/wx/taskbarbutton.h
+include/wx-3.2/wx/tbarbase.h
+include/wx-3.2/wx/testing.h
+include/wx-3.2/wx/textbuf.h
+include/wx-3.2/wx/textcompleter.h
+include/wx-3.2/wx/textctrl.h
+include/wx-3.2/wx/textdlg.h
+include/wx-3.2/wx/textentry.h
+include/wx-3.2/wx/textfile.h
+include/wx-3.2/wx/textwrapper.h
+include/wx-3.2/wx/tglbtn.h
+include/wx-3.2/wx/thread.h
+include/wx-3.2/wx/thrimpl.cpp
+include/wx-3.2/wx/time.h
+include/wx-3.2/wx/timectrl.h
+include/wx-3.2/wx/timer.h
+include/wx-3.2/wx/tipdlg.h
+include/wx-3.2/wx/tipwin.h
+include/wx-3.2/wx/tls.h
+include/wx-3.2/wx/tokenzr.h
+include/wx-3.2/wx/toolbar.h
+include/wx-3.2/wx/toolbook.h
+include/wx-3.2/wx/tooltip.h
+include/wx-3.2/wx/toplevel.h
+include/wx-3.2/wx/tracker.h
+include/wx-3.2/wx/translation.h
+include/wx-3.2/wx/treebase.h
+include/wx-3.2/wx/treebook.h
+include/wx-3.2/wx/treectrl.h
+include/wx-3.2/wx/treelist.h
+include/wx-3.2/wx/txtstrm.h
+include/wx-3.2/wx/typeinfo.h
+include/wx-3.2/wx/types.h
+include/wx-3.2/wx/uiaction.h
+include/wx-3.2/wx/uilocale.h
+include/wx-3.2/wx/unichar.h
+include/wx-3.2/wx/univ/anybutton.h
+include/wx-3.2/wx/univ/app.h
+include/wx-3.2/wx/univ/bmpbuttn.h
+include/wx-3.2/wx/univ/button.h
+include/wx-3.2/wx/univ/checkbox.h
+include/wx-3.2/wx/univ/checklst.h
+include/wx-3.2/wx/univ/chkconf.h
+include/wx-3.2/wx/univ/choice.h
+include/wx-3.2/wx/univ/colschem.h
+include/wx-3.2/wx/univ/combobox.h
+include/wx-3.2/wx/univ/control.h
+include/wx-3.2/wx/univ/custombgwin.h
+include/wx-3.2/wx/univ/dialog.h
+include/wx-3.2/wx/univ/frame.h
+include/wx-3.2/wx/univ/gauge.h
+include/wx-3.2/wx/univ/inpcons.h
+include/wx-3.2/wx/univ/inphand.h
+include/wx-3.2/wx/univ/listbox.h
+include/wx-3.2/wx/univ/menu.h
+include/wx-3.2/wx/univ/menuitem.h
+include/wx-3.2/wx/univ/notebook.h
+include/wx-3.2/wx/univ/panel.h
+include/wx-3.2/wx/univ/radiobox.h
+include/wx-3.2/wx/univ/radiobut.h
+include/wx-3.2/wx/univ/renderer.h
+include/wx-3.2/wx/univ/scrarrow.h
+include/wx-3.2/wx/univ/scrolbar.h
+include/wx-3.2/wx/univ/scrthumb.h
+include/wx-3.2/wx/univ/scrtimer.h
+include/wx-3.2/wx/univ/setup.h
+include/wx-3.2/wx/univ/setup_inc.h
+include/wx-3.2/wx/univ/slider.h
+include/wx-3.2/wx/univ/spinbutt.h
+include/wx-3.2/wx/univ/statbmp.h
+include/wx-3.2/wx/univ/statbox.h
+include/wx-3.2/wx/univ/statline.h
+include/wx-3.2/wx/univ/stattext.h
+include/wx-3.2/wx/univ/statusbr.h
+include/wx-3.2/wx/univ/stdrend.h
+include/wx-3.2/wx/univ/textctrl.h
+include/wx-3.2/wx/univ/tglbtn.h
+include/wx-3.2/wx/univ/theme.h
+include/wx-3.2/wx/univ/toolbar.h
+include/wx-3.2/wx/univ/toplevel.h
+include/wx-3.2/wx/univ/window.h
+include/wx-3.2/wx/unix/app.h
+include/wx-3.2/wx/unix/apptbase.h
+include/wx-3.2/wx/unix/apptrait.h
+include/wx-3.2/wx/unix/chkconf.h
+include/wx-3.2/wx/unix/evtloop.h
+include/wx-3.2/wx/unix/evtloopsrc.h
+include/wx-3.2/wx/unix/fontutil.h
+include/wx-3.2/wx/unix/fswatcher_inotify.h
+include/wx-3.2/wx/unix/fswatcher_kqueue.h
+include/wx-3.2/wx/unix/glegl.h
+include/wx-3.2/wx/unix/glx11.h
+include/wx-3.2/wx/unix/joystick.h
+include/wx-3.2/wx/unix/mimetype.h
+include/wx-3.2/wx/unix/pipe.h
+include/wx-3.2/wx/unix/private.h
+include/wx-3.2/wx/unix/private/displayx11.h
+include/wx-3.2/wx/unix/private/epolldispatcher.h
+include/wx-3.2/wx/unix/private/execute.h
+include/wx-3.2/wx/unix/private/executeiohandler.h
+include/wx-3.2/wx/unix/private/fdiounix.h
+include/wx-3.2/wx/unix/private/fswatcher_inotify.h
+include/wx-3.2/wx/unix/private/fswatcher_kqueue.h
+include/wx-3.2/wx/unix/private/pipestream.h
+include/wx-3.2/wx/unix/private/sockunix.h
+include/wx-3.2/wx/unix/private/timer.h
+include/wx-3.2/wx/unix/private/uilocale.h
+include/wx-3.2/wx/unix/private/wakeuppipe.h
+include/wx-3.2/wx/unix/sound.h
+include/wx-3.2/wx/unix/stackwalk.h
+include/wx-3.2/wx/unix/stdpaths.h
+include/wx-3.2/wx/unix/taskbarx11.h
+include/wx-3.2/wx/unix/tls.h
+include/wx-3.2/wx/unix/utilsx11.h
+include/wx-3.2/wx/uri.h
+include/wx-3.2/wx/url.h
+include/wx-3.2/wx/ustring.h
+include/wx-3.2/wx/utils.h
+include/wx-3.2/wx/valgen.h
+include/wx-3.2/wx/validate.h
+include/wx-3.2/wx/valnum.h
+include/wx-3.2/wx/valtext.h
+include/wx-3.2/wx/variant.h
+include/wx-3.2/wx/variantbase.h
+include/wx-3.2/wx/vector.h
+include/wx-3.2/wx/version.h
+include/wx-3.2/wx/versioninfo.h
+include/wx-3.2/wx/vidmode.h
+include/wx-3.2/wx/vlbox.h
+include/wx-3.2/wx/vms_x_fix.h
+include/wx-3.2/wx/volume.h
+include/wx-3.2/wx/vscroll.h
+include/wx-3.2/wx/weakref.h
+include/wx-3.2/wx/webrequest.h
+include/wx-3.2/wx/webview.h
+include/wx-3.2/wx/webviewarchivehandler.h
+include/wx-3.2/wx/webviewfshandler.h
+include/wx-3.2/wx/wfstream.h
+include/wx-3.2/wx/window.h
+include/wx-3.2/wx/windowid.h
+include/wx-3.2/wx/windowptr.h
+include/wx-3.2/wx/withimages.h
+include/wx-3.2/wx/wizard.h
+include/wx-3.2/wx/wrapsizer.h
+include/wx-3.2/wx/wupdlock.h
+include/wx-3.2/wx/wx.h
+include/wx-3.2/wx/wxchar.h
+include/wx-3.2/wx/wxcrt.h
+include/wx-3.2/wx/wxcrtbase.h
+include/wx-3.2/wx/wxcrtvararg.h
+include/wx-3.2/wx/wxhtml.h
+include/wx-3.2/wx/wxprec.h
+include/wx-3.2/wx/x11/app.h
+include/wx-3.2/wx/x11/bitmap.h
+include/wx-3.2/wx/x11/brush.h
+include/wx-3.2/wx/x11/chkconf.h
+include/wx-3.2/wx/x11/clipbrd.h
+include/wx-3.2/wx/x11/colour.h
+include/wx-3.2/wx/x11/cursor.h
+include/wx-3.2/wx/x11/dataform.h
+include/wx-3.2/wx/x11/dataobj.h
+include/wx-3.2/wx/x11/dataobj2.h
+include/wx-3.2/wx/x11/dc.h
+include/wx-3.2/wx/x11/dcclient.h
+include/wx-3.2/wx/x11/dcmemory.h
+include/wx-3.2/wx/x11/dcprint.h
+include/wx-3.2/wx/x11/dcscreen.h
+include/wx-3.2/wx/x11/dnd.h
+include/wx-3.2/wx/x11/font.h
+include/wx-3.2/wx/x11/glcanvas.h
+include/wx-3.2/wx/x11/joystick.h
+include/wx-3.2/wx/x11/minifram.h
+include/wx-3.2/wx/x11/nanox/X11/Xatom.h
+include/wx-3.2/wx/x11/nanox/X11/Xlib.h
+include/wx-3.2/wx/x11/nanox/X11/Xutil.h
+include/wx-3.2/wx/x11/palette.h
+include/wx-3.2/wx/x11/pen.h
+include/wx-3.2/wx/x11/popupwin.h
+include/wx-3.2/wx/x11/print.h
+include/wx-3.2/wx/x11/private.h
+include/wx-3.2/wx/x11/private/wrapxkb.h
+include/wx-3.2/wx/x11/privx.h
+include/wx-3.2/wx/x11/region.h
+include/wx-3.2/wx/x11/reparent.h
+include/wx-3.2/wx/x11/textctrl.h
+include/wx-3.2/wx/x11/toplevel.h
+include/wx-3.2/wx/x11/window.h
+include/wx-3.2/wx/xlocale.h
+include/wx-3.2/wx/xml/xml.h
+include/wx-3.2/wx/xpmdecod.h
+include/wx-3.2/wx/xpmhand.h
+include/wx-3.2/wx/xrc/xh_activityindicator.h
+include/wx-3.2/wx/xrc/xh_all.h
+include/wx-3.2/wx/xrc/xh_animatctrl.h
+include/wx-3.2/wx/xrc/xh_aui.h
+include/wx-3.2/wx/xrc/xh_auitoolb.h
+include/wx-3.2/wx/xrc/xh_bannerwindow.h
+include/wx-3.2/wx/xrc/xh_bmp.h
+include/wx-3.2/wx/xrc/xh_bmpbt.h
+include/wx-3.2/wx/xrc/xh_bmpcbox.h
+include/wx-3.2/wx/xrc/xh_bookctrlbase.h
+include/wx-3.2/wx/xrc/xh_bttn.h
+include/wx-3.2/wx/xrc/xh_cald.h
+include/wx-3.2/wx/xrc/xh_chckb.h
+include/wx-3.2/wx/xrc/xh_chckl.h
+include/wx-3.2/wx/xrc/xh_choic.h
+include/wx-3.2/wx/xrc/xh_choicbk.h
+include/wx-3.2/wx/xrc/xh_clrpicker.h
+include/wx-3.2/wx/xrc/xh_cmdlinkbn.h
+include/wx-3.2/wx/xrc/xh_collpane.h
+include/wx-3.2/wx/xrc/xh_combo.h
+include/wx-3.2/wx/xrc/xh_comboctrl.h
+include/wx-3.2/wx/xrc/xh_dataview.h
+include/wx-3.2/wx/xrc/xh_datectrl.h
+include/wx-3.2/wx/xrc/xh_dirpicker.h
+include/wx-3.2/wx/xrc/xh_dlg.h
+include/wx-3.2/wx/xrc/xh_editlbox.h
+include/wx-3.2/wx/xrc/xh_filectrl.h
+include/wx-3.2/wx/xrc/xh_filepicker.h
+include/wx-3.2/wx/xrc/xh_fontpicker.h
+include/wx-3.2/wx/xrc/xh_frame.h
+include/wx-3.2/wx/xrc/xh_gauge.h
+include/wx-3.2/wx/xrc/xh_gdctl.h
+include/wx-3.2/wx/xrc/xh_grid.h
+include/wx-3.2/wx/xrc/xh_html.h
+include/wx-3.2/wx/xrc/xh_htmllbox.h
+include/wx-3.2/wx/xrc/xh_hyperlink.h
+include/wx-3.2/wx/xrc/xh_infobar.h
+include/wx-3.2/wx/xrc/xh_listb.h
+include/wx-3.2/wx/xrc/xh_listbk.h
+include/wx-3.2/wx/xrc/xh_listc.h
+include/wx-3.2/wx/xrc/xh_mdi.h
+include/wx-3.2/wx/xrc/xh_menu.h
+include/wx-3.2/wx/xrc/xh_notbk.h
+include/wx-3.2/wx/xrc/xh_odcombo.h
+include/wx-3.2/wx/xrc/xh_panel.h
+include/wx-3.2/wx/xrc/xh_propdlg.h
+include/wx-3.2/wx/xrc/xh_radbt.h
+include/wx-3.2/wx/xrc/xh_radbx.h
+include/wx-3.2/wx/xrc/xh_ribbon.h
+include/wx-3.2/wx/xrc/xh_richtext.h
+include/wx-3.2/wx/xrc/xh_scrol.h
+include/wx-3.2/wx/xrc/xh_scwin.h
+include/wx-3.2/wx/xrc/xh_simplebook.h
+include/wx-3.2/wx/xrc/xh_sizer.h
+include/wx-3.2/wx/xrc/xh_slidr.h
+include/wx-3.2/wx/xrc/xh_spin.h
+include/wx-3.2/wx/xrc/xh_split.h
+include/wx-3.2/wx/xrc/xh_srchctrl.h
+include/wx-3.2/wx/xrc/xh_statbar.h
+include/wx-3.2/wx/xrc/xh_stbmp.h
+include/wx-3.2/wx/xrc/xh_stbox.h
+include/wx-3.2/wx/xrc/xh_stlin.h
+include/wx-3.2/wx/xrc/xh_sttxt.h
+include/wx-3.2/wx/xrc/xh_styledtextctrl.h
+include/wx-3.2/wx/xrc/xh_text.h
+include/wx-3.2/wx/xrc/xh_tglbtn.h
+include/wx-3.2/wx/xrc/xh_timectrl.h
+include/wx-3.2/wx/xrc/xh_toolb.h
+include/wx-3.2/wx/xrc/xh_toolbk.h
+include/wx-3.2/wx/xrc/xh_tree.h
+include/wx-3.2/wx/xrc/xh_treebk.h
+include/wx-3.2/wx/xrc/xh_unkwn.h
+include/wx-3.2/wx/xrc/xh_wizrd.h
+include/wx-3.2/wx/xrc/xmlres.h
+include/wx-3.2/wx/xrc/xmlreshandler.h
+include/wx-3.2/wx/xti.h
+include/wx-3.2/wx/xti2.h
+include/wx-3.2/wx/xtictor.h
+include/wx-3.2/wx/xtihandler.h
+include/wx-3.2/wx/xtiprop.h
+include/wx-3.2/wx/xtistrm.h
+include/wx-3.2/wx/xtitypes.h
+include/wx-3.2/wx/xtixml.h
+include/wx-3.2/wx/zipstrm.h
+include/wx-3.2/wx/zstream.h
+lib/cmake/wxWidgets/wxWidgetsConfig.cmake
+lib/cmake/wxWidgets/wxWidgetsConfigVersion.cmake
+lib/cmake/wxWidgets/wxWidgetsTargets-debug.cmake
+lib/cmake/wxWidgets/wxWidgetsTargets.cmake
+lib/libwx_baseu-3.2.so
+lib/libwx_baseu-3.2.so.0
+lib/libwx_baseu-3.2.so.0.0.0
+lib/libwx_baseu_net-3.2.so
+lib/libwx_baseu_net-3.2.so.0
+lib/libwx_baseu_net-3.2.so.0.0.0
+lib/libwx_baseu_xml-3.2.so
+lib/libwx_baseu_xml-3.2.so.0
+lib/libwx_baseu_xml-3.2.so.0.0.0
+lib/libwx_gtk3u_adv-3.2.so
+lib/libwx_gtk3u_adv-3.2.so.0
+lib/libwx_gtk3u_adv-3.2.so.0.0.0
+lib/libwx_gtk3u_aui-3.2.so
+lib/libwx_gtk3u_aui-3.2.so.0
+lib/libwx_gtk3u_aui-3.2.so.0.0.0
+lib/libwx_gtk3u_core-3.2.so
+lib/libwx_gtk3u_core-3.2.so.0
+lib/libwx_gtk3u_core-3.2.so.0.0.0
+lib/libwx_gtk3u_gl-3.2.so
+lib/libwx_gtk3u_gl-3.2.so.0
+lib/libwx_gtk3u_gl-3.2.so.0.0.0
+lib/libwx_gtk3u_html-3.2.so
+lib/libwx_gtk3u_html-3.2.so.0
+lib/libwx_gtk3u_html-3.2.so.0.0.0
+lib/libwx_gtk3u_media-3.2.so
+lib/libwx_gtk3u_media-3.2.so.0
+lib/libwx_gtk3u_media-3.2.so.0.0.0
+lib/libwx_gtk3u_propgrid-3.2.so
+lib/libwx_gtk3u_propgrid-3.2.so.0
+lib/libwx_gtk3u_propgrid-3.2.so.0.0.0
+lib/libwx_gtk3u_qa-3.2.so
+lib/libwx_gtk3u_qa-3.2.so.0
+lib/libwx_gtk3u_qa-3.2.so.0.0.0
+lib/libwx_gtk3u_ribbon-3.2.so
+lib/libwx_gtk3u_ribbon-3.2.so.0
+lib/libwx_gtk3u_ribbon-3.2.so.0.0.0
+lib/libwx_gtk3u_richtext-3.2.so
+lib/libwx_gtk3u_richtext-3.2.so.0
+lib/libwx_gtk3u_richtext-3.2.so.0.0.0
+lib/libwx_gtk3u_stc-3.2.so
+lib/libwx_gtk3u_stc-3.2.so.0
+lib/libwx_gtk3u_stc-3.2.so.0.0.0
+lib/libwx_gtk3u_webview-3.2.so
+lib/libwx_gtk3u_webview-3.2.so.0
+lib/libwx_gtk3u_webview-3.2.so.0.0.0
+lib/libwx_gtk3u_xrc-3.2.so
+lib/libwx_gtk3u_xrc-3.2.so.0
+lib/libwx_gtk3u_xrc-3.2.so.0.0.0
+lib/wx/3.2/web-extensions/webkit2_extu-3.2.so
+lib/wx/config/gtk3-unicode-3.2
+lib/wx/include/gtk3-unicode-3.2/wx/setup.h
diff --git a/wxGTK32/buildlink3.mk b/wxGTK32/buildlink3.mk
new file mode 100644
index 0000000000..ff1de1a7e7
--- /dev/null
+++ b/wxGTK32/buildlink3.mk
@@ -0,0 +1,29 @@
+# $NetBSD: buildlink3.mk,v 1.3 2022/06/28 11:37:59 wiz Exp $
+
+BUILDLINK_TREE+=	wxGTK32
+
+.if !defined(WXGTK32_BUILDLINK3_MK)
+WXGTK32_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.wxGTK32+=	wxGTK32>=3.2
+BUILDLINK_PKGSRCDIR.wxGTK32?=	../../wip/wxGTK32
+
+BUILDLINK_INCDIRS.wxGTK32+=	include/wx-3.2
+PREPEND_PATH+=			${PREFIX}/libexec/wx-3.2
+CONFIGURE_ARGS+=		--with-wx-version=3.2
+CONFIGURE_ARGS+=		--with-wx-config=${PREFIX}/libexec/wx-3.2/wx-config
+
+pkgbase := wxGTK32
+.include "../../mk/pkg-build-options.mk"
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../mk/jpeg.buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../graphics/tiff/buildlink3.mk"
+.if ${OPSYS} != "Darwin"
+.include "../../x11/gtk3/buildlink3.mk"
+.endif
+.endif # WXGTK32_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-wxGTK32
diff --git a/wxGTK32/distinfo b/wxGTK32/distinfo
new file mode 100644
index 0000000000..4a81938ebb
--- /dev/null
+++ b/wxGTK32/distinfo
@@ -0,0 +1,10 @@
+$NetBSD: distinfo,v 1.5 2022/06/07 18:48:34 adam Exp $
+
+BLAKE2s (wxWidgets-3.2.0.tar.bz2) = 4029147a8e77a22e0379eeda11bc26f8fee998862aaa52819adf16a8ed4860ea
+SHA512 (wxWidgets-3.2.0.tar.bz2) = e55e7c5ac7abcacf2ecff7c22e367db17ff5a077d3d5d2aa7589e8ba7cc6695cfa48c0f00bcfdffeda8dc4f974f97a857fb61b4b300a724f7687d710fbb23967
+Size (wxWidgets-3.2.0.tar.bz2) = 25296814 bytes
+SHA1 (patch-build_cmake_functions.cmake) = 86b2c62913b8db5bc1436cea5479f7e4bbbcf408
+SHA1 (patch-build_cmake_init.cmake) = e692fa357e9bbdfa2c5a81b38ddea9c799b462e9
+SHA1 (patch-build_cmake_lib_stc_CMakeLists.txt) = 696b656323a090ad8a59a7bc37eaf817efe3853a
+SHA1 (patch-build_cmake_setup.cmake) = 193d75fa45090f3a8803b74e21eb464c3eca42de
+SHA1 (patch-src_unix_dialup.cpp) = 63f4e5dc4cbb256067afaad8e44121d98af7ddd7
diff --git a/wxGTK32/patches/patch-build_cmake_functions.cmake b/wxGTK32/patches/patch-build_cmake_functions.cmake
new file mode 100644
index 0000000000..7bb31a30ba
--- /dev/null
+++ b/wxGTK32/patches/patch-build_cmake_functions.cmake
@@ -0,0 +1,22 @@
+$NetBSD$
+
+Disable pre-compiled headers, don't generally work.
+
+--- build/cmake/functions.cmake.orig	2022-07-06 14:19:50.000000000 +0000
++++ build/cmake/functions.cmake
+@@ -436,7 +436,6 @@ macro(wx_add_library name)
+             RUNTIME DESTINATION "${runtime_dir}${GEN_EXPR_DIR}${wxPLATFORM_LIB_DIR}"
+             BUNDLE DESTINATION Applications/wxWidgets
+             )
+-        wx_target_enable_precomp(${name} "${wxSOURCE_DIR}/include/wx/wxprec.h")
+     endif()
+ endmacro()
+ 
+@@ -865,7 +864,6 @@ function(wx_add name group)
+         set(APP_FOLDER ${group})
+     endif()
+     wx_set_common_target_properties(${target_name})
+-    wx_target_enable_precomp(${target_name} "${wxSOURCE_DIR}/include/wx/wxprec.h")
+     set_target_properties(${target_name} PROPERTIES
+         FOLDER ${APP_FOLDER}
+         )
diff --git a/wxGTK32/patches/patch-build_cmake_init.cmake b/wxGTK32/patches/patch-build_cmake_init.cmake
new file mode 100644
index 0000000000..6bdff53024
--- /dev/null
+++ b/wxGTK32/patches/patch-build_cmake_init.cmake
@@ -0,0 +1,14 @@
+$NetBSD$
+
+Not defined in NetBSD build, don't know what should be added instead.
+
+--- build/cmake/init.cmake.orig	2022-07-06 14:19:50.000000000 +0000
++++ build/cmake/init.cmake
+@@ -410,7 +410,6 @@ if(wxUSE_GUI)
+         else()
+             find_package(OpenGL)
+             if(WXGTK3 AND OpenGL_EGL_FOUND AND wxUSE_GLCANVAS_EGL)
+-                set(OPENGL_LIBRARIES OpenGL::OpenGL OpenGL::GLU OpenGL::EGL)
+                 find_package(WAYLANDEGL)
+                 if(WAYLANDEGL_FOUND AND wxHAVE_GDK_WAYLAND)
+                     list(APPEND OPENGL_LIBRARIES ${WAYLANDEGL_LIBRARIES})
diff --git a/wxGTK32/patches/patch-build_cmake_lib_stc_CMakeLists.txt b/wxGTK32/patches/patch-build_cmake_lib_stc_CMakeLists.txt
new file mode 100644
index 0000000000..ad513e2e70
--- /dev/null
+++ b/wxGTK32/patches/patch-build_cmake_lib_stc_CMakeLists.txt
@@ -0,0 +1,14 @@
+$NetBSD$
+
+Disable pre-compiled headers, don't generally work.
+
+--- build/cmake/lib/stc/CMakeLists.txt.orig	2022-07-06 14:19:50.000000000 +0000
++++ build/cmake/lib/stc/CMakeLists.txt
+@@ -169,7 +169,6 @@ target_compile_definitions(wxscintilla P
+     LINK_LEXERS
+ )
+ 
+-wx_target_enable_precomp(wxscintilla "${wxSOURCE_DIR}/src/stc/scintilla/include/Scintilla.h")
+ wx_add_library(wxstc ${STC_FILES})
+ wx_lib_include_directories(wxstc
+     ${wxSOURCE_DIR}/src/stc/scintilla/include
diff --git a/wxGTK32/patches/patch-build_cmake_setup.cmake b/wxGTK32/patches/patch-build_cmake_setup.cmake
new file mode 100644
index 0000000000..e69afdd353
--- /dev/null
+++ b/wxGTK32/patches/patch-build_cmake_setup.cmake
@@ -0,0 +1,55 @@
+$NetBSD$
+
+Add statvfs() checks.
+Use proper variable for dlopen() library.
+
+--- build/cmake/setup.cmake.orig	2022-07-06 14:19:50.000000000 +0000
++++ build/cmake/setup.cmake
+@@ -290,7 +290,7 @@ if(UNIX)
+     wx_check_funcs(mkstemp mktemp)
+ 
+     # get the library function to use for wxGetDiskSpace(): it is statfs() under
+-    # Linux and *BSD and statvfs() under Solaris
++    # Linux and *BSD and statvfs() under Solaris and NetBSD
+     wx_check_c_source_compiles("
+         return 0; }
+         #if defined(__BSD__)
+@@ -308,6 +308,18 @@ if(UNIX)
+         l += fs.f_blocks;
+         l += fs.f_bavail;"
+         HAVE_STATFS)
++    wx_check_c_source_compiles("
++        return 0; }
++        #include <sys/statvfs.h>
++
++        int foo() {
++        long l;
++        struct statvfs fs;
++        statvfs(\"/\", &fs);
++        l = fs.f_bsize;
++        l += fs.f_blocks;
++        l += fs.f_bavail;"
++        HAVE_STATVFS)
+     if(HAVE_STATFS)
+         set(WX_STATFS_T "struct statfs")
+         wx_check_cxx_source_compiles("
+@@ -324,9 +336,8 @@ if(UNIX)
+             statfs(\"/\", &fs);"
+             HAVE_STATFS_DECL)
+     else()
+-        # TODO: implement statvfs checks
+         if(HAVE_STATVFS)
+-            set(WX_STATFS_T statvfs_t)
++            set(WX_STATFS_T "struct statvfs")
+         endif()
+     endif()
+ 
+@@ -611,7 +622,7 @@ if(wxUSE_DATETIME)
+ endif()
+ 
+ cmake_push_check_state(RESET)
+-set(CMAKE_REQUIRED_LIBRARIES dl)
++set(CMAKE_REQUIRED_LIBRARIES ${CMAKE_DL_LIBS})
+ check_symbol_exists(dlopen dlfcn.h HAVE_DLOPEN)
+ cmake_pop_check_state()
+ if(HAVE_DLOPEN)
diff --git a/wxGTK32/patches/patch-src_unix_dialup.cpp b/wxGTK32/patches/patch-src_unix_dialup.cpp
new file mode 100644
index 0000000000..4561570ca1
--- /dev/null
+++ b/wxGTK32/patches/patch-src_unix_dialup.cpp
@@ -0,0 +1,14 @@
+$NetBSD$
+
+Add NetBSD support.
+
+--- src/unix/dialup.cpp.orig	2022-07-06 14:19:50.000000000 +0000
++++ src/unix/dialup.cpp
+@@ -795,6 +795,7 @@ wxDialUpManagerImpl::NetConnection wxDia
+     // nothing to add to ping command
+ #elif defined(__AIX__) || \
+       defined (__BSD__) || \
++      defined (__NetBSD__) || \
+       defined(__LINUX__) || \
+       defined(__OSF__) || \
+       defined(__SGI__) || \


Home | Main Index | Thread Index | Old Index