Clang 3.8.0 supports -municode (nw)

This commit is contained in:
Miodrag Milanovic 2016-03-14 07:55:17 +01:00
parent 2bc9f09811
commit 5fc2774703
4 changed files with 4 additions and 4 deletions

View File

@ -94,7 +94,7 @@ function maintargetosdoptions(_target,_subtarget)
links {
"psapi",
}
configuration { "mingw*-gcc" }
configuration { "mingw*" }
linkoptions{
"-municode",
}

View File

@ -101,7 +101,7 @@ if BASE_TARGETOS=="unix" then
end
if _OPTIONS["targetos"]=="windows" then
configuration { "mingw*-gcc or vs*" }
configuration { "mingw* or vs*" }
defines {
"UNICODE",
"_UNICODE",

View File

@ -15,7 +15,7 @@ dofile("modules.lua")
function maintargetosdoptions(_target,_subtarget)
osdmodulestargetconf()
configuration { "mingw*-gcc" }
configuration { "mingw*" }
linkoptions {
"-municode",
}

View File

@ -5,7 +5,7 @@ defines {
"OSD_WINDOWS",
}
configuration { "mingw*-gcc or vs*" }
configuration { "mingw* or vs*" }
defines {
"UNICODE",
"_UNICODE",