Explorer; libede: Fixes to compile, warnings; fixed single window coming up when...
[ede] / explorer / explorer.epj
index 0a12173..39cea87 100644 (file)
@@ -17,7 +17,8 @@
             "Optimization" : "None",
             "PreprocessorDefinitions" : [
                "_DEBUG"
-            ]
+            ],
+            "Console" : true
          }
       },
       {
             "Debug" : false,
             "Optimization" : "Speed"
          }
+      },
+      {
+         "Name" : "MemoryGuard",
+         "Options" : {
+            "Debug" : true,
+            "MemoryGuard" : true,
+            "Console" : true
+         }
+      },
+      {
+         "Name" : "Test",
+         "Options" : {
+            "Debug" : true,
+            "MemoryGuard" : true,
+            "Console" : true
+         }
       }
    ],
    "Files" : [
       {
          "Folder" : "extern",
          "Files" : [
-            "/sdk/extras/gui/controls/SelectorBar.ec",
-            "/sdk/extras/gui/controls/ToolBar.ec",
-            "/sdk/extras/gui/IconBag.ec"
+            {
+               "FileName" : "$(ECERE_SDK_SRC)/extras/gui/controls/ToolBar.ec",
+               "Options" : {
+                  "ExcludeFromBuild" : true
+               }
+            },
+            "$(ECERE_SDK_SRC)/extras/gui/controls/SearchBox.ec"
+         ],
+         "Configurations" : [
+            {
+               "Name" : "Test",
+               "Options" : {
+                  "ExcludeFromBuild" : true
+               }
+            }
          ]
       },
       {
@@ -57,8 +86,7 @@
             "src/DeleteBox.ec",
             "src/Finder.ec",
             "src/NotificationBox.ec",
-            "src/Panels.ec",
-            "src/Search.ec"
+            "src/Panels.ec"
          ],
          "Options" : {
             "ExcludeFromBuild" : true
          "Files" : [
             "Explorer.ec",
             "ExplorerWindow.ec"
+         ],
+         "Configurations" : [
+            {
+               "Name" : "Test",
+               "Options" : {
+                  "ExcludeFromBuild" : true
+               }
+            }
          ]
+      },
+      {
+         "Folder" : "tests",
+         "Files" : [
+            {
+               "FileName" : "t1FileSystemCache.ec",
+               "Configurations" : [
+                  {
+                     "Name" : "Test",
+                     "Options" : {
+                        "ExcludeFromBuild" : false
+                     }
+                  }
+               ]
+            }
+         ],
+         "Options" : {
+            "ExcludeFromBuild" : true
+         }
+      },
+      {
+         "Folder" : "tools",
+         "Files" : [
+
+         ],
+         "Options" : {
+            "ExcludeFromBuild" : true
+         }
       }
    ],
    "ResourcesPath" : "res",
       "view-icons.png",
       "view-list.png",
       "view-showcase-left.png",
-      "view-showcase-right.png"
+      "view-showcase-right.png",
+      "explorerIcon.png"
    ]
-}
\ No newline at end of file
+}