aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-02-08 21:32:22 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-02-08 21:32:22 +0000
commit5c8472e09e01bb3f1f45488e02fe7e6a54c7543c (patch)
treefa20bcdb66f6ecb9f132a27df43e8d603d01993e
parent62ebc626e60503378c4818b9c70fb090ca6042c8 (diff)
This commit was manufactured by cvs2svn to create tagvendor/one-true-awk/20040207
'one-true-awk-vendor-bwk_20040207'.
Notes
Notes: svn path=/vendor/one-true-awk/dist/; revision=125601 svn path=/vendor/one-true-awk/20040207/; revision=125603; tag=vendor/one-true-awk/20040207
-rw-r--r--contrib/one-true-awk/buildwin.bat12
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/one-true-awk/buildwin.bat b/contrib/one-true-awk/buildwin.bat
deleted file mode 100644
index 77513429e463..000000000000
--- 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