Skip to content

Commit b2d7b24

Browse files
author
smcmahonibm
committed
Add missing icc.rc file
1 parent c3afb2f commit b2d7b24

File tree

1 file changed

+107
-0
lines changed

1 file changed

+107
-0
lines changed

icc/icc.rc

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
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+
#include "afxres.h"
11+
#include "iccversion.h"
12+
/////////////////////////////////////////////////////////////////////////////
13+
#undef APSTUDIO_READONLY_SYMBOLS
14+
15+
/////////////////////////////////////////////////////////////////////////////
16+
// English (Australia) resources
17+
18+
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENA)
19+
#ifdef _WIN32
20+
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS
21+
#pragma code_page(1252)
22+
#endif //_WIN32
23+
24+
#ifndef _MAC
25+
/////////////////////////////////////////////////////////////////////////////
26+
//
27+
// Version
28+
//
29+
30+
VS_VERSION_INFO VERSIONINFO
31+
FILEVERSION ICC_VERSION_VER,ICC_VERSION_REL,ICC_VERSION_MOD,ICC_VERSION_FIX
32+
PRODUCTVERSION ICC_VERSION_VER,ICC_VERSION_REL,ICC_VERSION_MOD,ICC_VERSION_FIX
33+
FILEFLAGSMASK 0x3fL
34+
#ifdef _DEBUG
35+
FILEFLAGS 0x1L
36+
#else
37+
FILEFLAGS 0x0L
38+
#endif
39+
FILEOS 0x40004L
40+
FILETYPE 0x1L
41+
FILESUBTYPE 0x0L
42+
BEGIN
43+
BLOCK "StringFileInfo"
44+
BEGIN
45+
BLOCK "0c0904b0"
46+
BEGIN
47+
VALUE "Comments", "\0"
48+
VALUE "CompanyName", "IBM\0"
49+
VALUE "FileDescription", ICC_DESCRIPTION1
50+
VALUE "FileVersion", ICC_PRODUCT_VERSION
51+
VALUE "InternalName", "ICC\0"
52+
VALUE "LegalCopyright", "Licensed Materials - Property of IBM ICC (C) Copyright IBM Corp. 2002, 2018 All Rights Reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.\0"
53+
VALUE "LegalTrademarks", "IBM\0"
54+
VALUE "OriginalFilename", "icc.lib\0"
55+
VALUE "ProductName", "IBM ICC"
56+
VALUE "ProductVersion", ICC_PRODUCT_VERSION
57+
END
58+
END
59+
BLOCK "VarFileInfo"
60+
BEGIN
61+
VALUE "Translation", 0xc09, 1200
62+
END
63+
END
64+
65+
#endif // !_MAC
66+
67+
68+
#ifdef APSTUDIO_INVOKED
69+
/////////////////////////////////////////////////////////////////////////////
70+
//
71+
// TEXTINCLUDE
72+
//
73+
74+
1 TEXTINCLUDE DISCARDABLE
75+
BEGIN
76+
"resource.h\0"
77+
END
78+
79+
2 TEXTINCLUDE DISCARDABLE
80+
BEGIN
81+
"#include ""afxres.h""\r\n"
82+
"\0"
83+
END
84+
85+
3 TEXTINCLUDE DISCARDABLE
86+
BEGIN
87+
"\r\n"
88+
"\0"
89+
END
90+
91+
#endif // APSTUDIO_INVOKED
92+
93+
#endif // English (Australia) resources
94+
/////////////////////////////////////////////////////////////////////////////
95+
96+
97+
98+
#ifndef APSTUDIO_INVOKED
99+
/////////////////////////////////////////////////////////////////////////////
100+
//
101+
// Generated from the TEXTINCLUDE 3 resource.
102+
//
103+
104+
105+
/////////////////////////////////////////////////////////////////////////////
106+
#endif // not APSTUDIO_INVOKED
107+

0 commit comments

Comments
 (0)