Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjusting MSVC files to ease unit testing | Benoit Germain | 2025-03-21 | 1 | -52/+52 |
| | | | | | * Everything assumes there is a _LuaVersions folder containing all supported Lua versions (binaries, libs and headers) alongside the Lanes.sln location * After that the solutions to build the Lua binaries themselves will appear too for reference (mainly because their output folders will be configured accordingly) | ||||
* | Cleanup in MSVC projects | Benoit Germain | 2025-03-13 | 1 | -23/+23 |
| | |||||
* | Add a VisualStudio solution to build and debug Lanes | Benoit Germain | 2025-03-11 | 1 | -0/+240 |
* configured to build Lanes, the example module deep_userdata_example, and the unit tests * relies on Lua 5.1 → 5.4, LuaJIT and MoonJIT to be built and located in a fixed directory * manual_register legacy test now uses deep_userdata_example module instead of lfs |