windows-file-versioning-20030619
[openafs.git] / src / WINNT / afsadmsvr / afsadmsvr.rc
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  * 
5  * This software has been released under the terms of the IBM Public
6  * License.  For details, see the LICENSE file in the top-level source
7  * directory or online at http://www.openafs.org/dl/license10.html
8  */
9
10 #include "resource.h"
11
12 #define APSTUDIO_READONLY_SYMBOLS
13 /////////////////////////////////////////////////////////////////////////////
14 //
15 // Generated from the TEXTINCLUDE 2 resource.
16 //
17 #include <windows.h>
18 #ifndef APSTUDIO_INVOKED
19 #define AFS_VERINFO_FILE_DESCRIPTION "AFS Administration Server"
20 #define  AFS_VERINFO_NAME "afsadmsvr"
21 #define  AFS_VERINFO_FILENAME "afsadmsvr.exe"
22 #include "AFS_component_version_number.h"
23 #include "..\..\config\NTVersioninfo.rc"
24 #endif // APSTUDIO_INVOKED
25
26 /////////////////////////////////////////////////////////////////////////////
27 #undef APSTUDIO_READONLY_SYMBOLS
28
29 /////////////////////////////////////////////////////////////////////////////
30 // English (U.S.) resources
31
32 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
33 #ifdef _WIN32
34 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
35 #pragma code_page(1252)
36 #endif //_WIN32
37
38 /////////////////////////////////////////////////////////////////////////////
39 //
40 // Icon
41 //
42
43 // Icon with lowest ID value placed first to ensure application icon
44 // remains consistent on all systems.
45 IDI_MAIN                ICON    DISCARDABLE     "afsadmsvr.ico"
46
47 #ifdef APSTUDIO_INVOKED
48 /////////////////////////////////////////////////////////////////////////////
49 //
50 // TEXTINCLUDE
51 //
52
53 1 TEXTINCLUDE DISCARDABLE 
54 BEGIN
55     "resource.h\0"
56 END
57
58 2 TEXTINCLUDE DISCARDABLE 
59 BEGIN
60     "#include <windows.h>\r\n"
61     "#ifndef APSTUDIO_INVOKED\r\n"
62     "#define AFS_VERINFO_FILE_DESCRIPTION ""AFS Administration Server DLL""\r\n"
63     "#include ""AFS_component_version_number.h""\r\n"
64     "#include ""..\..\config\NTVersioninfo.rc""\r\n"
65     "#endif // APSTUDIO_INVOKED\r\n"
66     "\0"
67 END
68
69 3 TEXTINCLUDE DISCARDABLE 
70 BEGIN
71     "\r\n"
72     "\0"
73 END
74
75 #endif    // APSTUDIO_INVOKED
76
77 #endif    // English (U.S.) resources
78 /////////////////////////////////////////////////////////////////////////////
79
80
81
82 #ifndef APSTUDIO_INVOKED
83 /////////////////////////////////////////////////////////////////////////////
84 //
85 // Generated from the TEXTINCLUDE 3 resource.
86 //
87
88
89 /////////////////////////////////////////////////////////////////////////////
90 #endif    // not APSTUDIO_INVOKED
91