1
1

added link to native Win32 awk.

Этот коммит содержится в:
Guenter Knauf 2007-08-18 18:53:26 +00:00
родитель d90d8bdae7
Коммит 5879a0245b
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -5,7 +5,7 @@
##
## Comments to: Guenter Knauf <eflash@gmx.net>
##
## $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

Просмотреть файл

@ -5,7 +5,7 @@
##
## Comments to: Guenter Knauf <eflash@gmx.net>
##
## $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