mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
fix for few more executable files (nw)
This commit is contained in:
parent
fab6dab064
commit
3060bb0637
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user