diff options
author | manison <manison@users.noreply.github.com> | 2019-09-22 23:06:32 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-09-22 23:06:32 +0200 |
commit | 3f79a9828df59a1722745f3deba34c909583fd6c (patch) | |
tree | b28aa682d52bec6234f7aab2b1b2be3f9c7e3ed3 /DcsInfo | |
parent | 52b7d7c325c2449d8b40325de9bcf7e26fe9994f (diff) | |
download | VeraCrypt-DCS-3f79a9828df59a1722745f3deba34c909583fd6c.tar.gz VeraCrypt-DCS-3f79a9828df59a1722745f3deba34c909583fd6c.zip |
Add support for Visual Studio 2017 toolset (#12)
Diffstat (limited to 'DcsInfo')
-rw-r--r-- | DcsInfo/DcsInfo.inf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/DcsInfo/DcsInfo.inf b/DcsInfo/DcsInfo.inf index 64eadee..1a7789a 100644 --- a/DcsInfo/DcsInfo.inf +++ b/DcsInfo/DcsInfo.inf @@ -71,6 +71,10 @@ RELEASE_VS2015x86_X64_CC_FLAGS = /D_UEFI DEBUG_VS2015x86_X64_CC_FLAGS = /D_UEFI
NOOPT_VS2015x86_X64_CC_FLAGS = /D_UEFI
+RELEASE_VS2017_X64_CC_FLAGS = /D_UEFI
+DEBUG_VS2017_X64_CC_FLAGS = /D_UEFI
+NOOPT_VS2017_X64_CC_FLAGS = /D_UEFI
+
[FeaturePcd]
[Pcd]
|