| 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>core</wx-lib> |
| 20 | <wx-lib>base</wx-lib> |
| 21 | <win32-res>forty.rc</win32-res> |
| 22 | </exe> |
| 23 | |
| 24 | <wx-data id="data"> |
| 25 | <files> |
| 26 | about.htm |
| 27 | </files> |
| 28 | </wx-data> |
| 29 | |
| 30 | </makefile> |