add propex.bat, so propex Perl script can run under Win32
This commit is contained in:
parent
de30370096
commit
d4b573ec4c
2 changed files with 9 additions and 0 deletions
|
@ -39,6 +39,7 @@ mkdir: %_DEST%\bin\help\com\sun\star\help
|
|||
..\scripts\addkeyid2pot.pl %_DEST%\bin\addkeyid2pot.pl
|
||||
..\scripts\po2lo %_DEST%\bin\po2lo
|
||||
..\scripts\propex %_DEST%\bin\propex
|
||||
..\scripts\propex.bat %_DEST%\bin\propex.bat
|
||||
..\scripts\propmerge %_DEST%\bin\propmerge
|
||||
..\inc\export.hxx %_DEST%\inc\l10ntools\export.hxx
|
||||
..\inc\l10ntools\directory.hxx %_DEST%\inc\l10ntools\directory.hxx
|
||||
|
|
8
l10ntools/scripts/propex.bat
Executable file
8
l10ntools/scripts/propex.bat
Executable file
|
@ -0,0 +1,8 @@
|
|||
@echo off
|
||||
|
||||
if "x%PERL%x" EQU "xx" (
|
||||
echo ERROR: Perl not found. Environment is not set.
|
||||
exit /b 1
|
||||
)
|
||||
|
||||
%PERL% %SOLARVER%\%INPATH%\bin\propex %*
|
Loading…
Reference in a new issue