summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2020-04-24 14:13:54 +0100
committerRobin Watts <Robin.Watts@artifex.com>2020-04-24 14:15:08 +0100
commitf69f7a2c8b05c3f8a4e14d30453dcb599ca8b64d (patch)
treede6f6901a30ca97f00682c3c4b67cdb129a21bba
parent6a46e31d5005cf136679ac7c54cb91d91654710d (diff)
downloadghostpdl-f69f7a2c8b05c3f8a4e14d30453dcb599ca8b64d.tar.gz
Update msvc.mak to allow for new nmake version.
-rw-r--r--psi/msvc.mak5
1 files changed, 5 insertions, 0 deletions
diff --git a/psi/msvc.mak b/psi/msvc.mak
index 804b8b17f..a83625986 100644
--- a/psi/msvc.mak
+++ b/psi/msvc.mak
@@ -973,6 +973,11 @@ MS_TOOLSET_VERSION=14.24.28315
MSVC_VERSION=16
MS_TOOLSET_VERSION=14.24.28316
!endif
+!if "$(_NMAKE_VER)" == "14.25.28614.0"
+# VS2019 (Toolset v142 - update)
+MSVC_VERSION=16
+MS_TOOLSET_VERSION=14.25.28614
+!endif
!endif
!ifndef MSVC_VERSION