From: Spacy <sp...@us...> - 2006-07-18 14:13:17
|
Update of /cvsroot/vba/VisualBoyAdvance In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv29084 Modified Files: INSTALL Log Message: updated information about yasm Index: INSTALL =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/INSTALL,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** INSTALL 29 Jun 2006 11:55:48 -0000 1.8 --- INSTALL 18 Jul 2006 14:13:12 -0000 1.9 *************** *** 80,84 **** Needed software: ! - Microsoft Visual C++ 2005 (buy) > http://msdn.microsoft.com/visualc/ > You do not need the DLL runtimes and the .NET Framework --- 80,84 ---- Needed software: ! - Microsoft Visual C++ 2005 (buy if not using Express Edition or if MFC build is required) > http://msdn.microsoft.com/visualc/ > You do not need the DLL runtimes and the .NET Framework *************** *** 89,94 **** - Yasm (free, essential) > http://www.tortall.net/projects/yasm/ ! > Unpack it anywhere on your pc, rename the exe to "yasm.exe" and add it to "Tools>Options>Projects and Solutions>VC++ Directories>Executable files" - AMD CodeAnalyst (optional, AMD CPU required) > http://developer.amd.com/cawin.aspx?session_id=FB$37649@DJEBIGID --- 89,95 ---- - Yasm (free, essential) > http://www.tortall.net/projects/yasm/ ! > Unpack it anywhere on your pc and add the directory to "Tools>Options>Projects and Solutions>VC++ Directories>Executable files" + If you got a newer version you ahve to change the custom build option for the "2xSaImmx.asm" file to use your version of yasm. - AMD CodeAnalyst (optional, AMD CPU required) > http://developer.amd.com/cawin.aspx?session_id=FB$37649@DJEBIGID |