ide: updated ide.epj to not have the /usr/X11R6/include include dir under windows.
authorRejean Loyer <rejean.loyer@gmail.com>
Tue, 23 Oct 2012 00:38:31 +0000 (20:38 -0400)
committerRejean Loyer <rejean.loyer@gmail.com>
Tue, 23 Oct 2012 04:40:55 +0000 (00:40 -0400)
ide/ide.epj [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index e7b7851..a9ed145
@@ -6,9 +6,6 @@
       "PreprocessorDefinitions" : [
          "GDB_DEBUG_GUI"
       ],
-      "IncludeDirs" : [
-         "/usr/X11R6/include"
-      ],
       "TargetType" : "Executable",
       "TargetFileName" : "ide",
       "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)",
@@ -18,6 +15,9 @@
       {
          "Name" : "linux",
          "Options" : {
+            "IncludeDirs" : [
+               "/usr/X11R6/include"
+            ],
             "Libraries" : [
                "X11"
             ],
@@ -29,6 +29,9 @@
       {
          "Name" : "apple",
          "Options" : {
+            "IncludeDirs" : [
+               "/usr/X11R6/include"
+            ],
             "Libraries" : [
                "X11"
             ],