File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ 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% -x86_64 .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-x86_64 .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> 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
120120copy %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
121121copy %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
122122
You can’t perform that action at this time.
0 commit comments