mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-18 21:10:05 +00:00
updated projectfiles for ColladaConverter, and added Cmake mention in doxygen frontpage
This commit is contained in:
parent
59b6f509ff
commit
d36abec2a9
@ -33,7 +33,7 @@ subject to the following restrictions:
|
|||||||
* Bullet comes with autogenerated Project Files for Microsoft Visual Studio 6, 7, 7.1 and 8.
|
* Bullet comes with autogenerated Project Files for Microsoft Visual Studio 6, 7, 7.1 and 8.
|
||||||
* The main Workspace/Solution is located in Bullet/msvc/8/wksbullet.sln (replace 8 with your version).
|
* The main Workspace/Solution is located in Bullet/msvc/8/wksbullet.sln (replace 8 with your version).
|
||||||
*
|
*
|
||||||
* Under other platforms, like Linux or Mac OS-X, Bullet can be build using jam, http://www.perforce.com/jam/jam.html .
|
* Under other platforms, like Linux or Mac OS-X, Bullet can be build using either using cmake, http://www.cmake.org, or jam, http://www.perforce.com/jam/jam.html . cmake can autogenerate Xcode, KDevelop, MSVC and other build systems. just run cmake . in the root of Bullet.
|
||||||
* Jam is a build system that can build the library, demos and also autogenerate the MSVC Project Files.
|
* Jam is a build system that can build the library, demos and also autogenerate the MSVC Project Files.
|
||||||
* So if you are not using MSVC, you can run configure and jam .
|
* So if you are not using MSVC, you can run configure and jam .
|
||||||
* If you don't have jam installed, you can make jam from the included jam-2.5 sources, or download jam from ftp://ftp.perforce.com/pub/jam/
|
* If you don't have jam installed, you can make jam from the included jam-2.5 sources, or download jam from ftp://ftp.perforce.com/pub/jam/
|
||||||
|
@ -112,6 +112,10 @@ SOURCE=..\..\Demos\ColladaDemo\BspLoader.cpp
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\..\Demos\ColladaDemo\ColladaConverter.cpp
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\Demos\ColladaDemo\ColladaDemo.cpp
|
SOURCE=..\..\Demos\ColladaDemo\ColladaDemo.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# End Group
|
# End Group
|
||||||
@ -126,6 +130,10 @@ SOURCE=..\..\Demos\ColladaDemo\BspConverter.h
|
|||||||
|
|
||||||
SOURCE=..\..\Demos\ColladaDemo\BspLoader.h
|
SOURCE=..\..\Demos\ColladaDemo\BspLoader.h
|
||||||
# End Source File
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\..\Demos\ColladaDemo\ColladaConverter.h
|
||||||
|
# End Source File
|
||||||
# End Group
|
# End Group
|
||||||
# Begin Group "Resource Files"
|
# Begin Group "Resource Files"
|
||||||
|
|
||||||
|
@ -172,6 +172,9 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath="..\..\Demos\ColladaDemo\BspLoader.cpp">
|
RelativePath="..\..\Demos\ColladaDemo\BspLoader.cpp">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\Demos\ColladaDemo\ColladaConverter.cpp">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\Demos\ColladaDemo\ColladaDemo.cpp">
|
RelativePath="..\..\Demos\ColladaDemo\ColladaDemo.cpp">
|
||||||
</File>
|
</File>
|
||||||
@ -185,6 +188,9 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath="..\..\Demos\ColladaDemo\BspLoader.h">
|
RelativePath="..\..\Demos\ColladaDemo\BspLoader.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\Demos\ColladaDemo\ColladaConverter.h">
|
||||||
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Resource Files"
|
Name="Resource Files"
|
||||||
|
@ -172,6 +172,9 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath="..\..\Demos\ColladaDemo\BspLoader.cpp">
|
RelativePath="..\..\Demos\ColladaDemo\BspLoader.cpp">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\Demos\ColladaDemo\ColladaConverter.cpp">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\Demos\ColladaDemo\ColladaDemo.cpp">
|
RelativePath="..\..\Demos\ColladaDemo\ColladaDemo.cpp">
|
||||||
</File>
|
</File>
|
||||||
@ -185,6 +188,9 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath="..\..\Demos\ColladaDemo\BspLoader.h">
|
RelativePath="..\..\Demos\ColladaDemo\BspLoader.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\Demos\ColladaDemo\ColladaConverter.h">
|
||||||
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Resource Files"
|
Name="Resource Files"
|
||||||
|
@ -172,6 +172,9 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath="..\..\Demos\ColladaDemo\BspLoader.cpp">
|
RelativePath="..\..\Demos\ColladaDemo\BspLoader.cpp">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\Demos\ColladaDemo\ColladaConverter.cpp">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\Demos\ColladaDemo\ColladaDemo.cpp">
|
RelativePath="..\..\Demos\ColladaDemo\ColladaDemo.cpp">
|
||||||
</File>
|
</File>
|
||||||
@ -185,6 +188,9 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath="..\..\Demos\ColladaDemo\BspLoader.h">
|
RelativePath="..\..\Demos\ColladaDemo\BspLoader.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\Demos\ColladaDemo\ColladaConverter.h">
|
||||||
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Resource Files"
|
Name="Resource Files"
|
||||||
|
Loading…
Reference in New Issue
Block a user