all: test.exe test.res

test.res: test.rc test.h test.dlg
  rc -r test.rc

test.obj: test.c test.h
  cl -c -Gsw -Zpei -Od -W2 test.c

test.exe: test.obj test.def
  link /co test, ,test.map/map,slibcew libw/NOE/NOD, test.def
  rc test.res

test.exe: test.res
  rc test.res
