mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 17:23:03 +01:00
Hide error message if there's nothing to delete.
This commit is contained in:
parent
6457ef12fa
commit
b6b981e9a6
@ -125,7 +125,7 @@ if "%VS_VER%"=="msvc6" (
|
||||
@del %ROOT_PATH%\gen\examples\intlemp.fdb 2>nul
|
||||
@%ROOT_PATH%\gen\examples\empbuild.exe %DB_PATH%/gen/examples/employee.fdb
|
||||
:: The script intldml.sql contains a reference to intlemp.fdb that must be changed
|
||||
@del isql.tmp
|
||||
@del isql.tmp 2>nul
|
||||
@echo s;intlemp.fdb;%SERVER_NAME%:%ROOT_PATH%\gen\examples\intlemp.fdb;g > isql.tmp
|
||||
@%ROOT_PATH%\gen\examples\intlbld.exe %DB_PATH%/gen/examples/intlemp.fdb
|
||||
@cd %ROOT_PATH%\builds\win32
|
||||
|
Loading…
Reference in New Issue
Block a user