From: Spacy <sp...@us...> - 2006-08-25 12:28:48
|
Update of /cvsroot/vba/VisualBoyAdvance In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv24715 Modified Files: INSTALL Log Message: changed yasm usage and instructions Index: INSTALL =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/INSTALL,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** INSTALL 5 Aug 2006 13:52:55 -0000 1.11 --- INSTALL 25 Aug 2006 12:28:38 -0000 1.12 *************** *** 90,96 **** - 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 have 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 --- 90,94 ---- - Yasm (free, essential) > http://www.tortall.net/projects/yasm/ ! > Follow the install guide at http://www.tortall.net/projects/yasm/wiki/VisualStudio2005 - AMD CodeAnalyst (optional, AMD CPU required) > http://developer.amd.com/cawin.aspx?session_id=FB$37649@DJEBIGID |