From 042923b1ac57b93352c4155e0482248347c673db Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Wed, 9 Aug 2017 10:24:12 -0300 Subject: [PATCH] Atualizando empacotamento windows. --- locale/pw3270.pot | 4 ++-- win/install-cross.sh | 1 + win/makeruntime.sh.in | 3 +++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/locale/pw3270.pot b/locale/pw3270.pot index 3c26e41..873f3af 100644 --- a/locale/pw3270.pot +++ b/locale/pw3270.pot @@ -9,7 +9,7 @@ msgstr "" "#-#-#-#-# lib3270.pot (PACKAGE VERSION) #-#-#-#-#\n" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-08 11:51-0300\n" +"POT-Creation-Date: 2017-08-09 10:17-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -20,7 +20,7 @@ msgstr "" "#-#-#-#-# pw3270.pot (PACKAGE VERSION) #-#-#-#-#\n" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-08 11:51-0300\n" +"POT-Creation-Date: 2017-08-09 10:17-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/win/install-cross.sh b/win/install-cross.sh index b6e590c..6047ddc 100755 --- a/win/install-cross.sh +++ b/win/install-cross.sh @@ -6,6 +6,7 @@ install_packages() TEMPFILE=$(mktemp) cat > ${TEMPFILE} << EOF +libopenssl libopenssl-devel libintl-devel libepoxy0 diff --git a/win/makeruntime.sh.in b/win/makeruntime.sh.in index a1c3afe..848e45c 100755 --- a/win/makeruntime.sh.in +++ b/win/makeruntime.sh.in @@ -123,6 +123,8 @@ copy_dll() { COUNT=$(find "$(dirname ${myDIR})/.bin/Release/" -iname ${FILENAME} | wc --lines) if [ "${COUNT}" == "0" ]; then + echo ${FILENAME} + if [ -e ${prefix}/bin/${FILENAME} ]; then echo "Copiando $(basename ${FILENAME})..." @@ -135,6 +137,7 @@ copy_dll() { else echo "Can't find ${FILENAME}" + exit -1 fi -- libgit2 0.21.2