Remove old project file generation now that CMake generation is stable (issue #1404).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1935 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2014-11-25 23:18:21 +00:00
parent 1a5542af58
commit 2dfaf00ce4
4 changed files with 0 additions and 134 deletions

View File

@@ -36,9 +36,6 @@ Building using CMake:
CMake can be used to generate project files in many different formats. See
usage instructions at the top of the CMakeLists.txt file.
Building using the pre-existing make solution (DEPRECATED):
Run 'build.sh Debug' to build the cefclient target in Debug mode.
Please visit the CEF Website for additional usage information.
http://code.google.com/p/chromiumembedded

View File

@@ -32,9 +32,6 @@ Building using CMake:
CMake can be used to generate project files in many different formats. See
usage instructions at the top of the CMakeLists.txt file.
Building using the pre-existing Xcode solution (DEPRECATED):
Xcode 3.2 or newer: Open the cefclient.xcodeproj project and build.
Please visit the CEF Website for additional usage information.
http://code.google.com/p/chromiumembedded

View File

@@ -37,20 +37,6 @@ Building using CMake:
CMake can be used to generate project files in many different formats. See
usage instructions at the top of the CMakeLists.txt file.
Building using the pre-existing Visual Studio solution (DEPRECATED):
Visual Studio 2013 and newer:
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.
http://code.google.com/p/chromiumembedded