#######################################################
##  makefile                                         ##
## -- Project file for WddjTee VxD.                  ##
#######################################################
all: wddjtee.386 teedll.dll teelist.exe

wddjtee.386: wddjtee.obj wddjtee.def
    link386 wddjtee.obj,wddjtee.386 /NOI /NOD /NOP  \
      /MAP,,,wddjtee.def
    addhdr wddjtee.386
    mapsym32 wddjtee
    copy wddjtee.386 \win\system

wddjtee.obj: wddjtee.asm
    masm5 -p -w2 -Mx -Zd wddjtee;
