Re: [edk2-buildtools] compiling yasm format .asm file in EDK II build

2012-07-30 Thread Andrew Fish
On Jul 30, 2012, at 4:49 PM, Melwyn DSouza wrote: > I have an (yasm) asm file which i need to have it as a part of Module > Application. It is of yasm file format, > Yasm file format > http://yasm.tortall.net/ > > edk 2 build tools point to x86_amd64 format > > as seen in tools_def.txt > >

[edk2-buildtools] compiling yasm format .asm file in EDK II build

2012-07-30 Thread Melwyn DSouza
I have an (yasm) asm file which i need to have it as a part of Module Application. It is of yasm file format, Yasm file format http://yasm.tortall.net/ edk 2 build tools point to x86_amd64 format as seen in tools_def.txt DEFINE VS2010_BINX64 = DEF(VS2010_BIN)\x86_amd64 …. *_VS2010