Patch 2789404: fix NVPerfHUD support in trunk
[ogre3d.git] / CMakeTODO.txt
blobadf9a75b530a6264eb772eead750871612b9f262
1 TODO
2 ====
4 * Establish 3rd-party library build procedure
5   * For projects using CMake: Need to enhance/finish the FindOGRE and OGREConfig scripts
6   * For projects not using CMake: Probably little changes, but examples would still be good
7 * Delete native Code::Blocks / MinGW
10 To be done after switch-over
12 * SDK changes - Win32 and OS X scripts will need altering
13 * GLES project
14 * OS X
15   * Tidy up files in ogre/Mac - should be moved into OgreMain/OSX
16   * Only Debug and Release builds are supported at the moment, since the others still use the same folders. 
17 * CPack
18   * Investigate .deb, .rpm packages for Linux
20 * New dependencies packages needed:
21   * Remove Dependencies/CMakeLists.txt from OGRE source tree. This file should be provided by
22     the pre-built dependencies package 
23   * Place DLLs in Dependencies/bin instead of Samples/Common/bin, since the latter is no longer in use
24   * Dependencies should be installed in the build directory, not the ogre directory, so that multiple compilers may be supported from one source folder