File: buildwin.bat

package info (click to toggle)
original-awk 2000-05-25-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 312 kB
  • ctags: 493
  • sloc: ansic: 4,746; yacc: 407; makefile: 84; sh: 32
file content (12 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
@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