[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-client-cvs
Subject:    [Client-cvs] netwksvc unix.pcf,1.3,1.3.2.1
From:       henryxing () helixcommunity ! org
Date:       2012-02-09 7:41:09
[Download RAW message or body]

Update of /cvsroot/client/netwksvc
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv18123

Modified Files:
      Tag: hxclient_3_1_0_atlas
	unix.pcf 
Log Message:
integrate openssl in unix_net for HXC-72, only for unix/android platform, need update future

Index: unix.pcf
===================================================================
RCS file: /cvsroot/client/netwksvc/unix.pcf,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- unix.pcf	6 Jul 2007 21:58:22 -0000	1.3
+++ unix.pcf	9 Feb 2012 07:41:07 -0000	1.3.2.1
@@ -50,4 +50,13 @@
 # 
 
 project.AddIncludes( '../../common/netio/pub/platform/unix');
+if project.IsDefined("HELIX_FEATURE_SECURE_SOCKET_OPENSSL"):
+    if project.IsDefined("ANDROID"):
+        project.AddIncludes(GetSDKPath("android_source") + '/external/openssl/include');
+        project.AddSystemLibraries("ssl","crypto");
+    else:    
+        project.AddModuleIncludes('common/import/openssl/1.0.0e/linux_ubuntu_i686/include');
+        project.AddModuleLibraries("common/import/openssl/1.0.0e/linux_ubuntu_i686/lib[libssl]",
+                                   "common/import/openssl/1.0.0e/linux_ubuntu_i686/lib[libcrypto]");
+
 


_______________________________________________
Client-cvs mailing list
Client-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/client-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic