summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/tools.lua
diff options
context:
space:
mode:
author ImJezze <jezze@gmx.net>2015-05-02 19:41:03 +0200
committer ImJezze <jezze@gmx.net>2015-05-02 19:41:03 +0200
commitcc3b682e52bf097d31db78032aad01d6a0b12e94 (patch)
tree860c97ca011b64c31a5ad277f5cea2b1d86eeaf0 /scripts/src/tools.lua
parent7df6a23ba2ae1c1df94ed8cc2398f2546f339997 (diff)
parenta649a95488e1fc85813dda747dc74c596496bd1c (diff)
Merge pull request #1 from mamedev/master
Sync to master
Diffstat (limited to 'scripts/src/tools.lua')
-rw-r--r--scripts/src/tools.lua62
1 files changed, 61 insertions, 1 deletions
diff --git a/scripts/src/tools.lua b/scripts/src/tools.lua
index cb7602a5b54..8c371f3b19a 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
@@ -407,7 +455,7 @@ files {
dofile("netlist.lua")
-if (_OPTIONS["target"]=="mess") then
+if (_OPTIONS["target"]~="mame") then
--------------------------------------------------
-- castool
--------------------------------------------------
@@ -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