autogenerated MSVC projectfiles using a patched cmake-2.8 because of this pdb issue
See patched cmake build here http://gamekit.googlecode.com/files/cmake2.8_patched.zip
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="AppBasicDemo"
|
||||
ProjectGUID="{2BA14C1E-ABE5-4049-A435-1BE1A9260384}"
|
||||
ProjectGUID="{76C141AE-642C-4432-8472-729FBAEDFB75}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
@@ -34,7 +34,7 @@
|
||||
PreprocessorDefinitions="WIN32,_WINDOWS,_DEBUG,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="L:/develop/bullet-2.76/msvc/2008/Demos/BasicDemo/Debug/AppBasicDemo.pdb"
|
||||
ProgramDataBaseFileName="Debug/AppBasicDemo.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@@ -62,14 +62,14 @@
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:I386 /debug"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\OpenGL\Debug\OpenGLSupport.lib ..\..\src\BulletDynamics\Debug\BulletDynamics.lib ..\..\src\BulletCollision\Debug\BulletCollision.lib ..\..\src\LinearMath\Debug\LinearMath.lib opengl32.lib glu32.lib "
|
||||
OutputFile="Debug\AppBasicDemo.exe"
|
||||
Version="0.0"
|
||||
GenerateManifest="TRUE"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="L:/develop/bullet-2.76/msvc/2008/Demos/BasicDemo/Debug/AppBasicDemo.pdb"
|
||||
ProgramDataBaseFile="Debug/AppBasicDemo.pdb"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="2"
|
||||
ImportLibrary="Debug\AppBasicDemo.lib"/>
|
||||
@@ -96,7 +96,7 @@
|
||||
PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="L:/develop/bullet-2.76/msvc/2008/Demos/BasicDemo/Release/AppBasicDemo.pdb"
|
||||
ProgramDataBaseFileName="Release/AppBasicDemo.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@@ -124,14 +124,14 @@
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:I386"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\OpenGL\Release\OpenGLSupport.lib ..\..\src\BulletDynamics\Release\BulletDynamics.lib ..\..\src\BulletCollision\Release\BulletCollision.lib ..\..\src\LinearMath\Release\LinearMath.lib opengl32.lib glu32.lib "
|
||||
OutputFile="Release\AppBasicDemo.exe"
|
||||
Version="0.0"
|
||||
GenerateManifest="TRUE"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="L:/develop/bullet-2.76/msvc/2008/Demos/BasicDemo/Release/AppBasicDemo.pdb"
|
||||
ProgramDataBaseFile="Release/AppBasicDemo.pdb"
|
||||
SubSystem="2"
|
||||
ImportLibrary="Release\AppBasicDemo.lib"/>
|
||||
</Configuration>
|
||||
@@ -157,7 +157,7 @@
|
||||
PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="L:/develop/bullet-2.76/msvc/2008/Demos/BasicDemo/MinSizeRel/AppBasicDemo.pdb"
|
||||
ProgramDataBaseFileName="MinSizeRel/AppBasicDemo.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@@ -185,14 +185,14 @@
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:I386"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\OpenGL\MinSizeRel\OpenGLSupport.lib ..\..\src\BulletDynamics\MinSizeRel\BulletDynamics.lib ..\..\src\BulletCollision\MinSizeRel\BulletCollision.lib ..\..\src\LinearMath\MinSizeRel\LinearMath.lib opengl32.lib glu32.lib "
|
||||
OutputFile="MinSizeRel\AppBasicDemo.exe"
|
||||
Version="0.0"
|
||||
GenerateManifest="TRUE"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="L:/develop/bullet-2.76/msvc/2008/Demos/BasicDemo/MinSizeRel/AppBasicDemo.pdb"
|
||||
ProgramDataBaseFile="MinSizeRel/AppBasicDemo.pdb"
|
||||
SubSystem="2"
|
||||
ImportLibrary="MinSizeRel\AppBasicDemo.lib"/>
|
||||
</Configuration>
|
||||
@@ -219,7 +219,7 @@
|
||||
PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="L:/develop/bullet-2.76/msvc/2008/Demos/BasicDemo/RelWithDebInfo/AppBasicDemo.pdb"
|
||||
ProgramDataBaseFileName="RelWithDebInfo/AppBasicDemo.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@@ -247,14 +247,14 @@
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:I386 /debug"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\OpenGL\RelWithDebInfo\OpenGLSupport.lib ..\..\src\BulletDynamics\RelWithDebInfo\BulletDynamics.lib ..\..\src\BulletCollision\RelWithDebInfo\BulletCollision.lib ..\..\src\LinearMath\RelWithDebInfo\LinearMath.lib opengl32.lib glu32.lib "
|
||||
OutputFile="RelWithDebInfo\AppBasicDemo.exe"
|
||||
Version="0.0"
|
||||
GenerateManifest="TRUE"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="L:/develop/bullet-2.76/msvc/2008/Demos/BasicDemo/RelWithDebInfo/AppBasicDemo.pdb"
|
||||
ProgramDataBaseFile="RelWithDebInfo/AppBasicDemo.pdb"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="2"
|
||||
ImportLibrary="RelWithDebInfo\AppBasicDemo.lib"/>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="AppBenchmarks"
|
||||
ProjectGUID="{1190BE77-56EC-46A5-9BD9-537C2C164931}"
|
||||
ProjectGUID="{8EB256E6-5514-4D3A-9462-7E92F0742461}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
@@ -34,7 +34,7 @@
|
||||
PreprocessorDefinitions="WIN32,_WINDOWS,_DEBUG,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="L:/develop/bullet-2.76/msvc/2008/Demos/Benchmarks/Debug/AppBenchmarks.pdb"
|
||||
ProgramDataBaseFileName="Debug/AppBenchmarks.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@@ -62,14 +62,14 @@
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:I386 /debug"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\src\BulletDynamics\Debug\BulletDynamics.lib ..\..\src\BulletCollision\Debug\BulletCollision.lib ..\..\src\LinearMath\Debug\LinearMath.lib "
|
||||
OutputFile="Debug\AppBenchmarks.exe"
|
||||
Version="0.0"
|
||||
GenerateManifest="TRUE"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="L:/develop/bullet-2.76/msvc/2008/Demos/Benchmarks/Debug/AppBenchmarks.pdb"
|
||||
ProgramDataBaseFile="Debug/AppBenchmarks.pdb"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="1"
|
||||
ImportLibrary="Debug\AppBenchmarks.lib"/>
|
||||
@@ -96,7 +96,7 @@
|
||||
PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="L:/develop/bullet-2.76/msvc/2008/Demos/Benchmarks/Release/AppBenchmarks.pdb"
|
||||
ProgramDataBaseFileName="Release/AppBenchmarks.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@@ -124,14 +124,14 @@
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:I386"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\src\BulletDynamics\Release\BulletDynamics.lib ..\..\src\BulletCollision\Release\BulletCollision.lib ..\..\src\LinearMath\Release\LinearMath.lib "
|
||||
OutputFile="Release\AppBenchmarks.exe"
|
||||
Version="0.0"
|
||||
GenerateManifest="TRUE"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="L:/develop/bullet-2.76/msvc/2008/Demos/Benchmarks/Release/AppBenchmarks.pdb"
|
||||
ProgramDataBaseFile="Release/AppBenchmarks.pdb"
|
||||
SubSystem="1"
|
||||
ImportLibrary="Release\AppBenchmarks.lib"/>
|
||||
</Configuration>
|
||||
@@ -157,7 +157,7 @@
|
||||
PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="L:/develop/bullet-2.76/msvc/2008/Demos/Benchmarks/MinSizeRel/AppBenchmarks.pdb"
|
||||
ProgramDataBaseFileName="MinSizeRel/AppBenchmarks.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@@ -185,14 +185,14 @@
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:I386"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\src\BulletDynamics\MinSizeRel\BulletDynamics.lib ..\..\src\BulletCollision\MinSizeRel\BulletCollision.lib ..\..\src\LinearMath\MinSizeRel\LinearMath.lib "
|
||||
OutputFile="MinSizeRel\AppBenchmarks.exe"
|
||||
Version="0.0"
|
||||
GenerateManifest="TRUE"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="L:/develop/bullet-2.76/msvc/2008/Demos/Benchmarks/MinSizeRel/AppBenchmarks.pdb"
|
||||
ProgramDataBaseFile="MinSizeRel/AppBenchmarks.pdb"
|
||||
SubSystem="1"
|
||||
ImportLibrary="MinSizeRel\AppBenchmarks.lib"/>
|
||||
</Configuration>
|
||||
@@ -219,7 +219,7 @@
|
||||
PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="L:/develop/bullet-2.76/msvc/2008/Demos/Benchmarks/RelWithDebInfo/AppBenchmarks.pdb"
|
||||
ProgramDataBaseFileName="RelWithDebInfo/AppBenchmarks.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@@ -247,14 +247,14 @@
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:I386 /debug"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\src\BulletDynamics\RelWithDebInfo\BulletDynamics.lib ..\..\src\BulletCollision\RelWithDebInfo\BulletCollision.lib ..\..\src\LinearMath\RelWithDebInfo\LinearMath.lib "
|
||||
OutputFile="RelWithDebInfo\AppBenchmarks.exe"
|
||||
Version="0.0"
|
||||
GenerateManifest="TRUE"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="L:/develop/bullet-2.76/msvc/2008/Demos/Benchmarks/RelWithDebInfo/AppBenchmarks.pdb"
|
||||
ProgramDataBaseFile="RelWithDebInfo/AppBenchmarks.pdb"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="1"
|
||||
ImportLibrary="RelWithDebInfo\AppBenchmarks.lib"/>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="AppBox2dDemo"
|
||||
ProjectGUID="{A61FEE85-602D-4A43-AD08-05B57A7F99DC}"
|
||||
ProjectGUID="{11DD9362-A038-4D6F-9DBF-3E0260AB9F52}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
@@ -34,7 +34,7 @@
|
||||
PreprocessorDefinitions="WIN32,_WINDOWS,_DEBUG,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="L:/develop/bullet-2.76/msvc/2008/Demos/Box2dDemo/Debug/AppBox2dDemo.pdb"
|
||||
ProgramDataBaseFileName="Debug/AppBox2dDemo.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@@ -62,14 +62,14 @@
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:I386 /debug"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\OpenGL\Debug\OpenGLSupport.lib ..\..\src\BulletDynamics\Debug\BulletDynamics.lib ..\..\src\BulletCollision\Debug\BulletCollision.lib ..\..\src\LinearMath\Debug\LinearMath.lib opengl32.lib glu32.lib "
|
||||
OutputFile="Debug\AppBox2dDemo.exe"
|
||||
Version="0.0"
|
||||
GenerateManifest="TRUE"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="L:/develop/bullet-2.76/msvc/2008/Demos/Box2dDemo/Debug/AppBox2dDemo.pdb"
|
||||
ProgramDataBaseFile="Debug/AppBox2dDemo.pdb"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="2"
|
||||
ImportLibrary="Debug\AppBox2dDemo.lib"/>
|
||||
@@ -96,7 +96,7 @@
|
||||
PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="L:/develop/bullet-2.76/msvc/2008/Demos/Box2dDemo/Release/AppBox2dDemo.pdb"
|
||||
ProgramDataBaseFileName="Release/AppBox2dDemo.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@@ -124,14 +124,14 @@
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:I386"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\OpenGL\Release\OpenGLSupport.lib ..\..\src\BulletDynamics\Release\BulletDynamics.lib ..\..\src\BulletCollision\Release\BulletCollision.lib ..\..\src\LinearMath\Release\LinearMath.lib opengl32.lib glu32.lib "
|
||||
OutputFile="Release\AppBox2dDemo.exe"
|
||||
Version="0.0"
|
||||
GenerateManifest="TRUE"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="L:/develop/bullet-2.76/msvc/2008/Demos/Box2dDemo/Release/AppBox2dDemo.pdb"
|
||||
ProgramDataBaseFile="Release/AppBox2dDemo.pdb"
|
||||
SubSystem="2"
|
||||
ImportLibrary="Release\AppBox2dDemo.lib"/>
|
||||
</Configuration>
|
||||
@@ -157,7 +157,7 @@
|
||||
PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="L:/develop/bullet-2.76/msvc/2008/Demos/Box2dDemo/MinSizeRel/AppBox2dDemo.pdb"
|
||||
ProgramDataBaseFileName="MinSizeRel/AppBox2dDemo.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@@ -185,14 +185,14 @@
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:I386"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\OpenGL\MinSizeRel\OpenGLSupport.lib ..\..\src\BulletDynamics\MinSizeRel\BulletDynamics.lib ..\..\src\BulletCollision\MinSizeRel\BulletCollision.lib ..\..\src\LinearMath\MinSizeRel\LinearMath.lib opengl32.lib glu32.lib "
|
||||
OutputFile="MinSizeRel\AppBox2dDemo.exe"
|
||||
Version="0.0"
|
||||
GenerateManifest="TRUE"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="L:/develop/bullet-2.76/msvc/2008/Demos/Box2dDemo/MinSizeRel/AppBox2dDemo.pdb"
|
||||
ProgramDataBaseFile="MinSizeRel/AppBox2dDemo.pdb"
|
||||
SubSystem="2"
|
||||
ImportLibrary="MinSizeRel\AppBox2dDemo.lib"/>
|
||||
</Configuration>
|
||||
@@ -219,7 +219,7 @@
|
||||
PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="L:/develop/bullet-2.76/msvc/2008/Demos/Box2dDemo/RelWithDebInfo/AppBox2dDemo.pdb"
|
||||
ProgramDataBaseFileName="RelWithDebInfo/AppBox2dDemo.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@@ -247,14 +247,14 @@
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:I386 /debug"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\OpenGL\RelWithDebInfo\OpenGLSupport.lib ..\..\src\BulletDynamics\RelWithDebInfo\BulletDynamics.lib ..\..\src\BulletCollision\RelWithDebInfo\BulletCollision.lib ..\..\src\LinearMath\RelWithDebInfo\LinearMath.lib opengl32.lib glu32.lib "
|
||||
OutputFile="RelWithDebInfo\AppBox2dDemo.exe"
|
||||
Version="0.0"
|
||||
GenerateManifest="TRUE"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="L:/develop/bullet-2.76/msvc/2008/Demos/Box2dDemo/RelWithDebInfo/AppBox2dDemo.pdb"
|
||||
ProgramDataBaseFile="RelWithDebInfo/AppBox2dDemo.pdb"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="2"
|
||||
ImportLibrary="RelWithDebInfo\AppBox2dDemo.lib"/>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="AppConstraintDemo"
|
||||
ProjectGUID="{1BB06FD8-B850-4D07-AD14-E984EDB37ECC}"
|
||||
ProjectGUID="{380D6FA6-9290-4BB7-9CBD-A3859E271192}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
@@ -34,7 +34,7 @@
|
||||
PreprocessorDefinitions="WIN32,_WINDOWS,_DEBUG,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="L:/develop/bullet-2.76/msvc/2008/Demos/ConstraintDemo/Debug/AppConstraintDemo.pdb"
|
||||
ProgramDataBaseFileName="Debug/AppConstraintDemo.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@@ -62,14 +62,14 @@
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:I386 /debug"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\OpenGL\Debug\OpenGLSupport.lib ..\..\Extras\Serialize\BulletWorldImporter\Debug\BulletWorldImporter.lib ..\..\src\BulletDynamics\Debug\BulletDynamics.lib ..\..\src\BulletCollision\Debug\BulletCollision.lib ..\..\src\LinearMath\Debug\LinearMath.lib ..\..\Extras\Serialize\BulletFileLoader\Debug\BulletFileLoader.lib opengl32.lib glu32.lib "
|
||||
OutputFile="Debug\AppConstraintDemo.exe"
|
||||
Version="0.0"
|
||||
GenerateManifest="TRUE"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="L:/develop/bullet-2.76/msvc/2008/Demos/ConstraintDemo/Debug/AppConstraintDemo.pdb"
|
||||
ProgramDataBaseFile="Debug/AppConstraintDemo.pdb"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="2"
|
||||
ImportLibrary="Debug\AppConstraintDemo.lib"/>
|
||||
@@ -96,7 +96,7 @@
|
||||
PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="L:/develop/bullet-2.76/msvc/2008/Demos/ConstraintDemo/Release/AppConstraintDemo.pdb"
|
||||
ProgramDataBaseFileName="Release/AppConstraintDemo.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@@ -124,14 +124,14 @@
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:I386"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\OpenGL\Release\OpenGLSupport.lib ..\..\Extras\Serialize\BulletWorldImporter\Release\BulletWorldImporter.lib ..\..\src\BulletDynamics\Release\BulletDynamics.lib ..\..\src\BulletCollision\Release\BulletCollision.lib ..\..\src\LinearMath\Release\LinearMath.lib ..\..\Extras\Serialize\BulletFileLoader\Release\BulletFileLoader.lib opengl32.lib glu32.lib "
|
||||
OutputFile="Release\AppConstraintDemo.exe"
|
||||
Version="0.0"
|
||||
GenerateManifest="TRUE"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="L:/develop/bullet-2.76/msvc/2008/Demos/ConstraintDemo/Release/AppConstraintDemo.pdb"
|
||||
ProgramDataBaseFile="Release/AppConstraintDemo.pdb"
|
||||
SubSystem="2"
|
||||
ImportLibrary="Release\AppConstraintDemo.lib"/>
|
||||
</Configuration>
|
||||
@@ -157,7 +157,7 @@
|
||||
PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="L:/develop/bullet-2.76/msvc/2008/Demos/ConstraintDemo/MinSizeRel/AppConstraintDemo.pdb"
|
||||
ProgramDataBaseFileName="MinSizeRel/AppConstraintDemo.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@@ -185,14 +185,14 @@
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:I386"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\OpenGL\MinSizeRel\OpenGLSupport.lib ..\..\Extras\Serialize\BulletWorldImporter\MinSizeRel\BulletWorldImporter.lib ..\..\src\BulletDynamics\MinSizeRel\BulletDynamics.lib ..\..\src\BulletCollision\MinSizeRel\BulletCollision.lib ..\..\src\LinearMath\MinSizeRel\LinearMath.lib ..\..\Extras\Serialize\BulletFileLoader\MinSizeRel\BulletFileLoader.lib opengl32.lib glu32.lib "
|
||||
OutputFile="MinSizeRel\AppConstraintDemo.exe"
|
||||
Version="0.0"
|
||||
GenerateManifest="TRUE"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="L:/develop/bullet-2.76/msvc/2008/Demos/ConstraintDemo/MinSizeRel/AppConstraintDemo.pdb"
|
||||
ProgramDataBaseFile="MinSizeRel/AppConstraintDemo.pdb"
|
||||
SubSystem="2"
|
||||
ImportLibrary="MinSizeRel\AppConstraintDemo.lib"/>
|
||||
</Configuration>
|
||||
@@ -219,7 +219,7 @@
|
||||
PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="L:/develop/bullet-2.76/msvc/2008/Demos/ConstraintDemo/RelWithDebInfo/AppConstraintDemo.pdb"
|
||||
ProgramDataBaseFileName="RelWithDebInfo/AppConstraintDemo.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@@ -247,14 +247,14 @@
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:I386 /debug"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\OpenGL\RelWithDebInfo\OpenGLSupport.lib ..\..\Extras\Serialize\BulletWorldImporter\RelWithDebInfo\BulletWorldImporter.lib ..\..\src\BulletDynamics\RelWithDebInfo\BulletDynamics.lib ..\..\src\BulletCollision\RelWithDebInfo\BulletCollision.lib ..\..\src\LinearMath\RelWithDebInfo\LinearMath.lib ..\..\Extras\Serialize\BulletFileLoader\RelWithDebInfo\BulletFileLoader.lib opengl32.lib glu32.lib "
|
||||
OutputFile="RelWithDebInfo\AppConstraintDemo.exe"
|
||||
Version="0.0"
|
||||
GenerateManifest="TRUE"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="L:/develop/bullet-2.76/msvc/2008/Demos/ConstraintDemo/RelWithDebInfo/AppConstraintDemo.pdb"
|
||||
ProgramDataBaseFile="RelWithDebInfo/AppConstraintDemo.pdb"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="2"
|
||||
ImportLibrary="RelWithDebInfo\AppConstraintDemo.lib"/>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="AppConvexDecompositionDemo"
|
||||
ProjectGUID="{1C63E760-AA82-4202-A2EE-0863BC0C2BC1}"
|
||||
ProjectGUID="{12D88534-F180-4B80-95CD-462E1897F231}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
@@ -34,7 +34,7 @@
|
||||
PreprocessorDefinitions="WIN32,_WINDOWS,_DEBUG,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="L:/develop/bullet-2.76/msvc/2008/Demos/ConvexDecompositionDemo/Debug/AppConvexDecompositionDemo.pdb"
|
||||
ProgramDataBaseFileName="Debug/AppConvexDecompositionDemo.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@@ -60,17 +60,17 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.6\bin\cmake.exe" -E copy_if_different L:/develop/bullet-2.76/Demos/ConvexDecompositionDemo/testFile32Single.bullet L:/develop/bullet-2.76/msvc/2008/Demos/ConvexDecompositionDemo
"C:\Program Files (x86)\CMake 2.6\bin\cmake.exe" -E copy_if_different L:/develop/bullet-2.76/file.obj L:/develop/bullet-2.76/msvc/2008/Demos/ConvexDecompositionDemo"/>
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different L:/develop/bullet-2.76/Demos/ConvexDecompositionDemo/testFile32Single.bullet L:/develop/bullet-2.76/msvc/2008/Demos/ConvexDecompositionDemo
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different L:/develop/bullet-2.76/file.obj L:/develop/bullet-2.76/msvc/2008/Demos/ConvexDecompositionDemo"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:I386 /debug"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\OpenGL\Debug\OpenGLSupport.lib ..\..\Extras\Serialize\BulletWorldImporter\Debug\BulletWorldImporter.lib ..\..\src\BulletDynamics\Debug\BulletDynamics.lib ..\..\src\BulletCollision\Debug\BulletCollision.lib ..\..\src\LinearMath\Debug\LinearMath.lib ..\..\Extras\Serialize\BulletFileLoader\Debug\BulletFileLoader.lib ..\..\Extras\ConvexDecomposition\Debug\ConvexDecomposition.lib opengl32.lib glu32.lib "
|
||||
OutputFile="Debug\AppConvexDecompositionDemo.exe"
|
||||
Version="0.0"
|
||||
GenerateManifest="TRUE"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="L:/develop/bullet-2.76/msvc/2008/Demos/ConvexDecompositionDemo/Debug/AppConvexDecompositionDemo.pdb"
|
||||
ProgramDataBaseFile="Debug/AppConvexDecompositionDemo.pdb"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="2"
|
||||
ImportLibrary="Debug\AppConvexDecompositionDemo.lib"/>
|
||||
@@ -97,7 +97,7 @@ CommandLine=""C:\Program Files (x86)\CMake 2.6\bin\cmake.exe" -E copy_
|
||||
PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="L:/develop/bullet-2.76/msvc/2008/Demos/ConvexDecompositionDemo/Release/AppConvexDecompositionDemo.pdb"
|
||||
ProgramDataBaseFileName="Release/AppConvexDecompositionDemo.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@@ -123,17 +123,17 @@ CommandLine=""C:\Program Files (x86)\CMake 2.6\bin\cmake.exe" -E copy_
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.6\bin\cmake.exe" -E copy_if_different L:/develop/bullet-2.76/Demos/ConvexDecompositionDemo/testFile32Single.bullet L:/develop/bullet-2.76/msvc/2008/Demos/ConvexDecompositionDemo
"C:\Program Files (x86)\CMake 2.6\bin\cmake.exe" -E copy_if_different L:/develop/bullet-2.76/file.obj L:/develop/bullet-2.76/msvc/2008/Demos/ConvexDecompositionDemo"/>
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different L:/develop/bullet-2.76/Demos/ConvexDecompositionDemo/testFile32Single.bullet L:/develop/bullet-2.76/msvc/2008/Demos/ConvexDecompositionDemo
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different L:/develop/bullet-2.76/file.obj L:/develop/bullet-2.76/msvc/2008/Demos/ConvexDecompositionDemo"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:I386"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\OpenGL\Release\OpenGLSupport.lib ..\..\Extras\Serialize\BulletWorldImporter\Release\BulletWorldImporter.lib ..\..\src\BulletDynamics\Release\BulletDynamics.lib ..\..\src\BulletCollision\Release\BulletCollision.lib ..\..\src\LinearMath\Release\LinearMath.lib ..\..\Extras\Serialize\BulletFileLoader\Release\BulletFileLoader.lib ..\..\Extras\ConvexDecomposition\Release\ConvexDecomposition.lib opengl32.lib glu32.lib "
|
||||
OutputFile="Release\AppConvexDecompositionDemo.exe"
|
||||
Version="0.0"
|
||||
GenerateManifest="TRUE"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="L:/develop/bullet-2.76/msvc/2008/Demos/ConvexDecompositionDemo/Release/AppConvexDecompositionDemo.pdb"
|
||||
ProgramDataBaseFile="Release/AppConvexDecompositionDemo.pdb"
|
||||
SubSystem="2"
|
||||
ImportLibrary="Release\AppConvexDecompositionDemo.lib"/>
|
||||
</Configuration>
|
||||
@@ -159,7 +159,7 @@ CommandLine=""C:\Program Files (x86)\CMake 2.6\bin\cmake.exe" -E copy_
|
||||
PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="L:/develop/bullet-2.76/msvc/2008/Demos/ConvexDecompositionDemo/MinSizeRel/AppConvexDecompositionDemo.pdb"
|
||||
ProgramDataBaseFileName="MinSizeRel/AppConvexDecompositionDemo.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@@ -185,17 +185,17 @@ CommandLine=""C:\Program Files (x86)\CMake 2.6\bin\cmake.exe" -E copy_
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.6\bin\cmake.exe" -E copy_if_different L:/develop/bullet-2.76/Demos/ConvexDecompositionDemo/testFile32Single.bullet L:/develop/bullet-2.76/msvc/2008/Demos/ConvexDecompositionDemo
"C:\Program Files (x86)\CMake 2.6\bin\cmake.exe" -E copy_if_different L:/develop/bullet-2.76/file.obj L:/develop/bullet-2.76/msvc/2008/Demos/ConvexDecompositionDemo"/>
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different L:/develop/bullet-2.76/Demos/ConvexDecompositionDemo/testFile32Single.bullet L:/develop/bullet-2.76/msvc/2008/Demos/ConvexDecompositionDemo
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different L:/develop/bullet-2.76/file.obj L:/develop/bullet-2.76/msvc/2008/Demos/ConvexDecompositionDemo"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:I386"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\OpenGL\MinSizeRel\OpenGLSupport.lib ..\..\Extras\Serialize\BulletWorldImporter\MinSizeRel\BulletWorldImporter.lib ..\..\src\BulletDynamics\MinSizeRel\BulletDynamics.lib ..\..\src\BulletCollision\MinSizeRel\BulletCollision.lib ..\..\src\LinearMath\MinSizeRel\LinearMath.lib ..\..\Extras\Serialize\BulletFileLoader\MinSizeRel\BulletFileLoader.lib ..\..\Extras\ConvexDecomposition\MinSizeRel\ConvexDecomposition.lib opengl32.lib glu32.lib "
|
||||
OutputFile="MinSizeRel\AppConvexDecompositionDemo.exe"
|
||||
Version="0.0"
|
||||
GenerateManifest="TRUE"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="L:/develop/bullet-2.76/msvc/2008/Demos/ConvexDecompositionDemo/MinSizeRel/AppConvexDecompositionDemo.pdb"
|
||||
ProgramDataBaseFile="MinSizeRel/AppConvexDecompositionDemo.pdb"
|
||||
SubSystem="2"
|
||||
ImportLibrary="MinSizeRel\AppConvexDecompositionDemo.lib"/>
|
||||
</Configuration>
|
||||
@@ -222,7 +222,7 @@ CommandLine=""C:\Program Files (x86)\CMake 2.6\bin\cmake.exe" -E copy_
|
||||
PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="L:/develop/bullet-2.76/msvc/2008/Demos/ConvexDecompositionDemo/RelWithDebInfo/AppConvexDecompositionDemo.pdb"
|
||||
ProgramDataBaseFileName="RelWithDebInfo/AppConvexDecompositionDemo.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@@ -248,17 +248,17 @@ CommandLine=""C:\Program Files (x86)\CMake 2.6\bin\cmake.exe" -E copy_
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.6\bin\cmake.exe" -E copy_if_different L:/develop/bullet-2.76/Demos/ConvexDecompositionDemo/testFile32Single.bullet L:/develop/bullet-2.76/msvc/2008/Demos/ConvexDecompositionDemo
"C:\Program Files (x86)\CMake 2.6\bin\cmake.exe" -E copy_if_different L:/develop/bullet-2.76/file.obj L:/develop/bullet-2.76/msvc/2008/Demos/ConvexDecompositionDemo"/>
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different L:/develop/bullet-2.76/Demos/ConvexDecompositionDemo/testFile32Single.bullet L:/develop/bullet-2.76/msvc/2008/Demos/ConvexDecompositionDemo
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different L:/develop/bullet-2.76/file.obj L:/develop/bullet-2.76/msvc/2008/Demos/ConvexDecompositionDemo"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:I386 /debug"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\OpenGL\RelWithDebInfo\OpenGLSupport.lib ..\..\Extras\Serialize\BulletWorldImporter\RelWithDebInfo\BulletWorldImporter.lib ..\..\src\BulletDynamics\RelWithDebInfo\BulletDynamics.lib ..\..\src\BulletCollision\RelWithDebInfo\BulletCollision.lib ..\..\src\LinearMath\RelWithDebInfo\LinearMath.lib ..\..\Extras\Serialize\BulletFileLoader\RelWithDebInfo\BulletFileLoader.lib ..\..\Extras\ConvexDecomposition\RelWithDebInfo\ConvexDecomposition.lib opengl32.lib glu32.lib "
|
||||
OutputFile="RelWithDebInfo\AppConvexDecompositionDemo.exe"
|
||||
Version="0.0"
|
||||
GenerateManifest="TRUE"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="L:/develop/bullet-2.76/msvc/2008/Demos/ConvexDecompositionDemo/RelWithDebInfo/AppConvexDecompositionDemo.pdb"
|
||||
ProgramDataBaseFile="RelWithDebInfo/AppConvexDecompositionDemo.pdb"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="2"
|
||||
ImportLibrary="RelWithDebInfo\AppConvexDecompositionDemo.lib"/>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="OpenGLSupport"
|
||||
ProjectGUID="{5CF38421-FB7B-4E52-B85D-90CBC7F0BF25}"
|
||||
ProjectGUID="{2EBAA82E-BFED-409C-BF6D-C1A3EC0BC6E1}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
@@ -34,7 +34,7 @@
|
||||
PreprocessorDefinitions="WIN32,_WINDOWS,_DEBUG,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="L:/develop/bullet-2.76/msvc/2008/Demos/OpenGL/Debug/OpenGLSupport.pdb"
|
||||
ProgramDataBaseFileName="Debug/OpenGLSupport.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@@ -86,7 +86,7 @@
|
||||
PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="L:/develop/bullet-2.76/msvc/2008/Demos/OpenGL/Release/OpenGLSupport.pdb"
|
||||
ProgramDataBaseFileName="Release/OpenGLSupport.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@@ -138,7 +138,7 @@
|
||||
PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="L:/develop/bullet-2.76/msvc/2008/Demos/OpenGL/MinSizeRel/OpenGLSupport.pdb"
|
||||
ProgramDataBaseFileName="MinSizeRel/OpenGLSupport.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@@ -191,7 +191,7 @@
|
||||
PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="L:/develop/bullet-2.76/msvc/2008/Demos/OpenGL/RelWithDebInfo/OpenGLSupport.pdb"
|
||||
ProgramDataBaseFileName="RelWithDebInfo/OpenGLSupport.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="AppSerializeDemo"
|
||||
ProjectGUID="{8CB2FF1C-02EA-48BA-865B-BBECE963A084}"
|
||||
ProjectGUID="{28E37C0A-3381-4EB5-9111-18B08405184C}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
@@ -34,7 +34,7 @@
|
||||
PreprocessorDefinitions="WIN32,_WINDOWS,_DEBUG,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="L:/develop/bullet-2.76/msvc/2008/Demos/SerializeDemo/Debug/AppSerializeDemo.pdb"
|
||||
ProgramDataBaseFileName="Debug/AppSerializeDemo.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@@ -62,14 +62,14 @@
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:I386 /debug"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\OpenGL\Debug\OpenGLSupport.lib ..\..\Extras\Serialize\BulletWorldImporter\Debug\BulletWorldImporter.lib ..\..\src\BulletDynamics\Debug\BulletDynamics.lib ..\..\src\BulletCollision\Debug\BulletCollision.lib ..\..\src\LinearMath\Debug\LinearMath.lib ..\..\Extras\Serialize\BulletFileLoader\Debug\BulletFileLoader.lib opengl32.lib glu32.lib "
|
||||
OutputFile="Debug\AppSerializeDemo.exe"
|
||||
Version="0.0"
|
||||
GenerateManifest="TRUE"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="L:/develop/bullet-2.76/msvc/2008/Demos/SerializeDemo/Debug/AppSerializeDemo.pdb"
|
||||
ProgramDataBaseFile="Debug/AppSerializeDemo.pdb"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="2"
|
||||
ImportLibrary="Debug\AppSerializeDemo.lib"/>
|
||||
@@ -96,7 +96,7 @@
|
||||
PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="L:/develop/bullet-2.76/msvc/2008/Demos/SerializeDemo/Release/AppSerializeDemo.pdb"
|
||||
ProgramDataBaseFileName="Release/AppSerializeDemo.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@@ -124,14 +124,14 @@
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:I386"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\OpenGL\Release\OpenGLSupport.lib ..\..\Extras\Serialize\BulletWorldImporter\Release\BulletWorldImporter.lib ..\..\src\BulletDynamics\Release\BulletDynamics.lib ..\..\src\BulletCollision\Release\BulletCollision.lib ..\..\src\LinearMath\Release\LinearMath.lib ..\..\Extras\Serialize\BulletFileLoader\Release\BulletFileLoader.lib opengl32.lib glu32.lib "
|
||||
OutputFile="Release\AppSerializeDemo.exe"
|
||||
Version="0.0"
|
||||
GenerateManifest="TRUE"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="L:/develop/bullet-2.76/msvc/2008/Demos/SerializeDemo/Release/AppSerializeDemo.pdb"
|
||||
ProgramDataBaseFile="Release/AppSerializeDemo.pdb"
|
||||
SubSystem="2"
|
||||
ImportLibrary="Release\AppSerializeDemo.lib"/>
|
||||
</Configuration>
|
||||
@@ -157,7 +157,7 @@
|
||||
PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="L:/develop/bullet-2.76/msvc/2008/Demos/SerializeDemo/MinSizeRel/AppSerializeDemo.pdb"
|
||||
ProgramDataBaseFileName="MinSizeRel/AppSerializeDemo.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@@ -185,14 +185,14 @@
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:I386"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\OpenGL\MinSizeRel\OpenGLSupport.lib ..\..\Extras\Serialize\BulletWorldImporter\MinSizeRel\BulletWorldImporter.lib ..\..\src\BulletDynamics\MinSizeRel\BulletDynamics.lib ..\..\src\BulletCollision\MinSizeRel\BulletCollision.lib ..\..\src\LinearMath\MinSizeRel\LinearMath.lib ..\..\Extras\Serialize\BulletFileLoader\MinSizeRel\BulletFileLoader.lib opengl32.lib glu32.lib "
|
||||
OutputFile="MinSizeRel\AppSerializeDemo.exe"
|
||||
Version="0.0"
|
||||
GenerateManifest="TRUE"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="L:/develop/bullet-2.76/msvc/2008/Demos/SerializeDemo/MinSizeRel/AppSerializeDemo.pdb"
|
||||
ProgramDataBaseFile="MinSizeRel/AppSerializeDemo.pdb"
|
||||
SubSystem="2"
|
||||
ImportLibrary="MinSizeRel\AppSerializeDemo.lib"/>
|
||||
</Configuration>
|
||||
@@ -219,7 +219,7 @@
|
||||
PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="L:/develop/bullet-2.76/msvc/2008/Demos/SerializeDemo/RelWithDebInfo/AppSerializeDemo.pdb"
|
||||
ProgramDataBaseFileName="RelWithDebInfo/AppSerializeDemo.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@@ -247,14 +247,14 @@
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:I386 /debug"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\OpenGL\RelWithDebInfo\OpenGLSupport.lib ..\..\Extras\Serialize\BulletWorldImporter\RelWithDebInfo\BulletWorldImporter.lib ..\..\src\BulletDynamics\RelWithDebInfo\BulletDynamics.lib ..\..\src\BulletCollision\RelWithDebInfo\BulletCollision.lib ..\..\src\LinearMath\RelWithDebInfo\LinearMath.lib ..\..\Extras\Serialize\BulletFileLoader\RelWithDebInfo\BulletFileLoader.lib opengl32.lib glu32.lib "
|
||||
OutputFile="RelWithDebInfo\AppSerializeDemo.exe"
|
||||
Version="0.0"
|
||||
GenerateManifest="TRUE"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="L:/develop/bullet-2.76/msvc/2008/Demos/SerializeDemo/RelWithDebInfo/AppSerializeDemo.pdb"
|
||||
ProgramDataBaseFile="RelWithDebInfo/AppSerializeDemo.pdb"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="2"
|
||||
ImportLibrary="RelWithDebInfo\AppSerializeDemo.lib"/>
|
||||
|
||||
Reference in New Issue
Block a user