CFLAGS=-nologo -favor:blend -O2 -MT -DWIN32=1
CC=cl
DEST=c:/usr/work/edrive/wk/w64dist/WEB2CBIN/bin64

axohelp.exe: axohelp.obj
	$(CC) -Fe$@ axohelp.obj setargv.obj

axohelp.obj: axohelp.c
	$(CC) $(CFLAGS) -c $<

clean::
	rm -f *.obj *.exe *~

ZZ=c:/usr/local/txdir/w32tex/bin64
install: axohelp.exe
	cp -p axohelp.exe $(DEST)/
	cp -p axohelp.exe $(ZZ)/
