mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 10:03:03 +01:00
Tidy up copying of header files and include perf.h
This commit is contained in:
parent
ead2f25d8d
commit
78c8061d60
@ -444,10 +444,10 @@ endlocal
|
||||
:: Prepare other files needed for deployment to /include dir
|
||||
setlocal
|
||||
@echo Copying other include files required for development...
|
||||
set OUTPATH=%FB_OUTPUT_DIR%\include\firebird
|
||||
@copy %FB_ROOT_PATH%\src\include\gen\firebird.pas %OUTPATH%
|
||||
@mkdir %OUTPATH%\impl
|
||||
@xcopy /e %FB_ROOT_PATH%\src\include\firebird\impl\* %OUTPATH%\impl
|
||||
set OUTPATH=%FB_OUTPUT_DIR%\include
|
||||
@copy %FB_ROOT_PATH%\src\yvalve\perf.h %OUTPATH%\
|
||||
@copy %FB_ROOT_PATH%\src\include\gen\firebird.pas %OUTPATH%\firebird\
|
||||
@xcopy /e /i /y %FB_ROOT_PATH%\src\include\firebird\impl\* %OUTPATH%\firebird\impl\
|
||||
endlocal
|
||||
|
||||
::End of INCLUDE_DIR
|
||||
|
Loading…
Reference in New Issue
Block a user