issue #3781, js not generate cocos2dx physics now.

This commit is contained in:
lihex 2014-01-21 18:09:21 +08:00
parent 1a6b36184d
commit 56654c0ffb
1 changed files with 0 additions and 5 deletions

View File

@ -66,11 +66,6 @@ python %CXX_GENERATOR_ROOT%/generator.py %TO_JS_ROOT%/cocos2dx_spine.ini -s coco
if %errorlevel% neq 0 goto ERROR
echo "Generating bindings for cocos2dx_physics..."
python %CXX_GENERATOR_ROOT%/generator.py %TO_JS_ROOT%/cocos2dx_physics.ini -s cocos2dx_physics -t spidermonkey -o %OUTPUT_DIR% -n js_cocos2dx_physics_auto
if %errorlevel% neq 0 goto ERROR
:: Change the generated file format from DOS to UNIX.
pushd "%OUTPUT_DIR%"
dos2unix *