brackets-archive / brackets-shell

CEF3-based application shell for Brackets.
http://brackets.io
MIT License
0 stars 0 forks source link

[CLOSED] Move CEF into a deps/cef folder #10

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by gruehle Friday Jul 13, 2012 at 19:55 GMT Originally opened as https://github.com/adobe/brackets-shell/pull/34


To help keep the source tree more organized, the CEF source now goes into a new deps/cef folder.

In order to minimize the changes, symbolic links are used to point to directories inside deps/cef. Run the make_symlinks script to create the links.

Please see the REAME for changes to the build setup. The most important thing (other than putting CEF into the new sub-folder) is to run make_symlinks.sh (on mac) or make_symlinks.bat (on win) to make the symbolic links.


gruehle included the following code: https://github.com/adobe/brackets-shell/pull/34/commits

core-ai-bot commented 3 years ago

Comment by RaymondLim Friday Jul 13, 2012 at 22:18 GMT


Looks good.