#
# MsgPump3 Make File
#

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

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