File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
image :
2
- - Visual Studio 2017
2
+ - Visual Studio 2019
3
3
4
4
version : " {build}"
5
5
Original file line number Diff line number Diff line change @@ -27,6 +27,6 @@ Currently only 64-bit (x64) is targeted.
27
27
git clone --recursive https://github.com/XhmikosR/jpegoptim-windows.git
28
28
```
29
29
30
- 2 . Download and install [ Visual Studio 2017 ] ( https://visualstudio.microsoft.com/downloads/ ) (any edition)
30
+ 2 . Download and install [ Visual Studio 2019 ] ( https://visualstudio.microsoft.com/downloads/ ) (any edition)
31
31
3 . Download [ nasm] ( https://www.nasm.us/ ) and place ` nasm.exe ` somewhere into your ` PATH `
32
32
4 . Open ` jpegoptim.sln ` and build
Original file line number Diff line number Diff line change 4
4
cd /d %~dp0
5
5
6
6
rem add MSVC in PATH
7
- call " %ProgramFiles(x86)% \Microsoft Visual Studio\2017 \Community\Common7\Tools\VsMSBuildCmd.bat"
7
+ call " %ProgramFiles(x86)% \Microsoft Visual Studio\2019 \Community\Common7\Tools\VsMSBuildCmd.bat"
8
8
9
9
set " MSBUILD_SWITCHES = /nologo /consoleloggerparameters:Verbosity=minimal /maxcpucount /nodeReuse:true"
10
10
Original file line number Diff line number Diff line change 15
15
<Keyword >Win32Proj</Keyword >
16
16
<Platform >x64</Platform >
17
17
<ProjectName >jpegoptim</ProjectName >
18
- <WindowsTargetPlatformVersion >10.0.17763.0 </WindowsTargetPlatformVersion >
18
+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
19
19
</PropertyGroup >
20
20
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
21
21
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
22
22
<CharacterSet >Unicode</CharacterSet >
23
23
<ConfigurationType >Application</ConfigurationType >
24
- <PlatformToolset >v141 </PlatformToolset >
24
+ <PlatformToolset >v142 </PlatformToolset >
25
25
<UseOfMfc >false</UseOfMfc >
26
26
</PropertyGroup >
27
27
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
28
28
<CharacterSet >Unicode</CharacterSet >
29
29
<ConfigurationType >Application</ConfigurationType >
30
- <PlatformToolset >v141 </PlatformToolset >
30
+ <PlatformToolset >v142 </PlatformToolset >
31
31
<UseOfMfc >false</UseOfMfc >
32
32
<WholeProgramOptimization >true</WholeProgramOptimization >
33
33
</PropertyGroup >
Original file line number Diff line number Diff line change 15
15
<Keyword >Win32Proj</Keyword >
16
16
<Platform >x64</Platform >
17
17
<ProjectName >mozjpeg</ProjectName >
18
- <WindowsTargetPlatformVersion >10.0.17763.0 </WindowsTargetPlatformVersion >
18
+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
19
19
</PropertyGroup >
20
20
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
21
21
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
22
22
<CharacterSet >Unicode</CharacterSet >
23
23
<ConfigurationType >StaticLibrary</ConfigurationType >
24
- <PlatformToolset >v141 </PlatformToolset >
24
+ <PlatformToolset >v142 </PlatformToolset >
25
25
<UseOfMfc >false</UseOfMfc >
26
26
</PropertyGroup >
27
27
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
28
28
<CharacterSet >Unicode</CharacterSet >
29
29
<ConfigurationType >StaticLibrary</ConfigurationType >
30
- <PlatformToolset >v141 </PlatformToolset >
30
+ <PlatformToolset >v142 </PlatformToolset >
31
31
<UseOfMfc >false</UseOfMfc >
32
32
<WholeProgramOptimization >true</WholeProgramOptimization >
33
33
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments