diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-11 17:06:10 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-11 17:06:10 +0100 |
commit | 3ce42e54e5d093c3fd6136f6a9bfc9398f328bce (patch) | |
tree | c9bed33585ece45118b2f6d851c5787d76406097 /src | |
parent | 9ba9cd6185a00bd0623f3cbc96a20ce34dafbbc5 (diff) | |
download | lanes-3ce42e54e5d093c3fd6136f6a9bfc9398f328bce.tar.gz lanes-3ce42e54e5d093c3fd6136f6a9bfc9398f328bce.tar.bz2 lanes-3ce42e54e5d093c3fd6136f6a9bfc9398f328bce.zip |
Add a VisualStudio solution to build and debug Lanes
* 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
Diffstat (limited to 'src')
-rw-r--r-- | src/.gitignore | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/.gitignore b/src/.gitignore deleted file mode 100644 index c5d3bd5..0000000 --- a/src/.gitignore +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | /lanes | ||
2 | *.o | ||
3 | *.gch | ||
4 | *.map | ||