home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / pcmag / vol13n05.zip / TMTOGG.ZIP / TMTOGGLE next >
Text File  |  1993-11-05  |  203b  |  10 lines

  1. #
  2. # TMToggle Make File
  3. #
  4.  
  5. tmtoggle.exe: tmtoggle.obj tmtoggle.def
  6.     link tmtoggle, /align:16, NUL, /nod slibcew libw, tmtoggle
  7.  
  8. tmtoggle.obj: tmtoggle.c
  9.     cl -c -G2sw -Ow -W2 -Zp tmtoggle.c
  10.