fix for few more executable files (nw)

This commit is contained in:
Miodrag Milanovic 2015-04-16 15:26:26 +02:00
parent fab6dab064
commit 3060bb0637
2 changed files with 12 additions and 0 deletions

View file

@ -422,6 +422,10 @@ if _OPTIONS["with-tools"] then
"ForceCPP",
}
flags {
"Symbols", -- always include minimum symbols for executables
}
dofile("sdl_cfg.lua")
includedirs {
@ -480,6 +484,10 @@ if _OPTIONS["targetos"] == "macosx" and _OPTIONS["with-tools"] then
"ForceCPP",
}
flags {
"Symbols", -- always include minimum symbols for executables
}
dofile("sdl_cfg.lua")
if _OPTIONS["SEPARATE_BIN"]~="1" then

View file

@ -217,6 +217,10 @@ if _OPTIONS["with-tools"] then
"ForceCPP",
}
flags {
"Symbols", -- always include minimum symbols for executables
}
if _OPTIONS["SEPARATE_BIN"]~="1" then
targetdir(MAME_DIR)
end