ppsspp/android/ab.cmd

10 lines
348 B
Batchfile
Raw Normal View History

xcopy ..\flash0 assets\flash0 /s /y <d.txt
xcopy ..\lang assets\lang /s /y <d.txt
xcopy ..\assets\shaders assets\shaders /s /y <d.txt
2013-09-28 10:30:28 +00:00
copy ..\assets\langregion.ini assets\langregion.ini
copy ..\assets\compat.ini assets\compat.ini
copy ..\assets\*.png assets
2012-12-17 17:07:12 +00:00
SET NDK=C:\AndroidNDK
SET NDK_MODULE_PATH=..\ext;..\ext\native\ext
2014-12-07 23:44:09 +00:00
%NDK%/ndk-build -j9 %*