diff options
Diffstat (limited to 'contrib/vstudio')
-rw-r--r-- | contrib/vstudio/vc7/zlib.rc | 6 | ||||
-rw-r--r-- | contrib/vstudio/vc7/zlibstat.vcproj | 12 | ||||
-rw-r--r-- | contrib/vstudio/vc7/zlibvc.vcproj | 12 | ||||
-rw-r--r-- | contrib/vstudio/vc8/zlibstat.vcproj | 15 | ||||
-rw-r--r-- | contrib/vstudio/vc8/zlibvc.vcproj | 15 |
5 files changed, 53 insertions, 7 deletions
diff --git a/contrib/vstudio/vc7/zlib.rc b/contrib/vstudio/vc7/zlib.rc index 98ca20b..7bb4bb7 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 |
4 | IDR_VERSION1 VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE | 4 | IDR_VERSION1 VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE |
5 | FILEVERSION 1,2,3,4 | 5 | FILEVERSION 1,2,3,5 |
6 | PRODUCTVERSION 1,2,3,4 | 6 | PRODUCTVERSION 1,2,3,5 |
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.4\0" | 20 | VALUE "FileVersion", "1.2.3.5\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" |
diff --git a/contrib/vstudio/vc7/zlibstat.vcproj b/contrib/vstudio/vc7/zlibstat.vcproj index 766d7a4..3c37959 100644 --- a/contrib/vstudio/vc7/zlibstat.vcproj +++ b/contrib/vstudio/vc7/zlibstat.vcproj | |||
@@ -201,9 +201,21 @@ | |||
201 | RelativePath="..\..\masmx86\gvmat32c.c"> | 201 | RelativePath="..\..\masmx86\gvmat32c.c"> |
202 | </File> | 202 | </File> |
203 | <File | 203 | <File |
204 | RelativePath="..\..\..\gzclose.c"> | ||
205 | </File> | ||
206 | <File | ||
204 | RelativePath="..\..\..\gzio.c"> | 207 | RelativePath="..\..\..\gzio.c"> |
205 | </File> | 208 | </File> |
206 | <File | 209 | <File |
210 | RelativePath="..\..\..\gzlib.c"> | ||
211 | </File> | ||
212 | <File | ||
213 | RelativePath="..\..\..\gzread.c"> | ||
214 | </File> | ||
215 | <File | ||
216 | RelativePath="..\..\..\gzwrite.c"> | ||
217 | </File> | ||
218 | <File | ||
207 | RelativePath="..\..\..\infback.c"> | 219 | RelativePath="..\..\..\infback.c"> |
208 | </File> | 220 | </File> |
209 | <File | 221 | <File |
diff --git a/contrib/vstudio/vc7/zlibvc.vcproj b/contrib/vstudio/vc7/zlibvc.vcproj index 8533b49..2c66643 100644 --- a/contrib/vstudio/vc7/zlibvc.vcproj +++ b/contrib/vstudio/vc7/zlibvc.vcproj | |||
@@ -348,9 +348,21 @@ | |||
348 | </FileConfiguration> | 348 | </FileConfiguration> |
349 | </File> | 349 | </File> |
350 | <File | 350 | <File |
351 | RelativePath="..\..\..\gzclose.c"> | ||
352 | </File> | ||
353 | <File | ||
351 | RelativePath="..\..\..\gzio.c"> | 354 | RelativePath="..\..\..\gzio.c"> |
352 | </File> | 355 | </File> |
353 | <File | 356 | <File |
357 | RelativePath="..\..\..\gzlib.c"> | ||
358 | </File> | ||
359 | <File | ||
360 | RelativePath="..\..\..\gzread.c"> | ||
361 | </File> | ||
362 | <File | ||
363 | RelativePath="..\..\..\gzwrite.c"> | ||
364 | </File> | ||
365 | <File | ||
354 | RelativePath="..\..\..\infback.c"> | 366 | RelativePath="..\..\..\infback.c"> |
355 | </File> | 367 | </File> |
356 | <File | 368 | <File |
diff --git a/contrib/vstudio/vc8/zlibstat.vcproj b/contrib/vstudio/vc8/zlibstat.vcproj index fb97037..51a4073 100644 --- a/contrib/vstudio/vc8/zlibstat.vcproj +++ b/contrib/vstudio/vc8/zlibstat.vcproj | |||
@@ -760,8 +760,19 @@ | |||
760 | </FileConfiguration> | 760 | </FileConfiguration> |
761 | </File> | 761 | </File> |
762 | <File | 762 | <File |
763 | RelativePath="..\..\..\gzio.c" | 763 | RelativePath="..\..\..\gzclose.c"> |
764 | > | 764 | </File> |
765 | <File | ||
766 | RelativePath="..\..\..\gzio.c"> | ||
767 | </File> | ||
768 | <File | ||
769 | RelativePath="..\..\..\gzlib.c"> | ||
770 | </File> | ||
771 | <File | ||
772 | RelativePath="..\..\..\gzread.c"> | ||
773 | </File> | ||
774 | <File | ||
775 | RelativePath="..\..\..\gzwrite.c"> | ||
765 | </File> | 776 | </File> |
766 | <File | 777 | <File |
767 | RelativePath="..\..\..\infback.c" | 778 | RelativePath="..\..\..\infback.c" |
diff --git a/contrib/vstudio/vc8/zlibvc.vcproj b/contrib/vstudio/vc8/zlibvc.vcproj index e717011..f06273b 100644 --- a/contrib/vstudio/vc8/zlibvc.vcproj +++ b/contrib/vstudio/vc8/zlibvc.vcproj | |||
@@ -1005,8 +1005,19 @@ | |||
1005 | </FileConfiguration> | 1005 | </FileConfiguration> |
1006 | </File> | 1006 | </File> |
1007 | <File | 1007 | <File |
1008 | RelativePath="..\..\..\gzio.c" | 1008 | RelativePath="..\..\..\gzclose.c"> |
1009 | > | 1009 | </File> |
1010 | <File | ||
1011 | RelativePath="..\..\..\gzio.c"> | ||
1012 | </File> | ||
1013 | <File | ||
1014 | RelativePath="..\..\..\gzlib.c"> | ||
1015 | </File> | ||
1016 | <File | ||
1017 | RelativePath="..\..\..\gzread.c"> | ||
1018 | </File> | ||
1019 | <File | ||
1020 | RelativePath="..\..\..\gzwrite.c"> | ||
1010 | </File> | 1021 | </File> |
1011 | <File | 1022 | <File |
1012 | RelativePath="..\..\..\infback.c" | 1023 | RelativePath="..\..\..\infback.c" |