diff options
author | 2015-04-02 18:04:21 +0200 | |
---|---|---|
committer | 2015-04-02 18:04:21 +0200 | |
commit | 86e36b4912ec45f8148406e4346d995c9a2a9ff0 (patch) | |
tree | b666d6a81f05bd804f36a7193718dba99027e57c /scripts/target/mess/tiny.lua | |
parent | 9d635321841f2c412efac5217bd1feea06d253f1 (diff) |
removed includeosd (nw)
Diffstat (limited to 'scripts/target/mess/tiny.lua')
-rw-r--r-- | scripts/target/mess/tiny.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/target/mess/tiny.lua b/scripts/target/mess/tiny.lua index 8db43cbec27..4e18931c083 100644 --- a/scripts/target/mess/tiny.lua +++ b/scripts/target/mess/tiny.lua @@ -17,6 +17,7 @@ function createProjects_mess_tiny(_target, _subtarget) } includedirs { + MAME_DIR .. "src/osd", MAME_DIR .. "src/emu", MAME_DIR .. "src/mess", MAME_DIR .. "src/lib", @@ -26,8 +27,6 @@ function createProjects_mess_tiny(_target, _subtarget) GEN_DIR .. "mess/layout", } - includeosd() - files{ MAME_DIR .. "src/mess/drivers/coleco.c", MAME_DIR .. "src/mess/machine/coleco.c", |