From 86a7a0d9e306f1c1a593d4867c6ef300198c02f8 Mon Sep 17 00:00:00 2001 From: Dave Johnson Date: Tue, 31 Aug 2010 13:08:07 -0700 Subject: [PATCH] Add windows build scripts --- bin/android-sdk-path.bat | 2 ++ bin/droidgap | 2 +- bin/droidgap.bat | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100755 bin/android-sdk-path.bat create mode 100755 bin/droidgap.bat diff --git a/bin/android-sdk-path.bat b/bin/android-sdk-path.bat new file mode 100755 index 00000000..0abaf6eb --- /dev/null +++ b/bin/android-sdk-path.bat @@ -0,0 +1,2 @@ +@ECHO OFF +echo %~dp$PATH:1 \ No newline at end of file diff --git a/bin/droidgap b/bin/droidgap index 81fa48da..6ccc7307 100755 --- a/bin/droidgap +++ b/bin/droidgap @@ -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: diff --git a/bin/droidgap.bat b/bin/droidgap.bat new file mode 100755 index 00000000..757d84cf --- /dev/null +++ b/bin/droidgap.bat @@ -0,0 +1 @@ +ruby %~dp0droidgap %1 %2 \ No newline at end of file