From f7bcff4ce6e3b74d2286501f946dc37dccdfa96b Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Wed, 29 May 2013 22:05:39 +0200 Subject: Move build files to misc directory --HG-- rename : build-native.bat => misc/build-native.bat rename : build-native.sh => misc/build-native.sh rename : fetchtranslations.sh => misc/fetchtranslations.sh --- build-native.bat | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 build-native.bat (limited to 'build-native.bat') diff --git a/build-native.bat b/build-native.bat deleted file mode 100644 index 2c6303ea..00000000 --- a/build-native.bat +++ /dev/null @@ -1,14 +0,0 @@ -@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 .. \ No newline at end of file -- cgit v1.2.3