Skip to content

Commit cc7c11a

Browse files
committed
Support Visual Studio 2022 aka. VS17
1 parent d929b4a commit cc7c11a

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

bin/phpsdk_buildtree.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if "%PHP_SDK_ARCH%" NEQ "" (
2020
goto create_all
2121
) else (
2222
:create_all
23-
for %%i in (vc14 vc15 vs16) do (
23+
for %%i in (vc14 vc15 vs16 vs17) do (
2424
MD %_%\%%i\x86\deps\bin
2525
MD %_%\%%i\x86\deps\lib
2626
MD %_%\%%i\x86\deps\include

phpsdk-vs17-x64.bat

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@echo off
2+
3+
call %~dp0phpsdk-starter.bat -c vs17 -a x64 %*
4+
5+
exit /b %ERRORLEVEL%
6+

phpsdk-vs17-x86.bat

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@echo off
2+
3+
call %~dp0phpsdk-starter.bat -c vs17 -a x86 %*
4+
5+
exit /b %ERRORLEVEL%
6+

0 commit comments

Comments
 (0)