mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Add ini/examples to dist.mak (#4234)
This commit is contained in:
parent
e430c4d97e
commit
48f04b664c
1 changed files with 1 additions and 1 deletions
2
dist.mak
2
dist.mak
|
@ -102,7 +102,7 @@ BINDIR := build/$(PROJECTTYPE)/bin/$(BUILDARCH)/$(BUILDVARIANT)
|
|||
STAGEDIR := build/release/$(BUILDARCH)/$(BUILDVARIANT)/$(TARGET)
|
||||
|
||||
BINARIES = $(MAINBIN) castool chdman floptool imgtool jedutil ldresample ldverify nltool nlwav romcmp unidasm
|
||||
SIMPLE_DIRS := ctrlr docs/man docs/swlist hash ini/presets nl_examples
|
||||
SIMPLE_DIRS := ctrlr docs/man docs/swlist hash ini/examples ini/presets nl_examples
|
||||
LOCALISATIONS := $(wildcard language/*/*.mo)
|
||||
COPIED_FILES := uismall.bdf roms/dir.txt $(foreach DIR,$(SIMPLE_DIRS),$(wildcard $(DIR)/*)) language/LICENSE language/README.md $(LOCALISATIONS)
|
||||
CREATED_DIRS := docs ini roms $(SIMPLE_DIRS) language $(dir $(LOCALISATIONS))
|
||||
|
|
Loading…
Reference in a new issue