all: tester.dll

tester.obj: tester.c tester.h testinc.h
    cl -c -ASw -Gcsw2 -Od -W4 -Zlepid tester.c

tester.dll: tester.obj tester.def
    link /NOE/BA/A:16/M/CO/LI/F tester.obj libentry.obj, tester.dll,, libw sdllcew, tester
    mapsym tester.map
    implib tester.lib tester.def
    rc tester.dll
