From 24181dba3744fd52943c2e50799f0f951be89c67 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Fri, 17 Aug 2018 17:50:20 -0700 Subject: [PATCH] August 17, 2018 --- DirectXMesh/DirectXMesh.h | 2 +- ReadMe.txt | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/DirectXMesh/DirectXMesh.h b/DirectXMesh/DirectXMesh.h index 79180a54..266f9ada 100644 --- a/DirectXMesh/DirectXMesh.h +++ b/DirectXMesh/DirectXMesh.h @@ -29,7 +29,7 @@ #include -#define DIRECTX_MESH_VERSION 120 +#define DIRECTX_MESH_VERSION 130 namespace DirectX diff --git a/ReadMe.txt b/ReadMe.txt index 0e75c15f..46adfe81 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -3,7 +3,7 @@ DIRECTX MESH LIBRARY (DirectXMesh) Copyright (c) Microsoft Corporation. All rights reserved. -July 3, 2018 +August 17, 2018 This package contains DirectXMesh, a shared source library for performing various geometry content processing operations including generating normals and tangent frames, triangle @@ -11,7 +11,7 @@ adjacency computations, and vertex cache optimization. This code is designed to build with Visual Studio 2015 Update 3 or Visual Studio 2017. It is recommended that you make use of VS 2015 Update 3, Windows Tools 1.4.1, and the -Windows 10 Anniversary Update SDK (14393) or VS 2017 (15.7 update) or later with the +Windows 10 Anniversary Update SDK (14393) or VS 2017 (15.8 update) with the Windows 10 April 2018 Update SDK (17134). These components are designed to work without requiring any content from the DirectX SDK. For details, @@ -62,7 +62,7 @@ RELEASE NOTES * The VS 2017 projects require the 15.5 update or later. For UWP and Win32 classic desktop projects with the 15.5 or 15.6 updates, you need to install the standalone Windows 10 SDK (17134) which is otherwise included in - the 15.7 update. Older VS 2017 updates will fail to load the projects due to use of the element. + the 15.7/15.8 update. Older VS 2017 updates will fail to load the projects due to use of the element. If using the 15.5 or 15.6 updates, you will see "warning D9002: ignoring unknown option '/Zc:__cplusplus'" because this switch isn't supported until 15.7. It is safe to ignore this warning, or you can edit the project files elements. @@ -72,6 +72,10 @@ RELEASE NOTES RELEASE HISTORY --------------- +August 17, 2018 + Updated for VS 2017 15.8 + Code cleanup + July 3, 2018 Code and project cleanup meshconvert: added -ib32 switch