/*************************************************************************** $RCSfile: ressource.rc.in,v $ ------------------- cvs : $Id: ressource.rc.in,v 1.1 2003/04/22 22:59:27 aquamaniac Exp $ begin : Tue Apr 22 2003 copyright : (C) 2003 by Martin Preuss email : martin@libchipcard.de *************************************************************************** * * * This library is free software; you can redistribute it and/or * * modify it under the terms of the GNU Lesser General Public * * License as published by the Free Software Foundation; either * * version 2.1 of the License, or (at your option) any later version. * * * * This library is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * Lesser General Public License for more details. * * * * You should have received a copy of the GNU Lesser 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 * * * ***************************************************************************/ #include // Language: 407=DE, 409=US, 809=UK // German resources LANGUAGE LANG_GERMAN, SUBLANG_GERMAN #pragma code_page(1252) // AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA // Version VS_VERSION_INFO VERSIONINFO FILEVERSION @k_CHIPCARD_VERSION_MAJOR@,@k_CHIPCARD_VERSION_MINOR@,@k_CHIPCARD_VERSION_PATCHLEVEL@,0 PRODUCTVERSION @k_CHIPCARD_VERSION_MAJOR@,@k_CHIPCARD_VERSION_MINOR@,@k_CHIPCARD_VERSION_PATCHLEVEL@,0 FILEFLAGSMASK 0x3fL FILEFLAGS 0x0L FILEOS VOS_WINDOWS32 // 32 bit Windows FILETYPE VFT_APP // APP (DLL=2) FILESUBTYPE 0x0L BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040704b0" // 0x0407=Germany 0x04b0=1200d=Unicode BEGIN //VALUE "Comments", "\0" VALUE "CompanyName", " Aquamaniac\0" VALUE "FileDescription", "Library for easy access to chipcards\0" VALUE "FileVersion", "v@rpm_version@\0" VALUE "InternalName", "ChipCard\0" VALUE "LegalCopyright", "Copyright © 2002 by Martin Preuss\0" VALUE "LegalTrademarks", "Aquamaniac\0" VALUE "OriginalFilename", "CHIPCARDD.EXE\0" //VALUE "PrivateBuild", "\0" VALUE "ProductName", "ChipCardDaemon\0" VALUE "ProductVersion", "v@rpm_version@\0" VALUE "Author", "Martin Preuss\0" VALUE "Email", "martin@libchipcard.de\0" VALUE "Homepage", "http://www.libchipcard.de\0" VALUE "Description", "Card server for LibChipcard.\0" VALUE "License", "GPL\0" //VALUE "SpecialBuild", "\0" END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x407, 1200 END END