.cdtbuild

来自「On screen keyboard source code in Linux」· CDTBUILD 代码 · 共 28 行

CDTBUILD
28
字号
<?xml version="1.0" encoding="UTF-8"?>
<?fileVersion 2.0.0?>

<ManagedProjectBuildInfo>
<target id="UIQKeyboard.cdt.managedbuild.target.gnu.mingw.exe.988640426" name="Executable (MinGW)" parent="cdt.managedbuild.target.gnu.mingw.exe" isAbstract="false" artifactName="UIQKeyboard" isTest="false" errorParsers="org.eclipse.cdt.core.MakeErrorParser;org.eclipse.cdt.core.GCCErrorParser;org.eclipse.cdt.core.GLDErrorParser;org.eclipse.cdt.core.GASErrorParser">
<configuration id="cdt.managedbuild.config.gnu.mingw.exe.debug.976713210" name="Debug" parent="cdt.managedbuild.config.gnu.mingw.exe.debug">
<toolReference id="cdt.managedbuild.tool.gnu.c.compiler" command="gcc" outputPrefix="" outputFlag="-o" outputs="o">
<optionReference id="gnu.c.compiler.option.optimization.level" defaultValue="gnu.c.optimization.level.none"/>
<optionReference id="gnu.c.compiler.option.debugging.level" defaultValue="gnu.c.debugging.level.max"/>
</toolReference>
<toolReference id="cdt.managedbuild.tool.gnu.cpp.compiler" command="g++" outputPrefix="" outputFlag="-o" outputs="o">
<optionReference id="gnu.cpp.compiler.option.optimization.level" defaultValue="gnu.cpp.compiler.optimization.level.none"/>
<optionReference id="gnu.cpp.compiler.option.debugging.level" defaultValue="gnu.cpp.compiler.debugging.level.max"/>
</toolReference>
</configuration>
<configuration id="cdt.managedbuild.config.gnu.mingw.exe.release.1617565866" name="Release" parent="cdt.managedbuild.config.gnu.mingw.exe.release">
<toolReference id="cdt.managedbuild.tool.gnu.c.compiler" command="gcc" outputPrefix="" outputFlag="-o" outputs="o">
<optionReference id="gnu.c.compiler.option.optimization.level" defaultValue="gnu.c.optimization.level.most"/>
<optionReference id="gnu.c.compiler.option.debugging.level" defaultValue="gnu.c.debugging.level.none"/>
</toolReference>
<toolReference id="cdt.managedbuild.tool.gnu.cpp.compiler" command="g++" outputPrefix="" outputFlag="-o" outputs="o">
<optionReference id="gnu.cpp.compiler.option.optimization.level" defaultValue="gnu.cpp.compiler.optimization.level.most"/>
<optionReference id="gnu.cpp.compiler.option.debugging.level" defaultValue="gnu.cpp.compiler.debugging.level.none"/>
</toolReference>
</configuration>
</target>
</ManagedProjectBuildInfo>

⌨️ 快捷键说明

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