⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makeall.sh

📁 ucgui在windows下的移植
💻 SH
字号:
#!/bin/sh	echo '*** EXAMPLE 0 ***'	cd example0	make -fmakefile.lin	make -fmakefile.lin clean	cd ..	echo '*** EXAMPLE 1 ***'	cd example1	make -fmakefile.lin	make -fmakefile.lin clean	cd ..	echo '*** EXAMPLE 2 ***'	cd example2	make -fmakefile.lin	make -fmakefile.lin clean	cd ..	echo '*** EXAMPLE 3 ***'	cd example3	make -fmakefile.lin	make -fmakefile.lin clean	cd ..	echo '*** EXAMPLE 4 ***'	cd example4	make -fmakefile.lin	make -fmakefile.lin clean	cd ..

⌨️ 快捷键说明

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