.rc.res:
    rc -dWIN31 -r $*.rc

.c.obj:
    cl -DWIN31 -DSTRICT -D_WINDOWS /DCTLAPIS -W3 -u -c -AS -G2sw -Od -Zipe $*.c


all: styles.exe

styles.res: styles.rc styles.h styles.ico create.dlg

styles.obj: styles.c styles.h

styles.exe: styles.obj styles.def styles.res
    link /NOD styles,styles.exe/align:16,, libw slibcew, styles.def /CO
    rc styles.res
