mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
Make sure that embedded kits really do contain the msvc* libraries they depend on.
This commit is contained in:
parent
08a115c66c
commit
49dbb802be
@ -504,7 +504,7 @@ for %%v in ( doc intl udf ) do (@mkdir %FBBUILD_EMB_PACK_ROOT%\%%v 2>nul)
|
|||||||
@copy /Y %FBBUILD_OUTPUT%\doc\Firebird*.pdf %FBBUILD_EMB_PACK_ROOT%\doc\ > nul
|
@copy /Y %FBBUILD_OUTPUT%\doc\Firebird*.pdf %FBBUILD_EMB_PACK_ROOT%\doc\ > nul
|
||||||
@copy /Y %FBBUILD_OUTPUT%\intl\*.* %FBBUILD_EMB_PACK_ROOT%\intl\ > nul
|
@copy /Y %FBBUILD_OUTPUT%\intl\*.* %FBBUILD_EMB_PACK_ROOT%\intl\ > nul
|
||||||
@copy /Y %FBBUILD_OUTPUT%\udf\*.* %FBBUILD_EMB_PACK_ROOT%\udf\ > nul
|
@copy /Y %FBBUILD_OUTPUT%\udf\*.* %FBBUILD_EMB_PACK_ROOT%\udf\ > nul
|
||||||
@copy /Y %FBBUILD_OUTPUT%\system32\msvc*.* %FBBUILD_EMB_PACK_ROOT% > nul
|
@copy /Y %FBBUILD_OUTPUT%\bin\msvc*.* %FBBUILD_EMB_PACK_ROOT% > nul
|
||||||
|
|
||||||
if "%FBBUILD_SHIP_PDB%"=="ship_pdb" (
|
if "%FBBUILD_SHIP_PDB%"=="ship_pdb" (
|
||||||
@copy /Y %ROOT_PATH%\temp\release\fbembed\fbembed.pdb %FBBUILD_EMB_PACK_ROOT% > nul
|
@copy /Y %ROOT_PATH%\temp\release\fbembed\fbembed.pdb %FBBUILD_EMB_PACK_ROOT% > nul
|
||||||
|
Loading…
Reference in New Issue
Block a user