box2d.mkf 439 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # (Box2D v2.2.0)
  2. includepath
  3. {
  4. .
  5. }
  6. files
  7. {
  8. (Box2D)
  9. Box2D.h
  10. [Collision]
  11. (Box2D/Collision)
  12. "*.h"
  13. "*.cpp"
  14. [Collision/Shapes]
  15. (Box2D/Collision/Shapes)
  16. "*.h"
  17. "*.cpp"
  18. [Common]
  19. (Box2D/Common)
  20. "*.h"
  21. "*.cpp"
  22. [Dynamics]
  23. (Box2D/Dynamics)
  24. "*.h"
  25. "*.cpp"
  26. [Dynamics/Contacts]
  27. (Box2D/Dynamics/Contacts)
  28. "*.h"
  29. "*.cpp"
  30. [Dynamics/Joints]
  31. (Box2D/Dynamics/Joints)
  32. "*.h"
  33. "*.cpp"
  34. [Rope]
  35. (Box2D/Rope)
  36. "*.h"
  37. "*.cpp"
  38. }