Engine:
* Renamed proto.inc to config.inc to receive other config values from cmake as well
* Moved Lua library lookup back to CMake - hope this finally fixes all issues
* Fixed training once again
if(WIN32 AND NOT UNIX)
file(GLOB DLLs *.dll)
install(FILES
${DLLs}
DESTINATION bin)
endif(WIN32 AND NOT UNIX)