Chris@43: #include Chris@43: Chris@43: #define IDR_VERSION1 1 Chris@43: IDR_VERSION1 VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE Chris@43: FILEVERSION 1,2,8,0 Chris@43: PRODUCTVERSION 1,2,8,0 Chris@43: FILEFLAGSMASK VS_FFI_FILEFLAGSMASK Chris@43: FILEFLAGS 0 Chris@43: FILEOS VOS_DOS_WINDOWS32 Chris@43: FILETYPE VFT_DLL Chris@43: FILESUBTYPE 0 // not used Chris@43: BEGIN Chris@43: BLOCK "StringFileInfo" Chris@43: BEGIN Chris@43: BLOCK "040904E4" Chris@43: //language ID = U.S. English, char set = Windows, Multilingual Chris@43: Chris@43: BEGIN Chris@43: VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0" Chris@43: VALUE "FileVersion", "1.2.8\0" Chris@43: VALUE "InternalName", "zlib\0" Chris@43: VALUE "OriginalFilename", "zlibwapi.dll\0" Chris@43: VALUE "ProductName", "ZLib.DLL\0" Chris@43: VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0" Chris@43: VALUE "LegalCopyright", "(C) 1995-2013 Jean-loup Gailly & Mark Adler\0" Chris@43: END Chris@43: END Chris@43: BLOCK "VarFileInfo" Chris@43: BEGIN Chris@43: VALUE "Translation", 0x0409, 1252 Chris@43: END Chris@43: END