Skip to content

Commit

Permalink
Add VS2019 command prompt starters
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed Feb 24, 2019
1 parent 1d69f08 commit dac0e43
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions phpsdk-vc16-x64.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@echo off

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

exit /b %ERRORLEVEL%

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

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

exit /b %ERRORLEVEL%

0 comments on commit dac0e43

Please sign in to comment.