1/***************************************************************************
2 $RCSfile$
3                             -------------------
4    cvs         : $Id: ressource.rc.in 822 2005-08-04 08:11:04Z cstim $
5    begin       : Wed Mar 27 2002
6    copyright   : (C) 2002 by Martin Preuss
7    email       : martin@libchipcard.de
8
9 ***************************************************************************
10 *                                                                         *
11 *   This library is free software; you can redistribute it and/or         *
12 *   modify it under the terms of the GNU Lesser General Public            *
13 *   License as published by the Free Software Foundation; either          *
14 *   version 2.1 of the License, or (at your option) any later version.    *
15 *                                                                         *
16 *   This library is distributed in the hope that it will be useful,       *
17 *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
18 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU     *
19 *   Lesser General Public License for more details.                       *
20 *                                                                         *
21 *   You should have received a copy of the GNU Lesser General Public      *
22 *   License along with this library; if not, write to the Free Software   *
23 *   Foundation, Inc., 59 Temple Place, Suite 330, Boston,                 *
24 *   MA  02111-1307  USA                                                   *
25 *                                                                         *
26 ***************************************************************************/
27
28/*
29  Changes
30 */
31
32
33#include <windows.h>
34
35// Language: 407=DE, 409=US, 809=UK
36
37// German resources
38
39LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
40#pragma code_page(1252)
41
42// AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
43// Version
44
45VS_VERSION_INFO VERSIONINFO
46 FILEVERSION @GWENHYWFAR_VERSION_MAJOR@, @GWENHYWFAR_VERSION_MINOR@, @GWENHYWFAR_VERSION_PATCHLEVEL@, @GWENHYWFAR_VERSION_BUILD@
47 PRODUCTVERSION @GWENHYWFAR_VERSION_MAJOR@, @GWENHYWFAR_VERSION_MINOR@, @GWENHYWFAR_VERSION_PATCHLEVEL@, @GWENHYWFAR_VERSION_BUILD@
48 FILEFLAGSMASK 0x3fL
49 FILEFLAGS 0x0L
50 FILEOS 0x40004L      // Windows NT
51 FILETYPE 0x2L        // DLL
52 FILESUBTYPE 0x0L
53BEGIN
54    BLOCK "StringFileInfo"
55    BEGIN
56        BLOCK "040704b0"
57        BEGIN
58            //VALUE "Comments", "\0"
59            VALUE "CompanyName", " Aquamaniac\0"
60            VALUE "FileDescription", "Home banking library\0"
61            VALUE "FileVersion", "v@GWENHYWFAR_VERSION_RELEASE_STRING@\0"
62            VALUE "InternalName", "Gwenhywfar\0"
63            VALUE "LegalCopyright", "Copyright � 2004 by Martin Preuss\0"
64            VALUE "LegalTrademarks", "Aquamaniac\0"
65            VALUE "OriginalFilename", "dbio.dll\0"
66            //VALUE "PrivateBuild", "\0"
67            VALUE "ProductName", "Gwenhywfar\0"
68            VALUE "ProductVersion", "v@GWENHYWFAR_VERSION_FULL_STRING@\0"
69            VALUE "Author", "Martin Preuss\0"
70            VALUE "Email", "martin@libchipcard.de\0"
71            VALUE "Homepage", "http://www.sf.net/projects/gwenhywfar\0"
72            VALUE "Description", "Online banking\0"
73	    VALUE "License", "GPL\0"
74            //VALUE "SpecialBuild", "\0"
75        END
76    END
77    BLOCK "VarFileInfo"
78    BEGIN
79        VALUE "Translation", 0x407, 1200
80    END
81END
82
83