forked from swoole/swoole-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9f60e6a
commit 9211c10
Showing
9 changed files
with
89 additions
and
78 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 changes: 52 additions & 0 deletions
52
sapi/quickstart/windows/native-build/windows-init-show-install-result.bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
@echo off | ||
|
||
setlocal | ||
|
||
|
||
echo %~dp0 | ||
|
||
|
||
cd /d %~dp0 | ||
cd /d ..\..\..\..\ | ||
|
||
|
||
set "__PROJECT__=%cd%" | ||
echo %cd% | ||
|
||
md %__PROJECT__%\var\windows-build-deps\ | ||
md %__PROJECT__%\bin\runtime\ | ||
|
||
cd /d %__PROJECT__%\var\windows-build-deps\ | ||
|
||
|
||
echo %ProgramFiles(x86)% | ||
echo %USERPROFILE% | ||
echo %NUMBER_OF_PROCESSORS% | ||
echo %ProgramFiles% | ||
set "PATH=%ProgramFiles%\Git\bin;%__PROJECT__%\bin\runtime\;%__PROJECT__%\bin\runtime\nasm\;%__PROJECT__%\bin\runtime\php;%__PROJECT__%\bin\runtime\libarchive\bin;%PATH%" | ||
set "PATH=%__PROJECT__%\var\windows-build-deps\php-sdk-binary-tools\bin\;%__PROJECT__%\var\windows-build-deps\php-sdk-binary-tools\msys2\bin;%PATH%" | ||
echo "%PATH%" | ||
|
||
:: git config --global core.autocrlf false | ||
:: git config --global core.eol lf | ||
:: git config --global core.ignorecase false | ||
|
||
perl -v | ||
nasm -v | ||
git version | ||
curl -V | ||
:: dir %__PROJECT__%\bin\runtime\php\ext\ | ||
php -c %__PROJECT__%\bin\runtime\php.ini -v | ||
php -c %__PROJECT__%\bin\runtime\php.ini -m | ||
php -c %__PROJECT__%\bin\runtime\php.ini --ri curl | ||
php -c %__PROJECT__%\bin\runtime\php.ini composer.phar list | ||
|
||
:: vswhere find Visual Studio component | ||
:: https://github.com/microsoft/vswhere/wiki/Examples | ||
|
||
vswhere -? | ||
vswhere -all | ||
|
||
set | ||
|
||
endlocal |
This file was deleted.
Oops, something went wrong.