Skip to content
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #90 from tomgco/master
Browse files Browse the repository at this point in the history
Adding build targets for Mac OS X. Thanks for testing!
  • Loading branch information
pahimar committed Nov 28, 2012
2 parents 0c7deb4 + a30580c commit fde6a55
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
<exec dir="${dir.development}\mcp" executable="bash" os="Linux">
<arg line="recompile.sh" />
</exec>
<exec dir="${dir.development}\mcp" executable="bash" os="Mac OS X">
<arg line="recompile.sh" />
</exec>
</target>

<target name="reobfuscate">
Expand All @@ -33,6 +36,9 @@
<exec dir="${dir.development}\mcp" executable="bash" os="Linux">
<arg line="reobfuscate.sh" />
</exec>
<exec dir="${dir.development}\mcp" executable="bash" os="Mac OS X">
<arg line="reobfuscate.sh" />
</exec>
</target>

<target name="release-shared">
Expand Down

0 comments on commit fde6a55

Please sign in to comment.