diff --git a/po/pt_BR.po b/po/pt_BR.po index beaf513..aa01116 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: pw3270 5.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-13 08:07-0300\n" +"POT-Creation-Date: 2012-09-13 08:45-0300\n" "PO-Revision-Date: 2012-09-05 09:05-0300\n" "Last-Translator: Perry Werneck \n" "Language-Team: Português do Brasil <>\n" diff --git a/pw3270.cbp b/pw3270.cbp index e2a8f2b..9271c1d 100644 --- a/pw3270.cbp +++ b/pw3270.cbp @@ -52,6 +52,7 @@ + diff --git a/pw3270.nsi.in b/pw3270.nsi.in index 8c1e8d7..2a0373b 100644 --- a/pw3270.nsi.in +++ b/pw3270.nsi.in @@ -109,8 +109,17 @@ SubSection "@PACKAGE@" SecMain sectionEnd -# -# SubSection "Plugins" SecPLugin + SubSection "Plugins" SecPLugin + + Section /o "HLLAPI" HLLAPIPlugin + setOutPath $INSTDIR + + CreateDirectory "$INSTDIR\plugins" + file "/oname=$INSTDIR\plugins\remotectl.dll" ".bin\Release\plugins\remotectl.dll" + file "/oname=$SYSDIR\libhllapi.dll" ".bin\Release\libhllapi.dll" + + sectionEnd + # # Section /o "Rexx" RexxPlugin # setOutPath $INSTDIR @@ -124,7 +133,7 @@ SubSection "@PACKAGE@" SecMain # # sectionEnd # -SubSectionEnd + SubSectionEnd Section /o "GTK+ Runtime" SecGTK @@ -180,6 +189,7 @@ section "Uninstall" # Delete System libraries delete $SYSDIR\lib3270.dll.@PACKAGE_VERSION@ delete $SYSDIR\libpw3270.dll.@PACKAGE_VERSION@ + delete $SYSDIR\libhllapi.dll # Delete extension libraries # delete $PROGRAMFILES\ooRexx\rx3270.dll -- libgit2 0.21.2