[wx-dev] missing makefiles
ABX
abx at abx.art.pl
Thu Jul 20 05:42:34 PDT 2006
chris elliott <biol75 at york.ac.uk>:
> I find
>
> bake at biolpc22:/tmp$ ls /tmp/wx-temp/wxWidgets/samples/html/htmlctrl/
> CVS/ Makefile.in htmlctrl.bkl htmlctrl.cpp*
>
> should this sample be in html_samples.bkl ?
This will break many automatic builds probably. This sample includes
wx/html/webkit.h which starts with:
#if !defined(__WXMAC__) && !defined(__WXCOCOA__)
#error "wxWebKitCtrl not implemented for this platform"
#endif
ABX
More information about the wx-dev
mailing list