mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Do not need to ask directory when build Android
This commit is contained in:
parent
31ce0e7eb1
commit
c6516e277f
2 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
xcopy ..\flash0 assets\flash0 /s /y
|
||||
xcopy ..\lang assets\lang /s /y
|
||||
xcopy ..\assets\shaders assets\shaders /s /y
|
||||
xcopy ..\flash0 assets\flash0 /s /y <d.txt
|
||||
xcopy ..\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\*.png assets
|
||||
SET NDK=C:\AndroidNDK
|
||||
|
|
1
android/d.txt
Normal file
1
android/d.txt
Normal file
|
@ -0,0 +1 @@
|
|||
d
|
Loading…
Add table
Reference in a new issue