?? buildlib-linux-ipaq
字號(hào):
#!/bin/bashrm config.cache config.status -ffunction config {CC=armv4l-unknown-linux-gcc \./configure --prefix=/opt/host/armv4l/armv4l-unknown-linux \ --build=i386-linux \ --host=arm-unknown-linux \ --target=arm-unknown-linux \ --disable-static \ --with-style=phone \ --enable-nativegal \ $rot_dir \ --enable-ipaqial \ --disable-qvfbial \ --disable-nativeial \ --disable-latin9support \ --disable-big5support \ --enable-pngsupport \ --disable-cursor \ --disable-micemoveable \ --disable-dblclk --disable-imegb2312 \ --disable-savebitmap \ --disable-savescreen \ --disable-aboutdlg \}OPTIONS="320x240 240x320"select opt in $OPTIONS; do if [ $opt = "320x240" ]; then unset rot_dir config exit 0 elif [ $opt = "240x320" ]; then echo Please select a model for your iPAQ. OPTIONS="H3600 H3800 Quit" select opt in $OPTIONS; do if [ "$opt" = "Quit" ]; then echo Quit... exit 0 elif [ "$opt" = "H3600" ]; then rot_dir="--enable-coortrans_cw" config exit 0 elif [ "$opt" = "H3800" ]; then rot_dir="--enable-coortrans_ccw" config exit 0 else echo Please select a model for your iPAQ. fi done fidone
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -