home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / pocketbk / utilsf / kmac091s / KMAC.PR < prev    next >
Text File  |  1994-04-20  |  590b  |  33 lines

  1. #system epoc img
  2. #set epocinit=iplib
  3. #model small jpi
  4.  
  5. #set version=0x90a
  6. #set priority=0xa0
  7. #set heapsize=0x30
  8.  
  9. #compile kmac.cat
  10.  
  11. #if (kmac.rsc #older kmac.rss) #then
  12.   #run "rs kmac" no_window no_abort
  13. #endif
  14.  
  15. #if kmac.rzc #older kmac.rsc #then
  16.   #run "rch kmac" no_window no_abort
  17.   #file delete kmac.img
  18. #endif
  19.  
  20. #compile kmacc.c
  21.  
  22. #if kmac.shd #older kmac.ms #then
  23.   #run "makeshd kmac" no_window no_abort
  24.   #file delete kmac.img
  25. #endif
  26.  
  27. #if (kmac.img #older kmac.afl) #or (kmac.img #older kmac.pic) #then
  28.   #file delete kmac.img
  29. #endif
  30.  
  31. #link kmac.img
  32.  
  33.