wxWidgets/samples/archive/archive.bkl
Tobias Taschner f3f1819daf 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
2018-02-20 14:39:27 +01:00

14 lines
314 B
XML

<?xml version="1.0" ?>
<makefile>
<include file="../../build/bakefiles/common_samples.bkl"/>
<exe id="archive" template="wx_sample_console" template_append="wx_append">
<sources>archive.cpp</sources>
<wx-lib>base</wx-lib>
<uid type="creatorid">wx06</uid>
</exe>
</makefile>