mirror of
https://github.com/php/php-sdk-binary-tools.git
synced 2026-03-23 23:22:08 +01:00
We set executable permissions for all .bat and .exe files. This is required for running in Cygwin shells, but generally considered good style.
7 lines
87 B
Batchfile
Executable File
7 lines
87 B
Batchfile
Executable File
@echo off
|
|
|
|
call %~dp0phpsdk-starter.bat -c vc15 -a x86 %*
|
|
|
|
exit /b %ERRORLEVEL%
|
|
|