ecereCOM; moved m, dl and pthread libs from Release/Linux to Common/Linux.
authorRejean Loyer <rejean.loyer@gmail.com>
Mon, 22 Oct 2012 19:26:20 +0000 (15:26 -0400)
committerRejean Loyer <rejean.loyer@gmail.com>
Mon, 22 Oct 2012 19:26:20 +0000 (15:26 -0400)
ecere/ecereCOM.epj

index 71be3f9..c45d61e 100644 (file)
@@ -19,7 +19,9 @@
          "Name" : "linux",
          "Options" : {
             "Libraries" : [
-               "m"
+               "dl",
+               "m",
+               "pthread"
             ]
          }
       }
             "PostbuildCommands" : [
                "$(call cpq,$(TARGET),../$(SODESTDIR))"
             ]
-         },
-         "Platforms" : [
-            {
-               "Name" : "Linux",
-               "Options" : {
-                  "Libraries" : [
-                     "dl",
-                     "m",
-                     "pthread"
-                  ]
-               }
-            }
-         ]
+         }
       },
       {
          "Name" : "Static",