⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 build.bat

📁 短小精悍的C语言标准函数库。提供450个以上的可移植的算法和工具代码。
💻 BAT
📖 第 1 页 / 共 2 页
字号:
@echo off
:-
:-  Build script for iMatix SFL Package, for generic MS-DOS.
:-  Requires the iMatix 'c' batch file.
:-
:-  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>
:-  ---------------------------------------------------------------
:-
echo Building the iMatix Standard Function Library
echo Press [Enter] to continue, or Ctrl-C to abort.
if .%1==. pause >nul
echo Checking for required files...

:-  require prelude.h
if exist prelude.h goto end_1
    echo prelude.h missing - aborting
    goto exit
:end_1

:-  require sflbits.h  sflbits.c
if exist sflbits.h goto end_2
    echo sflbits.h missing - aborting
    goto exit
:end_2
if exist sflbits.c goto end_3
    echo sflbits.c missing - aborting
    goto exit
:end_3

:-  require sflhttp.h  sflhttp.c
if exist sflhttp.h goto end_4
    echo sflhttp.h missing - aborting
    goto exit
:end_4
if exist sflhttp.c goto end_5
    echo sflhttp.c missing - aborting
    goto exit
:end_5

:-  require sflcomp.h  sflcomp.c
if exist sflcomp.h goto end_6
    echo sflcomp.h missing - aborting
    goto exit
:end_6
if exist sflcomp.c goto end_7
    echo sflcomp.c missing - aborting
    goto exit
:end_7

:-  require sflcons.h  sflcons.c
if exist sflcons.h goto end_8
    echo sflcons.h missing - aborting
    goto exit
:end_8
if exist sflcons.c goto end_9
    echo sflcons.c missing - aborting
    goto exit
:end_9

:-  require sflconv.h  sflcvbs.c  sflcvdp.c  sflcvds.c  sflcvns.c
if exist sflconv.h goto end_10
    echo sflconv.h missing - aborting
    goto exit
:end_10
if exist sflcvbs.c goto end_11
    echo sflcvbs.c missing - aborting
    goto exit
:end_11
if exist sflcvdp.c goto end_12
    echo sflcvdp.c missing - aborting
    goto exit
:end_12
if exist sflcvds.c goto end_13
    echo sflcvds.c missing - aborting
    goto exit
:end_13
if exist sflcvns.c goto end_14
    echo sflcvns.c missing - aborting
    goto exit
:end_14

:-  require            sflcvsb.c  sflcvsd.c  sflcvsn.c
if exist sflcvsb.c goto end_15
    echo sflcvsb.c missing - aborting
    goto exit
:end_15
if exist sflcvsd.c goto end_16
    echo sflcvsd.c missing - aborting
    goto exit
:end_16
if exist sflcvsn.c goto end_17
    echo sflcvsn.c missing - aborting
    goto exit
:end_17

:-  require            sflcvtp.c  sflcvts.c  sflconv.c
if exist sflcvtp.c goto end_18
    echo sflcvtp.c missing - aborting
    goto exit
:end_18
if exist sflcvts.c goto end_19
    echo sflcvts.c missing - aborting
    goto exit
:end_19
if exist sflconv.c goto end_20
    echo sflconv.c missing - aborting
    goto exit
:end_20

:-  require sflcvst.c  sflcvst.d  sflcvst.i
if exist sflcvst.c goto end_21
    echo sflcvst.c missing - aborting
    goto exit
:end_21
if exist sflcvst.d goto end_22
    echo sflcvst.d missing - aborting
    goto exit
:end_22
if exist sflcvst.i goto end_23
    echo sflcvst.i missing - aborting
    goto exit
:end_23

:-  require sflcryp.h  sflcryp.c
if exist sflcryp.h goto end_24
    echo sflcryp.h missing - aborting
    goto exit
:end_24
if exist sflcryp.c goto end_25
    echo sflcryp.c missing - aborting
    goto exit
:end_25

:-  require sfldate.h  sfldate.c
if exist sfldate.h goto end_26
    echo sfldate.h missing - aborting
    goto exit
:end_26
if exist sfldate.c goto end_27
    echo sfldate.c missing - aborting
    goto exit
:end_27

:-  require sfldbio.h  sfldbio.c
if exist sfldbio.h goto end_28
    echo sfldbio.h missing - aborting
    goto exit
:end_28
if exist sfldbio.c goto end_29
    echo sfldbio.c missing - aborting
    goto exit
:end_29

:-  require sfldir.h   sfldir.c
if exist sfldir.h goto end_30
    echo sfldir.h missing - aborting
    goto exit
:end_30
if exist sfldir.c goto end_31
    echo sfldir.c missing - aborting
    goto exit
:end_31

:-  require sflenv.h   sflenv.c
if exist sflenv.h goto end_32
    echo sflenv.h missing - aborting
    goto exit
:end_32
if exist sflenv.c goto end_33
    echo sflenv.c missing - aborting
    goto exit
:end_33

:-  require sflexdr.h  sflexdr.c
if exist sflexdr.h goto end_34
    echo sflexdr.h missing - aborting
    goto exit
:end_34
if exist sflexdr.c goto end_35
    echo sflexdr.c missing - aborting
    goto exit
:end_35

:-  require sflfile.h  sflfile.c
if exist sflfile.h goto end_36
    echo sflfile.h missing - aborting
    goto exit
:end_36
if exist sflfile.c goto end_37
    echo sflfile.c missing - aborting
    goto exit
:end_37

:-  require sflfind.h  sflfind.c
if exist sflfind.h goto end_38
    echo sflfind.h missing - aborting
    goto exit
:end_38
if exist sflfind.c goto end_39
    echo sflfind.c missing - aborting
    goto exit
:end_39

:-  require sflfort.h  sflfort.c
if exist sflfort.h goto end_40
    echo sflfort.h missing - aborting
    goto exit
:end_40
if exist sflfort.c goto end_41
    echo sflfort.c missing - aborting
    goto exit
:end_41

:-  require sflini.h   sflini.c
if exist sflini.h goto end_42
    echo sflini.h missing - aborting
    goto exit
:end_42
if exist sflini.c goto end_43
    echo sflini.c missing - aborting
    goto exit
:end_43

:-  require sfllang.h  sfllang.c
if exist sfllang.h goto end_44
    echo sfllang.h missing - aborting
    goto exit
:end_44
if exist sfllang.c goto end_45
    echo sfllang.c missing - aborting
    goto exit
:end_45

:-  require sfllbuf.h  sfllbuf.c
if exist sfllbuf.h goto end_46
    echo sfllbuf.h missing - aborting
    goto exit
:end_46
if exist sfllbuf.c goto end_47
    echo sfllbuf.c missing - aborting
    goto exit
:end_47

:-  require sfllist.h  sfllist.c
if exist sfllist.h goto end_48
    echo sfllist.h missing - aborting
    goto exit
:end_48
if exist sfllist.c goto end_49
    echo sfllist.c missing - aborting
    goto exit
:end_49

:-  require sflmail.h  sflmail.c
if exist sflmail.h goto end_50
    echo sflmail.h missing - aborting
    goto exit
:end_50
if exist sflmail.c goto end_51
    echo sflmail.c missing - aborting
    goto exit
:end_51

:-  require sflmath.h  sflmath.c
if exist sflmath.h goto end_52
    echo sflmath.h missing - aborting
    goto exit
:end_52
if exist sflmath.c goto end_53
    echo sflmath.c missing - aborting
    goto exit
:end_53

:-  require sflmem.h   sflmem.c
if exist sflmem.h goto end_54
    echo sflmem.h missing - aborting
    goto exit
:end_54
if exist sflmem.c goto end_55
    echo sflmem.c missing - aborting
    goto exit
:end_55

:-  require sflmesg.h  sflmesg.c
if exist sflmesg.h goto end_56
    echo sflmesg.h missing - aborting
    goto exit
:end_56
if exist sflmesg.c goto end_57
    echo sflmesg.c missing - aborting
    goto exit
:end_57

:-  require sflmysql.h sflmysql.c
if exist sflmysql.h goto end_58
    echo sflmysql.h missing - aborting
    goto exit
:end_58
if exist sflmysql.c goto end_59
    echo sflmysql.c missing - aborting
    goto exit
:end_59

:-  require sflmime.h  sflmime.c
if exist sflmime.h goto end_60
    echo sflmime.h missing - aborting
    goto exit
:end_60
if exist sflmime.c goto end_61
    echo sflmime.c missing - aborting
    goto exit
:end_61

:-  require sflnode.h  sflnode.c
if exist sflnode.h goto end_62
    echo sflnode.h missing - aborting
    goto exit
:end_62
if exist sflnode.c goto end_63
    echo sflnode.c missing - aborting
    goto exit
:end_63

:-  require sflproc.h  sflproc.c
if exist sflproc.h goto end_64
    echo sflproc.h missing - aborting
    goto exit
:end_64
if exist sflproc.c goto end_65
    echo sflproc.c missing - aborting
    goto exit
:end_65

:-  require sflprint.h sflprint.c
if exist sflprint.h goto end_66
    echo sflprint.h missing - aborting
    goto exit
:end_66
if exist sflprint.c goto end_67
    echo sflprint.c missing - aborting
    goto exit
:end_67

:-  require sflslot.h  sflslot.c
if exist sflslot.h goto end_68
    echo sflslot.h missing - aborting
    goto exit
:end_68
if exist sflslot.c goto end_69
    echo sflslot.c missing - aborting
    goto exit
:end_69

:-  require sflsock.h  sflsock.c
if exist sflsock.h goto end_70
    echo sflsock.h missing - aborting
    goto exit
:end_70
if exist sflsock.c goto end_71
    echo sflsock.c missing - aborting
    goto exit
:end_71

:-  require sflstr.h   sflstr.c
if exist sflstr.h goto end_72
    echo sflstr.h missing - aborting
    goto exit
:end_72
if exist sflstr.c goto end_73
    echo sflstr.c missing - aborting
    goto exit
:end_73

:-  require sflsymb.h  sflsymb.c
if exist sflsymb.h goto end_74
    echo sflsymb.h missing - aborting
    goto exit
:end_74
if exist sflsymb.c goto end_75
    echo sflsymb.c missing - aborting
    goto exit
:end_75

:-  require sflsyst.h  sflsyst.c
if exist sflsyst.h goto end_76
    echo sflsyst.h missing - aborting
    goto exit
:end_76
if exist sflsyst.c goto end_77
    echo sflsyst.c missing - aborting
    goto exit
:end_77

:-  require sfltok.h   sfltok.c
if exist sfltok.h goto end_78
    echo sfltok.h missing - aborting
    goto exit
:end_78
if exist sfltok.c goto end_79
    echo sfltok.c missing - aborting
    goto exit
:end_79

:-  require sfltree.h  sfltree.c
if exist sfltree.h goto end_80
    echo sfltree.h missing - aborting
    goto exit
:end_80
if exist sfltree.c goto end_81
    echo sfltree.c missing - aborting
    goto exit
:end_81

:-  require sfltron.h  sfltron.c
if exist sfltron.h goto end_82
    echo sfltron.h missing - aborting
    goto exit
:end_82
if exist sfltron.c goto end_83
    echo sfltron.c missing - aborting
    goto exit
:end_83

:-  require sfluid.h   sfluid.c
if exist sfluid.h goto end_84
    echo sfluid.h missing - aborting
    goto exit
:end_84
if exist sfluid.c goto end_85
    echo sfluid.c missing - aborting
    goto exit
:end_85

:-  require sflxml.h   sflxml.c
if exist sflxml.h goto end_86
    echo sflxml.h missing - aborting
    goto exit
:end_86
if exist sflxml.c goto end_87
    echo sflxml.c missing - aborting
    goto exit
:end_87

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -