aboutsummaryrefslogtreecommitdiff
path: root/Lanes.sln (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adjusting MSVC files to ease unit testingBenoit Germain2025-03-211-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 projectsBenoit Germain2025-03-131-23/+23
|
* Add a VisualStudio solution to build and debug LanesBenoit Germain2025-03-111-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