What is the need of Make File? IN which situation we have to alter that file for Brew Application?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

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.

link|improve this answer
feedback

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

link|improve this answer
what is he difference between MOD and MOD1? May I Know? – mirdad Aug 2 '10 at 6:51
1  
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.