ide; (#1039) add icon for step over skipping breakpoints.
[sdk] / ide / ide.epj
index f9592f7..bca58f3 100644 (file)
@@ -7,7 +7,10 @@
          "GDB_DEBUG_GUI"
       ],
       "TargetType" : "Executable",
-      "TargetFileName" : "ide"
+      "TargetFileName" : "ide",
+      "Libraries" : [
+         "ecere"
+      ]
    },
    "Platforms" : [
       {
@@ -48,9 +51,6 @@
             "PreprocessorDefinitions" : [
                "_DEBUG"
             ],
-            "Libraries" : [
-               "ecere"
-            ],
             "Console" : true,
             "FastMath" : false
          }
@@ -61,9 +61,6 @@
             "Warnings" : "None",
             "NoLineNumbers" : true,
             "Optimization" : "Speed",
-            "Libraries" : [
-               "ecere"
-            ],
             "LibraryDirs" : [
                "../obj/$(PLATFORM)/bin",
                "../obj/$(PLATFORM)/lib"
             "PreprocessorDefinitions" : [
                "_DEBUG"
             ],
-            "Libraries" : [
-               "ecere"
-            ],
             "Console" : true,
             "FastMath" : false
          }
             "stepInto.png",
             "stepOut.png",
             "stepOver.png",
-            "stopDebug.png"
+            "stopDebug.png",
+            "stepOverSkipBreak.png"
          ]
       },
       {