home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / tpwinst / helpex.pak / HELPEX.MAK < prev    next >
Makefile  |  1991-05-21  |  380b  |  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.