From: Spacy <sp...@us...> - 2006-05-26 14:32:38
|
Update of /cvsroot/vba/VisualBoyAdvance In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv10279 Modified Files: INSTALL Log Message: corrected informations Index: INSTALL =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/INSTALL,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** INSTALL 13 May 2006 16:23:15 -0000 1.5 --- INSTALL 26 May 2006 14:32:26 -0000 1.6 *************** *** 70,89 **** Needed software: ! - Microsoft Visual C++ 2005 > http://msdn.microsoft.com/visualc/ > You do not need the DLL runtimes and the .NET Framework ! - Microsoft Platform SDK > http://www.microsoft.com/downloads/details.aspx?FamilyId=E15438AC-60BE-41BD-AA14-7F1E0F19CA0D&displaylang=en ! - Microsoft DirectX 9.0 SDK > http://msdn.microsoft.com/directx/sdk/ ! - Yasm > 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 > http://developer.amd.com/cawin.aspx?session_id=FB$37649@DJEBIGID > Free and easy profiling for AMD CPUs (32bit and 64bit), Visual Studio 2005 plugin ! Those are all needed packages for now. The VBA source also includes the sources of various free libraries for zip, image and skin support. Those can be accessed through the "dependencies" folder in the main --- 70,89 ---- Needed software: ! - Microsoft Visual C++ 2005 (buy) > http://msdn.microsoft.com/visualc/ > You do not need the DLL runtimes and the .NET Framework ! - Microsoft Platform SDK (free, optional) > http://www.microsoft.com/downloads/details.aspx?FamilyId=E15438AC-60BE-41BD-AA14-7F1E0F19CA0D&displaylang=en ! - Microsoft DirectX 9.0 SDK (free) > http://msdn.microsoft.com/directx/sdk/ ! - Yasm (free) > 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) > http://developer.amd.com/cawin.aspx?session_id=FB$37649@DJEBIGID > Free and easy profiling for AMD CPUs (32bit and 64bit), Visual Studio 2005 plugin ! Those are all packages for now. The VBA source also includes the sources of various free libraries for zip, image and skin support. Those can be accessed through the "dependencies" folder in the main |