pastebin - collaborative debugging tool
nrubsig.kpaste.net RSS


ms-nfs41-client ARM64 test patch
Posted by Anonymous on Wed 3rd Sep 2025 09:53
raw | new post
view followups (newest first): ms-nfs41-client ARM64 test patch by Anonymous

  1. diff --git a/build.vc19/libtirpc/libtirpc.vcxproj b/build.vc19/libtirpc/libtirpc.vcxproj
  2. index 5f889fb..eb6e6b1 100644
  3. --- a/build.vc19/libtirpc/libtirpc.vcxproj
  4. +++ b/build.vc19/libtirpc/libtirpc.vcxproj
  5. @@ -42,39 +42,39 @@
  6.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  7.      <ConfigurationType>DynamicLibrary</ConfigurationType>
  8.      <UseDebugLibraries>true</UseDebugLibraries>
  9. -    <PlatformToolset>v142</PlatformToolset>
  10. +    <PlatformToolset>v143</PlatformToolset>
  11.      <CharacterSet>Unicode</CharacterSet>
  12.    </PropertyGroup>
  13.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  14.      <ConfigurationType>DynamicLibrary</ConfigurationType>
  15.      <UseDebugLibraries>false</UseDebugLibraries>
  16. -    <PlatformToolset>v142</PlatformToolset>
  17. +    <PlatformToolset>v143</PlatformToolset>
  18.      <WholeProgramOptimization>true</WholeProgramOptimization>
  19.      <CharacterSet>Unicode</CharacterSet>
  20.    </PropertyGroup>
  21.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  22.      <ConfigurationType>DynamicLibrary</ConfigurationType>
  23.      <UseDebugLibraries>true</UseDebugLibraries>
  24. -    <PlatformToolset>v142</PlatformToolset>
  25. +    <PlatformToolset>v143</PlatformToolset>
  26.      <CharacterSet>Unicode</CharacterSet>
  27.    </PropertyGroup>
  28.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  29.      <ConfigurationType>DynamicLibrary</ConfigurationType>
  30.      <UseDebugLibraries>false</UseDebugLibraries>
  31. -    <PlatformToolset>v142</PlatformToolset>
  32. +    <PlatformToolset>v143</PlatformToolset>
  33.      <WholeProgramOptimization>true</WholeProgramOptimization>
  34.      <CharacterSet>Unicode</CharacterSet>
  35.    </PropertyGroup>
  36.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
  37.      <ConfigurationType>DynamicLibrary</ConfigurationType>
  38.      <UseDebugLibraries>true</UseDebugLibraries>
  39. -    <PlatformToolset>v142</PlatformToolset>
  40. +    <PlatformToolset>v143</PlatformToolset>
  41.      <CharacterSet>Unicode</CharacterSet>
  42.    </PropertyGroup>
  43.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
  44.      <ConfigurationType>DynamicLibrary</ConfigurationType>
  45.      <UseDebugLibraries>false</UseDebugLibraries>
  46. -    <PlatformToolset>v142</PlatformToolset>
  47. +    <PlatformToolset>v143</PlatformToolset>
  48.      <WholeProgramOptimization>true</WholeProgramOptimization>
  49.      <CharacterSet>Unicode</CharacterSet>
  50.    </PropertyGroup>
  51. diff --git a/build.vc19/nfs41_driver/nfs41_driver.vcxproj b/build.vc19/nfs41_driver/nfs41_driver.vcxproj
  52. index cc365c5..c013b21 100644
  53. --- a/build.vc19/nfs41_driver/nfs41_driver.vcxproj
  54. +++ b/build.vc19/nfs41_driver/nfs41_driver.vcxproj
  55. @@ -118,7 +118,7 @@
  56.        <WholeProgramOptimization>false</WholeProgramOptimization>
  57.      </ClCompile>
  58.      <Link>
  59. -      <AdditionalDependencies>$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\BufferOverflowfastfailK.lib;$(DDK_LIB_PATH)\ksecdd.lib;$(DDK_LIB_PATH)\rxce.lib;$(DDK_LIB_PATH)\rdbsslib.lib</AdditionalDependencies>
  60. +      <AdditionalDependencies>$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\BufferOverflowfastfailK.lib;$(DDK_LIB_PATH)\ksecdd.lib;$(DDK_LIB_PATH)\rxce.lib;$(DDK_LIB_PATH)\rdbsslib.lib;$(DDK_LIB_PATH)\libcntpr.lib</AdditionalDependencies>
  61.      </Link>
  62.    </ItemDefinitionGroup>
  63.    <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  64. @@ -134,7 +134,7 @@
  65.        <WholeProgramOptimization>true</WholeProgramOptimization>
  66.      </ClCompile>
  67.      <Link>
  68. -      <AdditionalDependencies>$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\BufferOverflowfastfailK.lib;$(DDK_LIB_PATH)\ksecdd.lib;$(DDK_LIB_PATH)\rxce.lib;$(DDK_LIB_PATH)\rdbsslib.lib</AdditionalDependencies>
  69. +      <AdditionalDependencies>$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\BufferOverflowfastfailK.lib;$(DDK_LIB_PATH)\ksecdd.lib;$(DDK_LIB_PATH)\rxce.lib;$(DDK_LIB_PATH)\rdbsslib.lib;$(DDK_LIB_PATH)\libcntpr.lib</AdditionalDependencies>
  70.        <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
  71.      </Link>
  72.    </ItemDefinitionGroup>
  73. @@ -151,7 +151,7 @@
  74.        <WholeProgramOptimization>false</WholeProgramOptimization>
  75.      </ClCompile>
  76.      <Link>
  77. -      <AdditionalDependencies>$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\BufferOverflowfastfailK.lib;$(DDK_LIB_PATH)\ksecdd.lib;$(DDK_LIB_PATH)\rxce.lib;$(DDK_LIB_PATH)\rdbsslib.lib</AdditionalDependencies>
  78. +      <AdditionalDependencies>$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\BufferOverflowfastfailK.lib;$(DDK_LIB_PATH)\ksecdd.lib;$(DDK_LIB_PATH)\rxce.lib;$(DDK_LIB_PATH)\rdbsslib.lib;$(DDK_LIB_PATH)\libcntpr.lib</AdditionalDependencies>
  79.      </Link>
  80.      <DriverSign>
  81.        <FileDigestAlgorithm>sha256</FileDigestAlgorithm>
  82. @@ -170,7 +170,7 @@
  83.        <WholeProgramOptimization>true</WholeProgramOptimization>
  84.      </ClCompile>
  85.      <Link>
  86. -      <AdditionalDependencies>$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\BufferOverflowfastfailK.lib;$(DDK_LIB_PATH)\ksecdd.lib;$(DDK_LIB_PATH)\rxce.lib;$(DDK_LIB_PATH)\rdbsslib.lib</AdditionalDependencies>
  87. +      <AdditionalDependencies>$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\BufferOverflowfastfailK.lib;$(DDK_LIB_PATH)\ksecdd.lib;$(DDK_LIB_PATH)\rxce.lib;$(DDK_LIB_PATH)\rdbsslib.lib;$(DDK_LIB_PATH)\libcntpr.lib</AdditionalDependencies>
  88.        <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
  89.      </Link>
  90.      <DriverSign>
  91. @@ -190,7 +190,7 @@
  92.        <WholeProgramOptimization>false</WholeProgramOptimization>
  93.      </ClCompile>
  94.      <Link>
  95. -      <AdditionalDependencies>$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\BufferOverflowfastfailK.lib;$(DDK_LIB_PATH)\ksecdd.lib;$(DDK_LIB_PATH)\rxce.lib;$(DDK_LIB_PATH)\rdbsslib.lib</AdditionalDependencies>
  96. +      <AdditionalDependencies>$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\BufferOverflowfastfailK.lib;$(DDK_LIB_PATH)\ksecdd.lib;$(DDK_LIB_PATH)\rxce.lib;$(DDK_LIB_PATH)\rdbsslib.lib;$(DDK_LIB_PATH)\libcntpr.lib</AdditionalDependencies>
  97.      </Link>
  98.      <DriverSign>
  99.        <FileDigestAlgorithm>sha256</FileDigestAlgorithm>
  100. @@ -209,7 +209,7 @@
  101.        <WholeProgramOptimization>true</WholeProgramOptimization>
  102.      </ClCompile>
  103.      <Link>
  104. -      <AdditionalDependencies>$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\BufferOverflowfastfailK.lib;$(DDK_LIB_PATH)\ksecdd.lib;$(DDK_LIB_PATH)\rxce.lib;$(DDK_LIB_PATH)\rdbsslib.lib</AdditionalDependencies>
  105. +      <AdditionalDependencies>$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\BufferOverflowfastfailK.lib;$(DDK_LIB_PATH)\ksecdd.lib;$(DDK_LIB_PATH)\rxce.lib;$(DDK_LIB_PATH)\rdbsslib.lib;$(DDK_LIB_PATH)\libcntpr.lib</AdditionalDependencies>
  106.        <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
  107.      </Link>
  108.      <DriverSign>
  109. diff --git a/build.vc19/nfs41_np/nfs41_np.vcxproj b/build.vc19/nfs41_np/nfs41_np.vcxproj
  110. index e922c2e..22a70cb 100644
  111. --- a/build.vc19/nfs41_np/nfs41_np.vcxproj
  112. +++ b/build.vc19/nfs41_np/nfs41_np.vcxproj
  113. @@ -42,42 +42,42 @@
  114.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  115.      <ConfigurationType>DynamicLibrary</ConfigurationType>
  116.      <UseDebugLibraries>true</UseDebugLibraries>
  117. -    <PlatformToolset>v142</PlatformToolset>
  118. +    <PlatformToolset>v143</PlatformToolset>
  119.      <WholeProgramOptimization>false</WholeProgramOptimization>
  120.      <CharacterSet>Unicode</CharacterSet>
  121.    </PropertyGroup>
  122.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  123.      <ConfigurationType>DynamicLibrary</ConfigurationType>
  124.      <UseDebugLibraries>false</UseDebugLibraries>
  125. -    <PlatformToolset>v142</PlatformToolset>
  126. +    <PlatformToolset>v143</PlatformToolset>
  127.      <WholeProgramOptimization>true</WholeProgramOptimization>
  128.      <CharacterSet>Unicode</CharacterSet>
  129.    </PropertyGroup>
  130.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  131.      <ConfigurationType>DynamicLibrary</ConfigurationType>
  132.      <UseDebugLibraries>true</UseDebugLibraries>
  133. -    <PlatformToolset>v142</PlatformToolset>
  134. +    <PlatformToolset>v143</PlatformToolset>
  135.      <WholeProgramOptimization>false</WholeProgramOptimization>
  136.      <CharacterSet>Unicode</CharacterSet>
  137.    </PropertyGroup>
  138.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  139.      <ConfigurationType>DynamicLibrary</ConfigurationType>
  140.      <UseDebugLibraries>false</UseDebugLibraries>
  141. -    <PlatformToolset>v142</PlatformToolset>
  142. +    <PlatformToolset>v143</PlatformToolset>
  143.      <WholeProgramOptimization>true</WholeProgramOptimization>
  144.      <CharacterSet>Unicode</CharacterSet>
  145.    </PropertyGroup>
  146.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
  147.      <ConfigurationType>DynamicLibrary</ConfigurationType>
  148.      <UseDebugLibraries>true</UseDebugLibraries>
  149. -    <PlatformToolset>v142</PlatformToolset>
  150. +    <PlatformToolset>v143</PlatformToolset>
  151.      <WholeProgramOptimization>false</WholeProgramOptimization>
  152.      <CharacterSet>Unicode</CharacterSet>
  153.    </PropertyGroup>
  154.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
  155.      <ConfigurationType>DynamicLibrary</ConfigurationType>
  156.      <UseDebugLibraries>false</UseDebugLibraries>
  157. -    <PlatformToolset>v142</PlatformToolset>
  158. +    <PlatformToolset>v143</PlatformToolset>
  159.      <WholeProgramOptimization>true</WholeProgramOptimization>
  160.      <CharacterSet>Unicode</CharacterSet>
  161.    </PropertyGroup>
  162. diff --git a/build.vc19/nfs_install/nfs_install.vcxproj b/build.vc19/nfs_install/nfs_install.vcxproj
  163. index 19b133e..4b5d64a 100644
  164. --- a/build.vc19/nfs_install/nfs_install.vcxproj
  165. +++ b/build.vc19/nfs_install/nfs_install.vcxproj
  166. @@ -42,39 +42,39 @@
  167.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  168.      <ConfigurationType>Application</ConfigurationType>
  169.      <UseDebugLibraries>true</UseDebugLibraries>
  170. -    <PlatformToolset>v142</PlatformToolset>
  171. +    <PlatformToolset>v143</PlatformToolset>
  172.      <CharacterSet>Unicode</CharacterSet>
  173.    </PropertyGroup>
  174.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  175.      <ConfigurationType>Application</ConfigurationType>
  176.      <UseDebugLibraries>false</UseDebugLibraries>
  177. -    <PlatformToolset>v142</PlatformToolset>
  178. +    <PlatformToolset>v143</PlatformToolset>
  179.      <WholeProgramOptimization>true</WholeProgramOptimization>
  180.      <CharacterSet>Unicode</CharacterSet>
  181.    </PropertyGroup>
  182.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  183.      <ConfigurationType>Application</ConfigurationType>
  184.      <UseDebugLibraries>true</UseDebugLibraries>
  185. -    <PlatformToolset>v142</PlatformToolset>
  186. +    <PlatformToolset>v143</PlatformToolset>
  187.      <CharacterSet>Unicode</CharacterSet>
  188.    </PropertyGroup>
  189.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  190.      <ConfigurationType>Application</ConfigurationType>
  191.      <UseDebugLibraries>false</UseDebugLibraries>
  192. -    <PlatformToolset>v142</PlatformToolset>
  193. +    <PlatformToolset>v143</PlatformToolset>
  194.      <WholeProgramOptimization>true</WholeProgramOptimization>
  195.      <CharacterSet>Unicode</CharacterSet>
  196.    </PropertyGroup>
  197.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
  198.      <ConfigurationType>Application</ConfigurationType>
  199.      <UseDebugLibraries>true</UseDebugLibraries>
  200. -    <PlatformToolset>v142</PlatformToolset>
  201. +    <PlatformToolset>v143</PlatformToolset>
  202.      <CharacterSet>Unicode</CharacterSet>
  203.    </PropertyGroup>
  204.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
  205.      <ConfigurationType>Application</ConfigurationType>
  206.      <UseDebugLibraries>false</UseDebugLibraries>
  207. -    <PlatformToolset>v142</PlatformToolset>
  208. +    <PlatformToolset>v143</PlatformToolset>
  209.      <WholeProgramOptimization>true</WholeProgramOptimization>
  210.      <CharacterSet>Unicode</CharacterSet>
  211.    </PropertyGroup>
  212. diff --git a/build.vc19/nfs_mount/nfs_mount.vcxproj b/build.vc19/nfs_mount/nfs_mount.vcxproj
  213. index 6d590d1..bc67011 100644
  214. --- a/build.vc19/nfs_mount/nfs_mount.vcxproj
  215. +++ b/build.vc19/nfs_mount/nfs_mount.vcxproj
  216. @@ -48,39 +48,39 @@
  217.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  218.      <ConfigurationType>Application</ConfigurationType>
  219.      <UseDebugLibraries>true</UseDebugLibraries>
  220. -    <PlatformToolset>v142</PlatformToolset>
  221. +    <PlatformToolset>v143</PlatformToolset>
  222.      <CharacterSet>Unicode</CharacterSet>
  223.    </PropertyGroup>
  224.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  225.      <ConfigurationType>Application</ConfigurationType>
  226.      <UseDebugLibraries>false</UseDebugLibraries>
  227. -    <PlatformToolset>v142</PlatformToolset>
  228. +    <PlatformToolset>v143</PlatformToolset>
  229.      <WholeProgramOptimization>true</WholeProgramOptimization>
  230.      <CharacterSet>Unicode</CharacterSet>
  231.    </PropertyGroup>
  232.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  233.      <ConfigurationType>Application</ConfigurationType>
  234.      <UseDebugLibraries>true</UseDebugLibraries>
  235. -    <PlatformToolset>v142</PlatformToolset>
  236. +    <PlatformToolset>v143</PlatformToolset>
  237.      <CharacterSet>Unicode</CharacterSet>
  238.    </PropertyGroup>
  239.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  240.      <ConfigurationType>Application</ConfigurationType>
  241.      <UseDebugLibraries>false</UseDebugLibraries>
  242. -    <PlatformToolset>v142</PlatformToolset>
  243. +    <PlatformToolset>v143</PlatformToolset>
  244.      <WholeProgramOptimization>true</WholeProgramOptimization>
  245.      <CharacterSet>Unicode</CharacterSet>
  246.    </PropertyGroup>
  247.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
  248.      <ConfigurationType>Application</ConfigurationType>
  249.      <UseDebugLibraries>true</UseDebugLibraries>
  250. -    <PlatformToolset>v142</PlatformToolset>
  251. +    <PlatformToolset>v143</PlatformToolset>
  252.      <CharacterSet>Unicode</CharacterSet>
  253.    </PropertyGroup>
  254.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
  255.      <ConfigurationType>Application</ConfigurationType>
  256.      <UseDebugLibraries>false</UseDebugLibraries>
  257. -    <PlatformToolset>v142</PlatformToolset>
  258. +    <PlatformToolset>v143</PlatformToolset>
  259.      <WholeProgramOptimization>true</WholeProgramOptimization>
  260.      <CharacterSet>Unicode</CharacterSet>
  261.    </PropertyGroup>
  262. diff --git a/build.vc19/nfsd/nfsd.vcxproj b/build.vc19/nfsd/nfsd.vcxproj
  263. index c22efd1..b547888 100644
  264. --- a/build.vc19/nfsd/nfsd.vcxproj
  265. +++ b/build.vc19/nfsd/nfsd.vcxproj
  266. @@ -48,39 +48,39 @@
  267.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  268.      <ConfigurationType>Application</ConfigurationType>
  269.      <UseDebugLibraries>true</UseDebugLibraries>
  270. -    <PlatformToolset>v142</PlatformToolset>
  271. +    <PlatformToolset>v143</PlatformToolset>
  272.      <CharacterSet>Unicode</CharacterSet>
  273.    </PropertyGroup>
  274.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  275.      <ConfigurationType>Application</ConfigurationType>
  276.      <UseDebugLibraries>false</UseDebugLibraries>
  277. -    <PlatformToolset>v142</PlatformToolset>
  278. +    <PlatformToolset>v143</PlatformToolset>
  279.      <WholeProgramOptimization>true</WholeProgramOptimization>
  280.      <CharacterSet>Unicode</CharacterSet>
  281.    </PropertyGroup>
  282.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  283.      <ConfigurationType>Application</ConfigurationType>
  284.      <UseDebugLibraries>true</UseDebugLibraries>
  285. -    <PlatformToolset>v142</PlatformToolset>
  286. +    <PlatformToolset>v143</PlatformToolset>
  287.      <CharacterSet>Unicode</CharacterSet>
  288.    </PropertyGroup>
  289.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  290.      <ConfigurationType>Application</ConfigurationType>
  291.      <UseDebugLibraries>false</UseDebugLibraries>
  292. -    <PlatformToolset>v142</PlatformToolset>
  293. +    <PlatformToolset>v143</PlatformToolset>
  294.      <WholeProgramOptimization>true</WholeProgramOptimization>
  295.      <CharacterSet>Unicode</CharacterSet>
  296.    </PropertyGroup>
  297.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
  298.      <ConfigurationType>Application</ConfigurationType>
  299.      <UseDebugLibraries>true</UseDebugLibraries>
  300. -    <PlatformToolset>v142</PlatformToolset>
  301. +    <PlatformToolset>v143</PlatformToolset>
  302.      <CharacterSet>Unicode</CharacterSet>
  303.    </PropertyGroup>
  304.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
  305.      <ConfigurationType>Application</ConfigurationType>
  306.      <UseDebugLibraries>false</UseDebugLibraries>
  307. -    <PlatformToolset>v142</PlatformToolset>
  308. +    <PlatformToolset>v143</PlatformToolset>
  309.      <WholeProgramOptimization>true</WholeProgramOptimization>
  310.      <CharacterSet>Unicode</CharacterSet>
  311.    </PropertyGroup>
  312. diff --git a/cygwin/Makefile b/cygwin/Makefile
  313. index 13d0a03..85e3b86 100644
  314. --- a/cygwin/Makefile
  315. +++ b/cygwin/Makefile
  316. @@ -14,7 +14,7 @@ PROJECT_BASEDIR_DIR := $(shell dirname $(realpath $(CYGWIN_MAKEFILE_DIR)/))
  317.  DESTDIR:=$(PROJECT_BASEDIR_DIR)/destdir
  318.  
  319.  VS_BUILD_DIR32:=$(PROJECT_BASEDIR_DIR)/build.vc19/Debug/
  320. -VS_BUILD_DIR64:=$(PROJECT_BASEDIR_DIR)/build.vc19/x64/Debug/
  321. +VS_BUILD_DIR64:=$(PROJECT_BASEDIR_DIR)/build.vc19/ARM64/Debug/
  322.  #VS_BUILD_DIR32:=$(PROJECT_BASEDIR_DIR)/build.vc19/Release/
  323.  #VS_BUILD_DIR64:=$(PROJECT_BASEDIR_DIR)/build.vc19/x64/Release/
  324.  
  325. @@ -97,6 +97,7 @@ build64: \
  326.         build_32bit_debug_clientutils \
  327.         build_64bit_release \
  328.         build_64bit_debug \
  329. +       build_arm_64bit_debug \
  330.         build_testutils
  331.         sync
  332.  
  333. diff --git a/cygwin/Makefile.install b/cygwin/Makefile.install
  334. index e9f68df..60dcb6a 100644
  335. --- a/cygwin/Makefile.install
  336. +++ b/cygwin/Makefile.install
  337. @@ -181,9 +181,9 @@ installdest:
  338.         test -d "$${vsbasepath}" || { printf "vsbasepath not found\n" 1>&2 ; exit 1 ; }; \
  339.         if [[ "$(CYGWIN_BASEPATH)" == *64* ]] ; then \
  340.                 cp \
  341. -                       "$$(find "$${vsbasepath}/Community" -ipath '*/x64/*/VCRUNTIME140D.dll' | sort -n -r | head -n 1)" \
  342. +                       "$$(find "$${vsbasepath}/Community" -ipath '*/arm64/*/VCRUNTIME140D.dll' | sort -n -r | head -n 1)" \
  343.                         $(DESTDIR)/$(CYGWIN_BASEPATH)/sbin/. ; \
  344. -               cp '/cygdrive/c/Program Files (x86)/Windows Kits/10/bin/x64/ucrt/ucrtbased.dll' $(DESTDIR)/$(CYGWIN_BASEPATH)/sbin/. ; \
  345. +               cp '/cygdrive/c/Program Files (x86)/Windows Kits/10/bin/arm64/ucrt/ucrtbased.dll' $(DESTDIR)/$(CYGWIN_BASEPATH)/sbin/. ; \
  346.         else \
  347.                 cp \
  348.                         "$$(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