8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00

Correction

This commit is contained in:
brodsom 2003-07-11 03:25:22 +00:00
parent 662f60511f
commit 56c67b5571
3 changed files with 25 additions and 1 deletions

View File

@ -65,6 +65,15 @@ if "%VS_VER%"=="msvc6" (
@mkdir %ROOT_PATH%\output\include
@mkdir %ROOT_PATH%\output\lib
@mkdir %ROOT_PATH%\output\examples
@mkdir %ROOT_PATH%\output\examples\api
@mkdir %ROOT_PATH%\output\examples\build_unix
@mkdir %ROOT_PATH%\output\examples\build_win32
@mkdir %ROOT_PATH%\output\examples\dyn
@mkdir %ROOT_PATH%\output\examples\empbuild
@mkdir %ROOT_PATH%\output\examples\include
@mkdir %ROOT_PATH%\output\examples\stat
@mkdir %ROOT_PATH%\output\examples\udf
@mkdir %ROOT_PATH%\output\examples\winevent
::
@copy %ROOT_PATH%\temp\%DBG_DIR%\firebird\bin\* %ROOT_PATH%\output\bin >nul
@copy %ROOT_PATH%\temp\%DBG_DIR%\firebird\intl\* %ROOT_PATH%\output\intl >nul
@ -108,7 +117,16 @@ copy %ROOT_PATH%\src\jrd\perf.h %ROOT_PATH%\output\include >nul
copy %ROOT_PATH%\src\jrd\blr.h %ROOT_PATH%\output\include > nul
copy %ROOT_PATH%\src\include\gen\iberror.h %ROOT_PATH%\output\include > nul
:: Examples
@xcopy /E %ROOT_PATH%\examples %ROOT_PATH%\output\examples > nul
@copy %ROOT_PATH%\examples\* %ROOT_PATH%\output\examples > nul
@copy %ROOT_PATH%\examples\api\* %ROOT_PATH%\output\examples\api > nul
@copy %ROOT_PATH%\examples\build_unix\* %ROOT_PATH%\output\examples\build_unix > nul
@copy %ROOT_PATH%\examples\build_win32\* %ROOT_PATH%\output\examples\build_win32 > nul
@copy %ROOT_PATH%\examples\dyn\* %ROOT_PATH%\output\examples\dyn > nul
@copy %ROOT_PATH%\examples\empbuild\* %ROOT_PATH%\output\examples\empbuild > nul
@copy %ROOT_PATH%\examples\include\* %ROOT_PATH%\output\examples\include > nul
@copy %ROOT_PATH%\examples\stat\* %ROOT_PATH%\output\examples\stat > nul
@copy %ROOT_PATH%\examples\udf\* %ROOT_PATH%\output\examples\udf > nul
@copy %ROOT_PATH%\examples\winevent\* %ROOT_PATH%\output\examples\winevent > nul
::
@copy install_super.bat %ROOT_PATH%\output\bin >nul
@copy install_classic.bat %ROOT_PATH%\output\bin >nul

View File

@ -26,6 +26,7 @@ rm src/include/gen/blrtable.h 2>/dev/null
rm src/v5_examples/Makefile 2>/dev/null
# Cpp from epp files
rm src/alice/alice_meta.cpp 2>/dev/null
rm src/burp/backup.cpp 2>/dev/null
rm src/burp/restore.cpp 2>/dev/null
rm src/dsql/array.cpp 2>/dev/null
@ -59,3 +60,5 @@ rm src/qli/help.cpp 2>/dev/null
rm src/qli/meta.cpp 2>/dev/null
rm src/qli/proc.cpp 2>/dev/null
rm src/qli/show.cpp 2>/dev/null
rm src/utilities/dba.cpp 2>/dev/null
rm src/utilities/security.cpp 2>/dev/null

View File

@ -8,3 +8,6 @@ del %ROOT_PATH%\examples\empbuild\*.fdb 2>nul
del %ROOT_PATH%\examples\empbuild\*.obj 2>nul
del %ROOT_PATH%\examples\empbuild\*.c 2>nul
del %ROOT_PATH%\examples\empbuild\*.exe 2>nul
del %ROOT_PATH%\examples\empbuild\*.tmp 2>nul
del %ROOT_PATH%\examples\empbuild\*.tmp2 2>nul
del %ROOT_PATH%\examples\empbuild\*.sed 2>nul