all: base1.exe

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

base1.obj : base1.c base1.h
  cl -c -AM -Gsw -Od -Zidpe base1.c

base1.exe : base1.obj base1.res
 link /CO/NOE/NOD base1,/align:16,,libw mlibcew,base1.def
 rc -v base1.res
