home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / vuebmp.zip / MAKEFILE < prev    next >
Text File  |  1994-10-08  |  909b  |  21 lines

  1. # ======================================================================== #
  2. #                                                                          #
  3. #   Makefile for ViewBMP                                                   #
  4. #                                                                          #
  5. #      This makefile is setup for the IBM CSet/2 and CSet++ for OS/2       #
  6. #      compiler.                                                           #
  7. #                                                                          #
  8. # ======================================================================== #
  9.  
  10.  
  11. ViewBMP.exe : ViewBMP.obj  ViewBMP.def ViewBMP.res
  12.      link386  /NOE /NOI ViewBMP,,,, ViewBMP.def
  13.      rc ViewBMP.res  ViewBMP.exe
  14.  
  15. ViewBMP.obj : ViewBMP.c ViewBMP.h AboutTxt.h
  16.      icc /C /O /Ss /Kbcepr ViewBMP.c
  17.  
  18. ViewBMP.res : ViewBMP.rc ViewBMP.h
  19.      rc -r ViewBMP
  20.  
  21.