diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5135af0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.exe filter=lfs diff=lfs merge=lfs -text diff --git a/premake5.lua b/premake5.lua index 050a362..d63956c 100644 --- a/premake5.lua +++ b/premake5.lua @@ -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" diff --git a/tools/premake5.exe b/tools/premake5.exe index 9048d51..25820b9 100644 Binary files a/tools/premake5.exe and b/tools/premake5.exe differ