From f39b3d7f9079581a983b3f457e0c3d21bce5dda8 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Sat, 26 Jan 2013 03:28:15 +0000 Subject: [PATCH] Windows: update the binary distribution usage instructions. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1060 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- cef1/tools/distrib/win/README.txt | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/cef1/tools/distrib/win/README.txt b/cef1/tools/distrib/win/README.txt index 770bfe91c..1b7fed3cc 100644 --- a/cef1/tools/distrib/win/README.txt +++ b/cef1/tools/distrib/win/README.txt @@ -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.