From 5c8472e09e01bb3f1f45488e02fe7e6a54c7543c Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sun, 8 Feb 2004 21:32:22 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'one-true-awk-vendor-bwk_20040207'. --- contrib/one-true-awk/buildwin.bat | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 contrib/one-true-awk/buildwin.bat diff --git a/contrib/one-true-awk/buildwin.bat b/contrib/one-true-awk/buildwin.bat deleted file mode 100644 index 77513429e463c..0000000000000 --- a/contrib/one-true-awk/buildwin.bat +++ /dev/null @@ -1,12 +0,0 @@ -@echo off -rem buildwin.bat - build AWK under Windows NT using Visual C++. -rem 22 Jan 1999 - Created by Dan Allen. -rem -rem If you delete the call to setlocal it will probably work under Win95/Win98 as well. - -setlocal -set cl=-w -Ox -QIfdiv- -nologo -link -nologo setargv.obj - -cl maketab.c -o maketab.exe -maketab.exe > proctab.c -cl -o awk.exe b.c main.c parse.c proctab.c tran.c lib.c run.c lex.c ytab.c missing95.c -- cgit v1.2.3