mirror of https://github.com/axmolengine/axmol.git
issue #3781, js not generate cocos2dx physics now.
This commit is contained in:
parent
1a6b36184d
commit
56654c0ffb
|
@ -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 *
|
||||
|
|
Loading…
Reference in New Issue