driver lib filenames are lowercase

This commit is contained in:
hap 2015-09-28 15:18:33 +02:00
parent 932bd60ef3
commit f85d827d73

View File

@ -693,7 +693,7 @@ function linkProjects_mame_mess(_target, _subtarget)
"bnpo", "bnpo",
"bondwell", "bondwell",
"booth", "booth",
"BYTE", "byte",
"camputers", "camputers",
"canon", "canon",
"cantab", "cantab",
@ -1227,7 +1227,7 @@ files {
MAME_DIR .. "src/mess/drivers/apexc.c", MAME_DIR .. "src/mess/drivers/apexc.c",
} }
createMESSProjects(_target, _subtarget, "BYTE") createMESSProjects(_target, _subtarget, "byte")
files { files {
MAME_DIR .. "src/mess/drivers/zapcomputer.c", MAME_DIR .. "src/mess/drivers/zapcomputer.c",
} }