13 lines
297 B
Plaintext
13 lines
297 B
Plaintext
|
<?xml version="1.0" ?>
|
||
|
<makefile>
|
||
|
|
||
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
||
|
|
||
|
<exe id="grid" template="wx_sample" template_append="wx_append">
|
||
|
<sources>grid.cpp</sources>
|
||
|
<wx-lib>core</wx-lib>
|
||
|
<win32-res>grid.rc</win32-res>
|
||
|
</exe>
|
||
|
|
||
|
</makefile>
|