Skip to content

Commit

Permalink
support windows
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleo committed Feb 27, 2013
1 parent 48d4cdf commit 5b4e1bb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions emmagee.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<target name="update_project" >

<exec
executable="android"
executable="cmd"
failonerror="true" >

<arg line="update project -n Emmagee -p ." />
<arg line="android update project -n Emmagee -p ." />
</exec>
</target>

Expand All @@ -19,10 +19,10 @@
depends="update_project" >

<exec
executable="ant"
executable="cmd"
failonerror="true" >

<arg line="debug" />
<arg line="ant debug" />
</exec>
</target>

Expand All @@ -41,4 +41,4 @@
</delete>
</target>

</project>
</project>

0 comments on commit 5b4e1bb

Please sign in to comment.