diff options
author | Edward Rudd | 2005-08-31 06:20:34 +0000 |
---|---|---|
committer | Edward Rudd | 2005-08-31 06:20:34 +0000 |
commit | 570b73fa8b3823280ffd740a8a9d71f1d69c7e08 (patch) | |
tree | 882ea54e0060b153a8b747e0b9ddac67fc9347e7 /.cdtproject | |
parent | 141cf421e03092da2c7ded824e6adae973ef4b84 (diff) |
updated project files (remove anjuta add eclipse)
updated svn:ignore attributes
remove .cvsignore
updated autogen.sh
Diffstat (limited to '.cdtproject')
-rw-r--r-- | .cdtproject | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/.cdtproject b/.cdtproject new file mode 100644 index 0000000..1c6ac35 --- /dev/null +++ b/.cdtproject | |||
@@ -0,0 +1,65 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <?eclipse-cdt version="2.0"?> | ||
3 | |||
4 | <cdtproject id="org.eclipse.cdt.make.core.make"> | ||
5 | <extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/> | ||
6 | <extension id="org.eclipse.cdt.core.GNU_ELF" point="org.eclipse.cdt.core.BinaryParser"> | ||
7 | <attribute key="addr2line" value="addr2line"/> | ||
8 | <attribute key="c++filt" value="c++filt"/> | ||
9 | </extension> | ||
10 | <extension id="org.eclipse.cdt.core.domsourceindexer" point="org.eclipse.cdt.core.CIndexer"/> | ||
11 | <data> | ||
12 | <item id="scannerConfiguration"> | ||
13 | <autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId="org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile"/> | ||
14 | <profile id="org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile"> | ||
15 | <buildOutputProvider> | ||
16 | <openAction enabled="true" filePath=""/> | ||
17 | <parser enabled="true"/> | ||
18 | </buildOutputProvider> | ||
19 | <scannerInfoProvider id="specsFile"> | ||
20 | <runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault="true"/> | ||
21 | <parser enabled="true"/> | ||
22 | </scannerInfoProvider> | ||
23 | </profile> | ||
24 | <profile id="org.eclipse.cdt.make.core.GCCStandardMakePerFileProfile"> | ||
25 | <buildOutputProvider> | ||
26 | <openAction enabled="false" filePath=""/> | ||
27 | <parser enabled="true"/> | ||
28 | </buildOutputProvider> | ||
29 | <scannerInfoProvider id="makefileGenerator"> | ||
30 | <runAction arguments="-f ${project_name}_scd.mk" command="make" useDefault="true"/> | ||
31 | <parser enabled="false"/> | ||
32 | </scannerInfoProvider> | ||
33 | </profile> | ||
34 | <profile id="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfile"> | ||
35 | <buildOutputProvider> | ||
36 | <openAction enabled="false" filePath=""/> | ||
37 | <parser enabled="true"/> | ||
38 | </buildOutputProvider> | ||
39 | <scannerInfoProvider id="specsFile"> | ||
40 | <runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault="true"/> | ||
41 | <parser enabled="false"/> | ||
42 | </scannerInfoProvider> | ||
43 | </profile> | ||
44 | <profile id="org.eclipse.cdt.managedbuilder.core.GCCWinManagedMakePerProjectProfile"> | ||
45 | <buildOutputProvider> | ||
46 | <openAction enabled="false" filePath=""/> | ||
47 | <parser enabled="true"/> | ||
48 | </buildOutputProvider> | ||
49 | <scannerInfoProvider id="specsFile"> | ||
50 | <runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault="true"/> | ||
51 | <parser enabled="false"/> | ||
52 | </scannerInfoProvider> | ||
53 | </profile> | ||
54 | </item> | ||
55 | <item id="org.eclipse.cdt.core.pathentry"> | ||
56 | <pathentry include="/misc/projects/apache_incs/2.0/apr-0" kind="inc" path="" system="true"/> | ||
57 | <pathentry include="/misc/projects/apache_incs/2.0/httpd" kind="inc" path="" system="true"/> | ||
58 | <pathentry include="/usr/include/mysql" kind="inc" path="" system="true"/> | ||
59 | <pathentry kind="mac" name="WITH_APACHE20" path="" value=""/> | ||
60 | <pathentry kind="src" path=""/> | ||
61 | <pathentry kind="out" path=""/> | ||
62 | <pathentry kind="con" path="org.eclipse.cdt.make.core.DISCOVERED_SCANNER_INFO"/> | ||
63 | </item> | ||
64 | </data> | ||
65 | </cdtproject> | ||