Skip to content

Commit

Permalink
Add missing firebird.pas as well as other missing c++ header files. T…
Browse files Browse the repository at this point in the history
…his resolves CORE-5136
  • Loading branch information
reevespaul committed Apr 8, 2016
1 parent a42261c commit 41d5ca2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions builds/install/arch-specific/win32/BuildExecutableInstall.bat
Expand Up @@ -440,6 +440,21 @@ endlocal
@goto :EOF


:INCLUDE_DIR
:: 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
endlocal

::End of INCLUDE_DIR
::------------------
@goto :EOF


:DB_CONF
:: Generate sample databases file
::===============================
Expand Down Expand Up @@ -742,6 +757,10 @@ if defined WIX (
@(@call :IBASE_H ) || (@echo Error calling IBASE_H & @goto :EOF)
@Echo.

@Echo Prepare include directory
@(@call :INCLUDE_DIR ) || (@echo Error calling INCLUDE_DIR & @goto :EOF)
@Echo.

@Echo Writing databases conf
@(@call :DB_CONF ) || (@echo Error calling DB_CONF & @goto :EOF)
@Echo.
Expand Down

0 comments on commit 41d5ca2

Please sign in to comment.