- # https://github.com/dimov-cz/winfstest.git
- diff --git a/TestSuite/run-winfstest b/TestSuite/run-winfstest
- old mode 100644
- new mode 100755
- index c7cc19f..8783703
- --- a/TestSuite/run-winfstest
- +++ b/TestSuite/run-winfstest
- @@ -1,5 +1,8 @@
- #!/bin/bash
- +set -o xtrace
- +set -o nounset
- +
- case $(uname) in
- CYGWIN*) ;;
- *) echo "can only be run on Cygwin" 1>&2; exit 1
- diff --git a/TestSuite/simpletap.py b/TestSuite/simpletap.py
- old mode 100644
- new mode 100755
- diff --git a/TestSuite/winfstest.py b/TestSuite/winfstest.py
- old mode 100644
- new mode 100755
- diff --git a/winfstest/winfstest.vcxproj b/winfstest/winfstest.vcxproj
- index 6c8cbce..f13facf 100644
- --- a/winfstest/winfstest.vcxproj
- +++ b/winfstest/winfstest.vcxproj
- @@ -21,28 +21,28 @@
- <PropertyGroup Label="Globals">
- <ProjectGuid>{71483DEC-695B-4EC8-9007-6E0CA9A0010C}</ProjectGuid>
- <Keyword>MakeFileProj</Keyword>
- - <WindowsTargetPlatformVersion>10.0.10586.0</WindowsTargetPlatformVersion>
- + <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType>Application</ConfigurationType>
- <UseDebugLibraries>true</UseDebugLibraries>
- - <PlatformToolset>v140</PlatformToolset>
- + <PlatformToolset>v142</PlatformToolset>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType>Makefile</ConfigurationType>
- <UseDebugLibraries>false</UseDebugLibraries>
- - <PlatformToolset>v140</PlatformToolset>
- + <PlatformToolset>v142</PlatformToolset>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
- <ConfigurationType>Application</ConfigurationType>
- <UseDebugLibraries>true</UseDebugLibraries>
- - <PlatformToolset>v140</PlatformToolset>
- + <PlatformToolset>v142</PlatformToolset>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
- <ConfigurationType>Application</ConfigurationType>
- <UseDebugLibraries>false</UseDebugLibraries>
- - <PlatformToolset>v140</PlatformToolset>
- + <PlatformToolset>v142</PlatformToolset>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
winfstest patches
Posted by Anonymous on Thu 4th Jan 2024 16:35
raw | new post
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.