diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-08-12 23:01:24 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-08-12 23:01:24 +0200 |
commit | c32344427d051d05b13be8a05525abb482dd2def (patch) | |
tree | d3e57e02dd71d538a1e97076a4f425365bdd9423 /build-native.bat | |
parent | 0dcf5ccb571aabfddb6b617890e3d57ed4a0bfc9 (diff) |
Accessing wifi state... (commented out, not as useful as I thought)
--HG--
extra : rebase_source : 1cee26b2048cff54c805bba0be54c0b29f81b936
Diffstat (limited to 'build-native.bat')
-rw-r--r-- | build-native.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build-native.bat b/build-native.bat index 73fc94b9..2c6303ea 100644 --- a/build-native.bat +++ b/build-native.bat @@ -1,5 +1,6 @@ @echo on
-ndk-build -j 8
+call ndk-build -j 8
+
cd libs
mkdir ..\assets |