#
#  Make file for Creator files
#

creator.res: creator.rc creator.ico overlap.dlg popup.dlg child.dlg
    rc -r creator.rc

creator.obj: creator.c creator.h
    cl -c -Gsw -W2 -Zp -Os creator.c

creator.exe: creator.obj creator.def creator.res
    link creator, creator /align:16, NUL, /NOD /NOE genlib slibcew libw, creator.def
    rc creator.res
