From eb2e23c8a516adc928cc069a48a32c1415af337d Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Wed, 8 May 2013 13:50:06 +0000 Subject: [PATCH] Pequenos ajustes na construção da libpw3270.so para teste de empacotamento em redhat --- po/pt_BR.po | 11 ++++++++--- src/pw3270/Makefile.in | 5 ++++- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/po/pt_BR.po b/po/pt_BR.po index 8d44071..a269a15 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-03 15:59-0300\n" +"POT-Creation-Date: 2013-05-08 10:42-0300\n" "PO-Revision-Date: 2013-04-23 10:22-0300\n" "Last-Translator: Perry Werneck \n" "Language-Team: Português <>\n" @@ -18,6 +18,11 @@ msgstr "" "X-Poedit-SourceCharset: utf-8\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +#: window.c:283 +#, fuzzy, c-format +msgid "%s - Disconnected" +msgstr "_Desconectar" + #: actions.c:742 actions.c:754 #, c-format msgid "%s action needs a valid id attribute" @@ -903,7 +908,7 @@ msgstr "Cores diversas" msgid "Missing ']'" msgstr "Faltando ']'" -#: window.c:344 +#: window.c:367 #, c-format msgid "Model %d (%s)" msgstr "Modelo %d (%s)" @@ -2043,7 +2048,7 @@ msgstr "Valor de cor inválido ou inesperado: \"%s\"" msgid "Unexpected or unknown security status" msgstr "Estado de segurança inesperado ou desconhecido." -#: v3270/widget.c:845 +#: v3270/widget.c:847 msgid "" "Unexpected signature in H3270 object, possible version mismatch in lib3270" msgstr "" diff --git a/src/pw3270/Makefile.in b/src/pw3270/Makefile.in index e3e00b7..045900d 100644 --- a/src/pw3270/Makefile.in +++ b/src/pw3270/Makefile.in @@ -48,6 +48,9 @@ CONVERT=@CONVERT@ WINDRES=@WINDRES@ LN_S=@LN_S@ +DLL_FLAGS=@DLL_FLAGS@ +LDFLAGS=@LDFLAGS@ + #---[ Sources ]---------------------------------------------------------------- include common/sources.mak @@ -134,7 +137,7 @@ $(LIBRLS)/@DLLPREFIX@$(PACKAGE_TARNAME)@DLLEXT@: $(LIBRLS)/@DLLPREFIX@$(PACKAGE_ $(LIBRLS)/@DLLPREFIX@$(PACKAGE_TARNAME)@DLLEXT@.@VERSION@: $(foreach SRC, $(basename $(LIB_SOURCES)), $(OBJRLS)/$(SRC)$(OBJEXT)) @echo " CCLD `basename $@`" @$(MKDIR) `dirname $@` - @$(LD) $(DLL_FLAGS) @LDSOFLAGS@ @LDLIBFLAGS@ $(LDFLAGS) -o $@ $^ $(LIBS) $(LIB3270_LIBS) + @$(LD) $(DLL_FLAGS) $(LDFLAGS) @LDSOFLAGS@ @LDLIBFLAGS@ -o $@ $^ $(LIBS) $(LIB3270_LIBS) @$(STRIP) $@ #---[ Debug targets ]---------------------------------------------------------- -- libgit2 0.21.2