From d7af10fa68ca47a9283f8645bbbb83c50ebd05f6 Mon Sep 17 00:00:00 2001 From: Liong Sauw Ming Date: Tue, 9 Aug 2016 02:57:05 +0000 Subject: Fixed #1943: (Windows) Add SRTP OpenSSL sources in Visual Studio libsrtp project file. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5415 74dad513-b988-da41-8d7b-12977e46ad98 --- third_party/build/srtp/libsrtp.vcxproj | 98 ++++++++++++++++++++------ third_party/build/srtp/libsrtp.vcxproj.filters | 16 ++++- 2 files changed, 91 insertions(+), 23 deletions(-) diff --git a/third_party/build/srtp/libsrtp.vcxproj b/third_party/build/srtp/libsrtp.vcxproj index 9db5c0bd..f9f56bcd 100644 --- a/third_party/build/srtp/libsrtp.vcxproj +++ b/third_party/build/srtp/libsrtp.vcxproj @@ -126,8 +126,8 @@ - - + + @@ -141,48 +141,48 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + <_ProjectFileVersion>14.0.22823.1 - ..\..\lib\ + ..\..\lib\ @@ -325,14 +325,56 @@ ..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib - + + + true + true + true + true + true + true + true + true + true + true + true + true + + + true + true + true + true + true + true + true + true + true + true + true + true + + + true + true + true + true + true + true + true + true + true + true + true + true + @@ -346,11 +388,25 @@ + + true + true + true + true + true + true + true + true + true + true + true + true + - + diff --git a/third_party/build/srtp/libsrtp.vcxproj.filters b/third_party/build/srtp/libsrtp.vcxproj.filters index e5cecdd5..ad25a6df 100644 --- a/third_party/build/srtp/libsrtp.vcxproj.filters +++ b/third_party/build/srtp/libsrtp.vcxproj.filters @@ -104,8 +104,17 @@ Source Files - - Header Files + + crypto\cipher + + + crypto\cipher + + + crypto\hash + + + crypto\rng @@ -199,5 +208,8 @@ crypto\include + + Header Files + \ No newline at end of file -- cgit v1.2.3