?? rebuild-gcc
字號:
#! /bin/sh## rebuild: rebuild Makefile.in, configure, etc. using GNU automake, autoconf,# and libtool.## This is the version for use with the GNU C/C++ compilers## $Id: rebuild-gcc,v 1.1.1.1 2001/06/27 19:47:42 erikm Exp $#echo '$Id: rebuild-gcc,v 1.1.1.1 2001/06/27 19:47:42 erikm Exp $'echo "Setting up for use with GNU C/C++ compilers"echo ""echo "Running automake ... "automake --add-missing --gnuecho "Running aclocal ... "aclocalecho "Running autoconf ... "autoconfecho "Running autoheader ... "autoheader
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -