Metropoli BBS
VIEWER: eztest3.mak MODE: TEXT (ASCII)
#-----------------------
# EZTEST3.MAK make file
#-----------------------

!include <ntwin32.mak>

eztest3.exe : eztest3.obj ntgdi.obj ezfont.obj ntgdi.rbj
     $(link) $(guiflags) -out:eztest3.exe eztest3.obj ntgdi.obj ezfont.obj \
             ntgdi.rbj $(guilibs)

eztest3.obj : eztest3.c ntgdi.h ezfont.h
     $(cc) $(cflags) $(cvars) eztest3.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
[ RETURN TO DIRECTORY ]