Code::Blocks 导入Makefile工程

1)“File -> New -> Project”,选择“Empty Project”并创建。

2)选中 Project,右键,选择“Add files”,将 c/c++ 和 head files 加入工程。

3)选中 Project,右键,选择“Properties”,“Project settings”选项卡中的“Makefile”填入

Makefile 文件名,并勾选“This is a custom Makefile”。

4)选中 Project,右键,选择“Build options”,删除“"Make" command”选项卡中所有的“$target”

上一篇:将 C# 枚举反序列化为 JSON 字符串 基础理论


下一篇:GDB 调试指南