annotate src/zlib-1.2.8/contrib/vstudio/vc9/zlib.rc @ 83:ae30d91d2ffe

Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author Chris Cannam
date Fri, 07 Feb 2020 11:51:13 +0000
parents 5ea0608b923f
children
rev   line source
Chris@43 1 #include <windows.h>
Chris@43 2
Chris@43 3 #define IDR_VERSION1 1
Chris@43 4 IDR_VERSION1 VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE
Chris@43 5 FILEVERSION 1,2,8,0
Chris@43 6 PRODUCTVERSION 1,2,8,0
Chris@43 7 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
Chris@43 8 FILEFLAGS 0
Chris@43 9 FILEOS VOS_DOS_WINDOWS32
Chris@43 10 FILETYPE VFT_DLL
Chris@43 11 FILESUBTYPE 0 // not used
Chris@43 12 BEGIN
Chris@43 13 BLOCK "StringFileInfo"
Chris@43 14 BEGIN
Chris@43 15 BLOCK "040904E4"
Chris@43 16 //language ID = U.S. English, char set = Windows, Multilingual
Chris@43 17
Chris@43 18 BEGIN
Chris@43 19 VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0"
Chris@43 20 VALUE "FileVersion", "1.2.8\0"
Chris@43 21 VALUE "InternalName", "zlib\0"
Chris@43 22 VALUE "OriginalFilename", "zlibwapi.dll\0"
Chris@43 23 VALUE "ProductName", "ZLib.DLL\0"
Chris@43 24 VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0"
Chris@43 25 VALUE "LegalCopyright", "(C) 1995-2013 Jean-loup Gailly & Mark Adler\0"
Chris@43 26 END
Chris@43 27 END
Chris@43 28 BLOCK "VarFileInfo"
Chris@43 29 BEGIN
Chris@43 30 VALUE "Translation", 0x0409, 1252
Chris@43 31 END
Chris@43 32 END