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.
15 lines
391 B
XML
15 lines
391 B
XML
<?xml version="1.0" ?>
|
|
<makefile>
|
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
<exe id="dataview" template="wx_sample" template_append="wx_append">
|
|
<sources>dataview.cpp mymodels.cpp</sources>
|
|
<headers>mymodels.h</headers>
|
|
<wx-lib>core</wx-lib>
|
|
<wx-lib>base</wx-lib>
|
|
<win32-res>../sample.rc</win32-res>
|
|
</exe>
|
|
|
|
</makefile>
|