Skip to content

Commit 7e33f21

Browse files
author
郑树新
committed
Supports vc2022 and Arm64.
1 parent 9daf473 commit 7e33f21

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+17350
-0
lines changed

acl_cpp_vc2022.sln

Lines changed: 1112 additions & 0 deletions
Large diffs are not rendered by default.

lib_acl/lib_acl_vc2022.rc

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
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+
//LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
20+
21+
#pragma code_page(936)
22+
23+
#ifdef APSTUDIO_INVOKED
24+
/////////////////////////////////////////////////////////////////////////////
25+
//
26+
// TEXTINCLUDE
27+
//
28+
29+
1 TEXTINCLUDE
30+
BEGIN
31+
"resource.h\0"
32+
END
33+
34+
2 TEXTINCLUDE
35+
BEGIN
36+
"#include ""afxres.h""\r\n"
37+
"\0"
38+
END
39+
40+
3 TEXTINCLUDE
41+
BEGIN
42+
"\r\n"
43+
"\0"
44+
END
45+
46+
#endif // APSTUDIO_INVOKED
47+
48+
49+
/////////////////////////////////////////////////////////////////////////////
50+
//
51+
// Version
52+
//
53+
54+
VS_VERSION_INFO VERSIONINFO
55+
FILEVERSION 3,6,1,3
56+
PRODUCTVERSION 3,6,1,3
57+
FILEFLAGSMASK 0x17L
58+
#ifdef _DEBUG
59+
FILEFLAGS 0x1L
60+
#else
61+
FILEFLAGS 0x0L
62+
#endif
63+
FILEOS 0x4L
64+
FILETYPE 0x7L
65+
FILESUBTYPE 0x0L
66+
BEGIN
67+
BLOCK "StringFileInfo"
68+
BEGIN
69+
BLOCK "080404b0"
70+
BEGIN
71+
VALUE "Comments", "����Ϊ��ƽ̨��C�⣬����������ͨѶ����������ܵȹ���"
72+
VALUE "FileDescription", "acl ��"
73+
VALUE "FileVersion", "3.6.1.3"
74+
VALUE "InternalName", "lib_acl"
75+
VALUE "LegalCopyright", "zsx (C) 2022"
76+
VALUE "OriginalFilename", "lib_acl.lib"
77+
VALUE "ProductName", " acl ��"
78+
VALUE "ProductVersion", "3, 6, 1, 3"
79+
END
80+
END
81+
BLOCK "VarFileInfo"
82+
BEGIN
83+
VALUE "Translation", 0x804, 1200
84+
END
85+
END
86+
87+
#endif // ����(���壬�й�) resources
88+
/////////////////////////////////////////////////////////////////////////////
89+
90+
91+
92+
#ifndef APSTUDIO_INVOKED
93+
/////////////////////////////////////////////////////////////////////////////
94+
//
95+
// Generated from the TEXTINCLUDE 3 resource.
96+
//
97+
98+
99+
/////////////////////////////////////////////////////////////////////////////
100+
#endif // not APSTUDIO_INVOKED
101+

lib_acl/lib_acl_vc2022.vcxproj

Lines changed: 1074 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)