mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
17 lines
571 B
Batchfile
17 lines
571 B
Batchfile
mkdir assets > nul
|
|
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
|
|
xcopy ..\assets\themes assets\themes\ /s /y <d.txt
|
|
xcopy ..\assets\ui_images assets\ui_images\ /s /y <d.txt
|
|
copy ..\assets\*.ini assets\
|
|
copy ..\assets\*.ttf assets\
|
|
copy ..\assets\*.png assets\
|
|
copy ..\assets\*.zim assets\
|
|
copy ..\assets\*.meta assets\
|
|
copy ..\assets\*.wav assets\
|
|
SET NDK=C:\Android\sdk\ndk\21.3.6528147
|
|
REM SET NDK=C:\Android\ndk
|
|
SET NDK_MODULE_PATH=..\ext
|
|
%NDK%/ndk-build -j32 %*
|