Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Utilities / cmcurl-7.19.0 / lib / libcurl.rc
blobb40619f033c91e2340b71c42deff978875a857ab
1 /***************************************************************************
2  *                                  _   _ ____  _
3  *  Project                     ___| | | |  _ \| |
4  *                             / __| | | | |_) | |
5  *                            | (__| |_| |  _ <| |___
6  *                             \___|\___/|_| \_\_____|
7  *
8  * Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
9  *
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.
13  *
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.
17  *
18  * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19  * KIND, either express or implied.
20  *
21  * $Id: libcurl.rc,v 1.1.1.1 2008-09-23 16:32:05 hoffman Exp $
22  ***************************************************************************/
23 #include <winver.h>
24 #include "../include/curl/curlver.h"
26 LANGUAGE  0x09,0x01
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
33   FILEFLAGSMASK   0x3fL
34 #if defined(CURLDEBUG) || defined(_DEBUG)
35   FILEFLAGS 1
36 #else
37   FILEFLAGS 0
38 #endif
39   FILEOS      VOS__WINDOWS32
40   FILETYPE    VFT_DLL
41   FILESUBTYPE 0x0L
43 BEGIN
44   BLOCK "StringFileInfo"
45   BEGIN
46     BLOCK "040904b0"
47     BEGIN
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"
57     END
58   END
60   BLOCK "VarFileInfo"
61   BEGIN
62     VALUE "Translation", 0x409, 1200
63   END
64 END