all: HotKeyEd.exe

HotKeyEd.res: HotKeyEd.rc HotKeyEd.h HotKeyEd.ico
    rc -r -v HotKeyEd.rc

HotKeyEd.obj: HotKeyEd.c HotKeyEd.h
    cl -c -AS -Gsw -Os -Zpe -W3 HotKeyEd.c

HotKeyEd.exe: HotKeyEd.obj HotKeyEd.def HotKeyEd.res
    link /NOD HotKeyEd,,, libw slibcew, HotKeyEd.def
    rc -v HotKeyEd.res
