mirror of
https://github.com/DrBeef/DVR.git
synced 2024-12-18 16:41:23 +00:00
61058cab74
- Enabled 32 bit colour mode - Allowed any resolution (default now 800x600 for speed) - Improve world scale a bit - Reduce size of player sprite and give a bit of depth for comfort - Make DVR logo spin
16 lines
448 B
Batchfile
16 lines
448 B
Batchfile
call ndk-build V=0 -j10 NDK_DEBUG=0 %1
|
|
|
|
cd ..\libs
|
|
|
|
del libs.jar
|
|
mkdir lib
|
|
mkdir lib\armeabi-v7a
|
|
copy .\armeabi-v7a\ lib\armeabi-v7a\*
|
|
7z a -x!*.jar libs.zip .\lib*
|
|
rename libs.zip libs.jar
|
|
|
|
REM Create an archive of the source
|
|
cd ..\src\main\assets\source
|
|
REM del DVRSource.zip
|
|
REM 7z a -r -x!.git* -x!*.o -x!*.d -x!obj -x!*.bin -x!app\build -x!app\libs -x!*.jar -x!*.so -x!*.log -x!*.jks -x!*.apk DVRSource.zip ..\..\..\..\..\*
|
|
cd ..\..\..\..\jni
|