home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / getbitmp.zip / GETBITMP next >
Text File  |  1987-10-19  |  308b  |  10 lines

  1. getbitmp.res: getbitmp.rc getbitmp.h getbitmp.ico
  2.     rc -r getbitmp.rc
  3.  
  4. getbitmp.obj: getbitmp.c getbitmp.h
  5.     cl -u -d -c -AS -Gsw -Oas -Zpe -FPa getbitmp.c
  6.  
  7. getbitmp.exe: getbitmp.obj getbitmp.res getbitmp.def
  8.     link4 getbitmp, getbitmp/align:16, NUL, slibw, getbitmp.def
  9.     rc getbitmp.res
  10.