summaryrefslogtreecommitdiff
path: root/contrib/vstudio
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/vstudio')
-rw-r--r--contrib/vstudio/readme.txt4
-rw-r--r--contrib/vstudio/vc7/zlib.rc6
2 files changed, 5 insertions, 5 deletions
diff --git a/contrib/vstudio/readme.txt b/contrib/vstudio/readme.txt
index 16159f9..416fc49 100644
--- a/contrib/vstudio/readme.txt
+++ b/contrib/vstudio/readme.txt
@@ -30,9 +30,9 @@ Build instructions for Visual Studio 2005 (32 bits or 64 bits)
30 30
31Build instructions for Visual Studio 2005 64 bits, PSDK compiler 31Build instructions for Visual Studio 2005 64 bits, PSDK compiler
32---------------------------------------------------------------- 32----------------------------------------------------------------
33at the time of writing this text file, Visual Studio 2005 (and 33at the time of writing this text file, Visual Studio 2005 (and
34 Microsoft Visual C++ 8.0) is on the beta 2 stage. 34 Microsoft Visual C++ 8.0) is on the beta 2 stage.
35Using you can get the free 64 bits compiler from Platform SDK, 35Using you can get the free 64 bits compiler from Platform SDK,
36 which is NOT a beta, and compile using the Visual studio 2005 IDE 36 which is NOT a beta, and compile using the Visual studio 2005 IDE
37see http://www.winimage.com/misc/sdk64onvs2005/ for instruction 37see http://www.winimage.com/misc/sdk64onvs2005/ for instruction
38 38
diff --git a/contrib/vstudio/vc7/zlib.rc b/contrib/vstudio/vc7/zlib.rc
index 68cb9cb..266fb83 100644
--- a/contrib/vstudio/vc7/zlib.rc
+++ b/contrib/vstudio/vc7/zlib.rc
@@ -2,8 +2,8 @@
2 2
3#define IDR_VERSION1 1 3#define IDR_VERSION1 1
4IDR_VERSION1 VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE 4IDR_VERSION1 VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE
5 FILEVERSION 1,2,3,7 5 FILEVERSION 1,2,3,8
6 PRODUCTVERSION 1,2,3,7 6 PRODUCTVERSION 1,2,3,8
7 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK 7 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
8 FILEFLAGS 0 8 FILEFLAGS 0
9 FILEOS VOS_DOS_WINDOWS32 9 FILEOS VOS_DOS_WINDOWS32
@@ -17,7 +17,7 @@ BEGIN
17 17
18 BEGIN 18 BEGIN
19 VALUE "FileDescription", "zlib data compression library\0" 19 VALUE "FileDescription", "zlib data compression library\0"
20 VALUE "FileVersion", "1.2.3.7\0" 20 VALUE "FileVersion", "1.2.3.8\0"
21 VALUE "InternalName", "zlib\0" 21 VALUE "InternalName", "zlib\0"
22 VALUE "OriginalFilename", "zlib.dll\0" 22 VALUE "OriginalFilename", "zlib.dll\0"
23 VALUE "ProductName", "ZLib.DLL\0" 23 VALUE "ProductName", "ZLib.DLL\0"