From: klaas.holwerda <kho...@xs...> - 2005-11-21 22:20:14
|
John Labenski wrote: > > >The biggest problem, I think, is how to use two luasetup.h files >without having to copy the new one into place between builds. > > Right, i see. Maybe the wxWidgets way of copying the setup.h to some the lib dir first before starting to compile. That is: it only copies it if not already there. This in combination with a build/lib directory to be set by the user, will do the job, not? If the $WXLUA_BUILD/lib/vc_lib/mswXXX/wxLua/luasetup.h is found first, at least one can have more then one. The problem is the to have the makefile use setable output directories for libraries and object files, so one can have several builds. I wonder how wxWidgets developers test different setup.h combination. Regards, Klaas |