# ======================================================================== #
#                                                                          #
#   Makefile for ViewBMP                                                   #
#                                                                          #
#      This makefile is setup for the IBM CSet/2 and CSet++ for OS/2       #
#      compiler.                                                           #
#                                                                          #
# ======================================================================== #


ViewBMP.exe : ViewBMP.obj  ViewBMP.def ViewBMP.res
     link386  /NOE /NOI ViewBMP,,,, ViewBMP.def
     rc ViewBMP.res  ViewBMP.exe

ViewBMP.obj : ViewBMP.c ViewBMP.h AboutTxt.h
     icc /C /O /Ss /Kbcepr ViewBMP.c

ViewBMP.res : ViewBMP.rc ViewBMP.h
     rc -r ViewBMP

