diff --git a/win32/Makefile.win32 b/win32/Makefile.win32 index a37423e..ed9b226 100644 --- a/win32/Makefile.win32 +++ b/win32/Makefile.win32 @@ -5,7 +5,7 @@ ## ## Comments to: Guenter Knauf ## -## $Id: Makefile.win32,v 1.8 2007/07/21 22:59:24 gknauf Exp $ +## $Id: Makefile.win32,v 1.9 2007/08/18 18:53:26 gknauf Exp $ # ######################################################################### @@ -67,6 +67,8 @@ else 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 AWK = awk ZIP = zip -qzr9 diff --git a/win32/test/Makefile.win32 b/win32/test/Makefile.win32 index ed577b5..1b483bd 100644 --- a/win32/test/Makefile.win32 +++ b/win32/test/Makefile.win32 @@ -5,7 +5,7 @@ ## ## Comments to: Guenter Knauf ## -## $Id: Makefile.win32,v 1.5 2007/04/21 23:36:51 gknauf Exp $ +## $Id: Makefile.win32,v 1.6 2007/08/18 18:53:26 gknauf Exp $ # ######################################################################### @@ -55,6 +55,8 @@ else 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 AWK = awk ZIP = zip -qzr9