port of netbsd's tr
[minix.git] / commands / awk / buildwin.bat
blob77513429e463cdb482bb959ce8f5966e3ac504bb
1 @echo off\r
2 rem buildwin.bat - build AWK under Windows NT using Visual C++.\r
3 rem 22 Jan 1999 - Created by Dan Allen.\r
4 rem\r
5 rem If you delete the call to setlocal it will probably work under Win95/Win98 as well.\r
6 \r
7 setlocal \r
8 set cl=-w -Ox -QIfdiv- -nologo -link -nologo setargv.obj\r
9 \r
10 cl maketab.c -o maketab.exe\r
11 maketab.exe > proctab.c\r
12 cl -o awk.exe b.c main.c parse.c proctab.c tran.c lib.c run.c lex.c ytab.c missing95.c\r