| Line 43... |
Line 43... |
| 43 |
REM (*) User environment variable will be used if present
|
43 |
REM (*) User environment variable will be used if present
|
| 44 |
REM
|
44 |
REM
|
| 45 |
setlocal DISABLEDELAYEDEXPANSION
|
45 |
setlocal DISABLEDELAYEDEXPANSION
|
| 46 |
set GBE_MACHTYPE=win32
|
46 |
set GBE_MACHTYPE=win32
|
| 47 |
set GBE_PERL=c:\perl\bin\perl.exe
|
47 |
set GBE_PERL=c:\perl\bin\perl.exe
|
| - |
|
48 |
REM V drive should be mapped to the 'devl' share of a package server
|
| - |
|
49 |
REM ie: net use v: \\auperaacr01\devl
|
| 48 |
if "%GBE_DPKG%"=="" set GBE_DPKG=v:\dpkg_archive
|
50 |
if "%GBE_DPKG%"=="" set GBE_DPKG=v:\dpkg_archive
|
| 49 |
REM if "%GBE_CORE%"=="" set GBE_CORE=%GBE_DPKG%\core_devl\jats2_current
|
51 |
REM if "%GBE_CORE%"=="" set GBE_CORE=%GBE_DPKG%\core_devl\jats2_current
|
| 50 |
if "%GBE_CORE%"=="" set GBE_CORE=%GBE_DPKG%\PACKAGE_TAG\VERSION_TAG
|
52 |
if "%GBE_CORE%"=="" set GBE_CORE=%GBE_DPKG%\PACKAGE_TAG\VERSION_TAG
|
| 51 |
if "%GBE_DPKG_CACHE%"=="" set GBE_DPKG_CACHE=
|
53 |
if "%GBE_DPKG_CACHE%"=="" set GBE_DPKG_CACHE=
|
| 52 |
if "%GBE_DPKG_LOCAL%"=="" set GBE_DPKG_LOCAL=
|
54 |
if "%GBE_DPKG_LOCAL%"=="" set GBE_DPKG_LOCAL=
|