0
0
mirror of https://github.com/schwabe/ics-openvpn.git synced 2024-09-20 12:02:28 +02:00
openvpn-android/build-native.bat
Arne Schwabe c32344427d Accessing wifi state... (commented out, not as useful as I thought)
--HG--
extra : rebase_source : 1cee26b2048cff54c805bba0be54c0b29f81b936
2012-08-12 23:01:24 +02:00

14 lines
180 B
Batchfile

@echo on
call ndk-build -j 8
cd libs
mkdir ..\assets
for /D %%f in (*) do (
copy %%f\minivpn ..\assets\minivpn.%%f
del %%f\libcrypto.so
del %%f\libssl.so
)
cd ..