mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
10 lines
355 B
Batchfile
10 lines
355 B
Batchfile
xcopy ..\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
|
|
copy ..\assets\langregion.ini assets\langregion.ini
|
|
copy ..\assets\compat.ini assets\compat.ini
|
|
copy ..\assets\*.png assets
|
|
SET NDK=C:\AndroidNDK
|
|
SET NDK_MODULE_PATH=..\ext;..\ext\native\ext
|
|
%NDK%/ndk-build -j9 %*
|