#-----------------------
# EZTEST5.MAK make file
#-----------------------
!include <ntwin32.mak>
eztest5.exe : eztest5.obj ntgdi.obj ezfont.obj ntgdi.rbj
$(link) $(guiflags) -out:eztest5.exe eztest5.obj ntgdi.obj ezfont.obj \
ntgdi.rbj $(guilibs)
eztest5.obj : eztest5.c ntgdi.h ezfont.h
$(cc) $(cflags) $(cvars) eztest5.c
ntgdi.obj : ntgdi.c ntgdi.h
$(cc) $(cflags) $(cvars) ntgdi.c
ezfont.obj : ezfont.c ezfont.h
$(cc) $(cflags) $(cvars) ezfont.c
ntgdi.rbj : ntgdi.rc ntgdi.h
$(rc) $(rcvars) -r ntgdi.rc
cvtres -$(CPU) ntgdi.res -o ntgdi.rbj