blob: 21f51648103bead13f9dfb376ff2e0048f05fa98 [file] [log] [blame] [raw]
/* celibc
Windows CE C Extra Library
Copyright 2007-2015 PC GO Ld.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program 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 General Public License for more details.
*/
// Version
//
Information VERSIONINFO
FILEVERSION 1,9,0,0
PRODUCTVERSION 1,9,0,0
FILEOS 4 // 32 bit Windows
FILETYPE 2 // DLL
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "000004b0"
BEGIN
VALUE "CompanyName", "PC GO\0"
VALUE "FileDescription", "libc-extra\0"
VALUE "InternalName", "celibc\0"
VALUE "LegalCopyright", "Copyright 2007-2015 PC GO Ld.\0"
VALUE "OriginalFilename", "c.dll\0"
VALUE "ProductName", "Windows CE C Extra Library\0"
END
END
END