3ffa651a34
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.
21 lines
464 B
XML
21 lines
464 B
XML
<?xml version="1.0" ?>
|
|
|
|
<makefile>
|
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
<exe id="sound" template="wx_sample" template_append="wx_append">
|
|
<sources>sound.cpp</sources>
|
|
<wx-lib>core</wx-lib>
|
|
<wx-lib>base</wx-lib>
|
|
<win32-res>sound.rc</win32-res>
|
|
</exe>
|
|
|
|
<wx-data id="data">
|
|
<files>
|
|
9000g.wav cuckoo.wav doggrowl.wav tinkalink2.wav
|
|
</files>
|
|
</wx-data>
|
|
|
|
</makefile>
|