[Base, premake] Cleanup

date has detected _MSVC_LANG for a while, so HAS_UNCAUGHT_EXCEPTIONS isn't needed.
This commit is contained in:
Margen67
2025-08-10 06:06:59 -07:00
parent 995c105c1c
commit 81b972f329
2 changed files with 1 additions and 5 deletions

View File

@@ -4,7 +4,5 @@ project("pugixml")
kind("StaticLib")
language("C++")
files({
"pugixml/src/pugiconfig.hpp",
"pugixml/src/pugixml.cpp",
"pugixml/src/pugixml.hpp",
})
})