8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 19:23:03 +01:00

Tidy up copying of header files and include perf.h

This commit is contained in:
Paul Reeves 2016-04-08 15:25:44 +02:00
parent ead2f25d8d
commit 78c8061d60

View File

@ -444,10 +444,10 @@ endlocal
:: Prepare other files needed for deployment to /include dir :: Prepare other files needed for deployment to /include dir
setlocal setlocal
@echo Copying other include files required for development... @echo Copying other include files required for development...
set OUTPATH=%FB_OUTPUT_DIR%\include\firebird set OUTPATH=%FB_OUTPUT_DIR%\include
@copy %FB_ROOT_PATH%\src\include\gen\firebird.pas %OUTPATH% @copy %FB_ROOT_PATH%\src\yvalve\perf.h %OUTPATH%\
@mkdir %OUTPATH%\impl @copy %FB_ROOT_PATH%\src\include\gen\firebird.pas %OUTPATH%\firebird\
@xcopy /e %FB_ROOT_PATH%\src\include\firebird\impl\* %OUTPATH%\impl @xcopy /e /i /y %FB_ROOT_PATH%\src\include\firebird\impl\* %OUTPATH%\firebird\impl\
endlocal endlocal
::End of INCLUDE_DIR ::End of INCLUDE_DIR