Add windows build scripts

This commit is contained in:
Dave Johnson 2010-08-31 13:08:07 -07:00
parent a5323d77f5
commit 86a7a0d9e3
3 changed files with 4 additions and 1 deletions

2
bin/android-sdk-path.bat Executable file
View File

@ -0,0 +1,2 @@
@ECHO OFF
echo %~dp$PATH:1

View File

@ -129,7 +129,7 @@ if ARGV.first.nil? || ARGV.first == 'help'
DroidGap Package
----------------
Creates an Android compatable project from a PhoneGap project. For example, if you have MyProject with index.html this comamdn will create MyProject-android.
Creates an Android compatable project from a PhoneGap project. For example, if you have MyProject with index.html this command will create MyProject-android.
Usage:

1
bin/droidgap.bat Executable file
View File

@ -0,0 +1 @@
ruby %~dp0droidgap %1 %2