Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed May 25, 2024
1 parent f975b90 commit 818ccef
Show file tree
Hide file tree
Showing 28 changed files with 37 additions and 33 deletions.
6 changes: 3 additions & 3 deletions sapi/quickstart/windows/native-build/install-deps-soft.bat
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@echo off

chcp 65001
rem chcp 65001

setlocal
rem 显示当前脚本所在目录
rem show current file location
echo %~dp0
cd /d %~dp0
cd /d .\..\..\..\..\
Expand All @@ -12,7 +12,7 @@ set "__PROJECT__=%cd%"
echo %cd%


rem 命令行静默安装 msi
rem silent installation msi
rem msiexec /i strawberry-perl-5.38.2.2-64bit.msi /quiet

msiexec /i strawberry-perl-5.38.2.2-64bit.msi /passive
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

setlocal
rem 显示当前脚本所在目录
rem show current file location
echo %~dp0
cd /d %~dp0
cd /d .\..\..\..\..\
Expand Down
2 changes: 1 addition & 1 deletion sapi/quickstart/windows/native-build/library/brotli.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

setlocal
rem 显示当前脚本所在目录
rem show current file location
echo %~dp0
cd %~dp0
cd ..\..\..\..\..\
Expand Down
2 changes: 1 addition & 1 deletion sapi/quickstart/windows/native-build/library/curl.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

setlocal
rem 显示当前脚本所在目录
rem show current file location
echo %~dp0
cd %~dp0
cd ..\..\..\..\..\
Expand Down
2 changes: 1 addition & 1 deletion sapi/quickstart/windows/native-build/library/freetype.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

setlocal
rem 显示当前脚本所在目录
rem show current file location
echo %~dp0
cd %~dp0
cd ..\..\..\..\..\
Expand Down
2 changes: 1 addition & 1 deletion sapi/quickstart/windows/native-build/library/icu.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

setlocal
rem 显示当前脚本所在目录
rem show current file location
echo %~dp0
cd %~dp0
cd ..\..\..\..\..\
Expand Down
2 changes: 1 addition & 1 deletion sapi/quickstart/windows/native-build/library/libexpat.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

setlocal
rem 显示当前脚本所在目录
rem show current file location
echo %~dp0
cd %~dp0
cd ..\..\..\..\..\
Expand Down
2 changes: 1 addition & 1 deletion sapi/quickstart/windows/native-build/library/liblz4.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

setlocal
rem 显示当前脚本所在目录
rem show current file location
echo %~dp0
cd %~dp0
cd ..\..\..\..\..\
Expand Down
2 changes: 1 addition & 1 deletion sapi/quickstart/windows/native-build/library/liblzma.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

setlocal
rem 显示当前脚本所在目录
rem show current file location
echo %~dp0
cd %~dp0
cd ..\..\..\..\..\
Expand Down
2 changes: 1 addition & 1 deletion sapi/quickstart/windows/native-build/library/libpng.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

setlocal
rem 显示当前脚本所在目录
rem show current file location
echo %~dp0
cd %~dp0
cd ..\..\..\..\..\
Expand Down
2 changes: 1 addition & 1 deletion sapi/quickstart/windows/native-build/library/libssh2.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

setlocal
rem 显示当前脚本所在目录
rem show current file location
echo %~dp0
cd %~dp0
cd ..\..\..\..\..\
Expand Down
2 changes: 1 addition & 1 deletion sapi/quickstart/windows/native-build/library/libwebp.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

setlocal
rem 显示当前脚本所在目录
rem show current file location
echo %~dp0
cd %~dp0
cd ..\..\..\..\..\
Expand Down
2 changes: 1 addition & 1 deletion sapi/quickstart/windows/native-build/library/libyaml.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

setlocal
rem 显示当前脚本所在目录
rem show current file location
echo %~dp0
cd %~dp0
cd ..\..\..\..\..\
Expand Down
2 changes: 1 addition & 1 deletion sapi/quickstart/windows/native-build/library/libzip.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

setlocal
rem 显示当前脚本所在目录
rem show current file location
echo %~dp0
cd %~dp0
cd ..\..\..\..\..\
Expand Down
2 changes: 1 addition & 1 deletion sapi/quickstart/windows/native-build/library/libzstd.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

setlocal
rem 显示当前脚本所在目录
rem show current file location
echo %~dp0
cd %~dp0
cd ..\..\..\..\..\
Expand Down
2 changes: 1 addition & 1 deletion sapi/quickstart/windows/native-build/library/nghttp2.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

setlocal
rem 显示当前脚本所在目录
rem show current file location
echo %~dp0
cd %~dp0
cd ..\..\..\..\..\
Expand Down
2 changes: 1 addition & 1 deletion sapi/quickstart/windows/native-build/library/nghttp3.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

setlocal
rem 显示当前脚本所在目录
rem show current file location
echo %~dp0
cd %~dp0
cd ..\..\..\..\..\
Expand Down
2 changes: 1 addition & 1 deletion sapi/quickstart/windows/native-build/library/ngtcp2.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

setlocal
rem 显示当前脚本所在目录
rem show current file location
echo %~dp0
cd %~dp0
cd ..\..\..\..\..\
Expand Down
4 changes: 2 additions & 2 deletions sapi/quickstart/windows/native-build/library/openssl.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

setlocal
rem 显示当前脚本所在目录
rem show current file location
echo %~dp0
cd %~dp0
cd ..\..\..\..\..\
Expand Down Expand Up @@ -29,7 +29,7 @@ rem openssl\Configurations\windows-makefile.tmpl

nmake install_sw

rem 修复 php 编译找不到 openssl/applink.c
rem fix no found file " openssl/applink.c "
copy %__PROJECT__%\thirdparty\openssl\ms\applink.c %__PROJECT__%\build\openssl\include\openssl\applink.c


Expand Down
2 changes: 1 addition & 1 deletion sapi/quickstart/windows/native-build/library/zlib.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

setlocal
rem 显示当前脚本所在目录
rem show current file location
echo %~dp0
cd %~dp0
cd ..\..\..\..\..\
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

setlocal
rem 显示当前脚本所在目录
rem show current file location
echo %~dp0
cd /d %~dp0
cd /d ..\..\..\..\
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

setlocal
rem 显示当前脚本所在目录
rem show current file location
echo %~dp0
cd /d %~dp0
cd /d ..\..\..\..\
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

setlocal
rem 显示当前脚本所在目录
rem show current file location
echo %~dp0
cd /d %~dp0
cd /d ..\..\..\..\
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

setlocal
rem 显示当前脚本所在目录
rem show current file location
echo %~dp0
cd /d %~dp0
cd /d ..\..\..\..\
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

setlocal
rem 显示当前脚本所在目录
rem show current file location
echo %~dp0
cd /d %~dp0
cd /d ..\..\..\..\
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

rem 显示当前脚本所在目录
rem show current file location
echo %~dp0
cd %~dp0
cd ..\..\..\..\..\
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

rem 显示当前脚本所在目录
rem show current file location
echo %~dp0
cd %~dp0
cd ..\..\..\..\..\
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
@echo off

setlocal
rem show current file location
echo %~dp0
cd %~dp0
cd ..\..\..\..\..\
cd /d %~dp0
cd /d .\..\..\..\..\..\

set __PROJECT__=%cd%
set "__PROJECT__=%cd%"
echo %cd%

VisualStudioSetup.exe export --passive --force

endlocal

0 comments on commit 818ccef

Please sign in to comment.