home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Database / CLIPR502.DOS / SOURCE / PE / PE.RMK < prev   
Encoding:
Text File  |  1993-02-15  |  314 b   |  22 lines

  1. //
  2. //  Pe.rmk
  3. //
  4. //  Make file for PE, Clipper simple program editor.
  5. //
  6. //  Copyright (c) 1991-1993, Computer Associates International, Inc.
  7. //  All rights reserved.
  8. //
  9.  
  10. .prg.obj:
  11.     clipper $< /m/n/w
  12.  
  13. .obj.exe:
  14.     set rtlinkcmd=/posi
  15.     rtlink $**, $@ ;
  16.  
  17.  
  18. pe.obj: pe.prg
  19.  
  20. pe.exe: pe.obj
  21.  
  22.