fixed location error (nw)

This commit is contained in:
Miodrag Milanovic 2015-04-08 10:50:28 +02:00
parent cc35d05ec0
commit fd88e8c5e2

View File

@ -27,10 +27,6 @@ function mainProject(_target, _subtarget)
"Unicode",
}
if _OPTIONS["SEPARATE_BIN"]~="1" then
targetdir(MAME_DIR)
end
configuration { "mingw*" or "vs*" }
targetextension ".exe"
@ -39,6 +35,10 @@ function mainProject(_target, _subtarget)
configuration { }
if _OPTIONS["SEPARATE_BIN"]~="1" then
targetdir(MAME_DIR)
end
findfunction("linkProjects_" .. _OPTIONS["target"] .. "_" .. _OPTIONS["subtarget"])(_OPTIONS["target"], _OPTIONS["subtarget"])
links {
"osd_" .. _OPTIONS["osd"],