Saturday, February 6, 2010

Compiling OGRE 1.7.0 with Code::Blocks

 
I alread configured Code::Blocks to compile the library dependencies needed to compile OGRE3D, now I was thinking about using Cmake to generate a project for C::B, first i found by myself that ogre cmake scrips only works if i install mingw in "C:\MinGW\", but after doing that the only thing that CMake made was some make files and one C::B project that works as a wrapper to make commands. I don't like it, in Windows I prefer to use one complete workspace project file where i can configure everthing direct in C::B.
 
To do that, first I generated a VC9 solution using Cmake, then used C::B to import this solution, the import is completed successfully, but I need to configure everything manually now.
Once i finish all, i will post all the files needed to compile the libraries using C::B + MinGW (without using any make commands) here.

0 COMMENTS :

Post a Comment

Feel free to post a comment on this post. However you can not comment as an anonymous, you need to have one account in one of the compatible services.