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

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