diff options
author | George Marques <george@gmarqu.es> | 2016-09-03 19:43:40 -0300 |
---|---|---|
committer | George Marques <george@gmarqu.es> | 2016-09-06 13:09:45 -0300 |
commit | 15458c8e6a4945ab27f9aa4ca31fd1eeef0e2cb7 (patch) | |
tree | 28cfd8f664ad2095237162d5817d18a49b6bbf6a /drivers/SCsub | |
parent | 5f5db46e8d0a28c3b5ac5fab36c14d3393217bfe (diff) |
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.
Diffstat (limited to 'drivers/SCsub')
-rw-r--r-- | drivers/SCsub | 1 |
1 files changed, 1 insertions, 0 deletions
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']) |