Page 1 of 1

[VS2005] How do you compile CEGUI as a static library?

Posted: Mon Aug 27, 2007 23:29
by TG
I read something about CEGUI being compilable as a static library, and I'd like to know how to pull it off in visual studio. Thanks.

Posted: Wed Sep 05, 2007 13:33
by scriptkid
Please have a look at the Makefiles/Premake directory, and then run the batchfile for your version of VS. After that when you open the generated .sln file, the _Static configurations should be possible to choose.

HTH.