From 736fcc6c19ca6749a76ef023e44421ba0544aec9 Mon Sep 17 00:00:00 2001 From: Jorg Knobloch Date: Sat, 15 Feb 2020 00:44:09 +0100 Subject: [PATCH] Added call_with_lock.cc and slurp.cc to Windows build. --- libpEpAdapter/libpEpAdapter.vcxproj | 3 +++ libpEpAdapter/libpEpAdapter.vcxproj.filters | 9 +++++++++ 2 files changed, 12 insertions(+) diff --git a/libpEpAdapter/libpEpAdapter.vcxproj b/libpEpAdapter/libpEpAdapter.vcxproj index 32d191f..3801d93 100644 --- a/libpEpAdapter/libpEpAdapter.vcxproj +++ b/libpEpAdapter/libpEpAdapter.vcxproj @@ -99,6 +99,8 @@ xcopy /i/y "$(ProjectDir)..\status_to_string.hh" "$(SolutionDir)pEp\" + + @@ -106,6 +108,7 @@ xcopy /i/y "$(ProjectDir)..\status_to_string.hh" "$(SolutionDir)pEp\" + diff --git a/libpEpAdapter/libpEpAdapter.vcxproj.filters b/libpEpAdapter/libpEpAdapter.vcxproj.filters index 82c623e..6dbc4ec 100644 --- a/libpEpAdapter/libpEpAdapter.vcxproj.filters +++ b/libpEpAdapter/libpEpAdapter.vcxproj.filters @@ -24,6 +24,12 @@ Source Files + + Source Files + + + Source Files + @@ -41,5 +47,8 @@ Header Files + + Header Files + \ No newline at end of file