- diff --git a/build.vc19/nfs41_np/nfs41_np.vcxproj b/build.vc19/nfs41_np/nfs41_np.vcxproj
- index e922c2e..b2eb0f9 100644
- --- a/build.vc19/nfs41_np/nfs41_np.vcxproj
- +++ b/build.vc19/nfs41_np/nfs41_np.vcxproj
- @@ -132,7 +132,7 @@
- <PreprocessorDefinitions>WIN32;_CRT_STDIO_ISO_WIDE_SPECIFIERS=1;UNICODE;_UNICODE;_DEBUG;_WINDOWS;_USRDLL;NFS41_NP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <AdditionalIncludeDirectories>..\..\include;..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <LanguageStandard_C>stdc17</LanguageStandard_C>
- - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
- + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
- <AdditionalOptions>/wd4100 /wd5105</AdditionalOptions>
- <SupportJustMyCode>false</SupportJustMyCode>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- @@ -153,7 +153,7 @@
- <PreprocessorDefinitions>WIN32;_CRT_STDIO_ISO_WIDE_SPECIFIERS=1;UNICODE;_UNICODE;_DEBUG;_WINDOWS;_USRDLL;NFS41_NP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <AdditionalIncludeDirectories>..\..\include;..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <LanguageStandard_C>stdc17</LanguageStandard_C>
- - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
- + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
- <AdditionalOptions>/wd4100 /wd5105</AdditionalOptions>
- <SupportJustMyCode>false</SupportJustMyCode>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- @@ -174,7 +174,7 @@
- <PreprocessorDefinitions>WIN32;_CRT_STDIO_ISO_WIDE_SPECIFIERS=1;UNICODE;_UNICODE;_DEBUG;_WINDOWS;_USRDLL;NFS41_NP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <AdditionalIncludeDirectories>..\..\include;..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <LanguageStandard_C>stdc17</LanguageStandard_C>
- - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
- + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
- <AdditionalOptions>/wd4100 /wd5105</AdditionalOptions>
- <SupportJustMyCode>false</SupportJustMyCode>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- diff --git a/cygwin/Makefile b/cygwin/Makefile
- index de3ad27..72af9bf 100644
- --- a/cygwin/Makefile
- +++ b/cygwin/Makefile
- @@ -14,7 +14,7 @@ PROJECT_BASEDIR_DIR := $(shell dirname $(realpath $(CYGWIN_MAKEFILE_DIR)/))
- DESTDIR:=$(PROJECT_BASEDIR_DIR)/destdir
- VS_BUILD_DIR32:=$(PROJECT_BASEDIR_DIR)/build.vc19/Debug/
- -VS_BUILD_DIR64:=$(PROJECT_BASEDIR_DIR)/build.vc19/x64/Debug/
- +VS_BUILD_DIR64:=$(PROJECT_BASEDIR_DIR)/build.vc19/ARM64/Debug/
- #VS_BUILD_DIR32:=$(PROJECT_BASEDIR_DIR)/build.vc19/Release/
- #VS_BUILD_DIR64:=$(PROJECT_BASEDIR_DIR)/build.vc19/x64/Release/
- diff --git a/cygwin/Makefile.install b/cygwin/Makefile.install
- index e9f68df..60dcb6a 100644
- --- a/cygwin/Makefile.install
- +++ b/cygwin/Makefile.install
- @@ -181,9 +181,9 @@ installdest:
- test -d "$${vsbasepath}" || { printf "vsbasepath not found\n" 1>&2 ; exit 1 ; }; \
- if [[ "$(CYGWIN_BASEPATH)" == *64* ]] ; then \
- cp \
- - "$$(find "$${vsbasepath}/Community" -ipath '*/x64/*/VCRUNTIME140D.dll' | sort -n -r | head -n 1)" \
- + "$$(find "$${vsbasepath}/Community" -ipath '*/arm64/*/VCRUNTIME140D.dll' | sort -n -r | head -n 1)" \
- $(DESTDIR)/$(CYGWIN_BASEPATH)/sbin/. ; \
- - cp '/cygdrive/c/Program Files (x86)/Windows Kits/10/bin/x64/ucrt/ucrtbased.dll' $(DESTDIR)/$(CYGWIN_BASEPATH)/sbin/. ; \
- + cp '/cygdrive/c/Program Files (x86)/Windows Kits/10/bin/arm64/ucrt/ucrtbased.dll' $(DESTDIR)/$(CYGWIN_BASEPATH)/sbin/. ; \
- else \
- cp \
- "$$(find "$${vsbasepath}/Community" -ipath '*/x86/*/VCRUNTIME140D.dll' | sort -n -r | head -n 1)" \
ms-nfs41-client ARM64 test patch
Posted by Anonymous on Thu 4th Sep 2025 21:19
raw | new post
modification of post by Anonymous (view diff)
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.