bakefilized demos
[wxWidgets.git] / demos / forty / forty.bkl
1 <?xml version="1.0" ?>
2 <makefile>
3
4     <include file="../../build/bakefiles/common_samples.bkl"/>
5
6     <exe id="forty" template="wx_sample" template_append="wx_append">
7         <sources>
8             forty.cpp
9             canvas.cpp
10             card.cpp
11             game.cpp
12             pile.cpp
13             playerdg.cpp
14             scoredg.cpp
15             scorefil.cpp
16         </sources>
17         <wx-lib>html</wx-lib>
18         <wx-lib>core</wx-lib>
19         <wx-lib>base</wx-lib>
20         <win32-res>forty.rc</win32-res>
21     </exe>
22
23 </makefile>