wxWidgets/samples/secretstore/secretstore.bkl
Vadim Zeitlin 675d9d779d Add wxSecretStore
Add a new class allowing to store passwords and other sensitive information
using the OS-provided facilities.

Add implementations for all the main platforms, documentation and a new sample
(which contains an ad hoc unit test as the real unit test for this class would
probably be a bad idea as it wouldn't run in non-interactive contexts and
could show OS level dialog boxes if it did).
2016-06-04 18:29:15 +02:00

11 lines
279 B
XML

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