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" } configuration { "Debug" }
defines { defines {
"MAME_DEBUG", "MAME_DEBUG",
"MAME_PROFILER",
} }
if _OPTIONS["PROFILER"]=="1" then
configuration { }
if _OPTIONS["PROFILER"]=="1" then
defines{ defines{
"MAME_PROFILER", -- define MAME_PROFILER if we are a profiling build "MAME_PROFILER", -- define MAME_PROFILER if we are a profiling build
} }
end end
configuration { "Release" } configuration { "Release" }
defines { defines {