update dev300-m58
[ooovba.git] / solenv / bin / createpdbrelocators.btm
blobfe68d5572f3dbe292026e8346bca14f4e6e2352b
1 @echo off
2 iff "%SOLARENV%" == "" then
3     echo Please configure environment with setsolar
4 endiff
5 iff "%PERL%" == "" then
6         call perl5 -I%SOLARENV%\bin\modules %SOLARENV%\bin\createpdbrelocators.pl %1&
7 else
8         call %PERL% -I%SOLARENV%\bin\modules %SOLARENV%\bin\createpdbrelocators.pl %1&
9 endiff