Add archive sample

This sample shows usage of wxArchiveStream and wxArchiveFactory.
It also allows for easy testing of wxArchiveStream implementations
outside of the unit tests.

See https://github.com/wxWidgets/wxWidgets/pull/730
This commit is contained in:
Tobias Taschner
2018-02-13 23:17:24 +01:00
committed by Vadim Zeitlin
parent 2ec2837f6d
commit f3f1819daf
19 changed files with 3192 additions and 61 deletions

View File

@@ -7740,7 +7740,7 @@ if test "$wxUSE_GUI" = "yes"; then
dnl library features they need are present)
dnl TODO some samples are never built so far: mfc (requires VC++)
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov dialogs drawing \
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS archive artprov dialogs drawing \
erase event exec font image minimal power render \
shaped svg taborder vscroll widgets wrapsizer"