📄 buildh
字号:
#! /bin/sh
#
# Build script for iMatix SFL Package, for generic UNIX.
# Requires the iMatix 'c' shell script.
#
# 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>
# ---------------------------------------------------------------
#
test -f c && chmod +x c
echo 'Building sfl.h header file...'
#- delete sfl.h
rm -f sfl.h
#- append sflhead.h sfl.h
cat sflhead.h >> sfl.h
#- append prelude.h sfl.h
cat prelude.h >> sfl.h
#- append sflvers.h sfl.h
cat sflvers.h >> sfl.h
#- append sflbits.h sfl.h
cat sflbits.h >> sfl.h
#- append sflcomp.h sfl.h
cat sflcomp.h >> sfl.h
#- append sflcons.h sfl.h
cat sflcons.h >> sfl.h
#- append sflconv.h sfl.h
cat sflconv.h >> sfl.h
#- append sflcryp.h sfl.h
cat sflcryp.h >> sfl.h
#- append sfldate.h sfl.h
cat sfldate.h >> sfl.h
#- append sfldbio.h sfl.h
cat sfldbio.h >> sfl.h
#- append sflexdr.h sfl.h
cat sflexdr.h >> sfl.h
#- append sflfind.h sfl.h
cat sflfind.h >> sfl.h
#- append sflfile.h sfl.h
cat sflfile.h >> sfl.h
#- append sflfort.h sfl.h
cat sflfort.h >> sfl.h
#- append sfllang.h sfl.h
cat sfllang.h >> sfl.h
#- append sfllbuf.h sfl.h
cat sfllbuf.h >> sfl.h
#- append sfllist.h sfl.h
cat sfllist.h >> sfl.h
#- append sflmath.h sfl.h
cat sflmath.h >> sfl.h
#- append sflmail.h sfl.h
cat sflmail.h >> sfl.h
#- append sflmesg.h sfl.h
cat sflmesg.h >> sfl.h
#- append sflmem.h sfl.h
cat sflmem.h >> sfl.h
#- append sflmime.h sfl.h
cat sflmime.h >> sfl.h
#- append sflnode.h sfl.h
cat sflnode.h >> sfl.h
#- append sfldir.h sfl.h
cat sfldir.h >> sfl.h
#- append sflslot.h sfl.h
cat sflslot.h >> sfl.h
#- append sflstr.h sfl.h
cat sflstr.h >> sfl.h
#- append sflsock.h sfl.h
cat sflsock.h >> sfl.h
#- append sflsymb.h sfl.h
cat sflsymb.h >> sfl.h
#- append sflproc.h sfl.h
cat sflproc.h >> sfl.h
#- append sflprint.h sfl.h
cat sflprint.h >> sfl.h
#- append sflsyst.h sfl.h
cat sflsyst.h >> sfl.h
#- append sflhttp.h sfl.h
cat sflhttp.h >> sfl.h
#- append sflini.h sfl.h
cat sflini.h >> sfl.h
#- append sflenv.h sfl.h
cat sflenv.h >> sfl.h
#- append sfltok.h sfl.h
cat sfltok.h >> sfl.h
#- append sfltree.h sfl.h
cat sfltree.h >> sfl.h
#- append sfltron.h sfl.h
cat sfltron.h >> sfl.h
#- append sfluid.h sfl.h
cat sfluid.h >> sfl.h
#- append sflxml.h sfl.h
cat sflxml.h >> sfl.h
#- append sflxmll.h sfl.h
cat sflxmll.h >> sfl.h
# -- end script without errors
exit 0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -