From db31f377e2299a6c5cfd45b1cb592fe21a07f2e5 Mon Sep 17 00:00:00 2001 From: Jerome St-Louis Date: Tue, 4 Feb 2014 06:02:46 +0700 Subject: [PATCH] ecere/ecere.epj: Excluding SSL from Android build --- ecere/ecere.epj | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/ecere/ecere.epj b/ecere/ecere.epj index 6ddbb97..1942404 100644 --- a/ecere/ecere.epj +++ b/ecere/ecere.epj @@ -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 + } } ] } -- 1.8.3.1