ecere; fixed wsms config to exclude SSLSocket.ec.
authorRejean Loyer <redj@ecere.com>
Sun, 6 Oct 2013 02:24:15 +0000 (22:24 -0400)
committerJerome St-Louis <jerome@ecere.com>
Wed, 9 Oct 2013 06:03:19 +0000 (02:03 -0400)
ecere/ecere.epj

index 95842f1..6ddbb97 100644 (file)
@@ -368,9 +368,9 @@ from wherever you obtained them.
          "Options" : {
             "Optimization" : "Size",
             "PreprocessorDefinitions" : [
-               "BUILDING_ECERE_COM",
                "ECERE_STATIC",
-               "ECERE_NO3D"
+               "ECERE_NO3D",
+               "ECERE_NOSSL"
             ],
             "TargetType" : "StaticLibrary",
             "TargetFileName" : "ecereWSMS",
@@ -1990,7 +1990,17 @@ from wherever you obtained them.
                   },
                   "Service.ec",
                   "Socket.ec",
-                  "SSLSocket.ec"
+                  {
+                     "FileName" : "SSLSocket.ec",
+                     "Configurations" : [
+                        {
+                           "Name" : "WSMS",
+                           "Options" : {
+                              "ExcludeFromBuild" : true
+                           }
+                        }
+                     ]
+                  }
                ],
                "Configurations" : [
                   {