Move the sources to trunk
[opencv] / cv / src / cv.rc
1 //Microsoft Developer Studio generated resource script.
2 //
3 #include "resource.h"
4
5 #define APSTUDIO_READONLY_SYMBOLS
6 /////////////////////////////////////////////////////////////////////////////
7 //
8 // Generated from the TEXTINCLUDE 2 resource.
9 //
10 #ifdef _AFXDLL
11 #include "afxres.h"
12 #else
13 #include "windows.h"
14 #endif
15
16 /////////////////////////////////////////////////////////////////////////////
17 #undef APSTUDIO_READONLY_SYMBOLS
18
19 /////////////////////////////////////////////////////////////////////////////
20 // Russian resources
21
22 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
23 #ifdef _WIN32
24 LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
25 #pragma code_page(1251)
26 #endif //_WIN32
27
28 #ifdef APSTUDIO_INVOKED
29 /////////////////////////////////////////////////////////////////////////////
30 //
31 // TEXTINCLUDE
32 //
33
34 1 TEXTINCLUDE DISCARDABLE 
35 BEGIN
36     "resource.h\0"
37 END
38
39 2 TEXTINCLUDE DISCARDABLE 
40 BEGIN
41     "#include ""afxres.h""\r\n"
42     "\0"
43 END
44
45 3 TEXTINCLUDE DISCARDABLE 
46 BEGIN
47     "\r\n"
48     "\0"
49 END
50
51 #endif    // APSTUDIO_INVOKED
52
53 #endif    // Russian resources
54 /////////////////////////////////////////////////////////////////////////////
55
56
57 /////////////////////////////////////////////////////////////////////////////
58 // English (U.S.) resources
59
60 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
61 #ifdef _WIN32
62 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
63 #pragma code_page(1252)
64 #endif //_WIN32
65
66 #ifndef _MAC
67 /////////////////////////////////////////////////////////////////////////////
68 //
69 // Version
70 //
71
72 VS_VERSION_INFO VERSIONINFO
73  FILEVERSION 1,0,0,1
74  PRODUCTVERSION 1,0,0,1
75  FILEFLAGSMASK 0x3fL
76 #ifdef _DEBUG
77  FILEFLAGS 0x1L
78 #else
79  FILEFLAGS 0x0L
80 #endif
81  FILEOS 0x40004L
82  FILETYPE 0x2L
83  FILESUBTYPE 0x0L
84 BEGIN
85     BLOCK "StringFileInfo"
86     BEGIN
87         BLOCK "040904b0"
88         BEGIN
89             VALUE "Comments", "Intel® Open Source Computer Vision Library: The vision part.\0"
90             VALUE "CompanyName", "Intel Corporation.\0"
91             VALUE "FileDescription", "The vision component of OpenCV\0"
92             VALUE "FileVersion", "1, 0, 0, 1\0"
93             VALUE "InternalName", "cv100.dll\0"
94             VALUE "LegalCopyright", "Copyright © 2002-2006\0"
95             VALUE "LegalTrademarks", "\0"
96             VALUE "OriginalFilename", "cv100.dll\0"
97             VALUE "PrivateBuild", "\0"
98             VALUE "ProductName", "Intel® Open Source Computer Vision Library\0"
99             VALUE "ProductVersion", "1, 0, 0, 1\0"
100             VALUE "SpecialBuild", "\0"
101         END
102     END
103     BLOCK "VarFileInfo"
104     BEGIN
105         VALUE "Translation", 0x409, 1200
106     END
107 END
108
109 #endif    // !_MAC
110
111 #endif    // English (U.S.) resources
112 /////////////////////////////////////////////////////////////////////////////
113
114
115
116 #ifndef APSTUDIO_INVOKED
117 /////////////////////////////////////////////////////////////////////////////
118 //
119 // Generated from the TEXTINCLUDE 3 resource.
120 //
121
122
123 /////////////////////////////////////////////////////////////////////////////
124 #endif    // not APSTUDIO_INVOKED
125