home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / BITMSHOW.ZIP / BITMAPS next >
Text File  |  1990-12-21  |  371b  |  13 lines

  1. #-------------------
  2. # BITMAPS make file
  3. #-------------------
  4. #
  5. # Note: This make file is for IBM MAKE, if you are using Microsoft MAKE, 
  6. # reverse the two dependency lines.
  7.  
  8. bitmaps.exe : bitmaps.obj bitmaps.def
  9.      link /align:16 /NOD bitmaps.obj, bitmaps.exe, NUL, llibcep os2, bitmaps
  10.  
  11. bitmaps.obj : bitmaps.c bitmaps
  12.      cl -c -G2sw -W3 -AL bitmaps.c
  13.