1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

We don't need ths file.

This commit is contained in:
Dag-Erling Smørgrav 2002-02-19 09:27:25 +00:00
parent 12b8c86eee
commit a65e3652f4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90899

View File

@ -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