2016-08-28 13:36:51 -06:00
|
|
|
set -e
|
|
|
|
FullExecPath=$PWD
|
|
|
|
pushd `dirname $0` > /dev/null
|
|
|
|
FullScriptPath=`pwd`
|
|
|
|
popd > /dev/null
|
|
|
|
|
|
|
|
cd $FullScriptPath
|
2016-08-29 20:27:02 -06:00
|
|
|
#gyp --depth=. --generator-output=../.. -Goutput_dir=out Telegram.gyp --format=ninja
|
|
|
|
#gyp --depth=. --generator-output=../.. -Goutput_dir=out Telegram.gyp --format=xcode-ninja
|
2016-08-31 08:32:05 -06:00
|
|
|
#gyp --depth=. --generator-output=../.. -Goutput_dir=out Telegram.gyp --format=xcode
|
|
|
|
# use patched gyp with Xcode project generator
|
|
|
|
../../../Libraries/gyp/gyp --depth=. --generator-output=../.. -Goutput_dir=out Telegram.gyp --format=xcode
|
2016-08-28 13:36:51 -06:00
|
|
|
cd ../..
|
|
|
|
|
|
|
|
cd $FullExecPath
|
|
|
|
exit
|
|
|
|
|