home *** CD-ROM | disk | FTP | other *** search
- //
- // 789.RMK
- //
- // Luiz Quintela
- //
- // Copyright (c) 1991 Nantucket Corporation.
- // All Rights Reserved.
- //
- files := SPRDSHT, QUITIT, BUTTOMS, MISCSPRD
-
- // Inference rule
- .prg.obj:
- SET CLIPPERCMD=/N /W
- Clipper $*
-
- SPRDSHT.OBJ: sprdsht.prg sprdsht.ch
- QUITIT.OBJ: quitit.prg
- BUTTOMS.OBJ: buttoms.prg buttoms.ch
- MISCSPRD.OBJ: miscsprd.prg sprdsht.ch
-
- SPRDSHT.EXE: sprdsht.obj quitit.obj buttoms.obj miscsprd.obj
- SET RTLINKCMD=/FREE
- RTLINK FILE $(files)
-
- // EOF - 789.RMK //
-