;DOSHelper MakeFile for compiling under Manx C
;  This file uses long integers (to be compatible with Lattice C
;  and the large data model to hold all the text structures
;  If you have not precompiled your header files delete '+Iheads'
;
;Enjoy
;John Youells
;
cc +L +D  -Idf1:newsource +Iheads DOSHelp.c
copy df1:c32.lib to ram:
copy DOSHelp.o to ram:
ln -o df1:newsource/DOSHelp ram:DOSHelp.o ram:c32.lib
delete ram:#?#
delete DOSHelp.o
run DOSHelp

