ppsspp/android/ab.cmd

11 lines
430 B
Batchfile
Raw Normal View History

xcopy ..\assets\flash0 assets\flash0\ /s /y <d.txt
xcopy ..\assets\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
2017-06-07 06:25:42 +00:00
copy ..\assets\Roboto-Condensed.ttf assets\Roboto-Condensed.ttf
copy ..\assets\*.png assets\
SET NDK=C:\AndroidNDK
SET NDK_MODULE_PATH=..\ext;..\ext\native\ext
2014-12-07 23:44:09 +00:00
%NDK%/ndk-build -j9 %*