summaryrefslogtreecommitdiff
path: root/solenv/bin/createpdbrelocators.btm
blob: fe68d5572f3dbe292026e8346bca14f4e6e2352b (plain)
1
2
3
4
5
6
7
8
9
@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