Files
archived-php-sdk-binary-tools/phpsdk-vc15-x86.bat
Christoph M. Becker 20d13baab2 Fix #23: Windows permissions incorrect after cloning (#24)
We set executable permissions for all .bat and .exe files.  This is
required for running in Cygwin shells, but generally considered good
style.
2024-08-21 20:53:15 +02:00

7 lines
87 B
Batchfile
Executable File

@echo off
call %~dp0phpsdk-starter.bat -c vc15 -a x86 %*
exit /b %ERRORLEVEL%