summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2020-11-04 09:33:39 +0100
committer Olivier Galibert <galibert@pobox.com>2020-11-04 12:52:02 +0100
commit02bf25aa6fbadfdf0c30a0835675d4d141e85912 (patch)
treef5e0179008c71f57c0935ec40902f42ffbc4472c /makefile
parent8597660681bb4516439c8c4cc95994086207d31d (diff)
mulcd: Switch to a svg [O. Galibert]
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/makefile b/makefile
index 4e0182de54b..dad69c9c143 100644
--- a/makefile
+++ b/makefile
@@ -1701,7 +1701,6 @@ generate: \
$(GENDIR)/version.cpp \
$(patsubst %.po,%.mo,$(call rwildcard, language/, *.po)) \
$(patsubst $(SRC)/%.lay,$(GENDIR)/%.lh,$(LAYOUTS)) \
- $(GENDIR)/mame/machine/mulcd.hxx \
$(GENDIR)/includes/SDL2
$(GENDIR)/includes/SDL2:
@@ -1738,10 +1737,6 @@ $(GENDIR)/%.lh: $(SRC)/%.lay scripts/build/complay.py | $(GEN_FOLDERS)
@echo Compressing $<...
$(SILENT)$(PYTHON) scripts/build/complay.py $< $@ layout_$(basename $(notdir $<))
-$(GENDIR)/mame/machine/mulcd.hxx: $(SRC)/mame/machine/mulcd.ppm scripts/build/file2str.py | $(GEN_FOLDERS)
- @echo Converting $<...
- $(SILENT)$(PYTHON) scripts/build/file2str.py $< $@ mulcd_bkg uint8_t
-
%.mo: %.po
@echo Converting translation $<...
ifdef IGNORE_BAD_LOCALISATION