fix incomplete copy

This commit is contained in:
LinWenhai 2013-10-10 18:03:15 +08:00
parent 312d761390
commit f861d6d2fc
1 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ rem copy Resources/* into assets' root
xcopy /e /q /r /y %RESROUCE_ROOT%\* %APP_ANDROID_ROOT%\assets
rem copy bindings/*.js into assets' root
xcopy /e /q /r /y %BINDINGS_JS_ROOT%\*.js %APP_ANDROID_ROOT%\assets
xcopy /e /q /r /y %BINDINGS_JS_ROOT%\* %APP_ANDROID_ROOT%\assets
call %NDK_ROOT%\ndk-build.cmd %PARALLEL_BUILD_FLAG% NDK_LOG=0 V=0
pause