找回密码
 立即注册
文件files编译The | android开发 2022-11-13 77 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
所谓工程管理器,望文生义,是指管理较多的文件的。读者可以试想一下,有一个上百个代码文件构成的项目,假如其中只要一个或少量几个文件进行了修复的话,依照之前所学的Gcc编译工具,就不得不把这一切的文件从头编译一遍,由于编译器并不认识哪些文件是最近更新的。

(The so-called project manager, literally, refers to managing more files. Readers can imagine a project consisting of hundreds of code files. If only one or a few files are repaired, they will have to compile all these files from the beginning according to the Gcc compiler tool they learned before. Because the compiler does not know which files are updated recently.)

[下载]11132538645.rar




上一篇:Makefile (1)
下一篇:makefile