From 25b3e111fad55488ab4fab2aea13a148cff53ac9 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Thu, 2 Feb 2017 15:01:22 -0800 Subject: [PATCH] dll: fuse: fuse.pc file renamed to fuse.pc.in --- build/VStudio/winfsp_dll.vcxproj | 2 +- build/VStudio/winfsp_dll.vcxproj.filters | 2 +- src/dll/fuse/{fuse.pc => fuse.pc.in} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename src/dll/fuse/{fuse.pc => fuse.pc.in} (100%) diff --git a/build/VStudio/winfsp_dll.vcxproj b/build/VStudio/winfsp_dll.vcxproj index 91cc4568..f379c402 100644 --- a/build/VStudio/winfsp_dll.vcxproj +++ b/build/VStudio/winfsp_dll.vcxproj @@ -51,7 +51,7 @@ - + Document echo arch=$(PlatformTarget) >$(OutDir)fuse-$(PlatformTarget).pc copy /b $(OutDir)fuse-$(PlatformTarget).pc + %(FullPath) $(OutDir)fuse-$(PlatformTarget).pc >nul diff --git a/build/VStudio/winfsp_dll.vcxproj.filters b/build/VStudio/winfsp_dll.vcxproj.filters index 514c222f..20e69b7a 100644 --- a/build/VStudio/winfsp_dll.vcxproj.filters +++ b/build/VStudio/winfsp_dll.vcxproj.filters @@ -121,7 +121,7 @@ - + Source\fuse diff --git a/src/dll/fuse/fuse.pc b/src/dll/fuse/fuse.pc.in similarity index 100% rename from src/dll/fuse/fuse.pc rename to src/dll/fuse/fuse.pc.in