From: Francesco M. <f18...@ya...> - 2006-02-02 23:20:47
|
Hi, John Labenski ha scritto: > On 2/2/06, Francesco Montorsi <f18...@ya...> wrote: >> Hi, >> why do we have both: >> modules/wxbind/src/wxluasetup.h >> bindings/wxwidgets/wxluasetup.h.in >> >> is the last one something old which should be removed ? > > bindings/wxwidgets/wxluasetup.h.in > > is supposed to be a base version of wxluasetup.h that people can start > from, I guess it can be removed when you move > > modules/wxbind/src/wxluasetup.h > to > modules/setup/wxluasetup.h > > I removed the #include "bindings/wxwidgets/wxluasetup.h.in" in > modules/wxlua/src/internal.cpp. I guess it's not necessary anymore or > it was just left over from before. Thanks for the changes. Currently I implemented what we discussed about the WXLUASETUP_DIR and WXLUABINDLIB_DIR options creating a new bakefile in modules/wxbind/build so I thought that it was a 'cleaner' idea to put wxluasetup.h in modules/wxbind/setup instead of modules/setup. After all, wxluasetup.h is a setup for wxbind, right ? I still need to test the makefiles in modules/wxbind/build; they are just a first rough draft. I'll work on them tomorrow. Francesco |