mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-23 16:19:44 +00:00
9 lines
296 B
Batchfile
9 lines
296 B
Batchfile
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
|
|
copy ..\assets\langregion.ini assets\langregion.ini
|
|
copy ..\assets\*.png assets
|
|
SET NDK=C:\AndroidNDK
|
|
SET NDK_MODULE_PATH=..;..\native\ext
|
|
%NDK%/ndk-build -j9 %1
|