We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7df36 commit fff0c79Copy full SHA for fff0c79
builds/install/arch-specific/win32/BuildExecutableInstall.bat
@@ -412,8 +412,6 @@ set OUTPATH=%FB_OUTPUT_DIR%\include
412
@copy %FB_ROOT_PATH%\src\yvalve\perf.h %OUTPATH%\ > nul
413
@copy %FB_ROOT_PATH%\src\include\gen\firebird.pas %OUTPATH%\firebird\ > nul || (@call :ERROR Failure executing copy %FB_ROOT_PATH%\src\include\gen\firebird.pas %OUTPATH%\firebird\ )
414
@if %ERRLEV% GEQ 1 goto :END
415
-@xcopy /e /i /y %FB_ROOT_PATH%\src\include\firebird\impl %OUTPATH%\firebird\ > nul || (@call :ERROR Failure executing @xcopy /e /i /y %FB_ROOT_PATH%\src\include\firebird\* %OUTPATH%\firebird\ )
416
-@if %ERRLEV% GEQ 1 goto :END
417
418
endlocal
419
0 commit comments