diff --git a/locale/pt_BR.po b/locale/pt_BR.po index 6bc9293..c0b8198 100644 --- a/locale/pt_BR.po +++ b/locale/pt_BR.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: pw3270 5.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-02-20 13:50-0300\n" +"POT-Creation-Date: 2019-02-25 17:29-0300\n" "PO-Revision-Date: 2019-02-06 11:14-0200\n" "Last-Translator: Perry Werneck \n" "Language-Team: Português <>\n" @@ -1349,7 +1349,7 @@ msgstr "Minutos para desconexão automática" msgid "Misc colors" msgstr "Cores diversas" -#: window.c:515 +#: window.c:520 #, c-format msgid "Model %d (%s)" msgstr "Modelo %d (%s)" diff --git a/locale/pw3270.pot b/locale/pw3270.pot index dcd0d65..a7c8d46 100644 --- a/locale/pw3270.pot +++ b/locale/pw3270.pot @@ -9,7 +9,7 @@ msgstr "" "#-#-#-#-# pw3270.pot (PACKAGE VERSION) #-#-#-#-#\n" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-02-22 10:50-0300\n" +"POT-Creation-Date: 2019-02-25 17:37-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 "" "#-#-#-#-# lib3270.pot (PACKAGE VERSION) #-#-#-#-#\n" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-02-19 19:02+0000\n" +"POT-Creation-Date: 2019-02-22 14:46+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -31,7 +31,7 @@ msgstr "" "#-#-#-#-# libv3270.pot (PACKAGE VERSION) #-#-#-#-#\n" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-02-20 20:12+0000\n" +"POT-Creation-Date: 2019-02-22 14:48+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1318,7 +1318,7 @@ msgstr "" msgid "Misc colors" msgstr "" -#: window.c:515 +#: window.c:520 #, c-format msgid "Model %d (%s)" msgstr "" diff --git a/sdk/Makefile.in b/sdk/Makefile.in index 9cf9a8a..767586a 100644 --- a/sdk/Makefile.in +++ b/sdk/Makefile.in @@ -24,6 +24,7 @@ # erico.mendonca@gmail.com (Erico Mascarenhas de Mendonça) # +LIBNAME=@DLLPREFIX@@PACKAGE_TARNAME@@DLLEXT@ #---[ Configuration values ]------------------------------------------------------------- @@ -42,6 +43,7 @@ PACKAGE_TARNAME=@PACKAGE_TARNAME@ MKDIR=@MKDIR_P@ INSTALL=@INSTALL@ INSTALL_DATA=@INSTALL_DATA@ +LN_S=@LN_S@ #---[ Rules ]---------------------------------------------------------------------------- @@ -67,18 +69,19 @@ $(SRCDIR)/src/include/%.h: \ #---[ Targets ]-------------------------------------------------------------------------- install: \ - install-lib3270 \ - install-pw3270 - -install-lib3270: \ - $(foreach SRC, $(notdir $(wildcard $(BASEDIR)/src/include/lib3270/*.h)), $(DESTDIR)$(includedir)/lib3270/$(SRC)) \ - $(DESTDIR)$(libdir)/pkgconfig/lib3270.pc \ - $(DESTDIR)$(includedir)/lib3270.h \ - -install-pw3270: \ $(foreach SRC, $(notdir $(wildcard $(BASEDIR)/src/include/pw3270/*.h)), $(DESTDIR)$(includedir)/pw3270/$(SRC)) \ $(DESTDIR)$(includedir)/pw3270.h \ - $(DESTDIR)$(includedir)/pw3270cpp.h \ + $(DESTDIR)$(includedir)/pw3270cpp.h + + @$(MKDIR) $(DESTDIR)$(libdir) + + @$(LN_S) -f \ + $(LIBNAME).@PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@ \ + $(DESTDIR)$(libdir)/$(LIBNAME).@PACKAGE_MAJOR_VERSION@ + + @$(LN_S) -f \ + $(LIBNAME).@PACKAGE_MAJOR_VERSION@ \ + $(DESTDIR)$(libdir)/$(LIBNAME) @$(MKDIR) $(DESTDIR)$(libdir)/pkgconfig @$(INSTALL_DATA) pw3270.pc $(DESTDIR)$(libdir)/pkgconfig/$(PACKAGE_TARNAME).pc diff --git a/src/pw3270/Makefile.in b/src/pw3270/Makefile.in index 6e9c2ec..31af8f3 100644 --- a/src/pw3270/Makefile.in +++ b/src/pw3270/Makefile.in @@ -275,14 +275,6 @@ install: \ $(BINRLS)/$(LIBNAME).@PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@ \ $(DESTDIR)$(libdir) - @$(LN_S) -f \ - $(LIBNAME).@PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@ \ - $(DESTDIR)$(libdir)/$(LIBNAME).@PACKAGE_MAJOR_VERSION@ - - @$(LN_S) -f \ - $(LIBNAME).@PACKAGE_MAJOR_VERSION@ \ - $(DESTDIR)$(libdir)/$(LIBNAME) - @$(MKDIR) $(DESTDIR)$(bindir) @$(INSTALL_PROGRAM) \ -- libgit2 0.21.2