I have downloaded the CEGUI sources for 0.7.6 and I'm trying to compile them for use with OGRE but have been getting nothing but issues. I've unzipped the CEGUI-0.7.6 folder into my ogre sdk directory and set the variables as following
Code: Select all
OGRE_PATHS = { "C:/OgreSDK", "include/OGRE", "lib" }
OIS_PATHS = { "C:/OgreSDK", "include/OIS", "lib" }
...
OPENGL_RENDERER = false
DIRECT3D9_RENDERER = false
DIRECT3D10_RENDERER = false
DIRECT3D11_RENDERER = false
IRRLICHT_RENDERER = false
OGRE_RENDERER = true
NULL_RENDERER = false
then ran the build_vs2008.bat to get the .sln but when i open it and build it all the include, library paths and output paths are completely wrong. can anyone help?
thanks in advance
