[Scummvm-git-logs] scummvm master -> 2d2a46ac9a224530846cc42d6afe6adf37f9f73a
bgK
bastien.bouclet at gmail.com
Thu Oct 24 18:56:34 CEST 2019
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
2d2a46ac9a 3DS: Add files to be removed by 3ds_clean in 3ds.mk:
Commit: 2d2a46ac9a224530846cc42d6afe6adf37f9f73a
https://github.com/scummvm/scummvm/commit/2d2a46ac9a224530846cc42d6afe6adf37f9f73a
Author: Michael Ball (ballm4788 at gmail.com)
Date: 2019-10-24T18:56:31+02:00
Commit Message:
3DS: Add files to be removed by 3ds_clean in 3ds.mk:
backends/platform/3ds/shader.shbin (byproduct of "make"),
backends/platform/3ds/shader_shbin.h (byproduct of "make"),
$(TARGET).smdh (aka scummvm.smdh, byproduct of "make scummvm.3dsx"),
$(TARGET).bnr (aka scummvm.bnr, byproduct of "make scummvm.cia")
Changed paths:
backends/platform/3ds/3ds.mk
diff --git a/backends/platform/3ds/3ds.mk b/backends/platform/3ds/3ds.mk
index dcb7b5e..0466722 100644
--- a/backends/platform/3ds/3ds.mk
+++ b/backends/platform/3ds/3ds.mk
@@ -19,7 +19,11 @@ LDFLAGS += -specs=3dsx.specs $(ARCH) -L$(DEVKITPRO)/libctru/lib -L$(DEVKITPRO)/
clean: clean_3ds
clean_3ds:
+ $(RM) backends/platform/3ds/shader.shbin
+ $(RM) backends/platform/3ds/shader_shbin.h
+ $(RM) $(TARGET).smdh
$(RM) $(TARGET).3dsx
+ $(RM) $(TARGET).bnr
$(RM) $(TARGET).cia
$(RM) -rf romfs
More information about the Scummvm-git-logs
mailing list