File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,10 +115,10 @@ echo.
115115call :log " %pfb_php_tag% build OK"
116116
117117@ REM copy compiled extension to target directory
118- copy %pfb_build_root% x64\php-src\x64\Release_TS\php_interbase.dll %PFB_OUTPUT_DIR% php_interbase-%PFB_VERS% -%pfb_php_vers% -%pfb_cpp_vers% -x64.dll> nul
119- copy %pfb_build_root% x64\php-src\x64\Release\php_interbase.dll %PFB_OUTPUT_DIR% php_interbase-%PFB_VERS% -%pfb_php_vers% -%pfb_cpp_vers% -nts-x64.dll> nul
120- copy %pfb_build_root% x86\php-src\Release_TS\php_interbase.dll %PFB_OUTPUT_DIR% php_interbase-%PFB_VERS% -%pfb_php_vers% -%pfb_cpp_vers% .dll> nul
121- copy %pfb_build_root% x86\php-src\Release\php_interbase.dll %PFB_OUTPUT_DIR% php_interbase-%PFB_VERS% -%pfb_php_vers% -%pfb_cpp_vers% -nts.dll> nul
118+ copy %pfb_build_root% x64\php-src\x64\Release_TS\php_interbase.dll %PFB_OUTPUT_DIR% php_interbase-%PFB_VERS% -%pfb_php_vers% -%pfb_cpp_vers% -x64.dll
119+ copy %pfb_build_root% x64\php-src\x64\Release\php_interbase.dll %PFB_OUTPUT_DIR% php_interbase-%PFB_VERS% -%pfb_php_vers% -%pfb_cpp_vers% -nts-x64.dll
120+ copy %pfb_build_root% x86\php-src\Release_TS\php_interbase.dll %PFB_OUTPUT_DIR% php_interbase-%PFB_VERS% -%pfb_php_vers% -%pfb_cpp_vers% .dll
121+ copy %pfb_build_root% x86\php-src\Release\php_interbase.dll %PFB_OUTPUT_DIR% php_interbase-%PFB_VERS% -%pfb_php_vers% -%pfb_cpp_vers% -nts.dll
122122
123123exit /B 0
124124
You can’t perform that action at this time.
0 commit comments