Remove old files

This commit is contained in:
2025-05-26 22:46:28 -03:00
parent eb4d18d9d8
commit 306ba111bd
52 changed files with 494 additions and 990 deletions

View File

@ -6,26 +6,26 @@ workspace "tribufu"
if _ACTION == "vs2022" then
platforms {
"windows-aarch64",
"windows-i686",
"windows-x86_64",
"win-arm64",
"win-x64",
"win-x86",
}
end
if _ACTION == "gmake2" then
platforms {
"linux-aarch64",
"linux-i686",
"linux-x86_64",
"linux-arm64",
"linux-x64",
"linux-x86",
}
end
if _ACTION == "xcode4" then
platforms {
"mac-aarch64",
"mac-x86_64",
"osx-arm64",
"osx-x64",
}
end
include "src"
include "examples"
-- include "examples"