diff --git a/po/pt_BR.po b/po/pt_BR.po index b8dd728..8a995c7 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: 2013-05-08 14:31-0300\n" +"POT-Creation-Date: 2013-05-21 08:21-0300\n" "PO-Revision-Date: 2013-05-08 14:30-0300\n" "Last-Translator: Perry Werneck \n" "Language-Team: Português <>\n" diff --git a/pw3270-i686.nsi.in b/pw3270-i686.nsi.in index 75f596d..3c3ed9e 100644 --- a/pw3270-i686.nsi.in +++ b/pw3270-i686.nsi.in @@ -216,68 +216,13 @@ sectionEnd Function .onInit -FindProcDLL::FindProc "@PACKAGE@.exe" -IntCmp $R0 1 0 notRunning - - MessageBox MB_OK|MB_ICONEXCLAMATION "@PACKAGE@ is running. Please close it first" /SD IDOK - Abort - -notRunning: - -#IfFileExists $PROGRAMFILES\ooRexx\rexx.exe RexxOK RexxNOK -# -#RexxOK: -# SectionGetFlags "${RexxPlugin}" $0 -# IntOp $0 $0 | ${SF_SELECTED} -# SectionSetFlags "${RexxPlugin}" $0 -# -# SectionGetFlags "${SecRexxLib}" $0 -# IntOp $0 $0 | ${SF_SELECTED} -# SectionSetFlags "${SecRexxLib}" $0 -# -#goto PastRexxCheck -# -#RexxNOK: -# SectionGetFlags "${RexxPlugin}" $0 -# IntOp $0 $0 | ${SF_RO} -# SectionSetFlags "${RexxPlugin}" $0 -# -# SectionGetFlags "${SecRexxLib}" $0 -# IntOp $0 $0 | ${SF_RO} -# SectionSetFlags "${SecRexxLib}" $0 -# -#PastRexxCheck: - - ReadRegStr $4 HKLM "Software\GTK2-Runtime" "DllPath" - - # remove trailing back slash - Push $4 - Exch $EXEDIR - Exch $EXEDIR - Pop $4 - - # if Gtk runtime DLL path exists gtk runtime is already installed. - IfFileExists $4 gtkOK gtkNOK - -gtkOK: - - SectionGetFlags "${SecGTK}" $0 - IntOp $0 $0 & ${SECTION_OFF} - SectionSetFlags "${SecGTK}" $0 - -goto PastGTKCheck - -gtkNOK: - - SectionGetFlags "${SecGTK}" $0 - IntOp $0 $0 | ${SF_SELECTED} - SectionSetFlags "${SecGTK}" $0 - -goto PastGTKCheck - - - -PastGTKCheck: +;FindProcDLL::FindProc "@PACKAGE@.exe" +;IntCmp $R0 1 0 notRunning +; +; MessageBox MB_OK|MB_ICONEXCLAMATION "@PACKAGE@ is running. Please close it first" /SD IDOK +; Abort +; +;notRunning: FunctionEnd diff --git a/pw3270-x86_64.nsi.in b/pw3270-x86_64.nsi.in index 217e926..e8cdb8d 100644 --- a/pw3270-x86_64.nsi.in +++ b/pw3270-x86_64.nsi.in @@ -170,10 +170,6 @@ Section /o "Software Development Kit" SecSDK file "/oname=$INSTDIR\sdk\sample\Makefile" "src\sample\Makefile" file "/oname=$INSTDIR\sdk\sample\connect.c" "src\sample\connect.c" - file "/oname=$INSTDIR\sdk\lib3270.def" ".bin\Release\lib3270.dll.@PACKAGE_VERSION@.def" - file "/oname=$INSTDIR\sdk\pw3270.def" ".bin\Release\pw3270.dll.@PACKAGE_VERSION@.def" - file "/oname=$INSTDIR\sdk\libhllapi.def" ".bin\Release\libhllapi.dll.def" - SectionEnd # create a section to define what the uninstaller does. @@ -217,76 +213,6 @@ sectionEnd Function .onInit -; define the directory to install to -; http://bojan-komazec.blogspot.com.br/2011/10/nsis-installer-for-64-bit-windows.html -;${If} ! ${RunningX64} -; MessageBox MB_ERROR|MB_ICONEXCLAMATION "You can´t install a 64 bits application on a non 64 bits machine." /SD IDOK -; Abort -;${EndIf} - -;FindProcDLL::FindProc "@PACKAGE@.exe" -;IntCmp $R0 1 0 notRunning -; -; MessageBox MB_OK|MB_ICONEXCLAMATION "@PACKAGE@ is running. Please close it first" /SD IDOK -; Abort -; -;notRunning: - -#IfFileExists $PROGRAMFILES\ooRexx\rexx.exe RexxOK RexxNOK -# -#RexxOK: -# SectionGetFlags "${RexxPlugin}" $0 -# IntOp $0 $0 | ${SF_SELECTED} -# SectionSetFlags "${RexxPlugin}" $0 -# -# SectionGetFlags "${SecRexxLib}" $0 -# IntOp $0 $0 | ${SF_SELECTED} -# SectionSetFlags "${SecRexxLib}" $0 -# -#goto PastRexxCheck -# -#RexxNOK: -# SectionGetFlags "${RexxPlugin}" $0 -# IntOp $0 $0 | ${SF_RO} -# SectionSetFlags "${RexxPlugin}" $0 -# -# SectionGetFlags "${SecRexxLib}" $0 -# IntOp $0 $0 | ${SF_RO} -# SectionSetFlags "${SecRexxLib}" $0 -# -#PastRexxCheck: - - ReadRegStr $4 HKLM "Software\GTK2-Runtime" "DllPath" - - # remove trailing back slash - Push $4 - Exch $EXEDIR - Exch $EXEDIR - Pop $4 - - # if Gtk runtime DLL path exists gtk runtime is already installed. - IfFileExists $4 gtkOK gtkNOK - -gtkOK: - - SectionGetFlags "${SecGTK}" $0 - IntOp $0 $0 & ${SECTION_OFF} - SectionSetFlags "${SecGTK}" $0 - -goto PastGTKCheck - -gtkNOK: - - SectionGetFlags "${SecGTK}" $0 - IntOp $0 $0 | ${SF_SELECTED} - SectionSetFlags "${SecGTK}" $0 - -goto PastGTKCheck - - - -PastGTKCheck: - FunctionEnd -- libgit2 0.21.2