summaryrefslogtreecommitdiff
path: root/solenv/bin/createpdbrelocators.btm
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/createpdbrelocators.btm')
-rw-r--r--solenv/bin/createpdbrelocators.btm9
1 files changed, 9 insertions, 0 deletions
diff --git a/solenv/bin/createpdbrelocators.btm b/solenv/bin/createpdbrelocators.btm
new file mode 100644
index 000000000000..fe68d5572f3d
--- /dev/null
+++ b/solenv/bin/createpdbrelocators.btm
@@ -0,0 +1,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