home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a009 / 6.ddi / SAMPLE.LIF / OMENU.RMK < prev    next >
Encoding:
Text File  |  1991-04-14  |  442 b   |  23 lines

  1. //
  2. // Omenu.rmk
  3. // Make file for the Omenu system
  4. //
  5. // Copyright (c) 1990 Nantucket Corp.  All rights reserved.
  6. //
  7. // Note: Omenu.prg requires functions and definitions from
  8. //       Array.prg and Array.ch
  9. //
  10.  
  11. .prg.obj:
  12.   CLIPPER $* /N /P /W /A /M /o$@
  13.  
  14. dummy.exe : OMENU.OBJ ARRAY.OBJ
  15.   ECHO OFF
  16.   ECHO .
  17.   ECHO OMENU requires ARRAY.OBJ to be linked in
  18.  
  19. OMENU.OBJ : Omenu.prg Omenu.ch
  20.  
  21. ARRAY.OBJ : Array.prg Array.ch
  22.  
  23.