Unstaged changes (WIP)
[sdk] / ide / ide.epj
index 253279c..dbede4f 100644 (file)
@@ -6,6 +6,9 @@
       "PreprocessorDefinitions" : [
          "GDB_DEBUG_GUI"
       ],
+      "IncludeDirs" : [
+         "../extras/include"
+      ],
       "TargetType" : "Executable",
       "TargetFileName" : "ide",
       "Libraries" : [
@@ -60,7 +63,7 @@
       {
          "Name" : "Release",
          "Options" : {
-            "Warnings" : "None",
+            "Warnings" : "All",
             "NoLineNumbers" : true,
             "Optimization" : "Speed",
             "LibraryDirs" : [
             "../extras/FileSystemIterator.ec",
             "../extras/gui/layout.ec",
             "../extras/gui/controls/StringsBox.ec",
-            "../extras/types/DynamicString.ec"
+            "../extras/types/DynamicString.ec",
+            "../extras/include/dpl.ec"
          ]
       },
       {