]> git.saurik.com Git - apple/mdnsresponder.git/blob - mDNSWindows/Java/jdns_sd.rc
c47a9c4b8a039aa6d5467ac4af76eeeefb0da585
[apple/mdnsresponder.git] / mDNSWindows / Java / jdns_sd.rc
1 /* -*- Mode: C; tab-width: 4 -*-
2 *
3 * Copyright (c) 2004 Apple Computer, Inc. All rights reserved.
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16
17 Change History (most recent first):
18
19 $Log: jdns_sd.rc,v $
20 Revision 1.4 2006/08/14 23:26:04 cheshire
21 Re-licensed mDNSResponder daemon source code under Apache License, Version 2.0
22
23 Revision 1.3 2004/10/19 03:41:42 shersche
24 <rdar://problem/3843396> Include "afxres.h" to resource script so it gets compiled correctly
25 Bug #: 3843396
26
27 Revision 1.2 2004/06/26 21:27:38 rpantos
28 Update to use WinVersRes.h
29
30 Revision 1.1 2004/06/26 20:06:51 rpantos
31 Update to use WinVersRes.h
32
33
34 */
35
36 #ifndef JDNS_SD_RC
37 #define JDNS_SD_RC
38
39 #include "afxres.h"
40 #include "../WinVersRes.h"
41
42 /////////////////////////////////////////////////////////////////////////////
43 //
44 // Version
45 //
46
47 VS_VERSION_INFO VERSIONINFO
48 FILEVERSION MASTER_PROD_VERS
49 PRODUCTVERSION MASTER_PROD_VERS
50 FILEFLAGSMASK 0x17L
51 #ifdef _DEBUG
52 FILEFLAGS 0x1L
53 #else
54 FILEFLAGS 0x0L
55 #endif
56 FILEOS 0x4L
57 FILETYPE 0x2L
58 FILESUBTYPE 0x0L
59 BEGIN
60 BLOCK "StringFileInfo"
61 BEGIN
62 BLOCK "040904b0"
63 BEGIN
64 VALUE "CompanyName", "Apple Computer, Inc."
65 VALUE "FileDescription", MASTER_PROD_NAME " support for Java"
66 VALUE "FileVersion", MASTER_PROD_VERS_STR
67 VALUE "InternalName", "jdns_sd"
68 VALUE "LegalCopyright", "Copyright (C) 2004"
69 VALUE "OriginalFilename", "jdns_sd.dll"
70 VALUE "ProductName", MASTER_PROD_NAME
71 VALUE "ProductVersion", MASTER_PROD_VERS_STR
72 END
73 END
74 BLOCK "VarFileInfo"
75 BEGIN
76 VALUE "Translation", 0x409, 1200
77 END
78 END
79
80 #endif // JDNS_SD_RC