Kaydet (Commit) d4b573ec authored tarafından Andras Timar's avatar Andras Timar

add propex.bat, so propex Perl script can run under Win32

üst de303700
......@@ -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
......
@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 %*
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment