diff p7zip_9.20.1/contrib/qnx630sp3/qnx630sp3-shared @ 707:8e902fcb8792

<Sgeo> run tar -xjf p7zip.tar.bz2
author HackBot
date Sat, 15 Sep 2012 23:18:55 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/p7zip_9.20.1/contrib/qnx630sp3/qnx630sp3-shared	Sat Sep 15 23:18:55 2012 +0000
@@ -0,0 +1,14 @@
+BIN="p7zip-4.47-x86-qnx6.shared"
+cd ../../ && mkdir -p ../${BIN}/Codecs && \
+make clean && \
+mv makefile.machine makefile.machine.bak && \
+cp makefile.qnx_shared.bin makefile.machine && \
+make 7z && make 7za && make 7zr && make sfx && \
+mv ./bin/7z ../${BIN} && mv ./bin/7za ../${BIN} && mv ./bin/7zr ../${BIN} && mv ./bin/7zCon.sfx ../${BIN} && \
+make clean && \
+cp makefile.qnx_shared.so makefile.machine && \
+make 7z && \
+mv ./bin/7z.so ../${BIN} && mv ./bin/Codecs/Rar29.so ../${BIN}/Codecs && \
+make clean && \
+mv makefile.machine.bak makefile.machine
+echo "All done - look for binaries in ../${BIN}"