multi-lang support for building is optional

This commit is contained in:
walking
2011-02-25 16:01:30 +00:00
parent bb7d0287d9
commit d7f5f2c3d8
5 changed files with 10 additions and 5 deletions

View File

@ -99,7 +99,8 @@
<exec executable="sh" osfamily="mac" failifexecutionfails="true" >
<arg value="./bundle-messages.sh" />
</exec>
<exec executable="sh" osfamily="windows" failifexecutionfails="true" >
<!-- multi-lang is optional -->
<exec executable="sh" osfamily="windows" failifexecutionfails="false" >
<arg value="./bundle-messages.sh" />
</exec>
</target>