WinLua / WinLua-Source-Code

Visual Studio 2017 Project and Installer for WinLua
4 stars 1 forks source link

Automate build #18

Open RussellHaley opened 4 years ago

RussellHaley commented 4 years ago

Right now I have to build components out of band and then copy them in. The build process was mostly automated at one point but I've added components and I want to build the entire thing using llvm-mingw. I could continue to build using Windows, or I could switch over to FreeBSD now that I have a cross compiler. That means I could build on my 32 core server. :D

RussellHaley commented 4 years ago

libressl - cmake jamplus - custom llvm-mingw - bash/cmake Lua - make LuaPlus - JamPlus luafilesystem - make