15 lines
307 B
Plaintext
15 lines
307 B
Plaintext
|
<?xml version="1.0" ?>
|
||
|
<!-- $Id$ -->
|
||
|
|
||
|
<makefile>
|
||
|
|
||
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
||
|
|
||
|
<exe id="except" template="wx_sample" template_append="wx_append">
|
||
|
<sources>except.cpp</sources>
|
||
|
<wx-lib>core</wx-lib>
|
||
|
<wx-lib>base</wx-lib>
|
||
|
</exe>
|
||
|
|
||
|
</makefile>
|