From: John L. <jla...@gm...> - 2006-05-16 22:19:56
|
On 5/16/06, Steve Kieu <ha...@ya...> wrote: > > shared libraries. I've tried building it myself but it seems a pretty la= rge > undertaking, at least on Windows. > > Building wxLua in windows is very easy, I did with VC -2003 even I am so > awkward in win32 environment and VC ; not require any tricks at all; just > edit some Makefile.vc in the build directory to agree with wx-2.6.3 confi= g > as well and some time to spend, VC compiles fast. A little tip, you can specify things on the nmake command like like WX_VERSION=3D27 if you happen to use wxWidgets CVS head. This might save some editing if you make a little batch file. These days just go to wxLua/build/msw and you should find a build file for just about any compiler that wxWidgets can use. Basicly, if you can compile wxWidgets you should be able to get wxLua going as well. -John Labenski |