mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
compile just one chain with
make shaders CHAIN=unfiltered
This commit is contained in:
parent
5e26d00e6b
commit
ff27716bec
2
makefile
2
makefile
@ -1589,7 +1589,7 @@ shaders: bgfx-tools
|
||||
-$(call MKDIR,build/bgfx/shaders/gles)
|
||||
-$(call MKDIR,build/bgfx/shaders/glsl)
|
||||
-$(call MKDIR,build/bgfx/shaders/metal)
|
||||
$(SILENT) $(MAKE) -C $(SRC)/osd/modules/render/bgfx/shaders rebuild
|
||||
$(SILENT) $(MAKE) -C $(SRC)/osd/modules/render/bgfx/shaders rebuild CHAIN="$(CHAIN)"
|
||||
|
||||
#-------------------------------------------------
|
||||
# Translation
|
||||
|
@ -6,8 +6,11 @@ include shader.mk
|
||||
|
||||
SUBDIRS := $(patsubst .,,$(patsubst ./,,$(shell find . -type d)))
|
||||
|
||||
|
||||
ifneq ($(CHAIN),)
|
||||
rebuild: chains/$(CHAIN)
|
||||
else
|
||||
rebuild: main $(SUBDIRS)
|
||||
endif
|
||||
|
||||
$(SUBDIRS):
|
||||
@echo $@
|
||||
|
Loading…
Reference in New Issue
Block a user