diff options
author | 2017-12-24 15:03:04 +1100 | |
---|---|---|
committer | 2017-12-24 15:03:04 +1100 | |
commit | 25f84e3bf06c27fe8bde62117a6458312f2c1ea1 (patch) | |
tree | a3b73dd7c982bfa9b420b0c456a90741e3e22c7a /scripts/src/3rdparty.lua | |
parent | ef82d89e3a7684008a9706767ba87a6100443952 (diff) |
srcclean and manual cleanups (nw)
please people, remember to keep source UTF-8 and if you're committing on behalf of others, clean up indents to meet MAME conventions
anyone can run srcclean over a submission and see what will get hit
Diffstat (limited to 'scripts/src/3rdparty.lua')
-rw-r--r-- | scripts/src/3rdparty.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index 2670b723b02..5a9a52c849f 100644 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -786,7 +786,7 @@ project "bx" } files { - MAME_DIR .. "3rdparty/bx/src/allocator.cpp", + MAME_DIR .. "3rdparty/bx/src/allocator.cpp", MAME_DIR .. "3rdparty/bx/src/bx.cpp", MAME_DIR .. "3rdparty/bx/src/commandline.cpp", MAME_DIR .. "3rdparty/bx/src/crtnone.cpp", |