mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2024-12-12 09:37:37 +01:00
ea442f1c6b
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@112 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
7 lines
262 B
Bash
Executable File
7 lines
262 B
Bash
Executable File
#!/bin/sh
|
|
echo Patching build configuration files...
|
|
tools/patch_build.sh
|
|
echo Generating project files...
|
|
export CEF_DIRECTORY=$(basename `pwd`)
|
|
../tools/gyp/gyp cef.gyp -I ../build/common.gypi -I ../build/features_override.gypi -I cef.gypi --no-circular-check
|