diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-02-05 23:16:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-02-05 23:16:32 +0000 |
commit | 1f96ab1dfd1f3cb567e3f6a1ea2fb735133d3cc4 (patch) | |
tree | d7e3ed86057f7d1ad98926a6a6112754516bc128 | |
parent | 2e454f23faa1040e80182e324d1562560faeb957 (diff) |
This commit was manufactured by cvs2svn to create tagvendor/one-true-awk/20030731
'one-true-awk-vendor-bwk_20030731'.
Notes
Notes:
svn path=/vendor/one-true-awk/dist/; revision=125505
svn path=/vendor/one-true-awk/20030731/; revision=125507; tag=vendor/one-true-awk/20030731
-rw-r--r-- | contrib/one-true-awk/buildwin.bat | 12 |
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
|