diff options
author | 2015-04-16 14:29:34 +0200 | |
---|---|---|
committer | 2015-04-16 14:29:34 +0200 | |
commit | fab6dab064f5f8308d7276ccdb1bf684db24cea8 (patch) | |
tree | a186e2219b977f40f026d7499f94f5613bc30762 /scripts/src/tools.lua | |
parent | fcf852fea2b9267c9ad75921955d73a3143410ec (diff) |
Make generated projects behave same as before revert (nw)
Diffstat (limited to 'scripts/src/tools.lua')
-rw-r--r-- | scripts/src/tools.lua | 60 |
1 files changed, 60 insertions, 0 deletions
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 |