diff options
author | 2016-03-29 08:49:47 +0200 | |
---|---|---|
committer | 2016-03-29 08:49:47 +0200 | |
commit | 9b3788035cbd3a037c76378ffb09b486af4d28c6 (patch) | |
tree | 86eb0ed78640e49a9af126b863bd4d2bc78248b5 /scripts/src/osd/windows.lua | |
parent | 3fb7f61cfceb8789a680b7ca9ec8fee0e0bff7a0 (diff) |
scrclean on lua scripts (nw)
Diffstat (limited to 'scripts/src/osd/windows.lua')
-rw-r--r-- | scripts/src/osd/windows.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/src/osd/windows.lua b/scripts/src/osd/windows.lua index 97880e4a260..f9a886dc176 100644 --- a/scripts/src/osd/windows.lua +++ b/scripts/src/osd/windows.lua @@ -275,10 +275,10 @@ if _OPTIONS["with-tools"] then kind "ConsoleApp" flags { - "Symbols", -- always include minimum symbols for executables + "Symbols", -- always include minimum symbols for executables } - if _OPTIONS["SEPARATE_BIN"]~="1" then + if _OPTIONS["SEPARATE_BIN"]~="1" then targetdir(MAME_DIR) end @@ -289,7 +289,7 @@ if _OPTIONS["with-tools"] then includedirs { MAME_DIR .. "src/osd", } - + files { MAME_DIR .. "src/osd/windows/ledutil.cpp", } |