📄 build.txt
字号:
$ SET NOVERIFY
$!
$! Build script for iMatix SFL Package, for Digital OpenVMS.
$!
$! Generated by Otto v2.2 from buildsfl.txt on 100/04/01, 16:33:28
$! For more info see Otto documentation at http://www.imatix.com.
$! Bug reports & questions to <ph@imatix.com>
$! ---------------------------------------------------------------
$!
$ write sys$output "Building the iMatix Standard Function Library"
$ write sys$output "Press [Enter] to continue, or Ctrl-C to abort."
$ read sys$input response /prompt=""
$ write sys$output "Checking for required files..."
$
$! require prelude.h
$ on warning then goto nf_1
$ uic = f$file_attributes("prelude.h","uic")
$ goto ok_1
$ nf_1:
$ write sys$output "prelude.h missing - aborting"
$ exit
$ ok_1:
$ on warning then exit
$
$! require sflbits.h sflbits.c
$ on warning then goto nf_2
$ uic = f$file_attributes("sflbits.h","uic")
$ goto ok_2
$ nf_2:
$ write sys$output "sflbits.h missing - aborting"
$ exit
$ ok_2:
$ on warning then exit
$ on warning then goto nf_3
$ uic = f$file_attributes("sflbits.c","uic")
$ goto ok_3
$ nf_3:
$ write sys$output "sflbits.c missing - aborting"
$ exit
$ ok_3:
$ on warning then exit
$
$! require sflhttp.h sflhttp.c
$ on warning then goto nf_4
$ uic = f$file_attributes("sflhttp.h","uic")
$ goto ok_4
$ nf_4:
$ write sys$output "sflhttp.h missing - aborting"
$ exit
$ ok_4:
$ on warning then exit
$ on warning then goto nf_5
$ uic = f$file_attributes("sflhttp.c","uic")
$ goto ok_5
$ nf_5:
$ write sys$output "sflhttp.c missing - aborting"
$ exit
$ ok_5:
$ on warning then exit
$
$! require sflcomp.h sflcomp.c
$ on warning then goto nf_6
$ uic = f$file_attributes("sflcomp.h","uic")
$ goto ok_6
$ nf_6:
$ write sys$output "sflcomp.h missing - aborting"
$ exit
$ ok_6:
$ on warning then exit
$ on warning then goto nf_7
$ uic = f$file_attributes("sflcomp.c","uic")
$ goto ok_7
$ nf_7:
$ write sys$output "sflcomp.c missing - aborting"
$ exit
$ ok_7:
$ on warning then exit
$
$! require sflcons.h sflcons.c
$ on warning then goto nf_8
$ uic = f$file_attributes("sflcons.h","uic")
$ goto ok_8
$ nf_8:
$ write sys$output "sflcons.h missing - aborting"
$ exit
$ ok_8:
$ on warning then exit
$ on warning then goto nf_9
$ uic = f$file_attributes("sflcons.c","uic")
$ goto ok_9
$ nf_9:
$ write sys$output "sflcons.c missing - aborting"
$ exit
$ ok_9:
$ on warning then exit
$
$! require sflconv.h sflcvbs.c sflcvdp.c sflcvds.c sflcvns.c
$ on warning then goto nf_10
$ uic = f$file_attributes("sflconv.h","uic")
$ goto ok_10
$ nf_10:
$ write sys$output "sflconv.h missing - aborting"
$ exit
$ ok_10:
$ on warning then exit
$ on warning then goto nf_11
$ uic = f$file_attributes("sflcvbs.c","uic")
$ goto ok_11
$ nf_11:
$ write sys$output "sflcvbs.c missing - aborting"
$ exit
$ ok_11:
$ on warning then exit
$ on warning then goto nf_12
$ uic = f$file_attributes("sflcvdp.c","uic")
$ goto ok_12
$ nf_12:
$ write sys$output "sflcvdp.c missing - aborting"
$ exit
$ ok_12:
$ on warning then exit
$ on warning then goto nf_13
$ uic = f$file_attributes("sflcvds.c","uic")
$ goto ok_13
$ nf_13:
$ write sys$output "sflcvds.c missing - aborting"
$ exit
$ ok_13:
$ on warning then exit
$ on warning then goto nf_14
$ uic = f$file_attributes("sflcvns.c","uic")
$ goto ok_14
$ nf_14:
$ write sys$output "sflcvns.c missing - aborting"
$ exit
$ ok_14:
$ on warning then exit
$
$! require sflcvsb.c sflcvsd.c sflcvsn.c
$ on warning then goto nf_15
$ uic = f$file_attributes("sflcvsb.c","uic")
$ goto ok_15
$ nf_15:
$ write sys$output "sflcvsb.c missing - aborting"
$ exit
$ ok_15:
$ on warning then exit
$ on warning then goto nf_16
$ uic = f$file_attributes("sflcvsd.c","uic")
$ goto ok_16
$ nf_16:
$ write sys$output "sflcvsd.c missing - aborting"
$ exit
$ ok_16:
$ on warning then exit
$ on warning then goto nf_17
$ uic = f$file_attributes("sflcvsn.c","uic")
$ goto ok_17
$ nf_17:
$ write sys$output "sflcvsn.c missing - aborting"
$ exit
$ ok_17:
$ on warning then exit
$
$! require sflcvtp.c sflcvts.c sflconv.c
$ on warning then goto nf_18
$ uic = f$file_attributes("sflcvtp.c","uic")
$ goto ok_18
$ nf_18:
$ write sys$output "sflcvtp.c missing - aborting"
$ exit
$ ok_18:
$ on warning then exit
$ on warning then goto nf_19
$ uic = f$file_attributes("sflcvts.c","uic")
$ goto ok_19
$ nf_19:
$ write sys$output "sflcvts.c missing - aborting"
$ exit
$ ok_19:
$ on warning then exit
$ on warning then goto nf_20
$ uic = f$file_attributes("sflconv.c","uic")
$ goto ok_20
$ nf_20:
$ write sys$output "sflconv.c missing - aborting"
$ exit
$ ok_20:
$ on warning then exit
$
$! require sflcvst.c sflcvst.d sflcvst.i
$ on warning then goto nf_21
$ uic = f$file_attributes("sflcvst.c","uic")
$ goto ok_21
$ nf_21:
$ write sys$output "sflcvst.c missing - aborting"
$ exit
$ ok_21:
$ on warning then exit
$ on warning then goto nf_22
$ uic = f$file_attributes("sflcvst.d","uic")
$ goto ok_22
$ nf_22:
$ write sys$output "sflcvst.d missing - aborting"
$ exit
$ ok_22:
$ on warning then exit
$ on warning then goto nf_23
$ uic = f$file_attributes("sflcvst.i","uic")
$ goto ok_23
$ nf_23:
$ write sys$output "sflcvst.i missing - aborting"
$ exit
$ ok_23:
$ on warning then exit
$
$! require sflcryp.h sflcryp.c
$ on warning then goto nf_24
$ uic = f$file_attributes("sflcryp.h","uic")
$ goto ok_24
$ nf_24:
$ write sys$output "sflcryp.h missing - aborting"
$ exit
$ ok_24:
$ on warning then exit
$ on warning then goto nf_25
$ uic = f$file_attributes("sflcryp.c","uic")
$ goto ok_25
$ nf_25:
$ write sys$output "sflcryp.c missing - aborting"
$ exit
$ ok_25:
$ on warning then exit
$
$! require sfldate.h sfldate.c
$ on warning then goto nf_26
$ uic = f$file_attributes("sfldate.h","uic")
$ goto ok_26
$ nf_26:
$ write sys$output "sfldate.h missing - aborting"
$ exit
$ ok_26:
$ on warning then exit
$ on warning then goto nf_27
$ uic = f$file_attributes("sfldate.c","uic")
$ goto ok_27
$ nf_27:
$ write sys$output "sfldate.c missing - aborting"
$ exit
$ ok_27:
$ on warning then exit
$
$! require sfldbio.h sfldbio.c
$ on warning then goto nf_28
$ uic = f$file_attributes("sfldbio.h","uic")
$ goto ok_28
$ nf_28:
$ write sys$output "sfldbio.h missing - aborting"
$ exit
$ ok_28:
$ on warning then exit
$ on warning then goto nf_29
$ uic = f$file_attributes("sfldbio.c","uic")
$ goto ok_29
$ nf_29:
$ write sys$output "sfldbio.c missing - aborting"
$ exit
$ ok_29:
$ on warning then exit
$
$! require sfldir.h sfldir.c
$ on warning then goto nf_30
$ uic = f$file_attributes("sfldir.h","uic")
$ goto ok_30
$ nf_30:
$ write sys$output "sfldir.h missing - aborting"
$ exit
$ ok_30:
$ on warning then exit
$ on warning then goto nf_31
$ uic = f$file_attributes("sfldir.c","uic")
$ goto ok_31
$ nf_31:
$ write sys$output "sfldir.c missing - aborting"
$ exit
$ ok_31:
$ on warning then exit
$
$! require sflenv.h sflenv.c
$ on warning then goto nf_32
$ uic = f$file_attributes("sflenv.h","uic")
$ goto ok_32
$ nf_32:
$ write sys$output "sflenv.h missing - aborting"
$ exit
$ ok_32:
$ on warning then exit
$ on warning then goto nf_33
$ uic = f$file_attributes("sflenv.c","uic")
$ goto ok_33
$ nf_33:
$ write sys$output "sflenv.c missing - aborting"
$ exit
$ ok_33:
$ on warning then exit
$
$! require sflexdr.h sflexdr.c
$ on warning then goto nf_34
$ uic = f$file_attributes("sflexdr.h","uic")
$ goto ok_34
$ nf_34:
$ write sys$output "sflexdr.h missing - aborting"
$ exit
$ ok_34:
$ on warning then exit
$ on warning then goto nf_35
$ uic = f$file_attributes("sflexdr.c","uic")
$ goto ok_35
$ nf_35:
$ write sys$output "sflexdr.c missing - aborting"
$ exit
$ ok_35:
$ on warning then exit
$
$! require sflfile.h sflfile.c
$ on warning then goto nf_36
$ uic = f$file_attributes("sflfile.h","uic")
$ goto ok_36
$ nf_36:
$ write sys$output "sflfile.h missing - aborting"
$ exit
$ ok_36:
$ on warning then exit
$ on warning then goto nf_37
$ uic = f$file_attributes("sflfile.c","uic")
$ goto ok_37
$ nf_37:
$ write sys$output "sflfile.c missing - aborting"
$ exit
$ ok_37:
$ on warning then exit
$
$! require sflfind.h sflfind.c
$ on warning then goto nf_38
$ uic = f$file_attributes("sflfind.h","uic")
$ goto ok_38
$ nf_38:
$ write sys$output "sflfind.h missing - aborting"
$ exit
$ ok_38:
$ on warning then exit
$ on warning then goto nf_39
$ uic = f$file_attributes("sflfind.c","uic")
$ goto ok_39
$ nf_39:
$ write sys$output "sflfind.c missing - aborting"
$ exit
$ ok_39:
$ on warning then exit
$
$! require sflfort.h sflfort.c
$ on warning then goto nf_40
$ uic = f$file_attributes("sflfort.h","uic")
$ goto ok_40
$ nf_40:
$ write sys$output "sflfort.h missing - aborting"
$ exit
$ ok_40:
$ on warning then exit
$ on warning then goto nf_41
$ uic = f$file_attributes("sflfort.c","uic")
$ goto ok_41
$ nf_41:
$ write sys$output "sflfort.c missing - aborting"
$ exit
$ ok_41:
$ on warning then exit
$
$! require sflini.h sflini.c
$ on warning then goto nf_42
$ uic = f$file_attributes("sflini.h","uic")
$ goto ok_42
$ nf_42:
$ write sys$output "sflini.h missing - aborting"
$ exit
$ ok_42:
$ on warning then exit
$ on warning then goto nf_43
$ uic = f$file_attributes("sflini.c","uic")
$ goto ok_43
$ nf_43:
$ write sys$output "sflini.c missing - aborting"
$ exit
$ ok_43:
$ on warning then exit
$
$! require sfllang.h sfllang.c
$ on warning then goto nf_44
$ uic = f$file_attributes("sfllang.h","uic")
$ goto ok_44
$ nf_44:
$ write sys$output "sfllang.h missing - aborting"
$ exit
$ ok_44:
$ on warning then exit
$ on warning then goto nf_45
$ uic = f$file_attributes("sfllang.c","uic")
$ goto ok_45
$ nf_45:
$ write sys$output "sfllang.c missing - aborting"
$ exit
$ ok_45:
$ on warning then exit
$
$! require sfllbuf.h sfllbuf.c
$ on warning then goto nf_46
$ uic = f$file_attributes("sfllbuf.h","uic")
$ goto ok_46
$ nf_46:
$ write sys$output "sfllbuf.h missing - aborting"
$ exit
$ ok_46:
$ on warning then exit
$ on warning then goto nf_47
$ uic = f$file_attributes("sfllbuf.c","uic")
$ goto ok_47
$ nf_47:
$ write sys$output "sfllbuf.c missing - aborting"
$ exit
$ ok_47:
$ on warning then exit
$
$! require sfllist.h sfllist.c
$ on warning then goto nf_48
$ uic = f$file_attributes("sfllist.h","uic")
$ goto ok_48
$ nf_48:
$ write sys$output "sfllist.h missing - aborting"
$ exit
$ ok_48:
$ on warning then exit
$ on warning then goto nf_49
$ uic = f$file_attributes("sfllist.c","uic")
$ goto ok_49
$ nf_49:
$ write sys$output "sfllist.c missing - aborting"
$ exit
$ ok_49:
$ on warning then exit
$
$! require sflmail.h sflmail.c
$ on warning then goto nf_50
$ uic = f$file_attributes("sflmail.h","uic")
$ goto ok_50
$ nf_50:
$ write sys$output "sflmail.h missing - aborting"
$ exit
$ ok_50:
$ on warning then exit
$ on warning then goto nf_51
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -