home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_lrn / graphics / setpixel < prev    next >
Encoding:
Text File  |  1988-08-11  |  307 b   |  13 lines

  1. setpixel.obj: setpixel.c 
  2.   cl -c -W2 -AS -Gsw -Od -Zped setpixel.c
  3.  
  4. setpixel.res: setpixel.rc setpixel.ico
  5.   rc -r setpixel.rc
  6.  
  7. setpixel.exe: setpixel.obj setpixel.def setpixel.res 
  8.     link4 setpixel,/align:16,,slibw,setpixel.def
  9.     rc setpixel.res
  10.     del setpixel.obj
  11.     del setpixel.map
  12.  
  13.