summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua13
1 files changed, 0 insertions, 13 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index 9a35746c218..d8af3bfb852 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -327,24 +327,11 @@ dofile ("toolchain.lua")
if _OPTIONS["targetos"]=="windows" then
- configuration { "mingw*" }
- linkoptions {
- "-municode",
- }
- configuration { "vs*" }
- flags {
- "Unicode",
- }
configuration { "x64" }
defines {
"X64_WINDOWS_ABI",
}
configuration { }
- defines {
- "UNICODE",
- "_UNICODE",
- "main=utf8_main",
- }
end
-- Avoid error when invoking genie --help.