Skip to content
erossignon edited this page Aug 16, 2011 · 9 revisions

These notes are possible things that still need to be discussed for future releases. Move them to github issues when sure.

MSVC package related:

  • Make sure DRAWEXE works in debug compilation
  • Include examples as optional components
  • Find a way to automatically install external library binaries, analize old 3rdparty folder usage
  • Pack a complete installer (with Inno Setup?)
  • Interaction between static libs and external depends
  • Make sure TKOpenGL works when using static libs
  • Test precompiled headers for packages that have many toolkit dependencies
  • Use multi core compilation by adding the /MD flag to speed up compilation
  • make cmake store binaries (DLL) into a single directory to allow unit test executable to be run easily

Documentation:

  • Restore doxygen documentation and package it
Clone this wiki locally