summaryrefslogtreecommitdiff
path: root/psi
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2022-11-21 16:36:42 +0000
committerRobin Watts <Robin.Watts@artifex.com>2022-11-21 17:37:28 +0000
commit31f96d10d419ca83c6d9bcafb2c635df35bb537c (patch)
tree68ebce5fa1b8d393582d32025f548ce0b2655026 /psi
parentbe2c3d0d315fe944368c5a5b83bb7f59fcb2a4ea (diff)
downloadghostpdl-31f96d10d419ca83c6d9bcafb2c635df35bb537c.tar.gz
MSVC build: Add new version of nmake.
Diffstat (limited to 'psi')
-rw-r--r--psi/msvc.mak5
1 files changed, 5 insertions, 0 deletions
diff --git a/psi/msvc.mak b/psi/msvc.mak
index 00749b9c8..dfbce3c69 100644
--- a/psi/msvc.mak
+++ b/psi/msvc.mak
@@ -1208,6 +1208,11 @@ MS_TOOLSET_VERSION=14.29.30133
MSVC_VERSION=16
MS_TOOLSET_VERSION=14.29.30133
!endif
+!if "$(_NMAKE_VER)" == "14.29.30147.0"
+# VS2019 (Toolset v142)
+MSVC_VERSION=16
+MS_TOOLSET_VERSION=14.29.30133
+!endif
!endif
!ifndef MSVC_VERSION