diff options
author | Sam James <sam@gentoo.org> | 2022-04-04 15:45:59 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-17 12:59:02 +0100 |
commit | 56e9b1647b14fc9a2d7cc6200bb86a9f415b00fb (patch) | |
tree | e8eab7ba7e3b46887da2c60b58c8abd6cc54543d /psi | |
parent | Import Ghostscript 9.56.0 (diff) | |
download | ghostscript-gpl-patches-56e9b1647b14fc9a2d7cc6200bb86a9f415b00fb.tar.gz ghostscript-gpl-patches-56e9b1647b14fc9a2d7cc6200bb86a9f415b00fb.tar.bz2 ghostscript-gpl-patches-56e9b1647b14fc9a2d7cc6200bb86a9f415b00fb.zip |
Import Ghostscript 9.56.1ghostscript-9.56.1ghostscript-9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'psi')
-rw-r--r-- | psi/msvc.mak | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/psi/msvc.mak b/psi/msvc.mak index cdf30fa7..cb74a2b6 100644 --- a/psi/msvc.mak +++ b/psi/msvc.mak @@ -1150,6 +1150,11 @@ MS_TOOLSET_VERSION=14.29.30133 MSVC_VERSION=16 MS_TOOLSET_VERSION=14.29.30133 !endif +!if "$(_NMAKE_VER)" == "14.29.30141.0" +# VS2019 (Toolset v142) +MSVC_VERSION=16 +MS_TOOLSET_VERSION=14.29.30133 +!endif !endif !ifndef MSVC_VERSION |