how can get .ini file

cocos2d auto generate js binding .cpp(h) with generate.py+ ini file.
I just find cocs2dx.ini and cocos2dx_extension.ini in the cocos2dx project.
Could tell me how to get other .ini file for CCBreader, websocket etc.

thx!

cocos2dx_extension.ini contain CCBreader.

yes, CCBreader is included in cocos2dx_extension.ini.
But it seems that cocos2dx_extension.ini and cocs2dx.ini does not contain all the class for auto generator.

Is there other ini file for js binding?

We did’t add all class for auto generator,it’s a process of growing.We append cocos2dx_studio.ini a while back on master branch.