[go: up one dir, main page]

Menu

[4c9db1]: / src / libnotify_ver.rc  Maximize  Restore  History

Download this file

62 lines (55 with data), 2.0 kB

/* libnotify_ver.rc
 * Artha - Free cross-platform open thesaurus
 * Copyright (c) 2009 Sundaram Ramaswamy, legends2k@yahoo.com
 *
 * Artha 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.
 *
 * Artha 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.
 *
 * You should have received a copy of the GNU General Public License
 * along with Artha; if not, write to the Free Software Foundation, Inc., 
 * 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */


/*
 * Resource script for libnotify shared library.
 */


#include "config.h"

#define VOS__WINDOWS32			0x00000004L
#define VFT_DLL                 0x00000002L

// Type: version
// Name: 1
1 VERSIONINFO
 FILEVERSION DLL_VERSION
 PRODUCTVERSION APP_VERSION
 FILEFLAGSMASK 0x17L
 FILEOS VOS__WINDOWS32
 FILEFLAGS 0x0L
 FILETYPE VFT_DLL
 FILESUBTYPE 0x0L
BEGIN
    BLOCK "StringFileInfo"
    BEGIN
        BLOCK "040904b0"
        BEGIN
            VALUE "Comments", "Mail your suggestions, queries and bugs to legends2k@yahoo.com"
            VALUE "CompanyName", PACKAGE_URL
            VALUE "FileDescription", "Passive desktop notification library ~ Win32 port of libnotify"
            VALUE "FileVersion", DLL_VERSION_STR
            VALUE "InternalName", "libnotify"
            VALUE "LegalCopyright", "Copyright \251 2010 Sundaram Ramaswamy, legends2k@yahoo.com"
            VALUE "OriginalFilename", "libnotify.dll"
            VALUE "ProductName", "Artha ~ Open Thesaurus"
            VALUE "ProductVersion", PACKAGE_VERSION
        END
    END
    BLOCK "VarFileInfo"
    BEGIN
        VALUE "Translation", 0x409, 1200
    END
END