aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/n64
diff options
context:
space:
mode:
authorCameron Cawley2019-07-02 22:49:03 +0100
committerFilippos Karapetis2019-07-08 12:42:21 +0300
commit0334411d639fca4ab76b5c3c60efc9b66115b555 (patch)
treecdbc014a6b6db160bdce46be2317e74e284dfaeb /backends/platform/n64
parent96103179af909894d9ca71fb69b8f1121591f518 (diff)
downloadscummvm-rg350-0334411d639fca4ab76b5c3c60efc9b66115b555.tar.gz
scummvm-rg350-0334411d639fca4ab76b5c3c60efc9b66115b555.tar.bz2
scummvm-rg350-0334411d639fca4ab76b5c3c60efc9b66115b555.zip
BUILD: Package networking and virtual keyboard files on all platforms
Diffstat (limited to 'backends/platform/n64')
-rw-r--r--backends/platform/n64/n64.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/backends/platform/n64/n64.mk b/backends/platform/n64/n64.mk
index 3198170788..a8af336dba 100644
--- a/backends/platform/n64/n64.mk
+++ b/backends/platform/n64/n64.mk
@@ -18,9 +18,13 @@ n64-dist: all
ifdef DIST_FILES_ENGINEDATA
$(CP) $(DIST_FILES_ENGINEDATA) $(bundle_name)/romfs
endif
+ifdef DIST_FILES_NETWORKING
+ $(CP) $(DIST_FILES_NETWORKING) $(bundle_name)/romfs
+endif
+ifdef DIST_FILES_VKEYBD
+ $(CP) $(DIST_FILES_VKEYBD) $(bundle_name)/romfs
+endif
$(CP) $(DIST_FILES_DOCS) $(bundle_name)/
- $(CP) $(srcdir)/backends/vkeybd/packs/vkeybd_default.zip $(bundle_name)/romfs
- $(CP) $(srcdir)/backends/vkeybd/packs/vkeybd_small.zip $(bundle_name)/romfs
genromfs -f $(bundle_name)/romfs.img -d $(bundle_name)/romfs -V scummvmn64
mips64-objcopy $(EXECUTABLE) $(bundle_name)/scummvm.elf -O binary
cat $(N64SDK)/hkz-libn64/bootcode $(bundle_name)/scummvm.elf $(bundle_name)/romfs.img > scummvm.v64