开发者

what is make file?

开发者 https://www.devze.com 2023-01-07 15:18 出处:网络
What is the need of Make File? IN which situation we have开发者_运维问答 to alter that file for Brew Application?The makefile is usually used to build for the device (ARM) build of the project (with v

What is the need of Make File? IN which situation we have开发者_运维问答 to alter that file for Brew Application?


The makefile is usually used to build for the device (ARM) build of the project (with visual studio being used to build for the emulator). Visual Studio will run the makefile when you do the device build.


Small addition - makefiles used in Visual Studio only for MOD1 application, whereas they aren't used for compiling MOD apps.


As joseph said makefiles are used to build the source files in linux projects, advantage of makefile is you can write a general script irrespective of dependency files. and even if you change a single file in your file then you dont have to compile the whole source code again. only the file which is changed is compiled again and the files which are dependent on them are compiled. you can check out tutorial on the makefile at http://sagarsakre.blogspot.in/2012/09/understanding-makefile-for-beginners.html .....

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号