diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-02-19 09:35:26 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-02-19 09:35:26 +0000 |
commit | a363ffdd774db825522c3296815a5437abebea51 (patch) | |
tree | 1c4626e0ad96ba2a616d121a85b061ef6de41af5 | |
parent | 007c6572bf0688ef0c45f52e09a39c4f52ab5711 (diff) |
Notes
-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
|