summaryrefslogtreecommitdiff
path: root/psi/msvc.mak
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2022-01-12 13:00:15 +0000
committerRobin Watts <Robin.Watts@artifex.com>2022-01-12 13:01:53 +0000
commit3a549bc0f892cd52475e6e9a90b4df0b48589dea (patch)
treeafff70a9d7a1c4474290c420102b6fceca35fab1 /psi/msvc.mak
parent6c05e7dd7dd9eca8f8cca4740b855eeb9ae2ebdd (diff)
downloadghostpdl-3a549bc0f892cd52475e6e9a90b4df0b48589dea.tar.gz
Update for another version of nmake.
Diffstat (limited to 'psi/msvc.mak')
-rw-r--r--psi/msvc.mak7
1 files changed, 6 insertions, 1 deletions
diff --git a/psi/msvc.mak b/psi/msvc.mak
index 1476a3647..af88276b3 100644
--- a/psi/msvc.mak
+++ b/psi/msvc.mak
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2021 Artifex Software, Inc.
+# Copyright (C) 2001-2022 Artifex Software, Inc.
# All Rights Reserved.
#
# This software is provided AS-IS with no warranty, either express or
@@ -1136,6 +1136,11 @@ MS_TOOLSET_VERSION=14.29.30133
MSVC_VERSION=16
MS_TOOLSET_VERSION=14.29.30133
!endif
+!if "$(_NMAKE_VER)" == "14.29.30139.0"
+# VS2019 (Toolset v142)
+MSVC_VERSION=16
+MS_TOOLSET_VERSION=14.29.30133
+!endif
!endif
!ifndef MSVC_VERSION