home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / MOUSDEMO.ZIP / MOUSDEMO next >
Text File  |  1988-08-20  |  225b  |  10 lines

  1. #--------------------
  2. # MOUSDEMO make file
  3. #--------------------
  4.  
  5. mousdemo.obj : mousdemo.c
  6.      cl -c -G2sw -W3 mousdemo.c
  7.  
  8. mousdemo.exe : mousdemo.obj mousdemo.def
  9.      link mousdemo, /align:16, NUL, os2, mousdemo
  10.