[premake] Remove unneeded defines
This commit is contained in:
@@ -27,17 +27,15 @@ includedirs({
|
||||
})
|
||||
|
||||
defines({
|
||||
"_UNICODE",
|
||||
"UNICODE",
|
||||
"USE_CPP17", -- Tabulate
|
||||
})
|
||||
|
||||
cdialect("C17")
|
||||
cppdialect("C++20")
|
||||
exceptionhandling("On")
|
||||
rtti("On")
|
||||
--exceptionhandling("On")
|
||||
--rtti("On")
|
||||
symbols("On")
|
||||
characterset("Unicode")
|
||||
--characterset("Unicode")
|
||||
fatalwarnings("All")
|
||||
|
||||
-- TODO(DrChat): Find a way to disable this on other architectures.
|
||||
|
||||
4
third_party/mspack.lua
vendored
4
third_party/mspack.lua
vendored
@@ -10,10 +10,6 @@ project("mspack")
|
||||
"_LIB",
|
||||
"HAVE_CONFIG_H",
|
||||
})
|
||||
removedefines({
|
||||
"_UNICODE",
|
||||
"UNICODE",
|
||||
})
|
||||
includedirs({
|
||||
"mspack",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user