home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / xbase / library / clipper / timer / ontick / ontick.mak < prev    next >
Encoding:
Text File  |  1992-05-12  |  230 b   |  13 lines

  1. ontick.obj: ontick.prg
  2.    Clipper ontick /a /n
  3.  
  4. ontickc.obj: ontickc.c
  5.     cl /c /AL /Zl /FPa /Gs ontickc.c
  6.  
  7. onticka.obj: onticka.asm
  8.     masm onticka;
  9.  
  10. ontick.exe: ontick.obj ontickc.obj onticka.obj
  11.    blinker @ontick.lnk
  12.  
  13.