From 9c03ad38f2a725c09a63105a737e5e7c99158e48 Mon Sep 17 00:00:00 2001 From: Jorg Knobloch Date: Fri, 28 Aug 2020 21:40:51 +0200 Subject: [PATCH] Add constant_time_algo.cc/hh to Windows build. --- libpEpAdapter/libpEpAdapter.vcxproj | 2 ++ libpEpAdapter/libpEpAdapter.vcxproj.filters | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/libpEpAdapter/libpEpAdapter.vcxproj b/libpEpAdapter/libpEpAdapter.vcxproj index e5cec6a..1240878 100644 --- a/libpEpAdapter/libpEpAdapter.vcxproj +++ b/libpEpAdapter/libpEpAdapter.vcxproj @@ -99,6 +99,7 @@ XCOPY "$(SolutionDir)libpEpAdapter\*.hxx" "$(SolutionDir)pEp\" /I/F/Y + @@ -108,6 +109,7 @@ XCOPY "$(SolutionDir)libpEpAdapter\*.hxx" "$(SolutionDir)pEp\" /I/F/Y + diff --git a/libpEpAdapter/libpEpAdapter.vcxproj.filters b/libpEpAdapter/libpEpAdapter.vcxproj.filters index da8e8f7..386d89f 100644 --- a/libpEpAdapter/libpEpAdapter.vcxproj.filters +++ b/libpEpAdapter/libpEpAdapter.vcxproj.filters @@ -39,6 +39,9 @@ Source Files + + Source Files + @@ -74,5 +77,8 @@ Header Files + + Header Files + \ No newline at end of file