perffunc.obj: perffunc.c perffunc.h
    cl -c -Asnw -Gsw -Od -Zip perffunc.c

perffunc.dll: perffunc.obj perffunc.def
    link4 perffunc libentry, perffunc.dll, ,/CO /NOE /NOD mwinlibc mlibw mlibcew, perffunc.def
    rc perffunc.dll
        copy perffunc.dll \pf\winexe

