mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-16 06:30:05 +00:00
removed 'processAllTrianglesBruteForce'
autogenerated new visual studio projectfiles
This commit is contained in:
parent
a57d5e1106
commit
718b73371f
@ -33,7 +33,7 @@ btScalar gCollisionMargin = btScalar(0.05);
|
|||||||
#include "GlutStuff.h"
|
#include "GlutStuff.h"
|
||||||
|
|
||||||
#ifdef USE_PARALLEL_DISPATCHER
|
#ifdef USE_PARALLEL_DISPATCHER
|
||||||
#include "SpuGatheringCollisionDispatcher.h"
|
#include "../../Extras/BulletMultiThreaded/SpuGatheringCollisionDispatcher.h"
|
||||||
#endif//USE_PARALLEL_DISPATCHER
|
#endif//USE_PARALLEL_DISPATCHER
|
||||||
|
|
||||||
|
|
||||||
|
@ -520,7 +520,7 @@ void GL_ShapeDrawer::drawOpenGL(btScalar* m, const btCollisionShape* shape, cons
|
|||||||
GlDrawcallback drawCallback;
|
GlDrawcallback drawCallback;
|
||||||
drawCallback.m_wireframe = (debugMode & btIDebugDraw::DBG_DrawWireframe)!=0;
|
drawCallback.m_wireframe = (debugMode & btIDebugDraw::DBG_DrawWireframe)!=0;
|
||||||
|
|
||||||
concaveMesh->processAllTrianglesBruteForce(&drawCallback,aabbMin,aabbMax);
|
concaveMesh->processAllTriangles(&drawCallback,aabbMin,aabbMax);
|
||||||
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -289,6 +289,7 @@ void btGIMPACTMeshShape::calculateLocalInertia(btScalar mass,btVector3& inertia)
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
void btGIMPACTMeshShape::processAllTriangles(btTriangleCallback* callback,const btVector3& aabbMin,const btVector3& aabbMax) const
|
void btGIMPACTMeshShape::processAllTriangles(btTriangleCallback* callback,const btVector3& aabbMin,const btVector3& aabbMax) const
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugBasicDemo.exe"
|
OutputFile="..\..\DebugBasicDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblBasicDemo.exe"
|
OutputFile="..\..\DebugDblBasicDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugBspDemo.exe"
|
OutputFile="..\..\DebugBspDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblBspDemo.exe"
|
OutputFile="..\..\DebugDblBspDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugBulletDino.exe"
|
OutputFile="..\..\DebugBulletDino.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblBulletDino.exe"
|
OutputFile="..\..\DebugDblBulletDino.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugCcdPhysicsDemo.exe"
|
OutputFile="..\..\DebugCcdPhysicsDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblCcdPhysicsDemo.exe"
|
OutputFile="..\..\DebugDblCcdPhysicsDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugColladaDemo.exe"
|
OutputFile="..\..\DebugColladaDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblColladaDemo.exe"
|
OutputFile="..\..\DebugDblColladaDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugCollisionDemo.exe"
|
OutputFile="..\..\DebugCollisionDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblCollisionDemo.exe"
|
OutputFile="..\..\DebugDblCollisionDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugCollisionInterfaceDemo.exe"
|
OutputFile="..\..\DebugCollisionInterfaceDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblCollisionInterfaceDemo.exe"
|
OutputFile="..\..\DebugDblCollisionInterfaceDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugConcaveDemo.exe"
|
OutputFile="..\..\DebugConcaveDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblConcaveDemo.exe"
|
OutputFile="..\..\DebugDblConcaveDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugConstraintDemo.exe"
|
OutputFile="..\..\DebugConstraintDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblConstraintDemo.exe"
|
OutputFile="..\..\DebugDblConstraintDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugContinuousConvexCollision.exe"
|
OutputFile="..\..\DebugContinuousConvexCollision.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblContinuousConvexCollision.exe"
|
OutputFile="..\..\DebugDblContinuousConvexCollision.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugConvexDecompositionDemo.exe"
|
OutputFile="..\..\DebugConvexDecompositionDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblConvexDecompositionDemo.exe"
|
OutputFile="..\..\DebugDblConvexDecompositionDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugDoublePrecisionDemo.exe"
|
OutputFile="..\..\DebugDoublePrecisionDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblDoublePrecisionDemo.exe"
|
OutputFile="..\..\DebugDblDoublePrecisionDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugEPAPenDepthDemo.exe"
|
OutputFile="..\..\DebugEPAPenDepthDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblEPAPenDepthDemo.exe"
|
OutputFile="..\..\DebugDblEPAPenDepthDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugGjkConvexCastDemo.exe"
|
OutputFile="..\..\DebugGjkConvexCastDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblGjkConvexCastDemo.exe"
|
OutputFile="..\..\DebugDblGjkConvexCastDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugMovingConcaveDemo.exe"
|
OutputFile="..\..\DebugMovingConcaveDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblMovingConcaveDemo.exe"
|
OutputFile="..\..\DebugDblMovingConcaveDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugRaytracer.exe"
|
OutputFile="..\..\DebugRaytracer.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblRaytracer.exe"
|
OutputFile="..\..\DebugDblRaytracer.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugSimplexDemo.exe"
|
OutputFile="..\..\DebugSimplexDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblSimplexDemo.exe"
|
OutputFile="..\..\DebugDblSimplexDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugUserCollisionAlgorithm.exe"
|
OutputFile="..\..\DebugUserCollisionAlgorithm.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblUserCollisionAlgorithm.exe"
|
OutputFile="..\..\DebugDblUserCollisionAlgorithm.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugVehicleDemo.exe"
|
OutputFile="..\..\DebugVehicleDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblVehicleDemo.exe"
|
OutputFile="..\..\DebugDblVehicleDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -228,6 +228,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -228,6 +228,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -228,6 +228,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -227,6 +227,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -227,6 +227,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -227,6 +227,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -227,6 +227,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -227,6 +227,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -227,6 +227,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -227,6 +227,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -227,6 +227,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -227,6 +227,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -227,6 +227,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -227,6 +227,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -227,6 +227,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugBasicDemo.exe"
|
OutputFile="..\..\DebugBasicDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblBasicDemo.exe"
|
OutputFile="..\..\DebugDblBasicDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugBspDemo.exe"
|
OutputFile="..\..\DebugBspDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblBspDemo.exe"
|
OutputFile="..\..\DebugDblBspDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugBulletDino.exe"
|
OutputFile="..\..\DebugBulletDino.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblBulletDino.exe"
|
OutputFile="..\..\DebugDblBulletDino.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugCcdPhysicsDemo.exe"
|
OutputFile="..\..\DebugCcdPhysicsDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblCcdPhysicsDemo.exe"
|
OutputFile="..\..\DebugDblCcdPhysicsDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugColladaDemo.exe"
|
OutputFile="..\..\DebugColladaDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblColladaDemo.exe"
|
OutputFile="..\..\DebugDblColladaDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugCollisionDemo.exe"
|
OutputFile="..\..\DebugCollisionDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblCollisionDemo.exe"
|
OutputFile="..\..\DebugDblCollisionDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugCollisionInterfaceDemo.exe"
|
OutputFile="..\..\DebugCollisionInterfaceDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblCollisionInterfaceDemo.exe"
|
OutputFile="..\..\DebugDblCollisionInterfaceDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugConcaveDemo.exe"
|
OutputFile="..\..\DebugConcaveDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblConcaveDemo.exe"
|
OutputFile="..\..\DebugDblConcaveDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugConstraintDemo.exe"
|
OutputFile="..\..\DebugConstraintDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblConstraintDemo.exe"
|
OutputFile="..\..\DebugDblConstraintDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugContinuousConvexCollision.exe"
|
OutputFile="..\..\DebugContinuousConvexCollision.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblContinuousConvexCollision.exe"
|
OutputFile="..\..\DebugDblContinuousConvexCollision.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugConvexDecompositionDemo.exe"
|
OutputFile="..\..\DebugConvexDecompositionDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblConvexDecompositionDemo.exe"
|
OutputFile="..\..\DebugDblConvexDecompositionDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugDoublePrecisionDemo.exe"
|
OutputFile="..\..\DebugDoublePrecisionDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblDoublePrecisionDemo.exe"
|
OutputFile="..\..\DebugDblDoublePrecisionDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugEPAPenDepthDemo.exe"
|
OutputFile="..\..\DebugEPAPenDepthDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblEPAPenDepthDemo.exe"
|
OutputFile="..\..\DebugDblEPAPenDepthDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugGjkConvexCastDemo.exe"
|
OutputFile="..\..\DebugGjkConvexCastDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblGjkConvexCastDemo.exe"
|
OutputFile="..\..\DebugDblGjkConvexCastDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugMovingConcaveDemo.exe"
|
OutputFile="..\..\DebugMovingConcaveDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblMovingConcaveDemo.exe"
|
OutputFile="..\..\DebugDblMovingConcaveDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugRaytracer.exe"
|
OutputFile="..\..\DebugRaytracer.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblRaytracer.exe"
|
OutputFile="..\..\DebugDblRaytracer.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugSimplexDemo.exe"
|
OutputFile="..\..\DebugSimplexDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblSimplexDemo.exe"
|
OutputFile="..\..\DebugDblSimplexDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugUserCollisionAlgorithm.exe"
|
OutputFile="..\..\DebugUserCollisionAlgorithm.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblUserCollisionAlgorithm.exe"
|
OutputFile="..\..\DebugDblUserCollisionAlgorithm.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\DebugVehicleDemo.exe"
|
OutputFile="..\..\DebugVehicleDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
@ -255,7 +260,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\DebugDblVehicleDemo.exe"
|
OutputFile="..\..\DebugDblVehicleDemo.exe"
|
||||||
SubSystem="1"
|
SubSystem="2"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
|
@ -228,6 +228,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -228,6 +228,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -228,6 +228,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -227,6 +227,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -227,6 +227,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -227,6 +227,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -227,6 +227,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -227,6 +227,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -227,6 +227,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -227,6 +227,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -227,6 +227,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -227,6 +227,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -227,6 +227,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -227,6 +227,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -227,6 +227,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\ReleaseBasicDemo.exe"
|
OutputFile="..\..\ReleaseBasicDemo.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -117,7 +117,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\ReleaseDblBasicDemo.exe"
|
OutputFile="..\..\ReleaseDblBasicDemo.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\ReleaseBspDemo.exe"
|
OutputFile="..\..\ReleaseBspDemo.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -117,7 +117,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\ReleaseDblBspDemo.exe"
|
OutputFile="..\..\ReleaseDblBspDemo.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\ReleaseBulletDino.exe"
|
OutputFile="..\..\ReleaseBulletDino.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -117,7 +117,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\ReleaseDblBulletDino.exe"
|
OutputFile="..\..\ReleaseDblBulletDino.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\ReleaseCcdPhysicsDemo.exe"
|
OutputFile="..\..\ReleaseCcdPhysicsDemo.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -117,7 +117,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\ReleaseDblCcdPhysicsDemo.exe"
|
OutputFile="..\..\ReleaseDblCcdPhysicsDemo.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\ReleaseColladaDemo.exe"
|
OutputFile="..\..\ReleaseColladaDemo.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -117,7 +117,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\ReleaseDblColladaDemo.exe"
|
OutputFile="..\..\ReleaseDblColladaDemo.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\ReleaseCollisionDemo.exe"
|
OutputFile="..\..\ReleaseCollisionDemo.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -117,7 +117,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\ReleaseDblCollisionDemo.exe"
|
OutputFile="..\..\ReleaseDblCollisionDemo.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\ReleaseCollisionInterfaceDemo.exe"
|
OutputFile="..\..\ReleaseCollisionInterfaceDemo.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -117,7 +117,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\ReleaseDblCollisionInterfaceDemo.exe"
|
OutputFile="..\..\ReleaseDblCollisionInterfaceDemo.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\ReleaseConcaveDemo.exe"
|
OutputFile="..\..\ReleaseConcaveDemo.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -117,7 +117,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\ReleaseDblConcaveDemo.exe"
|
OutputFile="..\..\ReleaseDblConcaveDemo.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\ReleaseConstraintDemo.exe"
|
OutputFile="..\..\ReleaseConstraintDemo.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -117,7 +117,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\ReleaseDblConstraintDemo.exe"
|
OutputFile="..\..\ReleaseDblConstraintDemo.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\ReleaseContinuousConvexCollision.exe"
|
OutputFile="..\..\ReleaseContinuousConvexCollision.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -117,7 +117,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\ReleaseDblContinuousConvexCollision.exe"
|
OutputFile="..\..\ReleaseDblContinuousConvexCollision.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\ReleaseConvexDecompositionDemo.exe"
|
OutputFile="..\..\ReleaseConvexDecompositionDemo.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -117,7 +117,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\ReleaseDblConvexDecompositionDemo.exe"
|
OutputFile="..\..\ReleaseDblConvexDecompositionDemo.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\ReleaseDoublePrecisionDemo.exe"
|
OutputFile="..\..\ReleaseDoublePrecisionDemo.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -117,7 +117,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\ReleaseDblDoublePrecisionDemo.exe"
|
OutputFile="..\..\ReleaseDblDoublePrecisionDemo.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\ReleaseEPAPenDepthDemo.exe"
|
OutputFile="..\..\ReleaseEPAPenDepthDemo.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -117,7 +117,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\ReleaseDblEPAPenDepthDemo.exe"
|
OutputFile="..\..\ReleaseDblEPAPenDepthDemo.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\ReleaseGjkConvexCastDemo.exe"
|
OutputFile="..\..\ReleaseGjkConvexCastDemo.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -117,7 +117,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\ReleaseDblGjkConvexCastDemo.exe"
|
OutputFile="..\..\ReleaseDblGjkConvexCastDemo.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\ReleaseMovingConcaveDemo.exe"
|
OutputFile="..\..\ReleaseMovingConcaveDemo.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -117,7 +117,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\ReleaseDblMovingConcaveDemo.exe"
|
OutputFile="..\..\ReleaseDblMovingConcaveDemo.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\ReleaseRaytracer.exe"
|
OutputFile="..\..\ReleaseRaytracer.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -117,7 +117,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\ReleaseDblRaytracer.exe"
|
OutputFile="..\..\ReleaseDblRaytracer.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\ReleaseSimplexDemo.exe"
|
OutputFile="..\..\ReleaseSimplexDemo.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -117,7 +117,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\ReleaseDblSimplexDemo.exe"
|
OutputFile="..\..\ReleaseDblSimplexDemo.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\ReleaseUserCollisionAlgorithm.exe"
|
OutputFile="..\..\ReleaseUserCollisionAlgorithm.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -117,7 +117,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\ReleaseDblUserCollisionAlgorithm.exe"
|
OutputFile="..\..\ReleaseDblUserCollisionAlgorithm.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
IgnoreDefaultLibraryNames="LIBC,LIBCD"
|
||||||
OutputFile="..\..\ReleaseVehicleDemo.exe"
|
OutputFile="..\..\ReleaseVehicleDemo.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -117,7 +117,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\ReleaseDblVehicleDemo.exe"
|
OutputFile="..\..\ReleaseDblVehicleDemo.exe"
|
||||||
SubSystem="2"
|
SubSystem="1"
|
||||||
AdditionalOptions=" "
|
AdditionalOptions=" "
|
||||||
AdditionalDependencies="glut32.lib"
|
AdditionalDependencies="glut32.lib"
|
||||||
IgnoreImportLibrary="TRUE"
|
IgnoreImportLibrary="TRUE"
|
||||||
@ -236,6 +236,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_CONSOLE;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -228,6 +228,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -228,6 +228,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -228,6 +228,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -227,6 +227,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -227,6 +227,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -227,6 +227,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -227,6 +227,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -227,6 +227,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -227,6 +227,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
@ -227,6 +227,11 @@
|
|||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
DebugInformationFormat="4"
|
||||||
|
RuntimeTypeInfo="FALSE"
|
||||||
|
RuntimeLibrary="1"
|
||||||
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
PreprocessorDefinitions="_DEBUG;BT_USE_DOUBLE_PRECISION;_LIB;_WINDOWS;WIN32"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
ExceptionHandling="0"
|
ExceptionHandling="0"
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user