/*************************************************************************** $RCSfile: ressource.rc.in,v $ ------------------- cvs : $Id: ressource.rc.in,v 1.1 2004/12/15 12:41:16 cstim Exp $ begin : Wed Mar 27 2002 copyright : (C) 2002 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 * * * ***************************************************************************/ /* Changes */ #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 @LAPACKPP_VERSION_MAJOR@, @LAPACKPP_VERSION_MINOR@, @LAPACKPP_VERSION_PATCHLEVEL@, 0 PRODUCTVERSION @LAPACKPP_VERSION_MAJOR@, @LAPACKPP_VERSION_MINOR@, @LAPACKPP_VERSION_PATCHLEVEL@, 0 FILEFLAGSMASK 0x3fL FILEFLAGS 0x0L FILEOS 0x40004L // Windows NT FILETYPE 0x2L // DLL FILESUBTYPE 0x0L BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040704b0" BEGIN //VALUE "Comments", "\0" VALUE "CompanyName", " TU Hamburg Harburg\0" VALUE "FileDescription", "C++ Wrapper Around Lapack\0" VALUE "FileVersion", "v@rpm_version@\0" VALUE "InternalName", "Lapack++\0" VALUE "LegalCopyright", "Copyright © 2004 by Christian Stimming\0" VALUE "LegalTrademarks", "TU Hamburg Harburg\0" VALUE "OriginalFilename", "LIBLAPACKPP32.DLL\0" //VALUE "PrivateBuild", "\0" VALUE "ProductName", "Lapack++\0" VALUE "ProductVersion", "v@LAPACKPP_VERSION_STRING@\0" VALUE "Author", "Christian Stimming\0" VALUE "Email", "cstim@tuhh.de\0" VALUE "Homepage", "http://lapackpp.sf.net/\0" VALUE "Description", "C++ Wrapper Around Lapack\0" VALUE "License", "LGPL\0" //VALUE "SpecialBuild", "\0" END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x407, 1200 END END