home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / clipper / cl52bus.zip / 52BRL.EXE / RL.RMK next >
Text File  |  1993-06-10  |  436b  |  24 lines

  1. //
  2. //  Rl.rmk
  3. //
  4. //  Make file for RL, Clipper REPORT and LABEL FORM design program.
  5. //
  6. //  Copyright (c) 1990-1993, Computer Associates International, Inc.
  7. //  All rights reserved.
  8. //
  9.  
  10. .prg.obj:
  11.     clipper $< /m /n
  12.  
  13. .obj.exe:
  14.     set rtlinkcmd=/posi
  15.     rtlink $**, $@ ;
  16.  
  17.  
  18. rlfront.obj:    rlfront.prg
  19. rlback.obj:     rlback.prg
  20. rldialg.obj:    rldialg.prg
  21.  
  22. rl.exe:         rlfront.obj  rlback.obj  rldialg.obj
  23.  
  24.