From 15458c8e6a4945ab27f9aa4ca31fd1eeef0e2cb7 Mon Sep 17 00:00:00 2001 From: George Marques Date: Sat, 3 Sep 2016 19:43:40 -0300 Subject: Add Windows Universal export to editor - Use OPENSSL_ENABLED definition to the whole source to detect it anywhere. - Add WinRT/UWP template files with manifest and default images. --- drivers/SCsub | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/SCsub') diff --git a/drivers/SCsub b/drivers/SCsub index 79cbe50685..8243483e17 100644 --- a/drivers/SCsub +++ b/drivers/SCsub @@ -17,6 +17,7 @@ SConscript('gl_context/SCsub'); SConscript('pnm/SCsub'); if (env['openssl']!='no'): + env.Append(CPPFLAGS=['-DOPENSSL_ENABLED']); env_drivers.Append(CPPFLAGS=['-DOPENSSL_ENABLED']); if (env['openssl']=="builtin"): env_drivers.Append(CPPPATH=['#drivers/builtin_openssl2']) -- cgit v1.2.3