RedPanda-CPP/platform/windows/templates-win64/GAS_C/info.template

31 lines
450 B
Plaintext
Raw Permalink Normal View History

2023-02-09 21:43:49 +08:00
[Template]
Ver = 3
2023-02-12 13:24:51 +08:00
Name = GAS & C
2023-02-09 21:43:49 +08:00
Category = Assembly
Description = C and GNU assembly mixing programming demo
2023-02-12 13:24:51 +08:00
Name[zh_CN] = GAS与C
2023-02-09 21:43:49 +08:00
Category[zh_CN] = 汇编
Description[zh_CN] = C和GNU汇编混合编程示例
2023-02-09 21:43:49 +08:00
Icon = app.ico
[Project]
Type = 1
2023-03-09 10:38:21 +08:00
IsCpp = 0
2023-02-09 21:43:49 +08:00
Encoding = UTF-8
ClassBrowserType = 0
UnitCount = 2
[Unit0]
2023-02-12 13:24:51 +08:00
Source = utils.s
2023-02-21 22:41:37 +08:00
Source[zh_CN] = utils_zh_CN.s
2023-02-12 13:24:51 +08:00
Target = utils.s
2023-02-09 21:43:49 +08:00
2023-02-21 22:41:37 +08:00
2023-02-09 21:43:49 +08:00
[Unit1]
Cpp = main.cpp
2023-02-21 22:41:37 +08:00
Cpp[zh_CN] = main.cpp
2023-02-09 21:43:49 +08:00
CppName = main.cpp