wip II
[sdk] / ide / ide.epj
old mode 100755 (executable)
new mode 100644 (file)
index 2291d86..b85041f
@@ -7,9 +7,7 @@
          "GDB_DEBUG_GUI"
       ],
       "TargetType" : "Executable",
-      "TargetFileName" : "ide",
-      "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)",
-      "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)"
+      "TargetFileName" : "ide"
    },
    "Platforms" : [
       {
                "/usr/X11R6/lib"
             ]
          }
-      },
-      {
-         "Name" : "win32",
-         "Options" : {
-            "Libraries" : [
-               "obj/resources.o"
-            ]
-         }
       }
    ],
    "Configurations" : [
          "Name" : "Debug",
          "Options" : {
             "Debug" : true,
-            "Optimization" : "None",
             "PreprocessorDefinitions" : [
                "_DEBUG"
             ],
             "Libraries" : [
                "ecere"
             ],
-            "Console" : true,
-            "FastMath" : false
-         },
-         "Platforms" : [
-            {
-               "Name" : "Win32",
-               "Options" : {
-                  "Libraries" : [
-
-                  ]
-               }
-            }
-         ]
+            "Console" : true
+         }
       },
       {
          "Name" : "Release",
             "FastMath" : true,
             "PostbuildCommands" : [
                "$(call cpq,$(TARGET),../obj/$(PLATFORM)/bin/)"
+            ],
+            "InstallCommands" : [
+               "$(if $(WINDOWS_HOST),$(call cpq,$(TARGET),\"$(BINDIR)/\"),install $(INSTALL_FLAGS) $(TARGET) $(BINDIR)/$(MODULE)$(E))"
             ]
          },
          "Platforms" : [
             {
-               "Name" : "Win32",
-               "Options" : {
-                  "Libraries" : [
-
-                  ]
-               }
-            },
-            {
                "Name" : "linux",
                "Options" : {
                   "Libraries" : [
             ],
             "Console" : true,
             "FastMath" : false
-         },
-         "Platforms" : [
-            {
-               "Name" : "Win32",
-               "Options" : {
-                  "Libraries" : [
-
-                  ]
-               }
-            }
-         ]
+         }
       },
       {
          "Name" : "Profile",
          "Files" : [
             "../extras/FileSystemIterator.ec",
             "../extras/gui/layout.ec",
-            "../extras/gui/controls/StringsBox.ec"
+            "../extras/gui/controls/StringsBox.ec",
+            "../extras/types/DynamicString.ec"
          ]
       },
       {
             {
                "Folder" : "dialogs",
                "Files" : [
-                  "ActiveCompilerDialog.ec",
                   "CompilersDetectionDialog.ec",
                   "FindInFilesDialog.ec",
                   "GlobalSettingsDialog.ec",
                   "NewProjectDialog.ec",
                   "NodeProperties.ec",
-                  "ProjectActiveConfig.ec",
                   "WorkspaceSettings.ec",
                   "ProjectTabSettings.ec"
                ]
             "IDESettings.ec",
             "OldIDESettings.ec",
             "ProjectSettings.ec",
-            "licensing.ec"
+            "licensing.ec",
+            "resources.rc"
          ]
       }
    ],
          ]
       },
       {
+         "Folder" : "status",
+         "Files" : [
+            "software-update-available.png"
+         ]
+      },
+      {
          "Folder" : "locale",
          "Files" : [
             {