Added lot's of code-files used during work
This commit is contained in:
parent
644121b478
commit
56d9bdd39e
155 changed files with 23423 additions and 0 deletions
33
source/ct-Bot/.cdtproject
Normal file
33
source/ct-Bot/.cdtproject
Normal file
|
@ -0,0 +1,33 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?eclipse-cdt version="2.0"?>
|
||||
|
||||
<cdtproject id="org.eclipse.cdt.managedbuilder.core.managedMake">
|
||||
<extension point="org.eclipse.cdt.core.ScannerInfoProvider" id="org.eclipse.cdt.managedbuilder.core.ManagedBuildManager"/>
|
||||
<extension point="org.eclipse.cdt.core.ScannerInfoProvider" id="org.eclipse.cdt.managedbuilder.core.ManagedBuildManager"/>
|
||||
<extension point="org.eclipse.cdt.core.BinaryParser" id="org.eclipse.cdt.core.ELF"/>
|
||||
<extension point="org.eclipse.cdt.core.BinaryParser" id="org.eclipse.cdt.core.PE"/>
|
||||
<extension point="org.eclipse.cdt.core.BinaryParser" id="org.eclipse.cdt.core.GNU_ELF">
|
||||
<attribute key="addr2line" value="addr2line"/>
|
||||
<attribute key="c++filt" value="c++filt"/>
|
||||
</extension>
|
||||
<extension point="org.eclipse.cdt.core.BinaryParser" id="org.eclipse.cdt.core.Cygwin_PE">
|
||||
<attribute key="addr2line" value="addr2line"/>
|
||||
<attribute key="cygpath" value="cygpath"/>
|
||||
<attribute key="c++filt" value="c++filt"/>
|
||||
<attribute key="nm" value="nm"/>
|
||||
</extension>
|
||||
<extension point="org.eclipse.cdt.core.CIndexer" id="org.eclipse.cdt.core.ctagsindexer">
|
||||
<attribute key="ctagslocation" value=""/>
|
||||
<attribute key="ctagfiletype" value="ctags_internal"/>
|
||||
<attribute key="ctagsindexincludes" value="true"/>
|
||||
<attribute key="ctagfilelocation" value=""/>
|
||||
<attribute key="ctagslocationtype" value="ctags_path_default"/>
|
||||
</extension>
|
||||
<data>
|
||||
<item id="org.eclipse.cdt.core.pathentry">
|
||||
<pathentry kind="src" path=""/>
|
||||
<pathentry kind="out" path=""/>
|
||||
<pathentry kind="con" path="org.eclipse.cdt.managedbuilder.MANAGED_CONTAINER"/>
|
||||
</item>
|
||||
</data>
|
||||
</cdtproject>
|
Reference in a new issue