~ubuntu-branches/ubuntu/breezy/gettext/breezy

« back to all changes in this revision

Viewing changes to gettext-tools/windows/gettextpo.rc

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2004-03-14 17:40:02 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040314174002-p1ad5ldve1hqzhye
Tags: 0.14.1-2
* Added libexpat1-dev to Build-Depends, for glade support.
* Added libc0.1-dev to Build-Depends, for GNU/kFreeBSD.
* Removed special-casing of knetbsd-gnu in debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Resources for gettextpo.dll */
 
2
/* There are 4 occurrences of the version number in this file. */
 
3
 
 
4
#include <winver.h>
 
5
 
 
6
VS_VERSION_INFO VERSIONINFO
 
7
 FILEVERSION 0,14,0,0
 
8
 PRODUCTVERSION 0,14,0,0
 
9
 FILEFLAGSMASK 0x3fL /* VS_FFI_FILEFLAGSMASK */
 
10
#ifdef _DEBUG
 
11
 FILEFLAGS 0x1L  /* VS_FF_DEBUG */
 
12
#else
 
13
 FILEFLAGS 0x0L
 
14
#endif
 
15
 FILEOS 0x10004L  /* VOS_DOS_WINDOWS32 */
 
16
 FILETYPE 0x2L  /* VFT_DLL */
 
17
 FILESUBTYPE 0x0L  /* VFT2_UNKNOWN */
 
18
BEGIN
 
19
    BLOCK "StringFileInfo"
 
20
    BEGIN
 
21
        BLOCK "04090000"  /* Lang = US English, Charset = ASCII */
 
22
        BEGIN
 
23
            VALUE "Comments", "This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License. You should have received a copy of the GNU General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA\0"
 
24
            VALUE "CompanyName", "Free Software Foundation\0"
 
25
            VALUE "FileDescription", "GPLed libgettextpo for Windows NT/2000/XP and Windows 95/98/ME\0"
 
26
            VALUE "FileVersion", "0.14\0"
 
27
            VALUE "InternalName", "gettextpo.dll\0"
 
28
            VALUE "LegalCopyright", "Copyright (C) 1995-2004\0"
 
29
            VALUE "LegalTrademarks", "\0"
 
30
            VALUE "OriginalFilename", "gettextpo.dll\0"
 
31
            VALUE "ProductName", "libgettextpo: public API for PO files\0"
 
32
            VALUE "ProductVersion", "0.14\0"
 
33
        END
 
34
    END
 
35
    BLOCK "VarFileInfo"
 
36
    BEGIN
 
37
        VALUE "Translation", 0x0409, 0  /* US English, ASCII */
 
38
    END
 
39
END