mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
commit
e02b9854e8
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
xcopy ..\flash0 assets\flash0 /s /y <d.txt
|
xcopy ..\assets\flash0 assets\flash0\ /s /y <d.txt
|
||||||
xcopy ..\assets\lang assets\lang /s /y <d.txt
|
xcopy ..\assets\lang assets\lang\ /s /y <d.txt
|
||||||
xcopy ..\assets\shaders assets\shaders /s /y <d.txt
|
xcopy ..\assets\shaders assets\shaders\ /s /y <d.txt
|
||||||
copy ..\assets\langregion.ini assets\langregion.ini
|
copy ..\assets\langregion.ini assets\langregion.ini
|
||||||
copy ..\assets\compat.ini assets\compat.ini
|
copy ..\assets\compat.ini assets\compat.ini
|
||||||
copy ..\assets\*.png assets
|
copy ..\assets\*.png assets\
|
||||||
SET NDK=C:\AndroidNDK
|
SET NDK=C:\AndroidNDK
|
||||||
SET NDK_MODULE_PATH=..\ext;..\ext\native\ext
|
SET NDK_MODULE_PATH=..\ext;..\ext\native\ext
|
||||||
%NDK%/ndk-build -j9 %*
|
%NDK%/ndk-build -j9 %*
|
||||||
|
|
Loading…
Add table
Reference in a new issue