Re: [wxlua-users] CMake

2012-05-03 Thread John Labenski
On Thu, May 3, 2012 at 1:43 PM, Andre Arpin wrote: > run cmake > > point source and destination to > E:\wxWidgets\wxLua In CMake you can (and want to) choose a different directory for the build output. You can then easily delete the whole build or any part of it and rerun cmake to regenerate it.

[wxlua-users] CMake

2012-05-03 Thread Andre Arpin
The current version has been much improve. Like the change to the console. CMake is still not a joy. Create an new copy of the current version, wxWidgets-2.9.3 and wxLua Set wxwin to point to the new version. compile wx_vc9.sln in debug mode (default) run cmake point source and destination to