home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: WPS_PM / WPS_PM.zip / DESKEXT.ZIP / BOUNCE < prev    next >
Text File  |  1990-04-22  |  362b  |  11 lines

  1. # Makefile for the BOUNCE screen saver extension
  2.  
  3. bounce.obj : bounce bounce.c
  4.     cl /c /ALw /G2cs /Ox /W3 /FPa /D_MT bounce.c
  5.  
  6. bounce.dss : bounce bounce.obj bounce.def bounce.rc bounce.bmp
  7.     link /align:16 /NOD bounce,bounce.dll,nul,os2 llibcdll,bounce
  8.     if exist bounce.dss del bounce.dss
  9.     ren bounce.dll bounce.dss
  10.     rc bounce bounce.dss
  11.