diff options
| author | 2020-11-04 09:33:39 +0100 | |
|---|---|---|
| committer | 2020-11-04 12:52:02 +0100 | |
| commit | 02bf25aa6fbadfdf0c30a0835675d4d141e85912 (patch) | |
| tree | f5e0179008c71f57c0935ec40902f42ffbc4472c /makefile | |
| parent | 8597660681bb4516439c8c4cc95994086207d31d (diff) | |
mulcd: Switch to a svg [O. Galibert]
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |
