pastebin - collaborative debugging tool
nrubsig.kpaste.net RSS


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)

  1. diff --git a/build.vc19/nfs41_np/nfs41_np.vcxproj b/build.vc19/nfs41_np/nfs41_np.vcxproj
  2. index e922c2e..b2eb0f9 100644
  3. --- a/build.vc19/nfs41_np/nfs41_np.vcxproj
  4. +++ b/build.vc19/nfs41_np/nfs41_np.vcxproj
  5. @@ -132,7 +132,7 @@
  6.        <PreprocessorDefinitions>WIN32;_CRT_STDIO_ISO_WIDE_SPECIFIERS=1;UNICODE;_UNICODE;_DEBUG;_WINDOWS;_USRDLL;NFS41_NP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  7.        <AdditionalIncludeDirectories>..\..\include;..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  8.        <LanguageStandard_C>stdc17</LanguageStandard_C>
  9. -      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  10. +      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  11.        <AdditionalOptions>/wd4100 /wd5105</AdditionalOptions>
  12.        <SupportJustMyCode>false</SupportJustMyCode>
  13.        <IntrinsicFunctions>true</IntrinsicFunctions>
  14. @@ -153,7 +153,7 @@
  15.        <PreprocessorDefinitions>WIN32;_CRT_STDIO_ISO_WIDE_SPECIFIERS=1;UNICODE;_UNICODE;_DEBUG;_WINDOWS;_USRDLL;NFS41_NP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  16.        <AdditionalIncludeDirectories>..\..\include;..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  17.        <LanguageStandard_C>stdc17</LanguageStandard_C>
  18. -      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  19. +      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  20.        <AdditionalOptions>/wd4100 /wd5105</AdditionalOptions>
  21.        <SupportJustMyCode>false</SupportJustMyCode>
  22.        <IntrinsicFunctions>true</IntrinsicFunctions>
  23. @@ -174,7 +174,7 @@
  24.        <PreprocessorDefinitions>WIN32;_CRT_STDIO_ISO_WIDE_SPECIFIERS=1;UNICODE;_UNICODE;_DEBUG;_WINDOWS;_USRDLL;NFS41_NP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  25.        <AdditionalIncludeDirectories>..\..\include;..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  26.        <LanguageStandard_C>stdc17</LanguageStandard_C>
  27. -      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  28. +      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  29.        <AdditionalOptions>/wd4100 /wd5105</AdditionalOptions>
  30.        <SupportJustMyCode>false</SupportJustMyCode>
  31.        <IntrinsicFunctions>true</IntrinsicFunctions>
  32. diff --git a/cygwin/Makefile b/cygwin/Makefile
  33. index de3ad27..72af9bf 100644
  34. --- a/cygwin/Makefile
  35. +++ b/cygwin/Makefile
  36. @@ -14,7 +14,7 @@ PROJECT_BASEDIR_DIR := $(shell dirname $(realpath $(CYGWIN_MAKEFILE_DIR)/))
  37.  DESTDIR:=$(PROJECT_BASEDIR_DIR)/destdir
  38.  
  39.  VS_BUILD_DIR32:=$(PROJECT_BASEDIR_DIR)/build.vc19/Debug/
  40. -VS_BUILD_DIR64:=$(PROJECT_BASEDIR_DIR)/build.vc19/x64/Debug/
  41. +VS_BUILD_DIR64:=$(PROJECT_BASEDIR_DIR)/build.vc19/ARM64/Debug/
  42.  #VS_BUILD_DIR32:=$(PROJECT_BASEDIR_DIR)/build.vc19/Release/
  43.  #VS_BUILD_DIR64:=$(PROJECT_BASEDIR_DIR)/build.vc19/x64/Release/
  44.  
  45. diff --git a/cygwin/Makefile.install b/cygwin/Makefile.install
  46. index e9f68df..60dcb6a 100644
  47. --- a/cygwin/Makefile.install
  48. +++ b/cygwin/Makefile.install
  49. @@ -181,9 +181,9 @@ installdest:
  50.         test -d "$${vsbasepath}" || { printf "vsbasepath not found\n" 1>&2 ; exit 1 ; }; \
  51.         if [[ "$(CYGWIN_BASEPATH)" == *64* ]] ; then \
  52.                 cp \
  53. -                       "$$(find "$${vsbasepath}/Community" -ipath '*/x64/*/VCRUNTIME140D.dll' | sort -n -r | head -n 1)" \
  54. +                       "$$(find "$${vsbasepath}/Community" -ipath '*/arm64/*/VCRUNTIME140D.dll' | sort -n -r | head -n 1)" \
  55.                         $(DESTDIR)/$(CYGWIN_BASEPATH)/sbin/. ; \
  56. -               cp '/cygdrive/c/Program Files (x86)/Windows Kits/10/bin/x64/ucrt/ucrtbased.dll' $(DESTDIR)/$(CYGWIN_BASEPATH)/sbin/. ; \
  57. +               cp '/cygdrive/c/Program Files (x86)/Windows Kits/10/bin/arm64/ucrt/ucrtbased.dll' $(DESTDIR)/$(CYGWIN_BASEPATH)/sbin/. ; \
  58.         else \
  59.                 cp \
  60.                         "$$(find "$${vsbasepath}/Community" -ipath '*/x86/*/VCRUNTIME140D.dll' | sort -n -r | head -n 1)" \

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.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at