makelinks.sh

来自「在Linux开发环境下实现JPEG_LS压缩标注」· Shell 代码 · 共 26 行

SH
26
字号
#!/bin/shDCTOOLDIR=/home/clunie/dctoolln -s $DCTOOLDIR/appsrc/misc/rawnjl2.cc(cd man/man1; ln -s $DCTOOLDIR/appsrc/misc/rawnjl2.man rawnjl2.1)(cd man/man1; ln -s $DCTOOLDIR/man/man1/binin.so)(cd man/man1; ln -s $DCTOOLDIR/man/man1/binout.so)ln -s $DCTOOLDIR/libsrc/include/generic/basetype.hln -s $DCTOOLDIR/libsrc/include/generic/endtype.hln -s $DCTOOLDIR/libsrc/include/generic/strtype.hln -s $DCTOOLDIR/libsrc/include/generic/bnstream.hln -s $DCTOOLDIR/libsrc/include/generic/bnopt.hln -s $DCTOOLDIR/libsrc/include/generic/getoptns.hln -s $DCTOOLDIR/libsrc/include/generic/errclass.hln -s $DCTOOLDIR/libsrc/include/locale/mesgtext.hln -s $DCTOOLDIR/libsrc/src/generic/getoptns.ccln -s $DCTOOLDIR/libsrc/src/generic/bnopti.ccln -s $DCTOOLDIR/libsrc/src/generic/bnopto.ccln -s $DCTOOLDIR/libsrc/src/locale/mesgtext.ccln -s $DCTOOLDIR/libsrc/src/locale/mesgttbl.h

⌨️ 快捷键说明

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