#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
Forum posts: 723
Gabor Torok
Software architect, Agil Eight (http://www.agileight.com/)
Blog: http://mobile-thoughts.blogspot.com/
Forum posts: 1379
#defines in bld.inf are not brought into the .MMP file
The only way around things like this are custom make files
didster