maint: remove x64 platform

This commit is contained in:
6arelyFuture 2024-07-13 09:53:46 +02:00
parent ff471196de
commit 7a896b4d3f
3 changed files with 1 additions and 6 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.exe filter=lfs diff=lfs merge=lfs -text

View File

@ -31,7 +31,6 @@ workspace "zonetool"
platforms {
"x86",
"x64"
}
filter "platforms:x86"
@ -39,11 +38,6 @@ workspace "zonetool"
defines "CPU_32BIT"
filter {}
filter "platforms:x64"
architecture "x86_64"
defines "CPU_64BIT"
filter {}
buildoptions "/std:c++17"
buildoptions "/Zc:strictStrings-"
systemversion "latest"

Binary file not shown.