From 83cfc46611f0b5008ae072708e57d27ba25337fe Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Tue, 8 May 2012 19:17:26 +0000 Subject: [PATCH] Experimentando com android --- Makefile.in | 7 +------ globals.h | 5 +++++ sources.mak | 35 +++++++++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+), 6 deletions(-) create mode 100644 sources.mak diff --git a/Makefile.in b/Makefile.in index 66642f4..9f199eb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -101,12 +101,7 @@ $(TMPDIR)/pot/%.pot: %.c #---[ Sources ]---------------------------------------------------------------- -SOURCES = XtGlue.c init.c actions.c ansi.c charset.c ctlr.c \ - ft.c ft_cut.c ft_dft.c glue.c host.c kybd.c \ - proxy.c resources.c rpq.c screen.c see.c \ - sf.c tables.c telnet.c toggles.c trace_ds.c utf8.c util.c \ - xio.c resolver.c log.c paste.c macros.c fallbacks.c version.c \ - selection.c bounds.c +include sources.mak #---[ Misc targets ]----------------------------------------------------------- diff --git a/globals.h b/globals.h index cc385a1..c195141 100644 --- a/globals.h +++ b/globals.h @@ -55,6 +55,11 @@ /* * gettext stuff */ +#ifdef ANDROID + #undef HAVE_LIBINTL + #undef HAVE_LIBSSL +#endif + #ifdef HAVE_LIBINTL #include #define _( x ) gettext(x) diff --git a/sources.mak b/sources.mak new file mode 100644 index 0000000..31fa7ef --- /dev/null +++ b/sources.mak @@ -0,0 +1,35 @@ +# +# "Software pw3270, desenvolvido com base nos códigos fontes do WC3270 e X3270 +# (Paul Mattes Paul.Mattes@usa.net), de emulação de terminal 3270 para acesso a +# aplicativos mainframe. Registro no INPI sob o nome G3270. +# +# Copyright (C) <2008> +# +# Este programa é software livre. Você pode redistribuí-lo e/ou modificá-lo sob +# os termos da GPL v.2 - Licença Pública Geral GNU, conforme publicado pela +# Free Software Foundation. +# +# Este programa é distribuído na expectativa de ser útil, mas SEM QUALQUER +# GARANTIA; sem mesmo a garantia implícita de COMERCIALIZAÇÃO ou de ADEQUAÇÃO +# A QUALQUER PROPÓSITO EM PARTICULAR. Consulte a Licença Pública Geral GNU para +# obter mais detalhes. +# +# Você deve ter recebido uma cópia da Licença Pública Geral GNU junto com este +# programa; se não, escreva para a Free Software Foundation, Inc., 59 Temple +# Place, Suite 330, Boston, MA, 02111-1307, USA +# +# Contatos: +# +# perry.werneck@gmail.com (Alexandre Perry de Souza Werneck) +# erico.mendonca@gmail.com (Erico Mascarenhas de Mendonça) +# licinio@bb.com.br (Licínio Luis Branco) +# kraucer@bb.com.br (Kraucer Fernandes Mazuco) +# + +SOURCES = XtGlue.c init.c actions.c ansi.c charset.c ctlr.c \ + ft.c ft_cut.c ft_dft.c glue.c host.c kybd.c \ + proxy.c resources.c rpq.c screen.c see.c \ + sf.c tables.c telnet.c toggles.c trace_ds.c utf8.c util.c \ + xio.c resolver.c log.c paste.c macros.c fallbacks.c version.c \ + selection.c bounds.c + -- libgit2 0.21.2