From 36639d8cdfa5da7e0462a538a949b38113171d96 Mon Sep 17 00:00:00 2001 From: Andreas Traczyk Date: Fri, 6 Sep 2019 15:24:03 -0400 Subject: [PATCH] win32: move dlfcn src into msvc subdirectory Change-Id: I4079cc8c9075117f3135065e945752d9b9e5bdad --- {src => MSVC}/dlfcn.c | 0 {src => MSVC}/dlfcn.h | 0 MSVC/ring-daemon.vcxproj | 4 ++-- MSVC/ring-daemon.vcxproj.filters | 14 +++++++------- 4 files changed, 9 insertions(+), 9 deletions(-) rename {src => MSVC}/dlfcn.c (100%) rename {src => MSVC}/dlfcn.h (100%) diff --git a/src/dlfcn.c b/MSVC/dlfcn.c similarity index 100% rename from src/dlfcn.c rename to MSVC/dlfcn.c diff --git a/src/dlfcn.h b/MSVC/dlfcn.h similarity index 100% rename from src/dlfcn.h rename to MSVC/dlfcn.h diff --git a/MSVC/ring-daemon.vcxproj b/MSVC/ring-daemon.vcxproj index 487b41eb4..d913f2c89 100644 --- a/MSVC/ring-daemon.vcxproj +++ b/MSVC/ring-daemon.vcxproj @@ -711,7 +711,6 @@ - @@ -837,6 +836,7 @@ + @@ -855,7 +855,6 @@ - @@ -1003,6 +1002,7 @@ + diff --git a/MSVC/ring-daemon.vcxproj.filters b/MSVC/ring-daemon.vcxproj.filters index b61f30c0f..2324c271d 100644 --- a/MSVC/ring-daemon.vcxproj.filters +++ b/MSVC/ring-daemon.vcxproj.filters @@ -289,9 +289,6 @@ Source Files - - Source Files - Source Files @@ -421,6 +418,9 @@ Source Files\upnp\protocol\pupnp + + Source Files + @@ -459,9 +459,6 @@ Source Files - - Source Files - Source Files @@ -867,10 +864,13 @@ Source Files\upnp\protocol\pupnp + + Source Files + Source Files\jamidht\eth\libdevcore - + \ No newline at end of file