ecere/ecere.epj: Excluding SSL from Android build
authorJerome St-Louis <jerome@ecere.com>
Mon, 3 Feb 2014 23:02:46 +0000 (06:02 +0700)
committerJerome St-Louis <jerome@ecere.com>
Mon, 3 Feb 2014 23:02:46 +0000 (06:02 +0700)
ecere/ecere.epj

index 6ddbb97..1942404 100644 (file)
@@ -307,12 +307,12 @@ from wherever you obtained them.
          "Options" : {
             "Optimization" : "Size",
             "PreprocessorDefinitions" : [
-               "BUILDING_ECERE_COM",
                "ECERE_STATIC",
                "ECERE_NOBLENDING",
                "ECERE_NO3D",
                "ECERE_NODINPUT",
-               "ECERE_NOTRUETYPE"
+               "ECERE_NOTRUETYPE",
+               "ECERE_NOSSL"
             ],
             "TargetType" : "StaticLibrary",
             "TargetFileName" : "ecerePACS",
@@ -413,7 +413,8 @@ from wherever you obtained them.
             "Optimization" : "Speed",
             "PreprocessorDefinitions" : [
                "ECERE_NOFONTCONFIG",
-               "HIGH_DPI"
+               "HIGH_DPI",
+               "ECERE_NOSSL"
             ],
             "IncludeDirs" : [
                "../deps/jpeg-6b",
@@ -1998,6 +1999,18 @@ from wherever you obtained them.
                            "Options" : {
                               "ExcludeFromBuild" : true
                            }
+                        },
+                        {
+                           "Name" : "PACS",
+                           "Options" : {
+                              "ExcludeFromBuild" : true
+                           }
+                        },
+                        {
+                           "Name" : "Android",
+                           "Options" : {
+                              "ExcludeFromBuild" : true
+                           }
                         }
                      ]
                   }