mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
Clang 3.8.0 supports -municode (nw)
This commit is contained in:
parent
2bc9f09811
commit
5fc2774703
@ -94,7 +94,7 @@ function maintargetosdoptions(_target,_subtarget)
|
||||
links {
|
||||
"psapi",
|
||||
}
|
||||
configuration { "mingw*-gcc" }
|
||||
configuration { "mingw*" }
|
||||
linkoptions{
|
||||
"-municode",
|
||||
}
|
||||
|
@ -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",
|
||||
|
@ -15,7 +15,7 @@ dofile("modules.lua")
|
||||
function maintargetosdoptions(_target,_subtarget)
|
||||
osdmodulestargetconf()
|
||||
|
||||
configuration { "mingw*-gcc" }
|
||||
configuration { "mingw*" }
|
||||
linkoptions {
|
||||
"-municode",
|
||||
}
|
||||
|
@ -5,7 +5,7 @@ defines {
|
||||
"OSD_WINDOWS",
|
||||
}
|
||||
|
||||
configuration { "mingw*-gcc or vs*" }
|
||||
configuration { "mingw* or vs*" }
|
||||
defines {
|
||||
"UNICODE",
|
||||
"_UNICODE",
|
||||
|
Loading…
Reference in New Issue
Block a user