mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[Base, premake] Cleanup
date has detected _MSVC_LANG for a while, so HAS_UNCAUGHT_EXCEPTIONS isn't needed.
This commit is contained in:
parent
995c105c1c
commit
81b972f329
|
|
@ -13,8 +13,6 @@
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
||||||
// https://github.com/HowardHinnant/date/commit/5ba1c1ad8514362dba596f228eb20eb13f63d948#r33275526
|
|
||||||
#define HAS_UNCAUGHT_EXCEPTIONS 1
|
|
||||||
#include "third_party/date/include/date/tz.h"
|
#include "third_party/date/include/date/tz.h"
|
||||||
|
|
||||||
#include "xenia/base/clock.h"
|
#include "xenia/base/clock.h"
|
||||||
|
|
|
||||||
2
third_party/pugixml.lua
vendored
2
third_party/pugixml.lua
vendored
|
|
@ -4,7 +4,5 @@ project("pugixml")
|
||||||
kind("StaticLib")
|
kind("StaticLib")
|
||||||
language("C++")
|
language("C++")
|
||||||
files({
|
files({
|
||||||
"pugixml/src/pugiconfig.hpp",
|
|
||||||
"pugixml/src/pugixml.cpp",
|
"pugixml/src/pugixml.cpp",
|
||||||
"pugixml/src/pugixml.hpp",
|
|
||||||
})
|
})
|
||||||
Loading…
Reference in a new issue