From: Spacy <sp...@us...> - 2006-06-29 11:55:52
|
Update of /cvsroot/vba/VisualBoyAdvance In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv17545 Modified Files: INSTALL Log Message: small fixes Index: INSTALL =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/INSTALL,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** INSTALL 29 Jun 2006 11:31:03 -0000 1.7 --- INSTALL 29 Jun 2006 11:55:48 -0000 1.8 *************** *** 96,106 **** 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 solution file. The main solution file includes references to all files for all platforms. At the moment, only MFC and SDL build targets for ! 32bit Windows are configured. GTK+ and 64bit Windows support may also be possible. ! You can now open the project file: "win32/vba_vs2005.sln". ! You will receive three neglectable warnings if you use the express edition. 2.3 Visual C++ 6.0 and Visual C++ 2002 --- 96,108 ---- Those are all packages for now. The VBA source also includes the ! sources and/or binaries of various free libraries for zip and image support. Those can be accessed through the "dependencies" folder in the main solution file. The main solution file includes references to all files for all platforms. At the moment, only MFC and SDL build targets for ! 32bit Windows are configured. GTK+ and 64bit Windows support are also possible, ! but are not yet added for several reasons. ! ! You can now open the project file: "win32/vba_vs2005.sln". ! Info: If you use the express edition of VC++ 2005, you will receive three neglectable warnings. 2.3 Visual C++ 6.0 and Visual C++ 2002 |