mirror of
https://github.com/php-win-ext/php-sdk-binary-tools.git
synced 2026-03-24 17:12:12 +01:00
Compare commits
4 Commits
php-sdk-2.
...
php-sdk-2.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cb51b8f716 | ||
|
|
77ae352d49 | ||
|
|
647f367c55 | ||
|
|
3040efb46f |
2
LICENSE
2
LICENSE
@@ -1,4 +1,4 @@
|
||||
Copyright 2017-2018 Anatol Belski
|
||||
Copyright 2017-2019 Anatol Belski
|
||||
|
||||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
||||
|
||||
|
||||
@@ -20,12 +20,14 @@ if "%PHP_SDK_ARCH%" NEQ "" (
|
||||
goto create_all
|
||||
) else (
|
||||
:create_all
|
||||
MD %_%\vc14\x86\deps\bin
|
||||
MD %_%\vc14\x86\deps\lib
|
||||
MD %_%\vc14\x86\deps\include
|
||||
MD %_%\vc14\x64\deps\bin
|
||||
MD %_%\vc14\x64\deps\lib
|
||||
MD %_%\vc14\x64\deps\include
|
||||
for %%i in (vc14 vc15 vs16) do (
|
||||
MD %_%\%%i\x86\deps\bin
|
||||
MD %_%\%%i\x86\deps\lib
|
||||
MD %_%\%%i\x86\deps\include
|
||||
MD %_%\%%i\x64\deps\bin
|
||||
MD %_%\%%i\x64\deps\lib
|
||||
MD %_%\%%i\x64\deps\include
|
||||
)
|
||||
)
|
||||
|
||||
set _=
|
||||
|
||||
Reference in New Issue
Block a user