.cdtbuild

来自「仿照php的mysqli扩展自己使用MySQL的C Interface实现了一个」· CDTBUILD 代码 · 共 29 行

CDTBUILD
29
字号
<?xml version="1.0"?><?fileVersion 3.1.0?><ManagedProjectBuildInfo>  <project id="MySQLCharCount.cdt.managedbuild.target.gnu.exe.1549446684" name="Executable (Gnu)" projectType="cdt.managedbuild.target.gnu.exe">    <configuration id="cdt.managedbuild.config.gnu.exe.debug.185281414" name="Debug" description="" parent="cdt.managedbuild.config.gnu.exe.debug" artifactName="MySQLCharCount" errorParsers="org.eclipse.cdt.core.MakeErrorParser;org.eclipse.cdt.core.GCCErrorParser;org.eclipse.cdt.core.GLDErrorParser;org.eclipse.cdt.core.GASErrorParser" cleanCommand="rm -rf">      <toolChain superClass="cdt.managedbuild.toolchain.gnu.exe.debug" id="cdt.managedbuild.toolchain.gnu.exe.debug.931916426" name="GCC Tool Chain">        <tool superClass="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug" id="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.1893027528" name="GCC C++ Compiler"/>        <tool superClass="cdt.managedbuild.tool.gnu.c.compiler.exe.debug" id="cdt.managedbuild.tool.gnu.c.compiler.exe.debug.1077982710" name="GCC C Compiler"/>        <tool superClass="cdt.managedbuild.tool.gnu.c.linker.exe.debug" id="cdt.managedbuild.tool.gnu.c.linker.exe.debug.1134821467" name="GCC C Linker"/>        <tool superClass="cdt.managedbuild.tool.gnu.cpp.linker.exe.debug" id="cdt.managedbuild.tool.gnu.cpp.linker.exe.debug.270661158" name="GCC C++ Linker">          <option superClass="gnu.cpp.link.option.libs" id="gnu.cpp.link.option.libs.216420625" valueType="libs">            <listOptionValue value="mysqlclient" builtIn="false"/>          </option>        </tool>        <tool superClass="cdt.managedbuild.tool.gnu.assembler.exe.debug" id="cdt.managedbuild.tool.gnu.assembler.exe.debug.1167992026" name="GCC Assembler"/>        <macros/>      </toolChain>    </configuration>    <configuration id="cdt.managedbuild.config.gnu.exe.release.886412565" name="Release" description="" parent="cdt.managedbuild.config.gnu.exe.release" artifactName="MySQLCharCount" errorParsers="org.eclipse.cdt.core.MakeErrorParser;org.eclipse.cdt.core.GCCErrorParser;org.eclipse.cdt.core.GLDErrorParser;org.eclipse.cdt.core.GASErrorParser" cleanCommand="rm -rf">      <toolChain superClass="cdt.managedbuild.toolchain.gnu.exe.release" id="cdt.managedbuild.toolchain.gnu.exe.release.1072392073" name="GCC Tool Chain">        <tool superClass="cdt.managedbuild.tool.gnu.cpp.compiler.exe.release" id="cdt.managedbuild.tool.gnu.cpp.compiler.exe.release.1074980244" name="GCC C++ Compiler"/>        <tool superClass="cdt.managedbuild.tool.gnu.c.compiler.exe.release" id="cdt.managedbuild.tool.gnu.c.compiler.exe.release.538589138" name="GCC C Compiler"/>        <tool superClass="cdt.managedbuild.tool.gnu.c.linker.exe.release" id="cdt.managedbuild.tool.gnu.c.linker.exe.release.2109135315" name="GCC C Linker"/>        <tool superClass="cdt.managedbuild.tool.gnu.cpp.linker.exe.release" id="cdt.managedbuild.tool.gnu.cpp.linker.exe.release.299977134" name="GCC C++ Linker"/>        <tool superClass="cdt.managedbuild.tool.gnu.assembler.exe.release" id="cdt.managedbuild.tool.gnu.assembler.exe.release.2018738512" name="GCC Assembler"/>      </toolChain>    </configuration>  </project></ManagedProjectBuildInfo>

⌨️ 快捷键说明

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