18 lines
543 B
Plaintext
18 lines
543 B
Plaintext
|
<?xml version="1.0" ?>
|
||
|
<makefile>
|
||
|
<include file="../../../../build/bakefiles/common_samples.bkl"/>
|
||
|
<set var="CONTRIB_HDR_DIR">$(SRCDIR)/../../../include</set>
|
||
|
<include file="../../../../build/bakefiles/common_contrib.bkl"/>
|
||
|
|
||
|
<exe id="proplist" template="wx_contrib_sample" template_append="wx_append">
|
||
|
<sources>
|
||
|
proplist.cpp
|
||
|
</sources>
|
||
|
<wx-lib>deprecated</wx-lib>
|
||
|
<wx-lib>core</wx-lib>
|
||
|
<wx-lib>base</wx-lib>
|
||
|
<win32-res>proplist.rc</win32-res>
|
||
|
</exe>
|
||
|
|
||
|
</makefile>
|