mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
fix empty dir creation (nw)
This commit is contained in:
parent
f89adf8b07
commit
8e90e8e0c0
10
makefile
10
makefile
@ -1586,11 +1586,11 @@ bgfx-tools:
|
||||
$(SILENT) $(MAKE) -C 3rdparty/bgfx -f makefile dist-$(GENIEOS) CC="$(CC)" CXX="$(CXX)" MINGW="$(MINGW)"
|
||||
|
||||
shaders: bgfx-tools
|
||||
-$(call MKDIR,build/bgfx/shaders/dx11)
|
||||
-$(call MKDIR,build/bgfx/shaders/dx9)
|
||||
-$(call MKDIR,build/bgfx/shaders/gles)
|
||||
-$(call MKDIR,build/bgfx/shaders/glsl)
|
||||
-$(call MKDIR,build/bgfx/shaders/metal)
|
||||
-$(call MKDIR,build/shaders/dx11)
|
||||
-$(call MKDIR,build/shaders/dx9)
|
||||
-$(call MKDIR,build/shaders/gles)
|
||||
-$(call MKDIR,build/shaders/glsl)
|
||||
-$(call MKDIR,build/shaders/metal)
|
||||
$(SILENT) $(MAKE) -C $(SRC)/osd/modules/render/bgfx/shaders rebuild CHAIN="$(CHAIN)"
|
||||
|
||||
#-------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user