mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2024-12-17 12:00:25 +01:00
b18edbac6f
- Windows: Change the directory and build structure to match other platforms. - Windows: Create archives of both Debug and Release symbols. - Windows: Create a separate archive for documentation. - Add a new "client" mode flag that creates a distribution of cefclient. - Add "no-docs" and "no-archive" flags. - Break README.txt files into separate components that can be shared between platforms and distribution modes. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1212 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
20 lines
629 B
Plaintext
20 lines
629 B
Plaintext
CONTENTS
|
|
--------
|
|
|
|
Release Contains libcef.dll, libcef.lib and other components required to
|
|
build and run the release version of CEF-based applications. By
|
|
default these files should be placed in the same directory as the
|
|
executable.
|
|
|
|
Resources Contains resources required by libcef.dll. By default these files
|
|
should be placed in the same directory as libcef.dll. By default
|
|
these files should be placed in the same directory as libcef.dll.
|
|
|
|
|
|
USAGE
|
|
-----
|
|
|
|
Please visit the CEF Website for additional usage information.
|
|
|
|
http://code.google.com/p/chromiumembedded
|