home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / EXTANI.ZIP / BOXES next >
Text File  |  1990-04-22  |  303b  |  10 lines

  1. # Makefile for the BOXES animated desktop extension
  2.  
  3. boxes.obj : boxes boxes.c
  4.     cl /c /ALw /G2cs /Ox /W3 /FPa /D_MT boxes.c
  5.  
  6. boxes.ani : boxes boxes.obj boxes.def
  7.     link /align:16 /NOD boxes,boxes.dll,nul,os2 llibcdll,boxes
  8.     if exist boxes.ani del boxes.ani
  9.     ren boxes.dll boxes.ani
  10.