<!-- $Id$ -->
<makefile>
+ <!--
+ The use of PCH is disabled for samples by default but we do want to use
+ them for the test as this dramatically speeds up its compilation.
+ -->
+ <set var="WX_ENABLE_PRECOMP_HEADERS">1</set>
<include file="../build/bakefiles/common_samples.bkl"/>
geometry/size.cpp
geometry/point.cpp
config/config.cpp
+ controls/comboboxtest.cpp
controls/textctrltest.cpp
controls/textentrytest.cpp
image/rawbmp.cpp
+ misc/guifuncs.cpp
misc/selstoretest.cpp
window/clientsize.cpp
window/setsize.cpp