Commit 8175ee4e379a82665d01bcce81d28575f4731c15
1 parent
6a16861a
Exists in
master
and in
5 other branches
Ajustes para compilar o modulo rexx no windows
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/plugins/rx3270/Makefile.in
@@ -36,7 +36,7 @@ EXTAPI_SRC=rxapimain.cc text.cc typed_routines.cc local.cc rexx_methods.cc | @@ -36,7 +36,7 @@ EXTAPI_SRC=rxapimain.cc text.cc typed_routines.cc local.cc rexx_methods.cc | ||
36 | REXXCONFIG=@REXXCONFIG@ | 36 | REXXCONFIG=@REXXCONFIG@ |
37 | LN_S=@LN_S@ | 37 | LN_S=@LN_S@ |
38 | 38 | ||
39 | -LIBS=@REXX_LIBS@ | 39 | +LIBS=@REXX_LIBS@ @LIBICONV@ |
40 | CFLAGS=@REXX_CFLAGS@ | 40 | CFLAGS=@REXX_CFLAGS@ |
41 | 41 | ||
42 | #---[ Include plugin rules ]--------------------------------------------------- | 42 | #---[ Include plugin rules ]--------------------------------------------------- |