#
# MsgPump2 Make File
#

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

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