diff options
author | 2015-11-08 13:44:34 +0100 | |
---|---|---|
committer | 2015-11-08 13:44:34 +0100 | |
commit | 033227778e267fc3f8b6cd511684315cea9ffc64 (patch) | |
tree | b56f5c903c78982e70fd43ab96deb9261eba3252 /scripts/src/osd/windows.lua | |
parent | 4bff9fcca7c89e2a253ffe2dcce35d6276ef404b (diff) |
Remove not longer needed ForceCpp flag (nw)
Diffstat (limited to 'scripts/src/osd/windows.lua')
-rw-r--r-- | scripts/src/osd/windows.lua | 7 |
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 } |