mirror of https://github.com/axmolengine/axmol.git
48 lines
421 B
Plaintext
48 lines
421 B
Plaintext
|
defines
|
||
|
{
|
||
|
TARGET_OS_IPHONE=1
|
||
|
}
|
||
|
|
||
|
|
||
|
includepaths
|
||
|
{
|
||
|
"../"
|
||
|
"../include/chipmunk"
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
if {{ defined AIRPLAYUSECHIPMUNK}}
|
||
|
{
|
||
|
if {{ AIRPLAYUSECHIPMUNK == 1 }}
|
||
|
{
|
||
|
|
||
|
files
|
||
|
{
|
||
|
|
||
|
|
||
|
("../include/chipmunk")
|
||
|
[include]
|
||
|
"*.h"
|
||
|
|
||
|
("../include/chipmunk/constraints")
|
||
|
|
||
|
[include/constraints]
|
||
|
"*.h"
|
||
|
|
||
|
("../src")
|
||
|
[src]
|
||
|
"*.h"
|
||
|
"*.c"
|
||
|
|
||
|
("../src/constraints")
|
||
|
[src/constraints]
|
||
|
"*.c"
|
||
|
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|