home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-03-14 | 380 b | 17 lines |
- all: helpex.exe owlhelp.exe helpex.hlp
-
- helpex.hlp: helpex.rtf
- hc helpex
-
- helpex.res: helpex.rc helpex.dlg
- rc -r -I\tpw\owl;\tpw\docdemos\helpex helpex.rc
-
- owlhelp.res: owlhelp.rc helpex.dlg
- rc -r -I\tpw\owl;\tpw\docdemos\helpex owlhelp.rc
-
- helpex.exe: helpex.res helpex.pas
- tpcw /m helpex
-
- owlhelp.exe: owlhelp.res owlhelp.pas
- tpcw /m owlhelp
-