mirror of https://github.com/axmolengine/axmol.git
issue #503, add chipmunk new files into win32 vcproj
This commit is contained in:
parent
335d02a556
commit
e8835ee4c2
|
@ -357,19 +357,27 @@
|
|||
RelativePath="..\src\cpSpace.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\cpSpaceComponent.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\cpSpaceHash.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\cpSpaceQuery.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\cpSpaceStep.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\cpVect.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="..\chipmunk-docs.html"
|
||||
>
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
|
|
|
@ -602,6 +602,10 @@
|
|||
RelativePath="..\tests\ChipmunkTest\Springies.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\tests\ChipmunkTest\Tank.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\tests\ChipmunkTest\TheoJansen.cpp"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue