From fab6dab064f5f8308d7276ccdb1bf684db24cea8 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 16 Apr 2015 14:29:34 +0200 Subject: Make generated projects behave same as before revert (nw) --- scripts/src/tools.lua | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) (limited to 'scripts/src/tools.lua') diff --git a/scripts/src/tools.lua b/scripts/src/tools.lua index cb7602a5b54..64860177f2a 100644 --- a/scripts/src/tools.lua +++ b/scripts/src/tools.lua @@ -10,6 +10,10 @@ options { "ForceCPP", } +flags { + "Symbols", -- always include minimum symbols for executables +} + if _OPTIONS["SEPARATE_BIN"]~="1" then targetdir(MAME_DIR) end @@ -42,6 +46,10 @@ options { "ForceCPP", } +flags { + "Symbols", -- always include minimum symbols for executables +} + if _OPTIONS["SEPARATE_BIN"]~="1" then targetdir(MAME_DIR) end @@ -78,6 +86,10 @@ options { "ForceCPP", } +flags { + "Symbols", -- always include minimum symbols for executables +} + if _OPTIONS["SEPARATE_BIN"]~="1" then targetdir(MAME_DIR) end @@ -110,6 +122,10 @@ options { "ForceCPP", } +flags { + "Symbols", -- always include minimum symbols for executables +} + if _OPTIONS["SEPARATE_BIN"]~="1" then targetdir(MAME_DIR) end @@ -149,6 +165,10 @@ options { "ForceCPP", } +flags { + "Symbols", -- always include minimum symbols for executables +} + if _OPTIONS["SEPARATE_BIN"]~="1" then targetdir(MAME_DIR) end @@ -184,6 +204,10 @@ options { "ForceCPP", } +flags { + "Symbols", -- always include minimum symbols for executables +} + if _OPTIONS["SEPARATE_BIN"]~="1" then targetdir(MAME_DIR) end @@ -219,6 +243,10 @@ options { "ForceCPP", } +flags { + "Symbols", -- always include minimum symbols for executables +} + if _OPTIONS["SEPARATE_BIN"]~="1" then targetdir(MAME_DIR) end @@ -251,6 +279,10 @@ options { "ForceCPP", } +flags { + "Symbols", -- always include minimum symbols for executables +} + if _OPTIONS["SEPARATE_BIN"]~="1" then targetdir(MAME_DIR) end @@ -283,6 +315,10 @@ options { "ForceCPP", } +flags { + "Symbols", -- always include minimum symbols for executables +} + if _OPTIONS["SEPARATE_BIN"]~="1" then targetdir(MAME_DIR) end @@ -315,6 +351,10 @@ options { "ForceCPP", } +flags { + "Symbols", -- always include minimum symbols for executables +} + if _OPTIONS["SEPARATE_BIN"]~="1" then targetdir(MAME_DIR) end @@ -349,6 +389,10 @@ options { "ForceCPP", } +flags { + "Symbols", -- always include minimum symbols for executables +} + if _OPTIONS["SEPARATE_BIN"]~="1" then targetdir(MAME_DIR) end @@ -381,6 +425,10 @@ options { "ForceCPP", } +flags { + "Symbols", -- always include minimum symbols for executables +} + if _OPTIONS["SEPARATE_BIN"]~="1" then targetdir(MAME_DIR) end @@ -420,6 +468,10 @@ options { "ForceCPP", } +flags { + "Symbols", -- always include minimum symbols for executables +} + if _OPTIONS["SEPARATE_BIN"]~="1" then targetdir(MAME_DIR) end @@ -456,6 +508,10 @@ options { "ForceCPP", } +flags { + "Symbols", -- always include minimum symbols for executables +} + if _OPTIONS["SEPARATE_BIN"]~="1" then targetdir(MAME_DIR) end @@ -493,6 +549,10 @@ options { "ForceCPP", } +flags { + "Symbols", -- always include minimum symbols for executables +} + if _OPTIONS["SEPARATE_BIN"]~="1" then targetdir(MAME_DIR) end -- cgit v1.2.3-70-g09d2 From 2c1c3e84a046c1f174c0a048fe12fd0c83243444 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 29 Apr 2015 11:15:51 +0200 Subject: build mess tools for ume (nw) --- scripts/src/tools.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/src/tools.lua') diff --git a/scripts/src/tools.lua b/scripts/src/tools.lua index 64860177f2a..8c371f3b19a 100644 --- a/scripts/src/tools.lua +++ b/scripts/src/tools.lua @@ -455,7 +455,7 @@ files { dofile("netlist.lua") -if (_OPTIONS["target"]=="mess") then +if (_OPTIONS["target"]~="mame") then -------------------------------------------------- -- castool -------------------------------------------------- -- cgit v1.2.3-70-g09d2