Fix for PROFILER build (nw)

This commit is contained in:
Miodrag Milanovic 2015-04-06 12:37:14 +02:00
parent ca56097702
commit eb8b8902d0

View File

@ -402,12 +402,16 @@ configuration { "vs*" }
configuration { "Debug" }
defines {
"MAME_DEBUG",
"MAME_PROFILER",
}
if _OPTIONS["PROFILER"]=="1" then
defines{
"MAME_PROFILER", -- define MAME_PROFILER if we are a profiling build
}
end
configuration { }
if _OPTIONS["PROFILER"]=="1" then
defines{
"MAME_PROFILER", -- define MAME_PROFILER if we are a profiling build
}
end
configuration { "Release" }
defines {