Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
deltaluca committed May 12, 2013
1 parent e12558f commit ffa4009
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions buildlib
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,20 @@

make pre_compile
cd src
cat > haxelib.xml << EOT
<project name="nape" url="https://github.com/deltaluca/nape" license="BSD">
<user name="deltaluca"/>
<tag v="cross"/>
<tag v="game"/>
<description>Nape 2D Physics engine</description>
<version name="working">temporary build for testing</version>
</project>
cat > haxelib.json << EOT
{
"name": "nape",
"url": "https://github.com/deltaluca/nape",
"license": "BSD",
"tags": ["cross", "game"],
"description": "Nape 2D Physics Engine",
"version": "local",
"releasenote": "local build",
"contributors": ["deltaluca"]
}
EOT
rm -f napelib.zip
zip -r napelib .
haxelib test napelib.zip
haxelib local napelib.zip
cd ../

0 comments on commit ffa4009

Please sign in to comment.