This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/wxWidgets-3.0.5/samples/sashtest/sashtest.bkl

16 lines
406 B
Plaintext
Raw Permalink Normal View History

<?xml version="1.0" ?>
<makefile>
<include file="../../build/bakefiles/common_samples.bkl"/>
<exe id="sashtest" template="wx_sample" template_append="wx_append">
<sources>sashtest.cpp</sources>
<headers>sashtest.h</headers>
<wx-lib>adv</wx-lib>
<wx-lib>core</wx-lib>
<wx-lib>base</wx-lib>
<win32-res>sashtest.rc</win32-res>
</exe>
</makefile>