summaryrefslogtreecommitdiff
path: root/psi
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2023-04-26 12:02:20 +0100
committerRobin Watts <Robin.Watts@artifex.com>2023-04-26 12:03:11 +0100
commitd02a44d2a74c1db8047e0a0a5dc1824961f943bd (patch)
treefb3fb7965d9e6a85fda3350c04c067ee3476dd21 /psi
parent2df04707b7ef7c63c56afb03afe2fe4e21929f6e (diff)
downloadghostpdl-d02a44d2a74c1db8047e0a0a5dc1824961f943bd.tar.gz
MSVC: Add support for another 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 d1089cbbc..fba712ae4 100644
--- a/psi/msvc.mak
+++ b/psi/msvc.mak
@@ -1213,6 +1213,11 @@ MS_TOOLSET_VERSION=14.29.30133
MSVC_VERSION=16
MS_TOOLSET_VERSION=14.29.30133
!endif
+!if "$(_NMAKE_VER)" == "14.29.30148.0"
+# VS2019 (Toolset v142)
+MSVC_VERSION=16
+MS_TOOLSET_VERSION=14.29.30133
+!endif
!endif
!ifndef MSVC_VERSION