-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPathsAndSymbols.xml
More file actions
55 lines (47 loc) · 1.32 KB
/
Copy pathPathsAndSymbols.xml
File metadata and controls
55 lines (47 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="UTF-8"?>
<cdtprojectproperties>
<section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.IncludePaths">
<language name="C++ Source File">
<includepath>/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0</includepath>
<includepath>/usr/include/wx-3.0</includepath>
</language>
<language name="C Source File">
<includepath>/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0</includepath>
<includepath>/usr/include/wx-3.0</includepath>
</language>
<language name="Object File">
</language>
<language name="Assembly Source File">
<includepath>/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0</includepath>
<includepath>/usr/include/wx-3.0</includepath>
</language>
</section>
<section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.Macros">
<language name="C++ Source File">
<macro>
<name>_FILE_OFFSET_BITS</name><value>64</value>
</macro>
<macro>
<name>WXUSINGDLL</name><value/>
</macro>
<macro>
<name>__WXGTK__</name><value/>
</macro>
</language>
<language name="C Source File">
<macro>
<name>_FILE_OFFSET_BITS</name><value>64</value>
</macro>
<macro>
<name>WXUSINGDLL</name><value/>
</macro>
<macro>
<name>__WXGTK__</name><value/>
</macro>
</language>
<language name="Object File">
</language>
<language name="Assembly Source File">
</language>
</section>
</cdtprojectproperties>