diff options
author | 2015-09-13 12:45:56 +0200 | |
---|---|---|
committer | 2015-09-13 12:45:56 +0200 | |
commit | e3a6e9b0b8df6ee519d9cd660794a71ac708f28f (patch) | |
tree | 1f6d2cf68ef2568614b3ecd2475e217bb1371b62 /scripts/src/3rdparty.lua | |
parent | 05c7edb1996be46465f3cb6e56d545776053528b (diff) |
removed deps from 3rdparty to osd (nw)
Diffstat (limited to 'scripts/src/3rdparty.lua')
-rw-r--r-- | scripts/src/3rdparty.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index 1a6398b9092..3fef7c5ea23 100644 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -500,7 +500,6 @@ project "portmidi" kind "StaticLib" includedirs { - MAME_DIR .. "src/osd", MAME_DIR .. "3rdparty/portmidi/pm_common", MAME_DIR .. "3rdparty/portmidi/porttime", } |