File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ if not "%TDESKTOP_BUILD_DEFINES%" == "" (
28
28
set GYP_MSVS_VERSION = 2015
29
29
30
30
cd " %FullScriptPath% "
31
- call gyp --depth=. --generator-output=../.. -Goutput_dir=out !BUILD_DEFINES! -Dofficial_build_target=%BuildTarget% Telegram.gyp --format=ninja
31
+ call gyp --depth=. --generator-output=.. -Goutput_dir=../ out !BUILD_DEFINES! -Dofficial_build_target=%BuildTarget% Telegram.gyp --format=ninja
32
32
if %errorlevel% neq 0 goto error
33
- call gyp --depth=. --generator-output=../.. -Goutput_dir=out !BUILD_DEFINES! -Dofficial_build_target=%BuildTarget% Telegram.gyp --format=msvs-ninja
33
+ call gyp --depth=. --generator-output=.. -Goutput_dir=../ out !BUILD_DEFINES! -Dofficial_build_target=%BuildTarget% Telegram.gyp --format=msvs-ninja
34
34
if %errorlevel% neq 0 goto error
35
35
cd ../..
36
36
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ MySystem=`uname -s`
17
17
cd $FullScriptPath
18
18
19
19
if [ " $MySystem " == " Linux" ]; then
20
- ../../../Libraries/gyp/gyp --depth=. --generator-output=../.. -Goutput_dir=out -Dofficial_build_target=$BuildTarget Telegram.gyp --format=cmake
20
+ ../../../Libraries/gyp/gyp --depth=. --generator-output=.. -Goutput_dir=../ out -Dofficial_build_target=$BuildTarget Telegram.gyp --format=cmake
21
21
cd ../../out/Debug
22
22
../../../Libraries/cmake-3.6.2/bin/cmake .
23
23
cd ../Release
28
28
# gyp --depth=. --generator-output=../.. -Goutput_dir=out Telegram.gyp --format=xcode-ninja
29
29
# gyp --depth=. --generator-output=../.. -Goutput_dir=out Telegram.gyp --format=xcode
30
30
# use patched gyp with Xcode project generator
31
- ../../../Libraries/gyp/gyp --depth=. --generator-output=../.. -Goutput_dir=out -Gxcode_upgrade_check_project_version=830 -Dofficial_build_target=$BuildTarget Telegram.gyp --format=xcode
31
+ ../../../Libraries/gyp/gyp --depth=. --generator-output=.. -Goutput_dir=../ out -Gxcode_upgrade_check_project_version=830 -Dofficial_build_target=$BuildTarget Telegram.gyp --format=xcode
32
32
fi
33
33
34
34
cd ../..
Original file line number Diff line number Diff line change @@ -300,6 +300,6 @@ After, call `gyp\refresh.bat` (python 2.7 needed)
300
300
301
301
#### Build the project
302
302
303
- * File > Open > Project/Solution > ** D:\TBuild\tdesktop\Telegram.sln**
303
+ * File > Open > Project/Solution > ** D:\TBuild\tdesktop\Telegram\Telegram .sln**
304
304
* Select Telegram project and press Build > Build Telegram (Debug and Release configurations)
305
305
* The result Telegram.exe will be located in ** D:\TBuild\tdesktop\out\Debug** (and ** Release** )
Original file line number Diff line number Diff line change @@ -233,4 +233,4 @@ In Terminal go to **/home/user/TBuild/tdesktop/Telegram** and run
233
233
234
234
gyp/refresh.sh
235
235
236
- Then launch Xcode, open ** /Users/user/TBuild/tdesktop/Telegram.xcodeproj** and build for Debug / Release.
236
+ Then launch Xcode, open ** /Users/user/TBuild/tdesktop/Telegram/Telegram .xcodeproj** and build for Debug / Release.
You can’t perform that action at this time.
0 commit comments