reduce memory usage and cleanup code

This commit is contained in:
xensik
2022-01-19 20:01:12 +01:00
parent 9dbdd37f15
commit 9c8a67ff46
167 changed files with 25818 additions and 18774 deletions

4
deps/zlib.lua vendored
View File

@ -18,11 +18,11 @@ function zlib:project()
self:include()
files
{
{
path.join(zlib.base, "*.h"),
path.join(zlib.base, "*.c")
}
defines
{
"_CRT_SECURE_NO_WARNINGS",