[IOT-1779] Windows: fix linker errors for SECURED=0
authorDan Mihai <Daniel.Mihai@microsoft.com>
Fri, 27 Jan 2017 00:23:30 +0000 (16:23 -0800)
committerDan Mihai <Daniel.Mihai@microsoft.com>
Thu, 2 Feb 2017 00:49:16 +0000 (00:49 +0000)
commitf6bbfc6cd179609a3204c616a8f88b552cbd6ce1
treea771731a68d1f37b88e76d1feefd2f4383de08a5
parent3f431c43020ddb6689aa6f0770b3bc3056a8dff0
[IOT-1779] Windows: fix linker errors for SECURED=0

The recently-added octbstack.dll exports from octbstack_product_with_tcp
were actually not available when SECURED=0.

Also, move the larger SConscript if/else paths to the 'else' branch,
for easier reading of these two nested if/else statements.

Change-Id: I66821e51c2beef2f2fbad2755a5f361ba836d892
Signed-off-by: Dan Mihai <Daniel.Mihai@microsoft.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/16807
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: Dave Thaler <dthaler@microsoft.com>
Reviewed-by: Phil Coval <philippe.coval@osg.samsung.com>
resource/csdk/SConscript