Commit d52ffd174d5911240dc50053e535518e988aa6e6
1 parent
ef2bc0c4
Exists in
master
and in
1 other branch
Fixing locale build, updating readme file with new template.
Showing
3 changed files
with
19 additions
and
3 deletions
Show diff stats
Makefile.in
| @@ -69,7 +69,7 @@ sysconfdir=@sysconfdir@ | @@ -69,7 +69,7 @@ sysconfdir=@sysconfdir@ | ||
| 69 | 69 | ||
| 70 | BASEDIR=@BASEDIR@ | 70 | BASEDIR=@BASEDIR@ |
| 71 | 71 | ||
| 72 | -POTDIR=$(BASEDIR)/$(LIBNAME)/.pot | 72 | +POTDIR=$(BASEDIR)/.pot |
| 73 | 73 | ||
| 74 | OBJDIR=$(BASEDIR)/.obj/$(LIBNAME) | 74 | OBJDIR=$(BASEDIR)/.obj/$(LIBNAME) |
| 75 | OBJDBG=$(OBJDIR)/Debug | 75 | OBJDBG=$(OBJDIR)/Debug |
README.md
| 1 | 3270 Virtual Terminal for GTK. | 1 | 3270 Virtual Terminal for GTK. |
| 2 | +============================== | ||
| 2 | 3 | ||
| 3 | -Originally designed as part of the pw3270 application this library provides a TN3270 virtual terminal widget for GTK 3. | 4 | +Created originally as part of PW3270 application. |
| 4 | 5 | ||
| 5 | See more details at https://softwarepublico.gov.br/social/pw3270/ | 6 | See more details at https://softwarepublico.gov.br/social/pw3270/ |
| 6 | 7 | ||
| 8 | +Installation repositories | ||
| 9 | +========================= | ||
| 10 | + | ||
| 11 | + | ||
| 12 | + | ||
| 13 | +Requirements | ||
| 14 | +============ | ||
| 15 | + | ||
| 16 | + | ||
| 17 | +Building for Linux | ||
| 18 | +================== | ||
| 19 | + | ||
| 20 | + | ||
| 21 | +Cross-compiling for Windows | ||
| 22 | +=========================== | ||
| 23 | + |
v3270.cbp
| @@ -45,7 +45,6 @@ | @@ -45,7 +45,6 @@ | ||
| 45 | <Option compilerVar="CC" /> | 45 | <Option compilerVar="CC" /> |
| 46 | </Unit> | 46 | </Unit> |
| 47 | <Unit filename="src/dialogs/private.h" /> | 47 | <Unit filename="src/dialogs/private.h" /> |
| 48 | - <Unit filename="src/include/accessible.h" /> | ||
| 49 | <Unit filename="src/include/config.h" /> | 48 | <Unit filename="src/include/config.h" /> |
| 50 | <Unit filename="src/include/hostselect.h" /> | 49 | <Unit filename="src/include/hostselect.h" /> |
| 51 | <Unit filename="src/include/v3270.h" /> | 50 | <Unit filename="src/include/v3270.h" /> |