Kaydet (Commit) d28ffc88 authored tarafından Matúš Kukan's avatar Matúš Kukan

add propex.bat back; it is used on Windows

Change-Id: I9fd6cc52533d95f67685a595171f035ca78e84df
üst 11713989
......@@ -33,5 +33,8 @@ $(eval $(call gb_Package_add_file,l10ntools_scripts,bin/po2lo,po2lo))
$(eval $(call gb_Package_add_file,l10ntools_scripts,bin/propex,propex))
$(eval $(call gb_Package_add_file,l10ntools_scripts,bin/propmerge,propmerge))
ifeq ($(OS_FOR_BUILD),WNT)
$(eval $(call gb_Package_add_file,l10ntools_scripts,bin/propex,propex.bat))
endif
# vim: set noet sw=4 ts=4:
@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