代码拉取完成,页面将自动刷新
#!/bin/sh
#
# QEmacs can be compiled directly with TinyCC. Launch this script to
# compile and execute qemacs with TinyCC.
#
# just for benchmarking
tcc_opts=""
libs="-L/usr/X11R6/lib -lXext -lXv -lX11"
#tcc="tcc"
tcc="../tcc/tcc"
if [ "$1" = "-bench" ] ; then
tcc_opts="$tcc_opts -o /tmp/qe -bench"
shift
fi
if [ "$1" = "-gprof" ] ; then
tcc="${tcc}_p"
libs=""
shift
fi
if [ "$1" = "-g" ] ; then
tcc_opts="$tcc_opts -g"
shift
fi
if [ "$1" = "-b" ] ; then
tcc_opts="$tcc_opts -b"
shift
fi
$tcc $tcc_opts $libs -DHAVE_QE_CONFIG_H -DQE_VERSION=\"0.3tcc\" -Iliburlio -- \
qe.c charset.c buffer.c input.c unicode_join.c \
qfribidi.c \
display.c tty.c util.c hex.c list.c \
clang.c shell.c \
css.c cssparse.c xmlparse.c html.c html_style.c \
x11.c \
liburlio/cutils.c liburlio/urlmisc.c liburlio/mem.c \
liburlio/urlio.c liburlio/file.c liburlio/dns.c \
liburlio/tcp.c liburlio/http.c \
qeend.c -- $*
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。