added support for Visual Studio 2017.15.5
original commit: 33eaccf5d0105186d66faa76e8463bab9369bf1a
This commit is contained in:
parent
84c6961dc9
commit
3863e63ef9
4
LOG
4
LOG
|
@ -755,4 +755,6 @@
|
||||||
- fix signature of bytevector-[u/s]16-native-set!
|
- fix signature of bytevector-[u/s]16-native-set!
|
||||||
primdata.ss
|
primdata.ss
|
||||||
- fix enumerate signature
|
- fix enumerate signature
|
||||||
primdata.ss
|
primdata.ss
|
||||||
|
- added support for Visual Studio 2017.15.5
|
||||||
|
wininstall/locate-vcredist.bat
|
||||||
|
|
|
@ -17,6 +17,11 @@
|
||||||
@SET "Path32=%VCINSTALLDIR%Redist\MSVC\14.11.25325\MergeModules\Microsoft_VC141_CRT_x86.msm"
|
@SET "Path32=%VCINSTALLDIR%Redist\MSVC\14.11.25325\MergeModules\Microsoft_VC141_CRT_x86.msm"
|
||||||
@SET "Path64=%VCINSTALLDIR%Redist\MSVC\14.11.25325\MergeModules\Microsoft_VC141_CRT_x64.msm"
|
@SET "Path64=%VCINSTALLDIR%Redist\MSVC\14.11.25325\MergeModules\Microsoft_VC141_CRT_x64.msm"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@IF EXIST "%VCINSTALLDIR%Redist\MSVC\14.12.25810" (
|
||||||
|
@SET "Path32=%VCINSTALLDIR%Redist\MSVC\14.12.25810\MergeModules\Microsoft_VC141_CRT_x86.msm"
|
||||||
|
@SET "Path64=%VCINSTALLDIR%Redist\MSVC\14.12.25810\MergeModules\Microsoft_VC141_CRT_x64.msm"
|
||||||
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
@DEL vcredist.wxs >nul 2>&1
|
@DEL vcredist.wxs >nul 2>&1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user