tags:

views:

63

answers:

2

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

+1  A: 

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.

JosephH
A: 

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

xCOREx
what is he difference between MOD and MOD1? May I Know?
Mikhail Naimy
Please see https://brewmobileplatform.qualcomm.com/devnet/prod/resources/devEx/library/techguides/c/General/MOD_MOD1/html_out/frameset.html
xCOREx