Page 1 of 1

Can the script module be compiled seperately.

Posted: Thu Jul 31, 2008 15:11
by jtracy
I am using another library that includes CEGUI (Delta3D), but it does not include the lua script module. Can I build that seperately and include the library in the distribution or does CEGUI have to be built with lua enable? BTW this is using CEGUI 0.5

Judd

Posted: Thu Jul 31, 2008 19:01
by CrazyEddie
Hi,

The script module is a totally separate entity - it should be possible to build it 'outside' the normal build process, though obviously that may entail making your own build / make / project files (but hey, it's only a couple of files!).

HTH

CE.

Posted: Thu Jul 31, 2008 22:35
by jtracy
Thanks, I was able to get it built seperately and it is working. I did have to create my own build system which was not hard, just time consuming. The only other problem that I had was trying to figure out how to get CEGUI to use the SILLY image codec as the default in Delta3D is TGA, but I finally figured that out and everything seems to be working. Thanks

Judd