Files
bullet3/Extras/GIMPACT/GIMPACT.cbp
ejcoumans a9172d8684 Added GIMPACT integration for moving concave meshes (interaction with all other Bullet collision shapes)
Thanks a lot to Francisco León Nájera for the contribution!
2006-11-12 06:15:19 +00:00

208 lines
5.8 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="5" />
<Project>
<Option title="GIMPACT" />
<Option pch_mode="2" />
<Option default_target="" />
<Option compiler="gcc" />
<Option virtualFolders="" />
<Build>
<Target title="Release">
<Option output="lib\Release\libGIMPACT.a" />
<Option working_dir="" />
<Option object_output="obj\Release\" />
<Option type="2" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
<Target title="Debug">
<Option output="lib\Debug\libGIMPACT.a" />
<Option working_dir="" />
<Option object_output="obj\Debug\" />
<Option type="2" />
<Option compiler="gcc" />
<Compiler>
<Add option="-g" />
</Compiler>
</Target>
</Build>
<Compiler>
<Add option="-march=pentium3" />
<Add option="-Wall" />
<Add directory="include" />
<Add directory="include\simd" />
<Add directory="include\simd\double" />
<Add directory="include\simd\single" />
</Compiler>
<Unit filename="include\GIMPACT\gim_box_collision.h">
<Option compilerVar="CPP" />
<Option compile="0" />
<Option link="0" />
<Option target="Release" />
<Option target="Debug" />
</Unit>
<Unit filename="include\GIMPACT\gim_boxpruning.h">
<Option compilerVar="CPP" />
<Option compile="0" />
<Option link="0" />
<Option target="Release" />
<Option target="Debug" />
</Unit>
<Unit filename="include\GIMPACT\gim_contact.h">
<Option compilerVar="CPP" />
<Option compile="0" />
<Option link="0" />
<Option target="Release" />
<Option target="Debug" />
</Unit>
<Unit filename="include\GIMPACT\gim_geometry.h">
<Option compilerVar="CPP" />
<Option compile="0" />
<Option link="0" />
<Option target="Release" />
<Option target="Debug" />
</Unit>
<Unit filename="include\GIMPACT\gim_math.h">
<Option compilerVar="CPP" />
<Option compile="0" />
<Option link="0" />
<Option target="Release" />
<Option target="Debug" />
</Unit>
<Unit filename="include\GIMPACT\gim_memory.h">
<Option compilerVar="CPP" />
<Option compile="0" />
<Option link="0" />
<Option target="Release" />
<Option target="Debug" />
</Unit>
<Unit filename="include\GIMPACT\gim_radixsort.h">
<Option compilerVar="CPP" />
<Option compile="0" />
<Option link="0" />
<Option target="Release" />
<Option target="Debug" />
</Unit>
<Unit filename="include\GIMPACT\gim_tri_capsule_collision.h">
<Option compilerVar="CPP" />
<Option compile="0" />
<Option link="0" />
<Option target="Release" />
<Option target="Debug" />
</Unit>
<Unit filename="include\GIMPACT\gim_tri_collision.h">
<Option compilerVar="CPP" />
<Option compile="0" />
<Option link="0" />
<Option target="Release" />
<Option target="Debug" />
</Unit>
<Unit filename="include\GIMPACT\gim_tri_sphere_collision.h">
<Option compilerVar="CPP" />
<Option compile="0" />
<Option link="0" />
<Option target="Release" />
<Option target="Debug" />
</Unit>
<Unit filename="include\GIMPACT\gim_trimesh.h">
<Option compilerVar="CPP" />
<Option compile="0" />
<Option link="0" />
<Option target="Release" />
<Option target="Debug" />
</Unit>
<Unit filename="include\GIMPACT\gim_trimesh_data.h">
<Option compilerVar="CPP" />
<Option compile="0" />
<Option link="0" />
<Option target="Release" />
<Option target="Debug" />
</Unit>
<Unit filename="include\GIMPACT\gim_vertex_buffer_util.h">
<Option compilerVar="CPP" />
<Option compile="0" />
<Option link="0" />
<Option target="Release" />
<Option target="Debug" />
</Unit>
<Unit filename="include\GIMPACT\gimpact.h">
<Option compilerVar="CPP" />
<Option compile="0" />
<Option link="0" />
<Option target="Release" />
<Option target="Debug" />
</Unit>
<Unit filename="src\gim_boxpruning.cpp">
<Option compilerVar="CPP" />
<Option target="Release" />
<Option target="Debug" />
</Unit>
<Unit filename="src\gim_contact.cpp">
<Option compilerVar="CPP" />
<Option target="Release" />
<Option target="Debug" />
</Unit>
<Unit filename="src\gim_math.cpp">
<Option compilerVar="CPP" />
<Option target="Release" />
<Option target="Debug" />
</Unit>
<Unit filename="src\gim_memory.cpp">
<Option compilerVar="CPP" />
<Option target="Release" />
<Option target="Debug" />
</Unit>
<Unit filename="src\gim_tri_tri_overlap.cpp">
<Option compilerVar="CPP" />
<Option target="Release" />
<Option target="Debug" />
</Unit>
<Unit filename="src\gim_trimesh.cpp">
<Option compilerVar="CPP" />
<Option target="Release" />
<Option target="Debug" />
</Unit>
<Unit filename="src\gim_trimesh_capsule_collision.cpp">
<Option compilerVar="CPP" />
<Option target="Release" />
<Option target="Debug" />
</Unit>
<Unit filename="src\gim_trimesh_data.cpp">
<Option compilerVar="CPP" />
<Option target="Release" />
<Option target="Debug" />
</Unit>
<Unit filename="src\gim_trimesh_ray_collision.cpp">
<Option compilerVar="CPP" />
<Option target="Release" />
<Option target="Debug" />
</Unit>
<Unit filename="src\gim_trimesh_sphere_collision.cpp">
<Option compilerVar="CPP" />
<Option target="Release" />
<Option target="Debug" />
</Unit>
<Unit filename="src\gim_trimesh_trimesh_collision.cpp">
<Option compilerVar="CPP" />
<Option target="Release" />
<Option target="Debug" />
</Unit>
<Unit filename="src\gim_vertex_buffer_util.cpp">
<Option compilerVar="CPP" />
<Option target="Release" />
<Option target="Debug" />
</Unit>
<Unit filename="src\gimpact.cpp">
<Option compilerVar="CPP" />
<Option target="Release" />
<Option target="Debug" />
</Unit>
<Extensions />
</Project>
</CodeBlocks_project_file>