X-Git-Url: https://pd.if.org/git/?p=pccts;a=blobdiff_plain;f=dlg%2Fmakefile.VMS;fp=dlg%2Fmakefile.VMS;h=1fd5a2f0735384e8af58bea29762fdd5670a3442;hp=0000000000000000000000000000000000000000;hb=ce574debecd6000fadcd6e193d253e4761a311d6;hpb=dbdf5b07e8658f27641734bd3fad465de01650e5 diff --git a/dlg/makefile.VMS b/dlg/makefile.VMS new file mode 100755 index 0000000..1fd5a2f --- /dev/null +++ b/dlg/makefile.VMS @@ -0,0 +1,36 @@ +$! File: MAKE.COM - Makefile for DLG 1.33 +$! +$! History: +$! --------- +$! 20-Mar-1992 Fred Scholldorf Hacked together for VAX/VMS. +$! 24-Mar-1992 Fred Scholldorf LINK against VAXCRTL sharable library. +$! 24-Aug-1993 Fred Scholldorf Upgrade for PCCTS V1.10. +$! +$ set noon !Don't stop on errors. +$! +$ if P1 .eqs. "LINK" then goto relink +$! +$ define pccts_h "[-.h]" +$ define support_set "[-.support.set]" +$! +$ delete/nolog *.obj;* !Get rid of existing .OBJ files. +$! +$ options = "/INCLUDE=(pccts_h,support_set)" +$ CC 'options' dlg_a +$ CC 'options' dlg_p +$ CC 'options' err +$ CC 'options' main +$ CC 'options' [-.support.set]set +$ CC 'options' support +$ CC 'options' output +$ CC 'options' relabel +$ CC 'options' automata +$! +$relink: +$ LINK /EXE=dlg.exe - + dlg_a,dlg_p,err,main, - + set,support,output, - + relabel,automata, - + sys$input:/options + sys$share:vaxcrtl.exe/share +$ EXIT