f3f1819daf
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
14 lines
314 B
XML
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>
|