diff options
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/3ds/3ds.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/platform/3ds/3ds.mk b/backends/platform/3ds/3ds.mk index 0954737834..923699cc76 100644 --- a/backends/platform/3ds/3ds.mk +++ b/backends/platform/3ds/3ds.mk @@ -101,3 +101,6 @@ vpath %.shlist $(srcdir) %.shbin.o : %.shlist @echo $(notdir $<) @$(call shader-as,$(foreach file,$(shell cat $<),$(dir $<)/$(file))) + +# osystem-graphics.cpp includes shader_shbin.h that is generated by the shader assembler +backends/platform/3ds/osystem-graphics.o: backends/platform/3ds/shader.shbin.o |