~ubuntu-branches/ubuntu/wily/zlib/wily

« back to all changes in this revision

Viewing changes to contrib/vstudio/vc8/zlib.rc

  • Committer: Package Import Robot
  • Author(s): Mark Brown
  • Date: 2012-06-22 16:55:56 UTC
  • mfrom: (1.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20120622165556-9xuc7gnq4w25b3i0
Yet more s390x cleanup.  Thanks to the s390x porters for thei
prompt an efficient buildd monitoring (closes: #678511).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#include <windows.h>
2
 
 
3
 
#define IDR_VERSION1  1
4
 
IDR_VERSION1    VERSIONINFO     MOVEABLE IMPURE LOADONCALL DISCARDABLE
5
 
  FILEVERSION    1,2,3,0
6
 
  PRODUCTVERSION 1,2,3,0
7
 
  FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
8
 
  FILEFLAGS     0
9
 
  FILEOS        VOS_DOS_WINDOWS32
10
 
  FILETYPE      VFT_DLL
11
 
  FILESUBTYPE   0       // not used
12
 
BEGIN
13
 
  BLOCK "StringFileInfo"
14
 
  BEGIN
15
 
    BLOCK "040904E4"
16
 
    //language ID = U.S. English, char set = Windows, Multilingual
17
 
 
18
 
    BEGIN
19
 
      VALUE "FileDescription", "zlib data compression library\0"
20
 
      VALUE "FileVersion",      "1.2.3.0\0"
21
 
      VALUE "InternalName",     "zlib\0"
22
 
      VALUE "OriginalFilename", "zlib.dll\0"
23
 
      VALUE "ProductName",      "ZLib.DLL\0"
24
 
      VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0"
25
 
      VALUE "LegalCopyright", "(C) 1995-2003 Jean-loup Gailly & Mark Adler\0"
26
 
    END
27
 
  END
28
 
  BLOCK "VarFileInfo"
29
 
  BEGIN
30
 
    VALUE "Translation", 0x0409, 1252
31
 
  END
32
 
END