CC=cl -W3 -c -Gsw -Os -Zpe -nologo

defalut: test.exe

test.obj: $*.c
    $(CC) $*.c

test.exe: $*.obj $*.def
    link /nod $*, $*.exe,, libw slibcew EWTDebug, $*.def
    rc $*.rc
