]> git.saurik.com Git - wxWidgets.git/blame - demos/forty/forty.bkl
Do not waste time for USE_ODBC=0.
[wxWidgets.git] / demos / forty / forty.bkl
CommitLineData
264af224
VS
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>
e0b5519a 18 <wx-lib>adv</wx-lib>
264af224
VS
19 <wx-lib>core</wx-lib>
20 <wx-lib>base</wx-lib>
21 <win32-res>forty.rc</win32-res>
22 </exe>
23
154fd1e4
WS
24 <wx-data id="data">
25 <files>
26 about.htm
27 </files>
28 </wx-data>
29
264af224 30</makefile>