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:
committed by
Vadim Zeitlin
parent
2ec2837f6d
commit
f3f1819daf
13
samples/archive/archive.bkl
Normal file
13
samples/archive/archive.bkl
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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>
|
Reference in New Issue
Block a user