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

  1.  
  2. updtwin.obj: updtwin.c
  3.    cl -Fs -c -W2 -AS -Gsw -Od -Zped updtwin.c
  4.  
  5. updtwin.exe: updtwin.obj updtwin.def
  6.    link4 updtwin,/align:16,/M,slibw/NOE,updtwin.def
  7.    mapsym updtwin
  8.    del *.obj
  9.    del *.sym
  10.    del *.map
  11.