# $Id: makefile.dos,v 1.1.1.1 1999/05/13 13:02:55 mike Exp $
# You will possibly want to change this
DEFSFILE=$(EMTEXDIR:\\=\\\\)\\\\texinput\\\\lgrind\\\\lgrindef
# if you encounter problems with the last line, enter the path
# directly; if all else fails, modify lgrind.c
HELPOPTION=-?
# popen? pclose? This is DOS!
#CFLAGS=-v -mc -Dpopen=fopen -Dpclose=fclose
CFLAGS=-O2 -mc -Dpopen=fopen -Dpclose=fclose
# Well, the DEFSFILE is still (semi-)fixed in the EXE...