#
# TMToggle Make File
#

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

tmtoggle.obj: tmtoggle.c
    cl -c -G2sw -Ow -W2 -Zp tmtoggle.c
