wxWidgets/demos/forty/forty.bkl
Vadim Zeitlin 3ffa651a34 Move wxAdv library contents into wxCore
This basically removes the "adv" library, even though it's still
preserved for compatibility with user make/project files referring to
it.

It is done because the distinction between "adv" and "core" was never
really clear (e.g. why wxTreeCtrl was in core but wxTreeListCtrl in
adv?) and it prevented some core classes from using adv ones.
2018-08-27 21:13:04 +02:00

31 lines
666 B
XML

<?xml version="1.0" ?>
<makefile>
<include file="../../build/bakefiles/common_samples.bkl"/>
<exe id="forty" template="wx_sample" template_append="wx_append">
<sources>
forty.cpp
canvas.cpp
card.cpp
game.cpp
pile.cpp
playerdg.cpp
scoredg.cpp
scorefil.cpp
</sources>
<wx-lib>html</wx-lib>
<wx-lib>xml</wx-lib>
<wx-lib>core</wx-lib>
<wx-lib>base</wx-lib>
<win32-res>forty.rc</win32-res>
</exe>
<wx-data id="data">
<files>
about.htm
</files>
</wx-data>
</makefile>