8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 21:23:04 +01:00

Use FB_ prefix for environment variables

This commit is contained in:
paul_reeves 2012-06-06 13:17:51 +00:00
parent ec99aff55f
commit 0d3c682825

View File

@ -124,7 +124,7 @@ if defined FB2_INTLEMP (
@echo Building employee.fdb
:: Here we must use cd because isql does not have an option to set a base directory
:: and empbuild.exe uses isql
@set SAVE_PATH=%PATH%
@set FB_SAVE_PATH=%PATH%
@set PATH=%FB_BIN_DIR%;%PATH%
@cd %FB_GEN_DIR%\examples
@ -138,7 +138,7 @@ if defined FB2_INTLEMP (
@echo s;intlemp.fdb;%SERVER_NAME%:%FB_GEN_DIR%\examples\intlemp.fdb;g > isql.tmp
@%FB_ROOT_PATH%\temp\%FB_OBJ_DIR%\intlbuild\intlbuild.exe %FB_GEN_DB_DIR%/examples/intlemp.fdb
)
@set PATH=%SAVE_PATH%
@set PATH=%FB_SAVE_PATH%
@cd %FB_ROOT_PATH%\builds\win32
@goto :EOF