# uses cc.exe, available in cc.zip in Library 7 (R&D Publications)
# of forum CLMFORUM on CompuServe.

filelist.exe    : notify.dll filelist.c
    cc -DSTRICT filelist.c toolhelp.lib notify.lib

notify.dll  : notify.c
    cc -2 -wd -DSTRICT notify.c libentry.obj toolhelp.lib



