diff --git a/nw/Makefile.netware b/nw/Makefile.netware index b0737da..cdf3710 100644 --- a/nw/Makefile.netware +++ b/nw/Makefile.netware @@ -3,9 +3,7 @@ ## Makefile for building libssh2 (NetWare version - gnu make) ## Use: make -f Makefile.netware [help|all|clean|dev|devclean|dist|distclean|lib|nlm|objclean] ## -## Comments to: Guenter Knauf -## -## $Id: Makefile.netware,v 1.14 2009/04/09 03:13:51 gknauf Exp $ +## Comments to: Guenter Knauf http://www.gknw.net/phpbb # ######################################################################### @@ -21,7 +19,7 @@ endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH -OPENSSL_PATH = ../../openssl-0.9.8n +OPENSSL_PATH = ../../openssl-0.9.8o endif # Edit the path below to point to your Distribution folder. @@ -81,9 +79,9 @@ endif CP = cp -afv # RM = rm -f # Here you can find a native Win32 binary of the original awk: -# http://www.gknw.net/development/prgtools/awk.zip +# http://www.gknw.net/development/prgtools/awk-20070501.zip AWK = awk -# if you want to mark the target as MTSAFE you will need a tool for +# If you want to mark the target as MTSAFE you will need a tool for # generating the xdc data for the linker; here's a minimal tool: # http://www.gknw.net/development/prgtools/mkxdc.zip MPKXDC = mkxdc @@ -507,6 +505,7 @@ endif @echo $(DL) libssh2_channel_write_ex,$(DL) >> $@ @echo $(DL) libssh2_hostkey_hash,$(DL) >> $@ @echo $(DL) libssh2_scp_recv,$(DL) >> $@ + @echo $(DL) libssh2_scp_send64,$(DL) >> $@ @echo $(DL) libssh2_scp_send_ex,$(DL) >> $@ @echo $(DL) libssh2_knownhost_add,$(DL) >> $@ @echo $(DL) libssh2_knownhost_check,$(DL) >> $@ diff --git a/nw/test/Makefile.netware b/nw/test/Makefile.netware index a43da94..2dd4d7b 100644 --- a/nw/test/Makefile.netware +++ b/nw/test/Makefile.netware @@ -3,9 +3,7 @@ ## Makefile for building libssh2 (NetWare version - gnu make) ## Use: make -f Makefile.netware ## -## Comments to: Guenter Knauf -## -## $Id: Makefile.netware,v 1.10 2009/04/09 03:13:52 gknauf Exp $ +## Comments to: Guenter Knauf http://www.gknw.net/phpbb # ######################################################################### @@ -21,7 +19,7 @@ endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH -OPENSSL_PATH = ../../../openssl-0.9.8n +OPENSSL_PATH = ../../../openssl-0.9.8o endif # Edit the var below to enable static linking of libssh2 and libz @@ -75,9 +73,9 @@ endif CP = cp -afv # RM = rm -f # Here you can find a native Win32 binary of the original awk: -# http://www.gknw.net/development/prgtools/awk.zip +# http://www.gknw.net/development/prgtools/awk-20070501.zip AWK = awk -# if you want to mark the target as MTSAFE you will need a tool for +# If you want to mark the target as MTSAFE you will need a tool for # generating the xdc data for the linker; here's a minimal tool: # http://www.gknw.net/development/prgtools/mkxdc.zip MPKXDC = mkxdc diff --git a/win32/Makefile.win32 b/win32/Makefile.win32 index 01e93d9..0cbdc5d 100644 --- a/win32/Makefile.win32 +++ b/win32/Makefile.win32 @@ -3,9 +3,7 @@ ## Makefile for building libssh2 (Win32 version - gnu make) ## Use: make -f Makefile.win32 [help|all|clean|dev|devclean|dist|distclean|dll|objclean] ## -## Comments to: Guenter Knauf -## -## $Id: Makefile.win32,v 1.11 2009/04/09 03:13:52 gknauf Exp $ +## Comments to: Guenter Knauf http://www.gknw.net/phpbb # ######################################################################### @@ -18,7 +16,7 @@ WITH_ZLIB = 1 # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH -OPENSSL_PATH = ../../openssl-0.9.8n +OPENSSL_PATH = ../../openssl-0.9.8o endif # Edit the path below to point to your Distribution folder. @@ -68,7 +66,7 @@ endif CP = cp -afv # RM = rm -f # Here you can find a native Win32 binary of the original awk: -# http://www.gknw.net/development/prgtools/awk.zip +# http://www.gknw.net/development/prgtools/awk-20070501.zip AWK = awk ZIP = zip -qzr9 diff --git a/win32/test/Makefile.win32 b/win32/test/Makefile.win32 index f48d602..dcdfae0 100644 --- a/win32/test/Makefile.win32 +++ b/win32/test/Makefile.win32 @@ -3,9 +3,7 @@ ## Makefile for building libssh2 samples (Win32 version - gnu make) ## Use: make -f Makefile.win32 [help] ## -## Comments to: Guenter Knauf -## -## $Id: Makefile.win32,v 1.8 2009/04/09 03:14:05 gknauf Exp $ +## Comments to: Guenter Knauf http://www.gknw.net/phpbb # ######################################################################### @@ -16,7 +14,7 @@ endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH -OPENSSL_PATH = ../../../openssl-0.9.8n +OPENSSL_PATH = ../../../openssl-0.9.8o endif # Edit the var below to enable static linking of libssh2 and libz @@ -56,7 +54,7 @@ endif CP = cp -afv # RM = rm -f # Here you can find a native Win32 binary of the original awk: -# http://www.gknw.net/development/prgtools/awk.zip +# http://www.gknw.net/development/prgtools/awk-20070501.zip AWK = awk ZIP = zip -qzr9