File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,9 +93,9 @@ echo ==================================================
93
93
echo BUILDING DOKANY LIBRARIES
94
94
echo ==================================================
95
95
if defined USE_LEGACY_DOKAN (
96
- msbuild dokan.sln /p:PlatformToolset=v140 /p:ForceImportBeforeCppTargets=" %DEPS_DIR% \dokan-legacy.props" /p:Configuration=Release /p:Platform=Win32 /t:Clean,Build
96
+ msbuild dokan.sln /p:WindowsTargetPlatformVersion=8.1 /p: PlatformToolset=v140 /p:ForceImportBeforeCppTargets=" %DEPS_DIR% \dokan-legacy.props" /p:Configuration=Release /p:Platform=Win32 /t:Clean,Build
97
97
) else (
98
- msbuild dokan.sln /p:Configuration=Release /p:Platform=Win32 /t:Clean,Build
98
+ msbuild dokan.sln /p:WindowsTargetPlatformVersion=8.1 /p:PlatformToolset=v140 /p: Configuration=Release /p:Platform=Win32 /t:Clean,Build
99
99
)
100
100
101
101
REM verify necessary libraries were successfully built
You can’t perform that action at this time.
0 commit comments