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