#
# MsgPump1 Make File
#

msgpump1.exe: msgpump1.obj msgpump1.def
    link msgpump1, /align:16, NUL, /nod slibcew libw, msgpump1

msgpump1.obj: msgpump1.c
    cl -c -Gsw -Ow -W2 -Zp msgpump1.c
