aboutsummaryrefslogtreecommitdiff
path: root/deep_userdata_example/deep_userdata_example.vcxproj.user (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adjusting MSVC files to ease unit testingBenoit Germain2025-03-211-120/+0
| | | | | * 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-2/+2
|
* Add a VisualStudio solution to build and debug LanesBenoit Germain2025-03-111-20/+20
| | | | | | * 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
* Sample module deep test renamed deep_userdata_exampleBenoit Germain2025-03-111-0/+120