📄 mkconf.g
字号:
## gulam script to produce configuration file for Atari ST;# performs the same job as configure, but only for this specific configuration;# it is assumed that it is located in a subdirectory .\atari#if { -e ..\config\atari } sed -n -f mkscrpt.sed ..\config\atari > sedscr sed -f sedscr ..\config.h-d > config.h sed -n '/^#echo./s///p' ..\config\atari rm sedscr mv config.h ..ef echo "'..\config\atari' was lost somewhere" echo "Either construct one based on the examples in the config directory," echo "or, in source directory, copy config.h-dist to config.h and edit it." exit 1endifexit 0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -