9

webkit-tools/compile_commands.sh

 3 years ago
source link: https://github.com/eocanha/webkit-tools/blob/master/compile_commands.sh
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Permalink

Join GitHub today

GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.

Sign up
master

webkit-tools/compile_commands.sh

Go to file

executable file 13 lines (13 sloc) 528 Bytes

#!/bin/sh . /home/enrique/work/webkit/env.sh PLATFORM=GTK BUILD=Release EXTRA_FLAGS='-D__OPTIMIZE__' EXTRA_INCLUDE=$T/WebKit.config cat $W/WebKit/WebKitBuild/GTK/$BUILD/compile_commands.json \ | sed -e 's#/app/webkit#'$W'/WebKit#g' \ -e 's#WebKitBuild/'$BUILD'#WebKitBuild/'$PLATFORM'/'$BUILD'#g' \ -e 's#[.][.]/[.][.]/Source#../../../Source#g' \ -e 's#-DBUILDING_WITH_CMAKE=1#-DBUILDING_WITH_CMAKE=1 '$EXTRA_FLAGS'#g' \ -e 's#-c #-include'$EXTRA_INCLUDE' -c#g' \ > $W/WebKit/compile_commands.json


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK