define an identifier in build.inf ?

Login to reply to this topic.
Thu, 2005-05-26 13:04
Joined: 2005-05-26
Forum posts: 1
Hi all,
I wanted to know if there is a way to define an identifier in build.inf file, which can be used by .mmp project files in cluded in .inf ?

thanks in advance,
pravin

Fri, 2005-05-27 11:56
Forum Nokia Champion
Joined: 2003-10-01
Forum posts: 723
Re: define an identifier in build.inf ?
#define, MACRO do not work?

Gabor Torok
Software architect, Agil Eight (http://www.agileight.com/)
Blog: http://mobile-thoughts.blogspot.com/

Mon, 2005-06-06 15:32
Joined: 2004-07-28
Forum posts: 1379
Re: define an identifier in build.inf ?
Can't be done.

#defines in bld.inf are not brought into the .MMP file

The only way around things like this are custom make files

didster

Thu, 2005-06-09 18:29
Guest (not verified)
Forum posts: 2043
Re: define an identifier in build.inf ?
You haven't said what you want to do but .mmp files can #include other .mmp files which can in turn #include .h file or define stuff so if you need to cascade defines through a set of ..mmp it can be done
  • Login to reply to this topic.