1 /***************************************************************************
3 * Project ___| | | | _ \| |
5 * | (__| |_| | _ <| |___
6 * \___|\___/|_| \_\_____|
8 * Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
10 * This software is licensed as described in the file COPYING, which
11 * you should have received as part of this distribution. The terms
12 * are also available at http://curl.haxx.se/docs/copyright.html.
14 * You may opt to use, copy, modify, merge, publish, distribute and/or sell
15 * copies of the Software, and permit persons to whom the Software is
16 * furnished to do so, under the terms of the COPYING file.
18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19 * KIND, either express or implied.
21 * $Id: libcurl.rc,v 1.1.1.1 2008-09-23 16:32:05 hoffman Exp $
22 ***************************************************************************/
24 #include "../include/curl/curlver.h"
28 #define RC_VERSION LIBCURL_VERSION_MAJOR, LIBCURL_VERSION_MINOR, LIBCURL_VERSION_PATCH, 0
30 VS_VERSION_INFO VERSIONINFO
31 FILEVERSION RC_VERSION
32 PRODUCTVERSION RC_VERSION
34 #if defined(CURLDEBUG) || defined(_DEBUG)
44 BLOCK "StringFileInfo"
48 VALUE "CompanyName", "The cURL library, http://curl.haxx.se/\0"
49 VALUE "FileDescription", "libcurl Shared Library\0"
50 VALUE "FileVersion", LIBCURL_VERSION "\0"
51 VALUE "InternalName", "libcurl\0"
52 VALUE "OriginalFilename", "libcurl.dll\0"
53 VALUE "ProductName", "The cURL library\0"
54 VALUE "ProductVersion", LIBCURL_VERSION "\0"
55 VALUE "LegalCopyright", "© " LIBCURL_COPYRIGHT "\0"
56 VALUE "License", "http://curl.haxx.se/docs/copyright.html\0"
62 VALUE "Translation", 0x409, 1200