Regenerated configure & VC projects.

Misc property fixes.
This commit is contained in:
res2002
2006-06-17 18:23:38 +00:00
parent 495349f97d
commit ec56a978f7
55 changed files with 12284 additions and 13570 deletions

View File

@@ -108,6 +108,10 @@ SOURCE=..\..\BulletDynamics\ConstraintSolver\ContactConstraint.cpp
# End Source File
# Begin Source File
SOURCE=..\..\BulletDynamics\ConstraintSolver\Generic6DofConstraint.cpp
# End Source File
# Begin Source File
SOURCE=..\..\BulletDynamics\ConstraintSolver\HingeConstraint.cpp
# End Source File
# Begin Source File
@@ -164,6 +168,10 @@ SOURCE=..\..\BulletDynamics\ConstraintSolver\ContactSolverInfo.h
# End Source File
# Begin Source File
SOURCE=..\..\BulletDynamics\ConstraintSolver\Generic6DofConstraint.h
# End Source File
# Begin Source File
SOURCE=..\..\BulletDynamics\ConstraintSolver\HingeConstraint.h
# End Source File
# Begin Source File

View File

@@ -162,6 +162,9 @@
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\ContactConstraint.cpp">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\Generic6DofConstraint.cpp">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\HingeConstraint.cpp">
</File>
@@ -205,6 +208,9 @@
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\ContactSolverInfo.h">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\Generic6DofConstraint.h">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\HingeConstraint.h">
</File>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="Windows-1252"?>
<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
@@ -16,23 +16,23 @@
OutputDirectory="..\..\out\release71\build\appColladaDemo\"
IntermediateDirectory="..\..\out\release71\build\appColladaDemo\"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2"
WholeProgramOptimization="TRUE">
WholeProgramOptimization="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool
Name="VCCLCompilerTool"
AdditionalOptions=" "
Optimization="2"
OptimizeForProcessor="1"
AdditionalIncludeDirectories=".;..\..;..\..\Bullet;..\..\BulletDynamics;..\..\LinearMath;..\..\Extras\PhysicsInterface\Common;..\..\Extras\ConvexDecomposition;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\PhysicsInterface\CcdPhysics;..\..\Extras\FCollada;..\..\Extras\FCollada\LibXML\include"
PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32"
StringPooling="TRUE"
ExceptionHandling="FALSE"
RuntimeLibrary="2"
BufferSecurityCheck="FALSE"
EnableFunctionLevelLinking="TRUE"
TreatWChar_tAsBuiltInType="FALSE"
RuntimeLibrary="2"
DebugInformationFormat="3"
BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32"
OptimizeForProcessor="1"
ExceptionHandling="0"
AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\Bullet;..\..\BulletDynamics;..\..\LinearMath;..\..\Extras\PhysicsInterface\Common;..\..\Extras\ConvexDecomposition;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\PhysicsInterface\CcdPhysics"
PrecompiledHeaderFile="..\..\out\release71\build\appColladaDemo\appColladaDemo.pch"
AssemblerListingLocation="..\..\out\release71\build\appColladaDemo\"
ObjectFile="..\..\out\release71\build\appColladaDemo\"
@@ -40,26 +40,29 @@
WarningLevel="3"
SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="3"
TreatWChar_tAsBuiltInType="false"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="TRUE"
AdditionalOptions=" "
AdditionalDependencies="glut32.lib"
OutputFile="..\..\ColladaDemo.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut"
IgnoreDefaultLibraryNames="LIBC,LIBCD,LIBCMT,LIBCMTD"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="..\..\out\release71\build\appColladaDemo\ColladaDemo.pdb"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD,LIBCMT,LIBCMTD"
OutputFile="..\..\ColladaDemo.exe"
SubSystem="1"
AdditionalOptions=" "
AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release71\build\appColladaDemo\ColladaDemo.pdb"
TargetMachine="1"/>
<Tool
Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE"
@@ -68,7 +71,8 @@
TargetEnvironment="1"
TypeLibraryName="..\..\out\release71\build\appColladaDemo\appColladaDemo.tlb"/>
<Tool
Name="VCPostBuildEventTool"/>
Name="VCPostBuildEventTool"
/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
@@ -76,39 +80,33 @@
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;PROJECTGEN_VERSION=71"
Culture="1033"
AdditionalIncludeDirectories=".;..\..;..\..\Bullet;..\..\BulletDynamics;..\..\LinearMath;..\..\Extras\PhysicsInterface\Common;..\..\Extras\ConvexDecomposition;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\PhysicsInterface\CcdPhysics"/>
AdditionalIncludeDirectories=".;..\..;..\..\Bullet;..\..\BulletDynamics;..\..\LinearMath;..\..\Extras\PhysicsInterface\Common;..\..\Extras\ConvexDecomposition;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\PhysicsInterface\CcdPhysics"
Culture="1033"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
<Configuration
Name="Debug|Win32"
OutputDirectory="..\..\out\debug71\build\appColladaDemo\"
IntermediateDirectory="..\..\out\debug71\build\appColladaDemo\"
ConfigurationType="1"
CharacterSet="2"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool
Name="VCCLCompilerTool"
AdditionalOptions=" "
Optimization="0"
OptimizeForProcessor="1"
AdditionalIncludeDirectories=".;..\..;..\..\Bullet;..\..\BulletDynamics;..\..\LinearMath;..\..\Extras\PhysicsInterface\Common;..\..\Extras\ConvexDecomposition;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\PhysicsInterface\CcdPhysics;..\..\Extras\FCollada;..\..\Extras\FCollada\LibXML\include"
PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32"
MinimalRebuild="TRUE"
ExceptionHandling="FALSE"
RuntimeLibrary="3"
TreatWChar_tAsBuiltInType="FALSE"
DebugInformationFormat="4"
RuntimeTypeInfo="TRUE"
RuntimeLibrary="3"
PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32"
OptimizeForProcessor="1"
ExceptionHandling="0"
AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\Bullet;..\..\BulletDynamics;..\..\LinearMath;..\..\Extras\PhysicsInterface\Common;..\..\Extras\ConvexDecomposition;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\PhysicsInterface\CcdPhysics"
PrecompiledHeaderFile="..\..\out\debug71\build\appColladaDemo\appColladaDemo.pch"
AssemblerListingLocation="..\..\out\debug71\build\appColladaDemo\"
ObjectFile="..\..\out\debug71\build\appColladaDemo\"
@@ -116,24 +114,27 @@
WarningLevel="3"
SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="4"
TreatWChar_tAsBuiltInType="false"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="TRUE"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD,LIBCMT,LIBCMTD,MSVCRT"
OutputFile="..\..\ColladaDemo.exe"
SubSystem="1"
AdditionalOptions=" "
AdditionalDependencies="glut32.lib"
OutputFile="..\..\ColladaDemo.exe"
LinkIncremental="2"
IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut"
IgnoreDefaultLibraryNames="LIBC,LIBCD,LIBCMT,LIBCMTD,MSVCRT"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="..\..\out\debug71\build\appColladaDemo\ColladaDemo.pdb"
SubSystem="1"
TargetMachine="1"/>
<Tool
Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG;_CONSOLE"
@@ -142,7 +143,8 @@
TargetEnvironment="1"
TypeLibraryName="..\..\out\debug71\build\appColladaDemo\appColladaDemo.tlb"/>
<Tool
Name="VCPostBuildEventTool"/>
Name="VCPostBuildEventTool"
/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
@@ -150,22 +152,14 @@
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG;_CONSOLE;PROJECTGEN_VERSION=71"
Culture="1033"
AdditionalIncludeDirectories=".;..\..;..\..\Bullet;..\..\BulletDynamics;..\..\LinearMath;..\..\Extras\PhysicsInterface\Common;..\..\Extras\ConvexDecomposition;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\PhysicsInterface\CcdPhysics"/>
AdditionalIncludeDirectories=".;..\..;..\..\Bullet;..\..\BulletDynamics;..\..\LinearMath;..\..\Extras\PhysicsInterface\Common;..\..\Extras\ConvexDecomposition;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\PhysicsInterface\CcdPhysics"
Culture="1033"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="Windows-1252"?>
<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
@@ -20,17 +20,17 @@
ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool
Name="VCCLCompilerTool"
AdditionalOptions=" "
Optimization="2"
OptimizeForProcessor="1"
AdditionalIncludeDirectories=".;..\..;..\..\Bullet;..\..\BulletDynamics;..\..\LinearMath"
PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;WIN32"
StringPooling="TRUE"
ExceptionHandling="FALSE"
RuntimeLibrary="2"
BufferSecurityCheck="FALSE"
EnableFunctionLevelLinking="TRUE"
TreatWChar_tAsBuiltInType="FALSE"
RuntimeLibrary="2"
DebugInformationFormat="3"
BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;WIN32"
OptimizeForProcessor="1"
ExceptionHandling="0"
AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\Bullet;..\..\BulletDynamics;..\..\LinearMath"
PrecompiledHeaderFile="..\..\out\release71\build\libbulletdynamics\libbulletdynamics.pch"
AssemblerListingLocation="..\..\out\release71\build\libbulletdynamics\"
ObjectFile="..\..\out\release71\build\libbulletdynamics\"
@@ -38,10 +38,24 @@
WarningLevel="3"
SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="3"
TreatWChar_tAsBuiltInType="false"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
LinkIncremental="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD,LIBCMT,LIBCMTD"
AdditionalOptions=" "
AdditionalDependencies=""
IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories=""
ProgramDatabaseFile="..\..\out\release71\build\libbulletdynamics\bulletdynamics.pdb"
TargetMachine="1"/>
<Tool
Name="VCLibrarianTool"
OutputFile="..\..\out\release71\libs\libbulletdynamics.lib"
@@ -54,7 +68,8 @@
TargetEnvironment="1"
TypeLibraryName="..\..\out\release71\build\libbulletdynamics\libbulletdynamics.tlb"/>
<Tool
Name="VCPostBuildEventTool"/>
Name="VCPostBuildEventTool"
/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
@@ -62,16 +77,12 @@
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;PROJECTGEN_VERSION=71"
Culture="1033"
AdditionalIncludeDirectories=".;..\..;..\..\Bullet;..\..\BulletDynamics;..\..\LinearMath"/>
AdditionalIncludeDirectories=".;..\..;..\..\Bullet;..\..\BulletDynamics;..\..\LinearMath"
Culture="1033"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCWebDeploymentTool"/>
</Configuration>
<Configuration
Name="Debug|Win32"
@@ -82,16 +93,16 @@
ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool
Name="VCCLCompilerTool"
AdditionalOptions=" "
Optimization="0"
OptimizeForProcessor="1"
AdditionalIncludeDirectories=".;..\..;..\..\Bullet;..\..\BulletDynamics;..\..\LinearMath"
PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;WIN32"
MinimalRebuild="TRUE"
ExceptionHandling="FALSE"
RuntimeLibrary="3"
TreatWChar_tAsBuiltInType="FALSE"
DebugInformationFormat="4"
RuntimeTypeInfo="TRUE"
RuntimeLibrary="3"
PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;WIN32"
OptimizeForProcessor="1"
ExceptionHandling="0"
AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\Bullet;..\..\BulletDynamics;..\..\LinearMath"
PrecompiledHeaderFile="..\..\out\debug71\build\libbulletdynamics\libbulletdynamics.pch"
AssemblerListingLocation="..\..\out\debug71\build\libbulletdynamics\"
ObjectFile="..\..\out\debug71\build\libbulletdynamics\"
@@ -99,10 +110,22 @@
WarningLevel="3"
SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="4"
TreatWChar_tAsBuiltInType="false"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD,LIBCMT,LIBCMTD,MSVCRT"
AdditionalOptions=" "
AdditionalDependencies=""
IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories=""
ProgramDatabaseFile="..\..\out\debug71\build\libbulletdynamics\bulletdynamics.pdb"
TargetMachine="1"/>
<Tool
Name="VCLibrarianTool"
OutputFile="..\..\out\debug71\libs\libbulletdynamics_d.lib"
@@ -115,7 +138,8 @@
TargetEnvironment="1"
TypeLibraryName="..\..\out\debug71\build\libbulletdynamics\libbulletdynamics.tlb"/>
<Tool
Name="VCPostBuildEventTool"/>
Name="VCPostBuildEventTool"
/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
@@ -123,32 +147,23 @@
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;PROJECTGEN_VERSION=71"
Culture="1033"
AdditionalIncludeDirectories=".;..\..;..\..\Bullet;..\..\BulletDynamics;..\..\LinearMath"/>
AdditionalIncludeDirectories=".;..\..;..\..\Bullet;..\..\BulletDynamics;..\..\LinearMath"
Culture="1033"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCWebDeploymentTool"/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"
Filter="">
<File
RelativePath="..\..\BulletDynamics\Dynamics\BU_Joint.cpp">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\ContactConstraint.cpp">
</File>
<File
RelativePath="..\..\BulletDynamics\Dynamics\ContactJoint.cpp">
RelativePath="..\..\BulletDynamics\ConstraintSolver\Generic6DofConstraint.cpp">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\HingeConstraint.cpp">
@@ -159,9 +174,6 @@
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\Point2PointConstraint.cpp">
</File>
<File
RelativePath="..\..\BulletDynamics\Dynamics\RigidBody.cpp">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\SimpleConstraintSolver.cpp">
</File>
@@ -174,13 +186,19 @@
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\TypedConstraint.cpp">
</File>
<File
RelativePath="..\..\BulletDynamics\Dynamics\BU_Joint.cpp">
</File>
<File
RelativePath="..\..\BulletDynamics\Dynamics\ContactJoint.cpp">
</File>
<File
RelativePath="..\..\BulletDynamics\Dynamics\RigidBody.cpp">
</File>
</Filter>
<Filter
Name="Header Files"
Filter="">
<File
RelativePath="..\..\BulletDynamics\Dynamics\BU_Joint.h">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\ConstraintSolver.h">
</File>
@@ -188,10 +206,10 @@
RelativePath="..\..\BulletDynamics\ConstraintSolver\ContactConstraint.h">
</File>
<File
RelativePath="..\..\BulletDynamics\Dynamics\ContactJoint.h">
RelativePath="..\..\BulletDynamics\ConstraintSolver\ContactSolverInfo.h">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\ContactSolverInfo.h">
RelativePath="..\..\BulletDynamics\ConstraintSolver\Generic6DofConstraint.h">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\HingeConstraint.h">
@@ -199,18 +217,12 @@
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\JacobianEntry.h">
</File>
<File
RelativePath="..\..\BulletDynamics\Dynamics\MassProps.h">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\OdeConstraintSolver.h">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\Point2PointConstraint.h">
</File>
<File
RelativePath="..\..\BulletDynamics\Dynamics\RigidBody.h">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\SimpleConstraintSolver.h">
</File>
@@ -223,13 +235,19 @@
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\TypedConstraint.h">
</File>
<File
RelativePath="..\..\BulletDynamics\Dynamics\BU_Joint.h">
</File>
<File
RelativePath="..\..\BulletDynamics\Dynamics\ContactJoint.h">
</File>
<File
RelativePath="..\..\BulletDynamics\Dynamics\MassProps.h">
</File>
<File
RelativePath="..\..\BulletDynamics\Dynamics\RigidBody.h">
</File>
</Filter>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\Generic6DofConstraint.cpp">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\Generic6DofConstraint.h">
</File>
</Files>
<Globals>
</Globals>

File diff suppressed because it is too large Load Diff

View File

@@ -1,244 +1,178 @@
<?xml version="1.0" encoding="Windows-1252"?>
<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
Name="appColladaDemo"
ProjectGUID="{D7BF5DDA-C097-9E8B-5EC1-40DE45FB46BF}"
>
SccProjectName=""
SccLocalPath="">
<Platforms>
<Platform
Name="Win32"
/>
Name="Win32"/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Release|Win32"
OutputDirectory="..\..\out\release8\build\appColladaDemo\"
IntermediateDirectory="..\..\out\release8\build\appColladaDemo\"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName="..\..\out\release8\build\appColladaDemo\appColladaDemo.tlb"
/>
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool
Name="VCCLCompilerTool"
AdditionalOptions=" "
Optimization="2"
AdditionalIncludeDirectories=".;..\..;..\..\Bullet;..\..\BulletDynamics;..\..\LinearMath;..\..\Extras\PhysicsInterface\Common;..\..\Extras\ConvexDecomposition;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\PhysicsInterface\CcdPhysics;..\..\Extras\FCollada;..\..\Extras\FCollada\LibXML\include;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4"
PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32"
StringPooling="true"
ExceptionHandling="0"
StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2"
BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
TreatWChar_tAsBuiltInType="false"
DebugInformationFormat="3"
BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32"
OptimizeForProcessor="1"
ExceptionHandling="0"
AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\Bullet;..\..\BulletDynamics;..\..\LinearMath;..\..\Extras\PhysicsInterface\Common;..\..\Extras\ConvexDecomposition;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\PhysicsInterface\CcdPhysics"
PrecompiledHeaderFile="..\..\out\release8\build\appColladaDemo\appColladaDemo.pch"
AssemblerListingLocation="..\..\out\release8\build\appColladaDemo\"
ObjectFile="..\..\out\release8\build\appColladaDemo\"
ProgramDataBaseFileName="..\..\out\release8\build\appColladaDemo\ColladaDemo.pdb"
WarningLevel="3"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
CompileAs="0"
/>
SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false"
CompileAs="0"/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
LinkIncremental="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD,LIBCMT,LIBCMTD"
OutputFile="..\..\ColladaDemo.exe"
SubSystem="1"
AdditionalOptions=" "
AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\release8\build\appColladaDemo\ColladaDemo.pdb"
TargetMachine="1"/>
<Tool
Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE"
MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE"
TargetEnvironment="1"
TypeLibraryName="..\..\out\release8\build\appColladaDemo\appColladaDemo.tlb"/>
<Tool
Name="VCPostBuildEventTool"
/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_CONSOLE;PROJECTGEN_VERSION=8"
Culture="1033"
AdditionalIncludeDirectories=".;..\..;..\..\Bullet;..\..\BulletDynamics;..\..\LinearMath;..\..\Extras\PhysicsInterface\Common;..\..\Extras\ConvexDecomposition;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\PhysicsInterface\CcdPhysics"
/>
Culture="1033"/>
<Tool
Name="VCPreLinkEventTool"
/>
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalOptions=" "
AdditionalDependencies="glut32.lib"
OutputFile="..\..\ColladaDemo.exe"
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\Glut"
IgnoreDefaultLibraryNames="LIBC,LIBCD,LIBCMT,LIBCMTD"
GenerateDebugInformation="true"
ProgramDatabaseFile="..\..\out\release8\build\appColladaDemo\ColladaDemo.pdb"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
Name="VCWebDeploymentTool"/>
</Configuration>
<Configuration
Name="Debug|Win32"
OutputDirectory="..\..\out\debug8\build\appColladaDemo\"
IntermediateDirectory="..\..\out\debug8\build\appColladaDemo\"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG;_CONSOLE"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName="..\..\out\debug8\build\appColladaDemo\appColladaDemo.tlb"
/>
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool
Name="VCCLCompilerTool"
AdditionalOptions=" "
Optimization="0"
AdditionalIncludeDirectories=".;..\..;..\..\Bullet;..\..\BulletDynamics;..\..\LinearMath;..\..\Extras\PhysicsInterface\Common;..\..\Extras\ConvexDecomposition;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\PhysicsInterface\CcdPhysics;..\..\Extras\FCollada;..\..\Extras\FCollada\LibXML\include;..\..\Extras\COLLADA_DOM\include;..\..\Extras\COLLADA_DOM\include\1.4"
PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32"
MinimalRebuild="true"
ExceptionHandling="0"
MinimalRebuild="TRUE"
DebugInformationFormat="4"
RuntimeTypeInfo="TRUE"
RuntimeLibrary="3"
TreatWChar_tAsBuiltInType="false"
RuntimeTypeInfo="true"
PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32"
OptimizeForProcessor="1"
ExceptionHandling="0"
AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\Bullet;..\..\BulletDynamics;..\..\LinearMath;..\..\Extras\PhysicsInterface\Common;..\..\Extras\ConvexDecomposition;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\PhysicsInterface\CcdPhysics"
PrecompiledHeaderFile="..\..\out\debug8\build\appColladaDemo\appColladaDemo.pch"
AssemblerListingLocation="..\..\out\debug8\build\appColladaDemo\"
ObjectFile="..\..\out\debug8\build\appColladaDemo\"
ProgramDataBaseFileName="..\..\out\debug8\build\appColladaDemo\ColladaDemo.pdb"
WarningLevel="3"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
CompileAs="0"
/>
SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false"
CompileAs="0"/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD,LIBCMT,LIBCMTD,MSVCRT"
OutputFile="..\..\ColladaDemo.exe"
SubSystem="1"
AdditionalOptions=" "
AdditionalDependencies="glut32.lib"
IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\Glut"
ProgramDatabaseFile="..\..\out\debug8\build\appColladaDemo\ColladaDemo.pdb"
TargetMachine="1"/>
<Tool
Name="VCLibrarianTool"
SuppressStartupBanner="TRUE"/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG;_CONSOLE"
MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE"
TargetEnvironment="1"
TypeLibraryName="..\..\out\debug8\build\appColladaDemo\appColladaDemo.tlb"/>
<Tool
Name="VCPostBuildEventTool"
/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG;_CONSOLE;PROJECTGEN_VERSION=8"
Culture="1033"
AdditionalIncludeDirectories=".;..\..;..\..\Bullet;..\..\BulletDynamics;..\..\LinearMath;..\..\Extras\PhysicsInterface\Common;..\..\Extras\ConvexDecomposition;..\..\Glut;..\..\Demos\OpenGL;..\..\Extras\PhysicsInterface\CcdPhysics"
/>
Culture="1033"/>
<Tool
Name="VCPreLinkEventTool"
/>
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalOptions=" "
AdditionalDependencies="glut32.lib"
OutputFile="..\..\ColladaDemo.exe"
LinkIncremental="2"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\Glut"
IgnoreDefaultLibraryNames="LIBC,LIBCD,LIBCMT,LIBCMTD,MSVCRT"
GenerateDebugInformation="true"
ProgramDatabaseFile="..\..\out\debug8\build\appColladaDemo\ColladaDemo.pdb"
SubSystem="1"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
Name="VCWebDeploymentTool"/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"
>
Filter="">
<File
RelativePath="..\..\Demos\ColladaDemo\ColladaDemo.cpp"
>
RelativePath="..\..\Demos\ColladaDemo\ColladaDemo.cpp">
</File>
</Filter>
<Filter
Name="Resource Files"
>
Filter="">
<File
RelativePath="..\..\msvc\appColladaDemo.rc"
>
RelativePath="..\..\msvc\appColladaDemo.rc">
</File>
</Filter>
</Files>

View File

@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="Windows-1252"?>
<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
Name="libbulletdynamics"
ProjectGUID="{61BD1097-CF2E-B296-DAA9-73A6FE135319}"
RootNamespace="libbulletdynamics"
>
SccProjectName=""
SccLocalPath="">
<Platforms>
<Platform
Name="Win32"
/>
Name="Win32"/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Release|Win32"
@@ -20,82 +17,72 @@
IntermediateDirectory="..\..\out\release8\build\libbulletdynamics\"
ConfigurationType="4"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName="..\..\out\release8\build\libbulletdynamics\libbulletdynamics.tlb"
/>
ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool
Name="VCCLCompilerTool"
AdditionalOptions=" "
Optimization="2"
AdditionalIncludeDirectories=".;..\..;..\..\Bullet;..\..\BulletDynamics;..\..\LinearMath"
PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;WIN32"
StringPooling="true"
ExceptionHandling="0"
StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2"
BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
TreatWChar_tAsBuiltInType="false"
DebugInformationFormat="3"
BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;WIN32"
OptimizeForProcessor="1"
ExceptionHandling="0"
AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\Bullet;..\..\BulletDynamics;..\..\LinearMath"
PrecompiledHeaderFile="..\..\out\release8\build\libbulletdynamics\libbulletdynamics.pch"
AssemblerListingLocation="..\..\out\release8\build\libbulletdynamics\"
ObjectFile="..\..\out\release8\build\libbulletdynamics\"
ProgramDataBaseFileName="..\..\out\release8\build\libbulletdynamics\bulletdynamics.pdb"
WarningLevel="3"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
CompileAs="0"
/>
SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false"
CompileAs="0"/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
Name="VCCustomBuildTool"/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;PROJECTGEN_VERSION=8"
Culture="1033"
AdditionalIncludeDirectories=".;..\..;..\..\Bullet;..\..\BulletDynamics;..\..\LinearMath"
/>
<Tool
Name="VCPreLinkEventTool"
/>
Name="VCLinkerTool"
LinkIncremental="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD,LIBCMT,LIBCMTD"
AdditionalOptions=" "
AdditionalDependencies=""
IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories=""
ProgramDatabaseFile="..\..\out\release8\build\libbulletdynamics\bulletdynamics.pdb"
TargetMachine="1"/>
<Tool
Name="VCLibrarianTool"
OutputFile="..\..\out\release8\libs\libbulletdynamics.lib"
SuppressStartupBanner="true"
/>
SuppressStartupBanner="TRUE"/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS"
MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE"
TargetEnvironment="1"
TypeLibraryName="..\..\out\release8\build\libbulletdynamics\libbulletdynamics.tlb"/>
<Tool
Name="VCPostBuildEventTool"
/>
/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;PROJECTGEN_VERSION=8"
AdditionalIncludeDirectories=".;..\..;..\..\Bullet;..\..\BulletDynamics;..\..\LinearMath"
Culture="1033"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
</Configuration>
<Configuration
Name="Debug|Win32"
@@ -103,204 +90,162 @@
IntermediateDirectory="..\..\out\debug8\build\libbulletdynamics\"
ConfigurationType="4"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName="..\..\out\debug8\build\libbulletdynamics\libbulletdynamics.tlb"
/>
ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool
Name="VCCLCompilerTool"
AdditionalOptions=" "
Optimization="0"
AdditionalIncludeDirectories=".;..\..;..\..\Bullet;..\..\BulletDynamics;..\..\LinearMath"
PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;WIN32"
MinimalRebuild="true"
ExceptionHandling="0"
MinimalRebuild="TRUE"
DebugInformationFormat="4"
RuntimeTypeInfo="TRUE"
RuntimeLibrary="3"
TreatWChar_tAsBuiltInType="false"
RuntimeTypeInfo="true"
PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;WIN32"
OptimizeForProcessor="1"
ExceptionHandling="0"
AdditionalOptions=" "
AdditionalIncludeDirectories=".;..\..;..\..\Bullet;..\..\BulletDynamics;..\..\LinearMath"
PrecompiledHeaderFile="..\..\out\debug8\build\libbulletdynamics\libbulletdynamics.pch"
AssemblerListingLocation="..\..\out\debug8\build\libbulletdynamics\"
ObjectFile="..\..\out\debug8\build\libbulletdynamics\"
ProgramDataBaseFileName="..\..\out\debug8\build\libbulletdynamics\bulletdynamics.pdb"
WarningLevel="3"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
CompileAs="0"
/>
SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE"
TreatWChar_tAsBuiltInType="false"
CompileAs="0"/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
Name="VCCustomBuildTool"/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;PROJECTGEN_VERSION=8"
Culture="1033"
AdditionalIncludeDirectories=".;..\..;..\..\Bullet;..\..\BulletDynamics;..\..\LinearMath"
/>
<Tool
Name="VCPreLinkEventTool"
/>
Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD,LIBCMT,LIBCMTD,MSVCRT"
AdditionalOptions=" "
AdditionalDependencies=""
IgnoreImportLibrary="TRUE"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories=""
ProgramDatabaseFile="..\..\out\debug8\build\libbulletdynamics\bulletdynamics.pdb"
TargetMachine="1"/>
<Tool
Name="VCLibrarianTool"
OutputFile="..\..\out\debug8\libs\libbulletdynamics_d.lib"
SuppressStartupBanner="true"
/>
SuppressStartupBanner="TRUE"/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS"
MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE"
TargetEnvironment="1"
TypeLibraryName="..\..\out\debug8\build\libbulletdynamics\libbulletdynamics.tlb"/>
<Tool
Name="VCPostBuildEventTool"
/>
/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;PROJECTGEN_VERSION=8"
AdditionalIncludeDirectories=".;..\..;..\..\Bullet;..\..\BulletDynamics;..\..\LinearMath"
Culture="1033"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"
>
Filter="">
<File
RelativePath="..\..\BulletDynamics\Dynamics\BU_Joint.cpp"
>
RelativePath="..\..\BulletDynamics\ConstraintSolver\ContactConstraint.cpp">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\ContactConstraint.cpp"
>
RelativePath="..\..\BulletDynamics\ConstraintSolver\Generic6DofConstraint.cpp">
</File>
<File
RelativePath="..\..\BulletDynamics\Dynamics\ContactJoint.cpp"
>
RelativePath="..\..\BulletDynamics\ConstraintSolver\HingeConstraint.cpp">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\Generic6DofConstraint.cpp"
>
RelativePath="..\..\BulletDynamics\ConstraintSolver\OdeConstraintSolver.cpp">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\HingeConstraint.cpp"
>
RelativePath="..\..\BulletDynamics\ConstraintSolver\Point2PointConstraint.cpp">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\OdeConstraintSolver.cpp"
>
RelativePath="..\..\BulletDynamics\ConstraintSolver\SimpleConstraintSolver.cpp">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\Point2PointConstraint.cpp"
>
RelativePath="..\..\BulletDynamics\ConstraintSolver\Solve2LinearConstraint.cpp">
</File>
<File
RelativePath="..\..\BulletDynamics\Dynamics\RigidBody.cpp"
>
RelativePath="..\..\BulletDynamics\ConstraintSolver\SorLcp.cpp">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\SimpleConstraintSolver.cpp"
>
RelativePath="..\..\BulletDynamics\ConstraintSolver\TypedConstraint.cpp">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\Solve2LinearConstraint.cpp"
>
RelativePath="..\..\BulletDynamics\Dynamics\BU_Joint.cpp">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\SorLcp.cpp"
>
RelativePath="..\..\BulletDynamics\Dynamics\ContactJoint.cpp">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\TypedConstraint.cpp"
>
RelativePath="..\..\BulletDynamics\Dynamics\RigidBody.cpp">
</File>
</Filter>
<Filter
Name="Header Files"
>
Filter="">
<File
RelativePath="..\..\BulletDynamics\Dynamics\BU_Joint.h"
>
RelativePath="..\..\BulletDynamics\ConstraintSolver\ConstraintSolver.h">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\ConstraintSolver.h"
>
RelativePath="..\..\BulletDynamics\ConstraintSolver\ContactConstraint.h">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\ContactConstraint.h"
>
RelativePath="..\..\BulletDynamics\ConstraintSolver\ContactSolverInfo.h">
</File>
<File
RelativePath="..\..\BulletDynamics\Dynamics\ContactJoint.h"
>
RelativePath="..\..\BulletDynamics\ConstraintSolver\Generic6DofConstraint.h">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\ContactSolverInfo.h"
>
RelativePath="..\..\BulletDynamics\ConstraintSolver\HingeConstraint.h">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\Generic6DofConstraint.h"
>
RelativePath="..\..\BulletDynamics\ConstraintSolver\JacobianEntry.h">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\HingeConstraint.h"
>
RelativePath="..\..\BulletDynamics\ConstraintSolver\OdeConstraintSolver.h">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\JacobianEntry.h"
>
RelativePath="..\..\BulletDynamics\ConstraintSolver\Point2PointConstraint.h">
</File>
<File
RelativePath="..\..\BulletDynamics\Dynamics\MassProps.h"
>
RelativePath="..\..\BulletDynamics\ConstraintSolver\SimpleConstraintSolver.h">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\OdeConstraintSolver.h"
>
RelativePath="..\..\BulletDynamics\ConstraintSolver\Solve2LinearConstraint.h">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\Point2PointConstraint.h"
>
RelativePath="..\..\BulletDynamics\ConstraintSolver\SorLcp.h">
</File>
<File
RelativePath="..\..\BulletDynamics\Dynamics\RigidBody.h"
>
RelativePath="..\..\BulletDynamics\ConstraintSolver\TypedConstraint.h">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\SimpleConstraintSolver.h"
>
RelativePath="..\..\BulletDynamics\Dynamics\BU_Joint.h">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\Solve2LinearConstraint.h"
>
RelativePath="..\..\BulletDynamics\Dynamics\ContactJoint.h">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\SorLcp.h"
>
RelativePath="..\..\BulletDynamics\Dynamics\MassProps.h">
</File>
<File
RelativePath="..\..\BulletDynamics\ConstraintSolver\TypedConstraint.h"
>
RelativePath="..\..\BulletDynamics\Dynamics\RigidBody.h">
</File>
</Filter>
</Files>

File diff suppressed because it is too large Load Diff

View File

@@ -1,29 +1,30 @@
// This file is generated automatically.
1 VERSIONINFO
FILEVERSION 1, 1, 2006, 0319
PRODUCTVERSION 1, 1, 2006, 0319
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
FILEFLAGS 0x0
#endif
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
VALUE "ProductVersion", "1.1.2006.0319"
VALUE "FileVersion", "1.1.2006.0319"
VALUE "LegalCopyright", "Copyright (c) 2005-2006 Erwin Coumans"
VALUE "FileDescription", "BasicSample"
#ifdef CS_DEBUG
VALUE "Comments", "Debug build"
#else
VALUE "Comments", "Release build"
#endif
VALUE "WWW", "http://www.continuousphysics.com/Bullet/"
}
}
}
// This file is generated automatically.
1 VERSIONINFO
FILEVERSION 1, 5, 6, 0
PRODUCTVERSION 1, 5, 6, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
FILEFLAGS 0x0
#endif
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
VALUE "ProductVersion", "1.5.6"
VALUE "FileVersion", "1.5.6"
VALUE "LegalCopyright", "Copyright (c) 2005-2006 Erwin Coumans"
VALUE "FileDescription", "BasicSample"
#ifdef CS_DEBUG
VALUE "Comments", "Debug build"
#else
VALUE "Comments", "Release build"
#endif
VALUE "WWW", "http://www.continuousphysics.com/Bullet/"
}
}
}
1 ICON "../msvc/bullet_ico.ico"

View File

@@ -1,31 +1,30 @@
// This file is generated automatically.
1 VERSIONINFO
FILEVERSION 1, 1, 2006, 0319
PRODUCTVERSION 1, 1, 2006, 0319
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
FILEFLAGS 0x0
#endif
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
VALUE "ProductVersion", "1.1.2006.0319"
VALUE "FileVersion", "1.1.2006.0319"
VALUE "LegalCopyright", "Copyright (c) 2005-2006 Erwin Coumans"
VALUE "FileDescription", "CcdPhysicsDemo"
#ifdef CS_DEBUG
VALUE "Comments", "Debug build"
#else
VALUE "Comments", "Release build"
#endif
VALUE "WWW", "http://www.continuousphysics.com/Bullet/"
}
}
}
APPICON ICON "bullet_ico.ico"
// This file is generated automatically.
1 VERSIONINFO
FILEVERSION 1, 5, 6, 0
PRODUCTVERSION 1, 5, 6, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
FILEFLAGS 0x0
#endif
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
VALUE "ProductVersion", "1.5.6"
VALUE "FileVersion", "1.5.6"
VALUE "LegalCopyright", "Copyright (c) 2005-2006 Erwin Coumans"
VALUE "FileDescription", "CcdPhysicsDemo"
#ifdef CS_DEBUG
VALUE "Comments", "Debug build"
#else
VALUE "Comments", "Release build"
#endif
VALUE "WWW", "http://www.continuousphysics.com/Bullet/"
}
}
}
1 ICON "../msvc/bullet_ico.ico"

View File

@@ -1,31 +1,30 @@
// This file is generated automatically.
1 VERSIONINFO
FILEVERSION 1, 1, 2006, 0319
PRODUCTVERSION 1, 1, 2006, 0319
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
FILEFLAGS 0x0
#endif
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
VALUE "ProductVersion", "1.1.2006.0319"
VALUE "FileVersion", "1.1.2006.0319"
VALUE "LegalCopyright", "Copyright (c) 2005-2006 Erwin Coumans"
VALUE "FileDescription", "ColladaDemo"
#ifdef CS_DEBUG
VALUE "Comments", "Debug build"
#else
VALUE "Comments", "Release build"
#endif
VALUE "WWW", "http://www.continuousphysics.com/Bullet/"
}
}
}
APPICON ICON "bullet_ico.ico"
// This file is generated automatically.
1 VERSIONINFO
FILEVERSION 1, 5, 6, 0
PRODUCTVERSION 1, 5, 6, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
FILEFLAGS 0x0
#endif
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
VALUE "ProductVersion", "1.5.6"
VALUE "FileVersion", "1.5.6"
VALUE "LegalCopyright", "Copyright (c) 2005-2006 Erwin Coumans"
VALUE "FileDescription", "ColladaDemo"
#ifdef CS_DEBUG
VALUE "Comments", "Debug build"
#else
VALUE "Comments", "Release build"
#endif
VALUE "WWW", "http://www.continuousphysics.com/Bullet/"
}
}
}
1 ICON "../msvc/bullet_ico.ico"

View File

@@ -1,29 +1,30 @@
// This file is generated automatically.
1 VERSIONINFO
FILEVERSION 1, 1, 2006, 0319
PRODUCTVERSION 1, 1, 2006, 0319
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
FILEFLAGS 0x0
#endif
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
VALUE "ProductVersion", "1.1.2006.0319"
VALUE "FileVersion", "1.1.2006.0319"
VALUE "LegalCopyright", "Copyright (c) 2005-2006 Erwin Coumans"
VALUE "FileDescription", "CollisionDemo"
#ifdef CS_DEBUG
VALUE "Comments", "Debug build"
#else
VALUE "Comments", "Release build"
#endif
VALUE "WWW", "http://www.continuousphysics.com/Bullet/"
}
}
}
// This file is generated automatically.
1 VERSIONINFO
FILEVERSION 1, 5, 6, 0
PRODUCTVERSION 1, 5, 6, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
FILEFLAGS 0x0
#endif
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
VALUE "ProductVersion", "1.5.6"
VALUE "FileVersion", "1.5.6"
VALUE "LegalCopyright", "Copyright (c) 2005-2006 Erwin Coumans"
VALUE "FileDescription", "CollisionDemo"
#ifdef CS_DEBUG
VALUE "Comments", "Debug build"
#else
VALUE "Comments", "Release build"
#endif
VALUE "WWW", "http://www.continuousphysics.com/Bullet/"
}
}
}
1 ICON "../msvc/bullet_ico.ico"

View File

@@ -1,29 +1,30 @@
// This file is generated automatically.
1 VERSIONINFO
FILEVERSION 1, 1, 2006, 0319
PRODUCTVERSION 1, 1, 2006, 0319
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
FILEFLAGS 0x0
#endif
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
VALUE "ProductVersion", "1.1.2006.0319"
VALUE "FileVersion", "1.1.2006.0319"
VALUE "LegalCopyright", "Copyright (c) 2005-2006 Erwin Coumans"
VALUE "FileDescription", "CollisionInterfaceDemo"
#ifdef CS_DEBUG
VALUE "Comments", "Debug build"
#else
VALUE "Comments", "Release build"
#endif
VALUE "WWW", "http://www.continuousphysics.com/Bullet/"
}
}
}
// This file is generated automatically.
1 VERSIONINFO
FILEVERSION 1, 5, 6, 0
PRODUCTVERSION 1, 5, 6, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
FILEFLAGS 0x0
#endif
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
VALUE "ProductVersion", "1.5.6"
VALUE "FileVersion", "1.5.6"
VALUE "LegalCopyright", "Copyright (c) 2005-2006 Erwin Coumans"
VALUE "FileDescription", "CollisionInterfaceDemo"
#ifdef CS_DEBUG
VALUE "Comments", "Debug build"
#else
VALUE "Comments", "Release build"
#endif
VALUE "WWW", "http://www.continuousphysics.com/Bullet/"
}
}
}
1 ICON "../msvc/bullet_ico.ico"

View File

@@ -1,29 +1,30 @@
// This file is generated automatically.
1 VERSIONINFO
FILEVERSION 1, 1, 2006, 0319
PRODUCTVERSION 1, 1, 2006, 0319
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
FILEFLAGS 0x0
#endif
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
VALUE "ProductVersion", "1.1.2006.0319"
VALUE "FileVersion", "1.1.2006.0319"
VALUE "LegalCopyright", "Copyright (c) 2005-2006 Erwin Coumans"
VALUE "FileDescription", "ConcaveDemo"
#ifdef CS_DEBUG
VALUE "Comments", "Debug build"
#else
VALUE "Comments", "Release build"
#endif
VALUE "WWW", "http://www.continuousphysics.com/Bullet/"
}
}
}
// This file is generated automatically.
1 VERSIONINFO
FILEVERSION 1, 5, 6, 0
PRODUCTVERSION 1, 5, 6, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
FILEFLAGS 0x0
#endif
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
VALUE "ProductVersion", "1.5.6"
VALUE "FileVersion", "1.5.6"
VALUE "LegalCopyright", "Copyright (c) 2005-2006 Erwin Coumans"
VALUE "FileDescription", "ConcaveDemo"
#ifdef CS_DEBUG
VALUE "Comments", "Debug build"
#else
VALUE "Comments", "Release build"
#endif
VALUE "WWW", "http://www.continuousphysics.com/Bullet/"
}
}
}
1 ICON "../msvc/bullet_ico.ico"

View File

@@ -1,29 +1,30 @@
// This file is generated automatically.
1 VERSIONINFO
FILEVERSION 1, 1, 2006, 0319
PRODUCTVERSION 1, 1, 2006, 0319
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
FILEFLAGS 0x0
#endif
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
VALUE "ProductVersion", "1.1.2006.0319"
VALUE "FileVersion", "1.1.2006.0319"
VALUE "LegalCopyright", "Copyright (c) 2005-2006 Erwin Coumans"
VALUE "FileDescription", "ConstraintDemo"
#ifdef CS_DEBUG
VALUE "Comments", "Debug build"
#else
VALUE "Comments", "Release build"
#endif
VALUE "WWW", "http://www.continuousphysics.com/Bullet/"
}
}
}
// This file is generated automatically.
1 VERSIONINFO
FILEVERSION 1, 5, 6, 0
PRODUCTVERSION 1, 5, 6, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
FILEFLAGS 0x0
#endif
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
VALUE "ProductVersion", "1.5.6"
VALUE "FileVersion", "1.5.6"
VALUE "LegalCopyright", "Copyright (c) 2005-2006 Erwin Coumans"
VALUE "FileDescription", "ConstraintDemo"
#ifdef CS_DEBUG
VALUE "Comments", "Debug build"
#else
VALUE "Comments", "Release build"
#endif
VALUE "WWW", "http://www.continuousphysics.com/Bullet/"
}
}
}
1 ICON "../msvc/bullet_ico.ico"

View File

@@ -1,29 +1,30 @@
// This file is generated automatically.
1 VERSIONINFO
FILEVERSION 1, 1, 2006, 0319
PRODUCTVERSION 1, 1, 2006, 0319
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
FILEFLAGS 0x0
#endif
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
VALUE "ProductVersion", "1.1.2006.0319"
VALUE "FileVersion", "1.1.2006.0319"
VALUE "LegalCopyright", "Copyright (c) 2005-2006 Erwin Coumans"
VALUE "FileDescription", "ContinuousConvexCollision"
#ifdef CS_DEBUG
VALUE "Comments", "Debug build"
#else
VALUE "Comments", "Release build"
#endif
VALUE "WWW", "http://www.continuousphysics.com/Bullet/"
}
}
}
// This file is generated automatically.
1 VERSIONINFO
FILEVERSION 1, 5, 6, 0
PRODUCTVERSION 1, 5, 6, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
FILEFLAGS 0x0
#endif
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
VALUE "ProductVersion", "1.5.6"
VALUE "FileVersion", "1.5.6"
VALUE "LegalCopyright", "Copyright (c) 2005-2006 Erwin Coumans"
VALUE "FileDescription", "ContinuousConvexCollision"
#ifdef CS_DEBUG
VALUE "Comments", "Debug build"
#else
VALUE "Comments", "Release build"
#endif
VALUE "WWW", "http://www.continuousphysics.com/Bullet/"
}
}
}
1 ICON "../msvc/bullet_ico.ico"

View File

@@ -1,31 +1,30 @@
// This file is generated automatically.
1 VERSIONINFO
FILEVERSION 1, 1, 2006, 0319
PRODUCTVERSION 1, 1, 2006, 0319
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
FILEFLAGS 0x0
#endif
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
VALUE "ProductVersion", "1.1.2006.0319"
VALUE "FileVersion", "1.1.2006.0319"
VALUE "LegalCopyright", "Copyright (c) 2005-2006 Erwin Coumans"
VALUE "FileDescription", "ConvexDecompositionDemo"
#ifdef CS_DEBUG
VALUE "Comments", "Debug build"
#else
VALUE "Comments", "Release build"
#endif
VALUE "WWW", "http://www.continuousphysics.com/Bullet/"
}
}
}
APPICON ICON "bullet_ico.ico"
// This file is generated automatically.
1 VERSIONINFO
FILEVERSION 1, 5, 6, 0
PRODUCTVERSION 1, 5, 6, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
FILEFLAGS 0x0
#endif
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
VALUE "ProductVersion", "1.5.6"
VALUE "FileVersion", "1.5.6"
VALUE "LegalCopyright", "Copyright (c) 2005-2006 Erwin Coumans"
VALUE "FileDescription", "ConvexDecompositionDemo"
#ifdef CS_DEBUG
VALUE "Comments", "Debug build"
#else
VALUE "Comments", "Release build"
#endif
VALUE "WWW", "http://www.continuousphysics.com/Bullet/"
}
}
}
1 ICON "../msvc/bullet_ico.ico"

View File

@@ -1,29 +1,30 @@
// This file is generated automatically.
1 VERSIONINFO
FILEVERSION 1, 1, 2006, 0319
PRODUCTVERSION 1, 1, 2006, 0319
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
FILEFLAGS 0x0
#endif
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
VALUE "ProductVersion", "1.1.2006.0319"
VALUE "FileVersion", "1.1.2006.0319"
VALUE "LegalCopyright", "Copyright (c) 2005-2006 Erwin Coumans"
VALUE "FileDescription", "EPAPenDepthDemo"
#ifdef CS_DEBUG
VALUE "Comments", "Debug build"
#else
VALUE "Comments", "Release build"
#endif
VALUE "WWW", "http://www.continuousphysics.com/Bullet/"
}
}
}
// This file is generated automatically.
1 VERSIONINFO
FILEVERSION 1, 5, 6, 0
PRODUCTVERSION 1, 5, 6, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
FILEFLAGS 0x0
#endif
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
VALUE "ProductVersion", "1.5.6"
VALUE "FileVersion", "1.5.6"
VALUE "LegalCopyright", "Copyright (c) 2005-2006 Erwin Coumans"
VALUE "FileDescription", "EPAPenDepthDemo"
#ifdef CS_DEBUG
VALUE "Comments", "Debug build"
#else
VALUE "Comments", "Release build"
#endif
VALUE "WWW", "http://www.continuousphysics.com/Bullet/"
}
}
}
1 ICON "../msvc/bullet_ico.ico"

View File

@@ -1,29 +1,30 @@
// This file is generated automatically.
1 VERSIONINFO
FILEVERSION 1, 1, 2006, 0319
PRODUCTVERSION 1, 1, 2006, 0319
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
FILEFLAGS 0x0
#endif
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
VALUE "ProductVersion", "1.1.2006.0319"
VALUE "FileVersion", "1.1.2006.0319"
VALUE "LegalCopyright", "Copyright (c) 2005-2006 Erwin Coumans"
VALUE "FileDescription", "GjkConvexCastDemo"
#ifdef CS_DEBUG
VALUE "Comments", "Debug build"
#else
VALUE "Comments", "Release build"
#endif
VALUE "WWW", "http://www.continuousphysics.com/Bullet/"
}
}
}
// This file is generated automatically.
1 VERSIONINFO
FILEVERSION 1, 5, 6, 0
PRODUCTVERSION 1, 5, 6, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
FILEFLAGS 0x0
#endif
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
VALUE "ProductVersion", "1.5.6"
VALUE "FileVersion", "1.5.6"
VALUE "LegalCopyright", "Copyright (c) 2005-2006 Erwin Coumans"
VALUE "FileDescription", "GjkConvexCastDemo"
#ifdef CS_DEBUG
VALUE "Comments", "Debug build"
#else
VALUE "Comments", "Release build"
#endif
VALUE "WWW", "http://www.continuousphysics.com/Bullet/"
}
}
}
1 ICON "../msvc/bullet_ico.ico"

View File

@@ -1,29 +1,30 @@
// This file is generated automatically.
1 VERSIONINFO
FILEVERSION 1, 1, 2006, 0319
PRODUCTVERSION 1, 1, 2006, 0319
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
FILEFLAGS 0x0
#endif
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
VALUE "ProductVersion", "1.1.2006.0319"
VALUE "FileVersion", "1.1.2006.0319"
VALUE "LegalCopyright", "Copyright (c) 2005-2006 Erwin Coumans"
VALUE "FileDescription", "Raytracer"
#ifdef CS_DEBUG
VALUE "Comments", "Debug build"
#else
VALUE "Comments", "Release build"
#endif
VALUE "WWW", "http://www.continuousphysics.com/Bullet/"
}
}
}
// This file is generated automatically.
1 VERSIONINFO
FILEVERSION 1, 5, 6, 0
PRODUCTVERSION 1, 5, 6, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
FILEFLAGS 0x0
#endif
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
VALUE "ProductVersion", "1.5.6"
VALUE "FileVersion", "1.5.6"
VALUE "LegalCopyright", "Copyright (c) 2005-2006 Erwin Coumans"
VALUE "FileDescription", "Raytracer"
#ifdef CS_DEBUG
VALUE "Comments", "Debug build"
#else
VALUE "Comments", "Release build"
#endif
VALUE "WWW", "http://www.continuousphysics.com/Bullet/"
}
}
}
1 ICON "../msvc/bullet_ico.ico"

View File

@@ -1,29 +1,30 @@
// This file is generated automatically.
1 VERSIONINFO
FILEVERSION 1, 1, 2006, 0319
PRODUCTVERSION 1, 1, 2006, 0319
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
FILEFLAGS 0x0
#endif
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
VALUE "ProductVersion", "1.1.2006.0319"
VALUE "FileVersion", "1.1.2006.0319"
VALUE "LegalCopyright", "Copyright (c) 2005-2006 Erwin Coumans"
VALUE "FileDescription", "SimplexDemo"
#ifdef CS_DEBUG
VALUE "Comments", "Debug build"
#else
VALUE "Comments", "Release build"
#endif
VALUE "WWW", "http://www.continuousphysics.com/Bullet/"
}
}
}
// This file is generated automatically.
1 VERSIONINFO
FILEVERSION 1, 5, 6, 0
PRODUCTVERSION 1, 5, 6, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
FILEFLAGS 0x0
#endif
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
VALUE "ProductVersion", "1.5.6"
VALUE "FileVersion", "1.5.6"
VALUE "LegalCopyright", "Copyright (c) 2005-2006 Erwin Coumans"
VALUE "FileDescription", "SimplexDemo"
#ifdef CS_DEBUG
VALUE "Comments", "Debug build"
#else
VALUE "Comments", "Release build"
#endif
VALUE "WWW", "http://www.continuousphysics.com/Bullet/"
}
}
}
1 ICON "../msvc/bullet_ico.ico"