mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
fix for few more executable files (nw)
This commit is contained in:
parent
fab6dab064
commit
3060bb0637
2 changed files with 12 additions and 0 deletions
|
@ -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 a new issue