summaryrefslogtreecommitdiff
path: root/base
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 /base
parent2df04707b7ef7c63c56afb03afe2fe4e21929f6e (diff)
downloadghostpdl-d02a44d2a74c1db8047e0a0a5dc1824961f943bd.tar.gz
MSVC: Add support for another version of nmake.
Diffstat (limited to 'base')
-rw-r--r--base/msvclib.mak5
1 files changed, 5 insertions, 0 deletions
diff --git a/base/msvclib.mak b/base/msvclib.mak
index ab9a96d42..2b7a300d0 100644
--- a/base/msvclib.mak
+++ b/base/msvclib.mak
@@ -685,6 +685,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