ide: recent menu hidden features improvements. use ctrl+shift to open without parsing...
[sdk] / ide / ide.epj
index 253279c..21b5d85 100644 (file)
@@ -1,13 +1,16 @@
 {
    "Version" : 0.2,
-   "ModuleName" : "ide",
+   "ModuleName" : "ecere-ide",
    "Options" : {
       "Warnings" : "All",
       "PreprocessorDefinitions" : [
          "GDB_DEBUG_GUI"
       ],
+      "IncludeDirs" : [
+         "../extras/include"
+      ],
       "TargetType" : "Executable",
-      "TargetFileName" : "ide",
+      "TargetFileName" : "ecere-ide",
       "Libraries" : [
          "ecere"
       ]
@@ -60,7 +63,7 @@
       {
          "Name" : "Release",
          "Options" : {
-            "Warnings" : "None",
+            "Warnings" : "All",
             "NoLineNumbers" : true,
             "Optimization" : "Speed",
             "LibraryDirs" : [
             ],
             "FastMath" : true,
             "PostbuildCommands" : [
-               "$(call cpq,$(TARGET),../obj/$(PLATFORM)/bin/)"
+               "$(call cp,$(TARGET),../obj/$(PLATFORM)/bin/)"
             ],
             "InstallCommands" : [
-               "$(if $(WINDOWS_HOST),$(call cpq,$(TARGET),\"$(BINDIR)/\"),install $(INSTALL_FLAGS) $(TARGET) $(BINDIR)/$(MODULE)$(E))"
+               "$(if $(WINDOWS_HOST),$(call cp,$(TARGET),\"$(BINDIR)/\"),install $(INSTALL_FLAGS) $(TARGET) $(BINDIR)/$(MODULE)$(E))"
             ]
          }
       },
             "../extras/FileSystemIterator.ec",
             "../extras/gui/layout.ec",
             "../extras/gui/controls/StringsBox.ec",
-            "../extras/types/DynamicString.ec"
+            "../extras/types/DynamicString.ec",
+            "../extras/include/dpl.ec"
          ]
       },
       {