home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_lrn / text / textcol < prev    next >
Text File  |  1988-08-10  |  200b  |  8 lines

  1. textcol.obj: textcol.c
  2.   cl -c -Fs -W2 -AS -Gsw -Od -Zped textcol.c
  3.  
  4. textcol.exe: textcol.obj textcol.def
  5.     link4 textcol,/align:16,,slibw,textcol.def
  6.     del textcol.obj
  7.     del textcol.map
  8.