home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l038 / 1.img / HELPEX.PAK / HELPEX.MAK < prev    next >
Encoding:
Makefile  |  1991-03-14  |  380 b   |  17 lines

  1. all: helpex.exe owlhelp.exe helpex.hlp
  2.  
  3. helpex.hlp: helpex.rtf
  4.     hc helpex
  5.  
  6. helpex.res: helpex.rc helpex.dlg
  7.     rc -r -I\tpw\owl;\tpw\docdemos\helpex helpex.rc
  8.  
  9. owlhelp.res: owlhelp.rc helpex.dlg
  10.     rc -r -I\tpw\owl;\tpw\docdemos\helpex owlhelp.rc
  11.  
  12. helpex.exe: helpex.res helpex.pas
  13.     tpcw /m helpex
  14.  
  15. owlhelp.exe: owlhelp.res owlhelp.pas
  16.     tpcw /m owlhelp
  17.