| Previous | 199869 Revisions | Next |
| r45098 Sunday 21st February, 2016 at 13:00:51 UTC by Scott Stone |
|---|
| Validation fix for parent set in m5_cart.xml (nw) |
| [/trunk] | makefile |
| [hash] | m5_cart.xml |
| r253609 | r253610 | |
|---|---|---|
| 1 | <?xml version="1.0"?> | |
| 1 | <?xml version="1.0"?> | |
| 2 | 2 | <!DOCTYPE softwarelist SYSTEM "softwarelist.dtd"> |
| 3 | 3 | |
| 4 | 4 | <!-- |
| r253609 | r253610 | |
| 667 | 667 | |
| 668 | 668 | <!-- Brno mod ROMs --> |
| 669 | 669 | |
| 670 | <software name="brno_ | |
| 670 | <software name="brno_con" supported="no"> | |
| 671 | 671 | <description>Boot for Brno ramdisk [console version]</description> |
| 672 | 672 | <year>1989</year> |
| 673 | 673 | <publisher><Pavel Brychta a spol.></publisher> |
| r253609 | r253610 | |
|---|---|---|
| 1263 | 1263 | generate: \ |
| 1264 | 1264 | genie \ |
| 1265 | 1265 | $(GEN_FOLDERS) \ |
| 1266 | $(patsubst %.po,%.mo,$(call rwildcard, language/, *.po)) \ | |
| 1266 | 1267 | $(patsubst $(SRC)/%.lay,$(GENDIR)/%.lh,$(LAYOUTS)) \ |
| 1267 | 1268 | $(SRC)/devices/cpu/m68000/m68kops.cpp |
| 1268 | 1269 | |
| r253609 | r253610 | |
| 1278 | 1279 | endif |
| 1279 | 1280 | |
| 1280 | 1281 | %.mo: %.po |
| 1281 | ifneq ($(TARGETOS),macosx) | |
| 1282 | 1282 | @echo Converting translation $<... |
| 1283 | 1283 | $(SILENT) msgfmt --check --output-file $@ $< |
| 1284 | endif | |
| 1285 | 1284 | |
| 1286 | 1285 | #------------------------------------------------- |
| 1287 | 1286 | # Regression tests |
| https://github.com/mamedev/mame/commit/30fe74bcd486270798fa10ef755c4494f0c9bae4 |
| Previous | 199869 Revisions | Next |