Skip to content

Commit fff0c79

Browse files
committed
Remove unnecessary (and incorrect) code to copy the boost folder
1 parent 1b7df36 commit fff0c79

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

builds/install/arch-specific/win32/BuildExecutableInstall.bat

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,6 @@ set OUTPATH=%FB_OUTPUT_DIR%\include
412412
@copy %FB_ROOT_PATH%\src\yvalve\perf.h %OUTPATH%\ > nul
413413
@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\ )
414414
@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
417415

418416
endlocal
419417

0 commit comments

Comments
 (0)