summaryrefslogtreecommitdiffstats
path: root/lib/lua/CMakeLists.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-05Ignore MSVC build artefacts in submodularised libraries.Mattes D1-0/+0
2015-11-04Outsourced all libraries into submodulesJulian Laubstein2-70/+0
2015-09-08Fixed Lua output folders for Windows builds.Mattes D1-15/+15
2014-06-30Fixed lua compilation under MinGW.Mattes D1-8/+4
2014-05-28for compiliers other than msvc we need to tell lua that its building as a dllworktycho1-0/+6
2014-02-28Fixed compatibility with ZeroBraneStudio and LuaRocks.madmaxoft1-1/+5
2014-01-17CMake: Fixed Lua output folder for MSVC2010+.Mattes D1-2/+13
2014-01-16CMake: Fixed output paths for all MSVC versions.madmaxoft1-4/+10
2014-01-15CMake: Removed SCL warnings from Lua and ZLib.madmaxoft1-0/+1
2014-01-13CMake: Lua DLL is built in the correct folder.madmaxoft1-0/+11
2014-01-10Using dlopen() on all platforms except WIN32.madmaxoft1-5/+1
2014-01-09Specified the dynamic loader Lua should use.madmaxoft1-0/+9
2014-01-07Fixed FreeBSD compilitionTycho1-1/+1
2013-12-27Fixed unix Lua dependencies.madmaxoft1-1/+1
2013-12-27Made cmake compilation possible on Windows.madmaxoft1-5/+16
2013-12-21fixed lua dynamic libraryTycho Bickerstaff1-2/+2
2013-12-20fixed include of math on windowstycho1-0/+2
2013-12-20made LUA shared unless STATIC_LUA is setTycho Bickerstaff1-0/+4
2013-12-20fixed lua dependency on libmTycho Bickerstaff1-0/+1
2013-12-19fixed bindings generationTycho Bickerstaff1-19/+2
2013-12-19bindings regenration logicTycho Bickerstaff1-0/+29