diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-07-30 06:47:04 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-07-30 06:47:04 +0000 |
commit | 74a72ca6b9549afaa234fa9ee7005b300896f72e (patch) | |
tree | d9616bce249e79ac2867ccca947410054928bcce | |
parent | 88b8d48716b2c520d992a423aa9c57e19b09baef (diff) |
This commit was manufactured by cvs2svn to create tagvendor/one-true-awk/20030729
'one-true-awk-vendor-bwk_20030729'.
Notes
Notes:
svn path=/vendor/one-true-awk/dist/; revision=118194
svn path=/vendor/one-true-awk/20030729/; revision=118196; tag=vendor/one-true-awk/20030729
-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
|