kripken / box2d.js

Port of Box2D to JavaScript using Emscripten
1.32k stars 198 forks source link

Porting box2d with VS2010 on Win7 #72

Open ghost opened 9 years ago

ghost commented 9 years ago

Using the project files in box2d.js\Box2D_v2.2.1\Build\vs2010, I am able to configure Emscripten platform and successfully compile Box2D, getting a Box2D.js.

But, the Box2D.js seems to be the same as other project's output.

I think the Box2D.js is supposed to be the same as Box2D_v2.2.1_debug.js in box2d.js/build. But there are absolutely different!

Am I missing something or it is not the right way to produce a usable box2d.js?

Any help will be appreciated, Thanks!