Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Add dedicated vs17 starter scripts #82

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions phpsdk-vs17-x64.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@echo off

call %~dp0phpsdk-starter.bat -c vs17 -a x64 %*

exit /b %ERRORLEVEL%

6 changes: 6 additions & 0 deletions phpsdk-vs17-x86.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@echo off

call %~dp0phpsdk-starter.bat -c vs17 -a x86 %*

exit /b %ERRORLEVEL%