Windows: update the binary distribution usage instructions.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1060 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2013-01-26 03:28:15 +00:00
parent ee6faa0706
commit f39b3d7f90
1 changed files with 12 additions and 3 deletions

View File

@ -45,9 +45,18 @@ Release Contains libcef.dll and other components required to run the release
USAGE
-----
Visual Studio 2010: Open the cefclient2010.sln solution and build.
Visual Studio 2008: Open the cefclient2008.sln solution and build.
Visual Studio 2005: Open the cefclient2005.sln solution and build.
Visual Studio 2012 and Visual Studio 2010:
Open the cefclient2010.sln solution in Visual Studio and build.
Visual Studio 2008:
Open the cefclient2008.sln solution in Visual Studio and build.
Visual Studio 2005:
1. Open the cefclient.vcproj and libcef_dll_wrapper.vcproj files in a text
editor. Change Version="9.00" to Version="8.00".
2. Open the cefclient2005.sln file in a text editor. Change "Version 9.00" to
"Version 8.00".
3. Open the cefclient2005.sln solution in Visual Studio and build.
Please visit the CEF Website for additional usage information.