mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Enabled multi core compile on VS (nw)
This commit is contained in:
parent
91d965d80c
commit
2287efaab3
2 changed files with 0 additions and 2 deletions
|
@ -484,7 +484,6 @@ configuration { "vs*" }
|
||||||
"NoPCH",
|
"NoPCH",
|
||||||
"ExtraWarnings",
|
"ExtraWarnings",
|
||||||
"NoEditAndContinue",
|
"NoEditAndContinue",
|
||||||
"EnableMinimalRebuild",
|
|
||||||
}
|
}
|
||||||
if not _OPTIONS["NOWERROR"] then
|
if not _OPTIONS["NOWERROR"] then
|
||||||
flags{
|
flags{
|
||||||
|
|
|
@ -464,7 +464,6 @@ function toolchain(_buildDir, _subDir)
|
||||||
removeflags {
|
removeflags {
|
||||||
"StaticRuntime",
|
"StaticRuntime",
|
||||||
"NoExceptions",
|
"NoExceptions",
|
||||||
"EnableMinimalRebuild",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
configuration { "mingw*" }
|
configuration { "mingw*" }
|
||||||
|
|
Loading…
Reference in a new issue