office-gobmx/solenv/bin/createpdbrelocators.btm
Vladimir Glazounov b5a7c323dc INTEGRATION: CWS ausehids (1.1.2); FILE ADDED
2003/07/08 10:05:58 hr 1.1.2.1: #109636#: implement createpdbrelocatos
2003-07-09 09:13:53 +00:00

9 lines
292 B
Text

@echo off
iff "%SOLARENV%" == "" then
echo Please configure environment with setsolar
endiff
iff "%PERL%" == "" then
call perl5 -I%SOLARENV%\bin\modules %SOLARENV%\bin\createpdbrelocators.pl %1&
else
call %PERL% -I%SOLARENV%\bin\modules %SOLARENV%\bin\createpdbrelocators.pl %1&
endiff