home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / zoombm.zip / ZOOMBMP.MAK < prev    next >
Text File  |  1993-07-27  |  659b  |  17 lines

  1. # ======================================================================== #
  2. #                                                                          #
  3. #   Makefile for ZoomBMP                                                   #
  4. #                                                                          #
  5. # ======================================================================== #
  6.  
  7.  
  8. ZoomBMP.exe : ZoomBMP.obj  ZoomBMP.def ZoomBMP.res
  9.      link386  /NOE /NOI /DE ZoomBMP,,,, ZoomBMP.def
  10.      rc ZoomBMP.res  ZoomBMP.exe
  11.  
  12. ZoomBMP.obj : ZoomBMP.c ZoomBMP.h
  13.      icc /C /Ti /Ss ZoomBMP.c
  14.  
  15. ZoomBMP.res : ZoomBMP.rc ZoomBMP.h
  16.      rc -r ZoomBMP
  17.