aboutsummaryrefslogtreecommitdiff
path: root/src/lua
Commit message (Expand)AuthorAge
* Improve build configuration optionsPerttu Ahola2012-07-23
* cmake: lua: use COMMON_CFLAGSJonathan Neuschäfer2012-03-31
* Do not install the static lua library filePerttu Ahola2011-11-29
* Make it actually buildPerttu Ahola2011-11-29
* Add LuaPerttu Ahola2011-11-29
* Removed lua stuffPerttu Ahola2011-04-03
* modified the build system of lua to a more minimal onePerttu Ahola2011-02-24
* preliminary lua scripting framework for objectsPerttu Ahola2011-02-21
"hl ppc">#include "cmake_config.h" #undef PROJECT_NAME #define PROJECT_NAME CMAKE_PROJECT_NAME #undef VERSION_STRING #define VERSION_STRING CMAKE_VERSION_STRING #undef RUN_IN_PLACE #define RUN_IN_PLACE CMAKE_RUN_IN_PLACE #undef USE_GETTEXT #define USE_GETTEXT CMAKE_USE_GETTEXT #undef USE_SOUND #define USE_SOUND CMAKE_USE_SOUND #undef USE_CURL #define USE_CURL CMAKE_USE_CURL #undef USE_FREETYPE #define USE_FREETYPE CMAKE_USE_FREETYPE #undef STATIC_SHAREDIR #define STATIC_SHAREDIR CMAKE_STATIC_SHAREDIR #undef BUILD_INFO #define BUILD_INFO CMAKE_BUILD_INFO #endif #endif