prefixednotation.gpr
来自「Ada 2005 Training Notes.」· GPR 代码 · 共 16 行
GPR
16 行
project Prefixednotation is
for Source_Dirs use (".\/**");
for Main use ("Main.adb");
package Builder is
for Default_Switches ("ada") use ("-j2", "-g", "-C");
end Builder;
package Compiler is
for Default_Switches ("ada") use ("-g");
end Compiler;
end Prefixednotation;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?