summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/osd/windows.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src/osd/windows.lua')
-rw-r--r--scripts/src/osd/windows.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/src/osd/windows.lua b/scripts/src/osd/windows.lua
index c822be8c2d1..69e3e6d173a 100644
--- a/scripts/src/osd/windows.lua
+++ b/scripts/src/osd/windows.lua
@@ -160,9 +160,6 @@ project ("ocore_" .. _OPTIONS["osd"])
uuid (os.uuid("ocore_" .. _OPTIONS["osd"]))
kind (LIBTYPE)
- options {
- "ForceCPP",
- }
removeflags {
"SingleOutputDir",
}
@@ -221,10 +218,6 @@ if _OPTIONS["with-tools"] then
uuid ("061293ca-7290-44ac-b2b5-5913ae8dc9c0")
kind "ConsoleApp"
- options {
- "ForceCPP",
- }
-
flags {
"Symbols", -- always include minimum symbols for executables
}