mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-23 16:19:44 +00:00
11 lines
439 B
Batchfile
11 lines
439 B
Batchfile
xcopy ..\flash0 assets\flash0 /s /y
|
|
xcopy ..\lang assets\lang /s /y
|
|
xcopy ..\assets\shaders assets\shaders /s /y
|
|
copy ..\assets\langregion.ini assets\langregion.ini
|
|
copy ..\assets\*.png assets
|
|
SET NDK=C:\AndroidNDK
|
|
SET NDK_MODULE_PATH=..;..\native\ext
|
|
REM Need to force target-platform to android-9 to get access to OpenSL headers.
|
|
REM Hopefully this won't negatively affect anything else.
|
|
%NDK%/ndk-build TARGET_PLATFORM=android-9 -j9 %1
|