Skip to content

Commit

Permalink
Default to Windows 8.1 toolset v140 for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jetwhiz committed Mar 11, 2018
1 parent 24e1c56 commit 994a0f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-dokany.bat
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ echo ==================================================
echo BUILDING DOKANY LIBRARIES
echo ==================================================
if defined USE_LEGACY_DOKAN (
msbuild dokan.sln /p:PlatformToolset=v140 /p:ForceImportBeforeCppTargets="%DEPS_DIR%\dokan-legacy.props" /p:Configuration=Release /p:Platform=Win32 /t:Clean,Build
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
) else (
msbuild dokan.sln /p:Configuration=Release /p:Platform=Win32 /t:Clean,Build
msbuild dokan.sln /p:WindowsTargetPlatformVersion=8.1 /p:PlatformToolset=v140 /p:Configuration=Release /p:Platform=Win32 /t:Clean,Build
)

REM verify necessary libraries were successfully built
Expand Down

0 comments on commit 994a0f5

Please # to comment.