From: John L. <jla...@gm...> - 2006-02-03 16:23:36
|
On 2/3/06, k. holwerda <kla...@nl...> wrote: > But still when wxbindstc also depends on > wxluasetup.h > better use one wxluasetup.h in: > modules/setup > which both bindings modules do use. As I said, this should not be a requirement for the wxstc binding. The #include "wxluasetup.h" is hardcoded into the genwxbind.lua generator. It can easily be removed and I will do that now. > This is actually what i saw today in apps.bkl ?? > > <!-- always use wxLua's official wxluasetup.h --> > <include>$(WXLUA_BASEDIR)/modules/setup</include> These just follow the C++ code to make it compile, this is probably a typo. -John |