What is the need of Make File? IN which situation we have to alter that file for Brew Application?
|
feedback
|
|
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. | |||
|
feedback
|
|
Small addition - makefiles used in Visual Studio only for MOD1 application, whereas they aren't used for compiling MOD apps. | |||||||
feedback
|