diff options
author | AraHaan <seandhunt_7@yahoo.com> | 2022-10-24 16:59:27 -0400 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2023-08-19 10:54:50 -0700 |
commit | d7de5971f45f13570b326e613c9e61406747bf69 (patch) | |
tree | 654457b0b7f9b160a79b65b5bee7220d4da5c02e /contrib/vstudio/readme.txt | |
parent | 4c5a81c2ae5c96fc5f3f7d4baf5aedee062f6f09 (diff) | |
download | zlib-d7de5971f45f13570b326e613c9e61406747bf69.tar.gz zlib-d7de5971f45f13570b326e613c9e61406747bf69.tar.bz2 zlib-d7de5971f45f13570b326e613c9e61406747bf69.zip |
Add VS2022 project files.
Also replaced Itanium with ARM and ARM64 configurations.
Diffstat (limited to 'contrib/vstudio/readme.txt')
-rw-r--r-- | contrib/vstudio/readme.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/contrib/vstudio/readme.txt b/contrib/vstudio/readme.txt index 873798f..a5000ae 100644 --- a/contrib/vstudio/readme.txt +++ b/contrib/vstudio/readme.txt | |||
@@ -40,6 +40,12 @@ Build instructions for Visual Studio 2015 (32 bits or 64 bits) | |||
40 | - Decompress current zlib, including all contrib/* files | 40 | - Decompress current zlib, including all contrib/* files |
41 | - Open contrib\vstudio\vc14\zlibvc.sln with Microsoft Visual C++ 2015 | 41 | - Open contrib\vstudio\vc14\zlibvc.sln with Microsoft Visual C++ 2015 |
42 | 42 | ||
43 | Build instructions for Visual Studio 2022 (64 bits) | ||
44 | -------------------------------------------------------------- | ||
45 | - Decompress current zlib, including all contrib/* files | ||
46 | - Open contrib\vstudio\vc143\zlibvc.sln with Microsoft Visual C++ 2022 | ||
47 | |||
48 | |||
43 | 49 | ||
44 | Important | 50 | Important |
45 | --------- | 51 | --------- |
@@ -71,5 +77,5 @@ Additional notes | |||
71 | Gilles Vollant | 77 | Gilles Vollant |
72 | info@winimage.com | 78 | info@winimage.com |
73 | 79 | ||
74 | Visual Studio 2013 and 2015 Projects from Sean Hunt | 80 | Visual Studio 2013, 2015, and 2022 Projects from Sean Hunt |
75 | seandhunt_7@yahoo.com | 81 | seandhunt_7@yahoo.com |