Skip to content

Commit 2591a98

Browse files
author
郑树新
committed
Supports vc2022 and Arm64
1 parent 7e33f21 commit 2591a98

File tree

1 file changed

+102
-0
lines changed

1 file changed

+102
-0
lines changed

lib_protocol/lib_protocol_vc2022.rc

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
// Microsoft Visual C++ 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+
12+
/////////////////////////////////////////////////////////////////////////////
13+
#undef APSTUDIO_READONLY_SYMBOLS
14+
15+
/////////////////////////////////////////////////////////////////////////////
16+
// ����(�л����񹲺͹�) resources
17+
18+
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
19+
#ifdef _WIN32
20+
//LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
21+
#pragma code_page(936)
22+
#endif //_WIN32
23+
24+
#ifdef APSTUDIO_INVOKED
25+
/////////////////////////////////////////////////////////////////////////////
26+
//
27+
// TEXTINCLUDE
28+
//
29+
30+
1 TEXTINCLUDE
31+
BEGIN
32+
"resource.h\0"
33+
END
34+
35+
2 TEXTINCLUDE
36+
BEGIN
37+
"#include ""afxres.h""\r\n"
38+
"\0"
39+
END
40+
41+
3 TEXTINCLUDE
42+
BEGIN
43+
"\r\n"
44+
"\0"
45+
END
46+
47+
#endif // APSTUDIO_INVOKED
48+
49+
50+
/////////////////////////////////////////////////////////////////////////////
51+
//
52+
// Version
53+
//
54+
55+
VS_VERSION_INFO VERSIONINFO
56+
FILEVERSION 3,5,0,0
57+
PRODUCTVERSION 3,5,0,0
58+
FILEFLAGSMASK 0x17L
59+
#ifdef _DEBUG
60+
FILEFLAGS 0x1L
61+
#else
62+
FILEFLAGS 0x0L
63+
#endif
64+
FILEOS 0x4L
65+
FILETYPE 0x7L
66+
FILESUBTYPE 0x0L
67+
BEGIN
68+
BLOCK "StringFileInfo"
69+
BEGIN
70+
BLOCK "080404b0"
71+
BEGIN
72+
VALUE "Comments", "��Ҫ����HTTPЭ�飬ICMPЭ�飬SMTPЭ���ʵ��"
73+
VALUE "FileDescription", "protocol"
74+
VALUE "FileVersion", "3, 5, 0, 0"
75+
VALUE "InternalName", "lib_prot"
76+
VALUE "LegalCopyright", "zsx (C) 2015"
77+
VALUE "OriginalFilename", "lib_protocol.lib"
78+
VALUE "ProductName", "protocol"
79+
VALUE "ProductVersion", "3, 5, 0, 0"
80+
END
81+
END
82+
BLOCK "VarFileInfo"
83+
BEGIN
84+
VALUE "Translation", 0x804, 1200
85+
END
86+
END
87+
88+
#endif // ����(�л����񹲺͹�) resources
89+
/////////////////////////////////////////////////////////////////////////////
90+
91+
92+
93+
#ifndef APSTUDIO_INVOKED
94+
/////////////////////////////////////////////////////////////////////////////
95+
//
96+
// Generated from the TEXTINCLUDE 3 resource.
97+
//
98+
99+
100+
/////////////////////////////////////////////////////////////////////////////
101+
#endif // not APSTUDIO_INVOKED
102+

0 commit comments

Comments
 (0)