wxWidgets/samples/mfc/mfc.bkl

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
393 B
Plaintext
Raw Normal View History

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