mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
2f5f9df620
Hack around build error port the last fix to Android.mk One more attempt Warning fixes Oops, forgot a slash
16 lines
549 B
Batchfile
16 lines
549 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
|
|
copy ..\assets\*.ini assets\
|
|
copy ..\assets\Roboto-Condensed.ttf assets\Roboto-Condensed.ttf
|
|
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 %*
|