New C/C++ Project With Existing Sources Wizard: Build Actions
另请参见
The New C/C++ Project With Existing Sources wizard enables you to create a project using an existing makefile.
在“生成操作”页上,向导将为您自动填充以下字段:
- 工作目录。指定希望 IDE 在哪个目录中执行 make 和 clean 命令。
- 生成命令。为项目指定 make 命令。
- 清理命令。为项目指定 make clean 命令。
您可以指定:
-
生成结果。指定现有 makefile 或配置脚本生成的输出(可执行文件或库)的路径。
法律声明