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