Fixed major issues
[ede] / explorer / explorer.epj
index be5f9fa..39cea87 100644 (file)
@@ -5,8 +5,6 @@
       "Warnings" : "All",
       "TargetType" : "Executable",
       "TargetFileName" : "explorer",
-      "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)",
-      "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)",
       "Libraries" : [
          "ecere"
       ]
             "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
+               }
+            }
          ]
       },
       {
          "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
+}