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

  1. getobj.obj: getobj.c
  2.     cl -d -c -AS -Gsw -Os -Zpe getobj.c
  3.  
  4. getobj.res: getobj.rc
  5.      rc -r getobj.rc
  6.  
  7. getobj.exe: getobj.obj getobj.def
  8.     link4 getobj,/align:16,/map,slibw/NOE,getobj.def
  9.     mapsym getobj
  10.     rc getobj.res
  11.