OSDN Git Service

[TOOL] Update installer.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Sat, 27 Oct 2018 18:10:19 +0000 (03:10 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Sat, 27 Oct 2018 18:10:19 +0000 (03:10 +0900)
[TOOL][MZ2500] Update tools.

source/tool/installer_unix.sh
source/tool/mz2500/create_hd.exe [new file with mode: 0644]
source/tool/mz2500/create_hdd.exe [deleted file]

index 75dbb4e..85ca62a 100755 (executable)
@@ -7,7 +7,13 @@ LDCONFIG=/sbin/ldconfig
 CSP_ARCH="x86_64-linux-gnu"
 MULTIARCH="Yes"
 CSP_PREFIX=/usr/local
-CSP_GUILIB="libCSPfmgen.so.1.4.0 libCSPcommon_vm.so.2.1.0 libCSPosd.so.2.13.2 libCSPemu_utils.so.2.12.3 libCSPgui.so.2.15.3 libCSPavio.2.9.2 "
+CSP_GUILIB=" \
+             libCSPcommon_vm.2.4.0 \
+            libCSPemu_utils.2.14.1 \
+            libCSPfmgen.1.4.0 \
+            libCSPgui.2.15.3 \
+            libCSPavio.2.9.2 \
+            "
 
 for i in "$@"; do
   case "$1" in 
diff --git a/source/tool/mz2500/create_hd.exe b/source/tool/mz2500/create_hd.exe
new file mode 100644 (file)
index 0000000..ab1d192
Binary files /dev/null and b/source/tool/mz2500/create_hd.exe differ
diff --git a/source/tool/mz2500/create_hdd.exe b/source/tool/mz2500/create_hdd.exe
deleted file mode 100644 (file)
index f55adfc..0000000
Binary files a/source/tool/mz2500/create_hdd.exe and /dev/null differ