mirror of https://github.com/axmolengine/axmol.git
47 lines
439 B
Plaintext
47 lines
439 B
Plaintext
|
|
|
|
includepaths
|
|
{
|
|
"../../"
|
|
}
|
|
|
|
files
|
|
{
|
|
("../../Box2D")
|
|
"*.h"
|
|
|
|
("../Collision/Shapes")
|
|
[Collision/Shapes]
|
|
"*.h"
|
|
"*.cpp"
|
|
|
|
("../Collision")
|
|
[Collision]
|
|
"*.h"
|
|
"*.cpp"
|
|
|
|
("../Common")
|
|
[Common]
|
|
"*.h"
|
|
"*.cpp"
|
|
|
|
|
|
("../Dynamics/Contacts")
|
|
[Dynamics/Contacts]
|
|
"*.h"
|
|
"*.cpp"
|
|
|
|
|
|
("../Dynamics/Joints")
|
|
[Dynamics/Joints]
|
|
"*.h"
|
|
"*.cpp"
|
|
|
|
("../Dynamics")
|
|
[Dynamics]
|
|
"*.h"
|
|
"*.cpp"
|
|
|
|
}
|
|
|