diff options
author | 2015-04-01 12:02:13 +0200 | |
---|---|---|
committer | 2015-04-01 12:02:13 +0200 | |
commit | 627b7c61dcc3ab194b55a9d7e51e29fa43dbcf07 (patch) | |
tree | 58b3958d6598e44c061a083e890876012465e3a5 /scripts/genie.lua | |
parent | 9207811ed5b46039e8d5754ce7fa524eff214026 (diff) |
Ok shuffling done
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 13 |
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. |