2017-05-16 09:05:42 +00:00
|
|
|
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
|
2013-09-28 10:30:28 +00:00
|
|
|
copy ..\assets\langregion.ini assets\langregion.ini
|
2015-09-27 09:50:23 +00:00
|
|
|
copy ..\assets\compat.ini assets\compat.ini
|
2017-06-07 06:25:42 +00:00
|
|
|
copy ..\assets\Roboto-Condensed.ttf assets\Roboto-Condensed.ttf
|
2017-05-16 09:05:42 +00:00
|
|
|
copy ..\assets\*.png assets\
|
2017-01-24 20:10:15 +00:00
|
|
|
SET NDK=C:\AndroidNDK
|
2015-09-06 19:52:33 +00:00
|
|
|
SET NDK_MODULE_PATH=..\ext;..\ext\native\ext
|
2014-12-07 23:44:09 +00:00
|
|
|
%NDK%/ndk-build -j9 %*
|