2013-02-27 00:59:30 +01:00
|
|
|
xcopy ..\flash0 assets\flash0 /s /y
|
2013-04-18 23:42:44 +02:00
|
|
|
xcopy ..\lang assets\lang /s /y
|
2013-09-28 12:30:28 +02:00
|
|
|
xcopy ..\assets\shaders assets\shaders /s /y
|
|
|
|
|
copy ..\assets\langregion.ini assets\langregion.ini
|
2013-12-12 20:43:23 +01:00
|
|
|
copy ..\assets\*.png assets
|
2012-12-17 18:07:12 +01:00
|
|
|
SET NDK=C:\AndroidNDK
|
2012-11-01 16:19:01 +01:00
|
|
|
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
|