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

on Windows we need both propex (Perl script) and propex.bat (launcher)

Change-Id: I1044c84dc0fb22188100c17440a72c0a7d923adc
üst 7175ceed
......@@ -34,7 +34,7 @@ $(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))
$(eval $(call gb_Package_add_file,l10ntools_scripts,bin/propex.bat,propex.bat))
endif
# vim: set noet sw=4 ts=4:
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