]> git.saurik.com Git - wxWidgets.git/blob - demos/forty/forty.bkl
Add wxDEPRECATED_MSG() and use it in a couple of places.
[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>adv</wx-lib>
19 <wx-lib>xml</wx-lib>
20 <wx-lib>core</wx-lib>
21 <wx-lib>base</wx-lib>
22 <win32-res>forty.rc</win32-res>
23 </exe>
24
25 <wx-data id="data">
26 <files>
27 about.htm
28 </files>
29 </wx-data>
30
31 </makefile>