summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorGravatar Alan Fitton <alan@eth0.org.uk>2012-05-27 19:39:29 +0100
committerGravatar Alan Fitton <alan@eth0.org.uk>2012-05-27 19:39:29 +0100
commite8a149f7ab6d4ad599b98e2588a21c18d2f81ea7 (patch)
treea15edd3a6813df5e979cdf56a242b339104f7d5b /extra
parent15274c4ebe9140da33863a3db99b4123d29de71a (diff)
just discovered a pull request by gyp for the units issue I fixed earlier, use disk_K as he did instead of 1024. add my eclipse CDT includes paths to extra/ because I keep having to redo these and they could be useful to others.
Diffstat (limited to 'extra')
-rw-r--r--extra/eclipse-paths.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/extra/eclipse-paths.xml b/extra/eclipse-paths.xml
new file mode 100644
index 0000000..4ca5c9b
--- /dev/null
+++ b/extra/eclipse-paths.xml
@@ -0,0 +1,33 @@
+<?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/include/gtk-2.0</includepath>
+<includepath>/usr/lib64/gtk-2.0/include</includepath>
+<includepath>/usr/include/glib-2.0</includepath>
+<includepath>/usr/lib64/glib-2.0/include</includepath>
+<includepath>/usr/include/json-glib-1.0</includepath>
+<includepath>/usr/include/atk-1.0</includepath>
+<includepath>/usr/include/pango-1.0</includepath>
+<includepath>/usr/include/cairo</includepath>
+
+</language>
+<language name="Object File">
+
+</language>
+<language name="Assembly Source File">
+
+</language>
+</section>
+<section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.Macros">
+<language name="C Source File">
+
+</language>
+<language name="Object File">
+
+</language>
+<language name="Assembly Source File">
+
+</language>
+</section>
+</cdtprojectproperties>