mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-08 08:30:16 +00:00
Updated OpenCL (AMD/NVIDIA) and DX11 DirectCompute Visual Studio project files
CMake: minor fixes for project file distribution Make resource loading more robust for DX11ClothDemo, and remove buttons that crash the demo
This commit is contained in:
parent
cffb96c0c9
commit
0292521757
@ -127,9 +127,9 @@ IF(MSVC)
|
||||
SET(AMD_OPENCL_INCLUDES $ENV{ATISTREAMSDKROOT}include )
|
||||
MESSAGE(${AMD_OPENCL_INCLUDES})
|
||||
IF (CMAKE_CL_64)
|
||||
SET(CMAKE_ATISTREAMSDK_LIBPATH $ENV{ATISTREAMSDKROOT}/lib/x86_64 )
|
||||
SET(CMAKE_ATISTREAMSDK_LIBPATH $ENV{ATISTREAMSDKROOT}lib/x86_64 )
|
||||
ELSE(CMAKE_CL_64)
|
||||
SET(CMAKE_ATISTREAMSDK_LIBPATH $ENV{ATISTREAMSDKROOT}/lib/x86 )
|
||||
SET(CMAKE_ATISTREAMSDK_LIBPATH $ENV{ATISTREAMSDKROOT}lib/x86 )
|
||||
ENDIF(CMAKE_CL_64)
|
||||
OPTION(BUILD_AMD_OPENCL_DEMOS "Build OpenCL demos for AMD (GPU or CPU)" ON)
|
||||
ELSE()
|
||||
|
@ -17,6 +17,7 @@ OPTION(USE_MSVC_RUNTIME_LIBRARY_DLL "Use MSVC Runtime Library DLL (/MD or /MDd)"
|
||||
OPTION(USE_MSVC_INCREMENTAL_LINKING "Use MSVC Incremental Linking" OFF)
|
||||
|
||||
|
||||
|
||||
IF(MSVC)
|
||||
IF (NOT USE_MSVC_INCREMENTAL_LINKING)
|
||||
#MESSAGE("MSVC_INCREMENTAL_DEFAULT"+${MSVC_INCREMENTAL_DEFAULT})
|
||||
@ -109,10 +110,13 @@ SET(BulletClothExample_HDRS
|
||||
INCLUDE_DIRECTORIES(
|
||||
${DX11_INCLUDE_PATH}
|
||||
${BULLET_PHYSICS_SOURCE_DIR}/src
|
||||
"DXUT/Core" "DXUT/Optional"
|
||||
"DXUT/Core"
|
||||
"DXUT/Optional"
|
||||
${VECTOR_MATH_INCLUDE}
|
||||
)
|
||||
LINK_DIRECTORIES(${DX11_LIB_PATH})
|
||||
LINK_DIRECTORIES(
|
||||
${DX11_LIB_PATH}
|
||||
)
|
||||
|
||||
ADD_DEFINITIONS(-DUNICODE)
|
||||
ADD_DEFINITIONS(-D_UNICODE)
|
||||
@ -134,10 +138,16 @@ TARGET_LINK_LIBRARIES(AppDX11ClothDemo
|
||||
BulletCollision
|
||||
LinearMath
|
||||
BulletSoftBody
|
||||
BulletSoftBodySolvers_CPU
|
||||
BulletSoftBodySolvers_DX11
|
||||
)
|
||||
|
||||
IF (INTERNAL_ADD_POSTFIX_EXECUTABLE_NAMES)
|
||||
SET_TARGET_PROPERTIES(AppDX11ClothDemo PROPERTIES DEBUG_POSTFIX "_Debug")
|
||||
SET_TARGET_PROPERTIES(AppDX11ClothDemo PROPERTIES MINSIZEREL_POSTFIX "_MinsizeRel")
|
||||
SET_TARGET_PROPERTIES(AppDX11ClothDemo PROPERTIES RELWITHDEBINFO_POSTFIX "_RelWithDebugInfo")
|
||||
ENDIF()
|
||||
|
||||
|
||||
IF (NOT INTERNAL_CREATE_DISTRIBUTABLE_MSVC_PROJECTFILES)
|
||||
ADD_CUSTOM_COMMAND(
|
||||
TARGET AppDX11ClothDemo
|
||||
|
@ -380,6 +380,17 @@ bool DXUTFindMediaSearchTypicalDirs( __in_ecount(cchSearch) WCHAR* strSearchPath
|
||||
if( GetFileAttributes( strSearchPath ) != 0xFFFFFFFF )
|
||||
return true;
|
||||
|
||||
// Search in "%EXE_DIR%\Demos\DX11ClothDemo\Media\". This matches the Bullet SDK layout
|
||||
swprintf_s( strSearchPath, cchSearch, L"%s\\Demos\\DX11ClothDemo\\Media\\%s", strExePath, strLeaf );
|
||||
if( GetFileAttributes( strSearchPath ) != 0xFFFFFFFF )
|
||||
return true;
|
||||
|
||||
// Search in "%EXE_DIR%\Demos\DX11ClothDemo\". This matches the Bullet SDK layout
|
||||
swprintf_s( strSearchPath, cchSearch, L"%s\\Demos\\DX11ClothDemo\\%s", strExePath, strLeaf );
|
||||
if( GetFileAttributes( strSearchPath ) != 0xFFFFFFFF )
|
||||
return true;
|
||||
|
||||
|
||||
// Search in media search dir
|
||||
WCHAR* s_strSearchPath = DXUTMediaSearchPath();
|
||||
if( s_strSearchPath[0] != 0 )
|
||||
|
@ -694,10 +694,10 @@ void InitApp()
|
||||
g_SampleUI.Init( &g_DialogResourceManager );
|
||||
|
||||
g_HUD.SetCallback( OnGUIEvent ); int iY = 10;
|
||||
g_HUD.AddButton( IDC_TOGGLEFULLSCREEN, L"Toggle full screen", 0, iY, 170, 23 );
|
||||
|
||||
g_HUD.AddButton( IDC_TOGGLEREF, L"Toggle REF (F3)", 0, iY += 26, 170, 23, VK_F3 );
|
||||
g_HUD.AddButton( IDC_CHANGEDEVICE, L"Change device (F2)", 0, iY += 26, 170, 23, VK_F2 );
|
||||
//restart is broken, @todo: fix
|
||||
// g_HUD.AddButton( IDC_TOGGLEFULLSCREEN, L"Toggle full screen", 0, iY, 170, 23 );
|
||||
// g_HUD.AddButton( IDC_TOGGLEREF, L"Toggle REF (F3)", 0, iY += 26, 170, 23, VK_F3 );
|
||||
// g_HUD.AddButton( IDC_CHANGEDEVICE, L"Change device (F2)", 0, iY += 26, 170, 23, VK_F2 );
|
||||
g_HUD.AddButton( IDC_PAUSE, L"Pause", 0, iY += 26, 170, 23 );
|
||||
g_HUD.AddButton( IDC_WIREFRAME, L"Wire frame", 0, iY += 26, 170, 23 );
|
||||
|
||||
@ -1020,8 +1020,8 @@ HRESULT CALLBACK OnD3D11CreateDevice( ID3D11Device* pd3dDevice, const DXGI_SURFA
|
||||
// Setup the camera's view parameters
|
||||
|
||||
|
||||
D3DXVECTOR3 vecEye( 0.0f, 0.0f, -100.0f );
|
||||
D3DXVECTOR3 vecAt ( 0.0f, 0.0f, -0.0f );
|
||||
D3DXVECTOR3 vecEye( 30.0f, -10.0f, -80.0f );
|
||||
D3DXVECTOR3 vecAt ( 0.0f, 20.0f, -0.0f );
|
||||
|
||||
|
||||
g_Camera.SetViewParams( &vecEye, &vecAt );
|
||||
@ -1040,12 +1040,20 @@ HRESULT CALLBACK OnD3D11CreateDevice( ID3D11Device* pd3dDevice, const DXGI_SURFA
|
||||
|
||||
|
||||
|
||||
std::wstring flagTexs[] = {
|
||||
std::wstring flagTexsName[] = {
|
||||
L"atiFlag.bmp",
|
||||
L"amdFlag.bmp",
|
||||
};
|
||||
int numFlagTexs = 2;
|
||||
|
||||
|
||||
|
||||
WCHAR flagTexs[2][MAX_PATH];
|
||||
|
||||
HRESULT res = DXUTFindDXSDKMediaFileCch(flagTexs[0],MAX_PATH, flagTexsName[0].c_str());
|
||||
res = DXUTFindDXSDKMediaFileCch(flagTexs[1],MAX_PATH, flagTexsName[1].c_str());
|
||||
|
||||
|
||||
for( int flagIndex = 0; flagIndex < numFlags; ++flagIndex )
|
||||
{
|
||||
cloths[flagIndex].create_texture(flagTexs[flagIndex % numFlagTexs]);
|
||||
|
@ -80,3 +80,8 @@ IF (UNIX)
|
||||
TARGET_LINK_LIBRARIES(AppOpenCLClothDemo_AMD pthread)
|
||||
ENDIF(UNIX)
|
||||
|
||||
IF (INTERNAL_ADD_POSTFIX_EXECUTABLE_NAMES)
|
||||
SET_TARGET_PROPERTIES(AppOpenCLClothDemo_AMD PROPERTIES DEBUG_POSTFIX "_Debug")
|
||||
SET_TARGET_PROPERTIES(AppOpenCLClothDemo_AMD PROPERTIES MINSIZEREL_POSTFIX "_MinsizeRel")
|
||||
SET_TARGET_PROPERTIES(AppOpenCLClothDemo_AMD PROPERTIES RELWITHDEBINFO_POSTFIX "_RelWithDebugInfo")
|
||||
ENDIF(INTERNAL_ADD_POSTFIX_EXECUTABLE_NAMES)
|
@ -85,3 +85,9 @@ IF (UNIX)
|
||||
TARGET_LINK_LIBRARIES(AppOpenCLClothDemo_Mini pthread)
|
||||
ENDIF(UNIX)
|
||||
|
||||
|
||||
IF (INTERNAL_ADD_POSTFIX_EXECUTABLE_NAMES)
|
||||
SET_TARGET_PROPERTIES(AppOpenCLClothDemo_Mini PROPERTIES DEBUG_POSTFIX "_Debug")
|
||||
SET_TARGET_PROPERTIES(AppOpenCLClothDemo_Mini PROPERTIES MINSIZEREL_POSTFIX "_MinsizeRel")
|
||||
SET_TARGET_PROPERTIES(AppOpenCLClothDemo_Mini PROPERTIES RELWITHDEBINFO_POSTFIX "_RelWithDebugInfo")
|
||||
ENDIF(INTERNAL_ADD_POSTFIX_EXECUTABLE_NAMES)
|
@ -82,3 +82,8 @@ IF (UNIX)
|
||||
TARGET_LINK_LIBRARIES(AppOpenCLClothDemo_NVidia pthread)
|
||||
ENDIF(UNIX)
|
||||
|
||||
IF (INTERNAL_ADD_POSTFIX_EXECUTABLE_NAMES)
|
||||
SET_TARGET_PROPERTIES(AppOpenCLClothDemo_NVidia PROPERTIES DEBUG_POSTFIX "_Debug")
|
||||
SET_TARGET_PROPERTIES(AppOpenCLClothDemo_NVidia PROPERTIES MINSIZEREL_POSTFIX "_MinsizeRel")
|
||||
SET_TARGET_PROPERTIES(AppOpenCLClothDemo_NVidia PROPERTIES RELWITHDEBINFO_POSTFIX "_RelWithDebugInfo")
|
||||
ENDIF(INTERNAL_ADD_POSTFIX_EXECUTABLE_NAMES)
|
@ -81,3 +81,8 @@ IF (UNIX)
|
||||
TARGET_LINK_LIBRARIES(AppParticlesOCL_AMD pthread)
|
||||
ENDIF(UNIX)
|
||||
|
||||
IF (INTERNAL_ADD_POSTFIX_EXECUTABLE_NAMES)
|
||||
SET_TARGET_PROPERTIES(AppParticlesOCL_AMD PROPERTIES DEBUG_POSTFIX "_Debug")
|
||||
SET_TARGET_PROPERTIES(AppParticlesOCL_AMD PROPERTIES MINSIZEREL_POSTFIX "_MinsizeRel")
|
||||
SET_TARGET_PROPERTIES(AppParticlesOCL_AMD PROPERTIES RELWITHDEBINFO_POSTFIX "_RelWithDebugInfo")
|
||||
ENDIF(INTERNAL_ADD_POSTFIX_EXECUTABLE_NAMES)
|
@ -89,3 +89,8 @@ IF (UNIX)
|
||||
TARGET_LINK_LIBRARIES(AppParticlesOCL_Mini pthread)
|
||||
ENDIF(UNIX)
|
||||
|
||||
IF (INTERNAL_ADD_POSTFIX_EXECUTABLE_NAMES)
|
||||
SET_TARGET_PROPERTIES(AppParticlesOCL_Mini PROPERTIES DEBUG_POSTFIX "_Debug")
|
||||
SET_TARGET_PROPERTIES(AppParticlesOCL_Mini PROPERTIES MINSIZEREL_POSTFIX "_MinsizeRel")
|
||||
SET_TARGET_PROPERTIES(AppParticlesOCL_Mini PROPERTIES RELWITHDEBINFO_POSTFIX "_RelWithDebugInfo")
|
||||
ENDIF(INTERNAL_ADD_POSTFIX_EXECUTABLE_NAMES)
|
@ -84,3 +84,9 @@ IF (UNIX)
|
||||
ENDIF(UNIX)
|
||||
|
||||
ENDIF(CMAK_GLEW_LIBRARY)
|
||||
|
||||
IF (INTERNAL_ADD_POSTFIX_EXECUTABLE_NAMES)
|
||||
SET_TARGET_PROPERTIES(AppParticlesOCL_Nv PROPERTIES DEBUG_POSTFIX "_Debug")
|
||||
SET_TARGET_PROPERTIES(AppParticlesOCL_Nv PROPERTIES MINSIZEREL_POSTFIX "_MinsizeRel")
|
||||
SET_TARGET_PROPERTIES(AppParticlesOCL_Nv PROPERTIES RELWITHDEBINFO_POSTFIX "_RelWithDebugInfo")
|
||||
ENDIF(INTERNAL_ADD_POSTFIX_EXECUTABLE_NAMES)
|
@ -26,4 +26,9 @@ IF (NOT INTERNAL_CREATE_DISTRIBUTABLE_MSVC_PROJECTFILES)
|
||||
COMMAND ${CMAKE_COMMAND} ARGS -E copy_if_different ${BULLET_PHYSICS_SOURCE_DIR}/Demos/VectorAdd_OpenCL/VectorAddKernels.cl ${CMAKE_CURRENT_BINARY_DIR}
|
||||
)
|
||||
ENDIF()
|
||||
|
||||
|
||||
IF (INTERNAL_ADD_POSTFIX_EXECUTABLE_NAMES)
|
||||
SET_TARGET_PROPERTIES(AppVectorAdd_AMD PROPERTIES DEBUG_POSTFIX "_Debug")
|
||||
SET_TARGET_PROPERTIES(AppVectorAdd_AMD PROPERTIES MINSIZEREL_POSTFIX "_MinsizeRel")
|
||||
SET_TARGET_PROPERTIES(AppVectorAdd_AMD PROPERTIES RELWITHDEBINFO_POSTFIX "_RelWithDebugInfo")
|
||||
ENDIF(INTERNAL_ADD_POSTFIX_EXECUTABLE_NAMES)
|
@ -30,4 +30,9 @@ IF (NOT INTERNAL_CREATE_DISTRIBUTABLE_MSVC_PROJECTFILES)
|
||||
COMMAND ${CMAKE_COMMAND} ARGS -E copy_if_different ${BULLET_PHYSICS_SOURCE_DIR}/Demos/VectorAdd_OpenCL/VectorAddKernels.cl ${CMAKE_CURRENT_BINARY_DIR}
|
||||
)
|
||||
ENDIF()
|
||||
|
||||
|
||||
IF (INTERNAL_ADD_POSTFIX_EXECUTABLE_NAMES)
|
||||
SET_TARGET_PROPERTIES(AppVectorAdd_Mini PROPERTIES DEBUG_POSTFIX "_Debug")
|
||||
SET_TARGET_PROPERTIES(AppVectorAdd_Mini PROPERTIES MINSIZEREL_POSTFIX "_MinsizeRel")
|
||||
SET_TARGET_PROPERTIES(AppVectorAdd_Mini PROPERTIES RELWITHDEBINFO_POSTFIX "_RelWithDebugInfo")
|
||||
ENDIF(INTERNAL_ADD_POSTFIX_EXECUTABLE_NAMES)
|
@ -21,3 +21,8 @@ IF (UNIX)
|
||||
TARGET_LINK_LIBRARIES(AppVectorAdd_NVidia pthread)
|
||||
ENDIF(UNIX)
|
||||
|
||||
IF (INTERNAL_ADD_POSTFIX_EXECUTABLE_NAMES)
|
||||
SET_TARGET_PROPERTIES(AppVectorAdd_NVidia PROPERTIES DEBUG_POSTFIX "_Debug")
|
||||
SET_TARGET_PROPERTIES(AppVectorAdd_NVidia PROPERTIES MINSIZEREL_POSTFIX "_MinsizeRel")
|
||||
SET_TARGET_PROPERTIES(AppVectorAdd_NVidia PROPERTIES RELWITHDEBINFO_POSTFIX "_RelWithDebugInfo")
|
||||
ENDIF(INTERNAL_ADD_POSTFIX_EXECUTABLE_NAMES)
|
@ -1,44 +1,44 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 10.00
|
||||
# Visual Studio 2008
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AppOpenCLClothDemo_AMD", "Demos\OpenCLClothDemo\AMD\AppOpenCLClothDemo_AMD.vcproj", "{EBD980B9-223B-4346-AFAD-1912F5F16CAD}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AppOpenCLClothDemo_AMD", "Demos\OpenCLClothDemo\AMD\AppOpenCLClothDemo_AMD.vcproj", "{DF15DB37-94A6-437E-A67A-34F9C244A17F}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{DD0534F8-4526-4481-A1E6-2C913F6E75FD} = {DD0534F8-4526-4481-A1E6-2C913F6E75FD}
|
||||
{830FA940-E0D6-419E-A7D9-39BB8D2B796E} = {830FA940-E0D6-419E-A7D9-39BB8D2B796E}
|
||||
{F2B826DC-2943-4DD1-A513-7EDD5591AA0A} = {F2B826DC-2943-4DD1-A513-7EDD5591AA0A}
|
||||
{FC9157DD-3E38-49D4-8F7E-E07AC67A7905} = {FC9157DD-3E38-49D4-8F7E-E07AC67A7905}
|
||||
{FC031F5B-926E-49B0-AA87-30784877F1E7} = {FC031F5B-926E-49B0-AA87-30784877F1E7}
|
||||
{5692EAB0-1D79-48AA-AEA1-0D6A62793770} = {5692EAB0-1D79-48AA-AEA1-0D6A62793770}
|
||||
{E1EB34CA-CDD0-4760-9A30-D033663B1A05} = {E1EB34CA-CDD0-4760-9A30-D033663B1A05}
|
||||
{FD491F50-EDB5-412F-979F-073BB396D231} = {FD491F50-EDB5-412F-979F-073BB396D231}
|
||||
{D6F51E45-BCE0-466C-8B0B-45527317A94B} = {D6F51E45-BCE0-466C-8B0B-45527317A94B}
|
||||
{F3590A18-B2C4-4DD8-BC7B-0C171F2580CE} = {F3590A18-B2C4-4DD8-BC7B-0C171F2580CE}
|
||||
{129BE49D-DEF6-4DFC-A93C-01096C5EE5F0} = {129BE49D-DEF6-4DFC-A93C-01096C5EE5F0}
|
||||
{84CBD946-2D29-48B2-93E1-C9A09FE95282} = {84CBD946-2D29-48B2-93E1-C9A09FE95282}
|
||||
{C7FD8E53-7DA7-4260-9B8A-2004F7B95A2E} = {C7FD8E53-7DA7-4260-9B8A-2004F7B95A2E}
|
||||
{387FCCD7-D09D-438C-991C-8A23A2A8D528} = {387FCCD7-D09D-438C-991C-8A23A2A8D528}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AppParticlesOCL_AMD", "Demos\ParticlesOpenCL\AMD\AppParticlesOCL_AMD.vcproj", "{8E9FC92B-D144-46DB-9D66-250B303E9131}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AppParticlesOCL_AMD", "Demos\ParticlesOpenCL\AMD\AppParticlesOCL_AMD.vcproj", "{DED83FAD-005C-4F69-8FB3-BCD111D53A08}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{DD0534F8-4526-4481-A1E6-2C913F6E75FD} = {DD0534F8-4526-4481-A1E6-2C913F6E75FD}
|
||||
{FC031F5B-926E-49B0-AA87-30784877F1E7} = {FC031F5B-926E-49B0-AA87-30784877F1E7}
|
||||
{5692EAB0-1D79-48AA-AEA1-0D6A62793770} = {5692EAB0-1D79-48AA-AEA1-0D6A62793770}
|
||||
{F2B826DC-2943-4DD1-A513-7EDD5591AA0A} = {F2B826DC-2943-4DD1-A513-7EDD5591AA0A}
|
||||
{E1EB34CA-CDD0-4760-9A30-D033663B1A05} = {E1EB34CA-CDD0-4760-9A30-D033663B1A05}
|
||||
{FD491F50-EDB5-412F-979F-073BB396D231} = {FD491F50-EDB5-412F-979F-073BB396D231}
|
||||
{84CBD946-2D29-48B2-93E1-C9A09FE95282} = {84CBD946-2D29-48B2-93E1-C9A09FE95282}
|
||||
{C7FD8E53-7DA7-4260-9B8A-2004F7B95A2E} = {C7FD8E53-7DA7-4260-9B8A-2004F7B95A2E}
|
||||
{F3590A18-B2C4-4DD8-BC7B-0C171F2580CE} = {F3590A18-B2C4-4DD8-BC7B-0C171F2580CE}
|
||||
{387FCCD7-D09D-438C-991C-8A23A2A8D528} = {387FCCD7-D09D-438C-991C-8A23A2A8D528}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AppVectorAdd_AMD", "Demos\VectorAdd_OpenCL\AMD\AppVectorAdd_AMD.vcproj", "{1E61ADA4-BA79-4506-95AB-8B85833B4BBC}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AppVectorAdd_AMD", "Demos\VectorAdd_OpenCL\AMD\AppVectorAdd_AMD.vcproj", "{5477BFAF-DFF2-4857-9F13-1013F6B32DAE}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{F2B826DC-2943-4DD1-A513-7EDD5591AA0A} = {F2B826DC-2943-4DD1-A513-7EDD5591AA0A}
|
||||
{E1EB34CA-CDD0-4760-9A30-D033663B1A05} = {E1EB34CA-CDD0-4760-9A30-D033663B1A05}
|
||||
{F3590A18-B2C4-4DD8-BC7B-0C171F2580CE} = {F3590A18-B2C4-4DD8-BC7B-0C171F2580CE}
|
||||
{387FCCD7-D09D-438C-991C-8A23A2A8D528} = {387FCCD7-D09D-438C-991C-8A23A2A8D528}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BulletCollision", "src\BulletCollision\BulletCollision.vcproj", "{5692EAB0-1D79-48AA-AEA1-0D6A62793770}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BulletCollision", "src\BulletCollision\BulletCollision.vcproj", "{C7FD8E53-7DA7-4260-9B8A-2004F7B95A2E}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BulletDynamics", "src\BulletDynamics\BulletDynamics.vcproj", "{FC031F5B-926E-49B0-AA87-30784877F1E7}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BulletDynamics", "src\BulletDynamics\BulletDynamics.vcproj", "{84CBD946-2D29-48B2-93E1-C9A09FE95282}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BulletMultiThreaded", "src\BulletMultiThreaded\BulletMultiThreaded.vcproj", "{F2B826DC-2943-4DD1-A513-7EDD5591AA0A}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BulletMultiThreaded", "src\BulletMultiThreaded\BulletMultiThreaded.vcproj", "{F3590A18-B2C4-4DD8-BC7B-0C171F2580CE}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BulletSoftBody", "src\BulletSoftBody\BulletSoftBody.vcproj", "{FC9157DD-3E38-49D4-8F7E-E07AC67A7905}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BulletSoftBody", "src\BulletSoftBody\BulletSoftBody.vcproj", "{129BE49D-DEF6-4DFC-A93C-01096C5EE5F0}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BulletSoftBodySolvers_OpenCL_AMD", "src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\AMD\BulletSoftBodySolvers_OpenCL_AMD.vcproj", "{830FA940-E0D6-419E-A7D9-39BB8D2B796E}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BulletSoftBodySolvers_OpenCL_AMD", "src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\AMD\BulletSoftBodySolvers_OpenCL_AMD.vcproj", "{D6F51E45-BCE0-466C-8B0B-45527317A94B}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinearMath", "src\LinearMath\LinearMath.vcproj", "{E1EB34CA-CDD0-4760-9A30-D033663B1A05}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinearMath", "src\LinearMath\LinearMath.vcproj", "{387FCCD7-D09D-438C-991C-8A23A2A8D528}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OpenGLSupport", "Demos\OpenGL\OpenGLSupport.vcproj", "{DD0534F8-4526-4481-A1E6-2C913F6E75FD}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OpenGLSupport", "Demos\OpenGL\OpenGLSupport.vcproj", "{FD491F50-EDB5-412F-979F-073BB396D231}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
@ -48,86 +48,86 @@ Global
|
||||
RelWithDebInfo|Win32 = RelWithDebInfo|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{EBD980B9-223B-4346-AFAD-1912F5F16CAD}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{EBD980B9-223B-4346-AFAD-1912F5F16CAD}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{EBD980B9-223B-4346-AFAD-1912F5F16CAD}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{EBD980B9-223B-4346-AFAD-1912F5F16CAD}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{EBD980B9-223B-4346-AFAD-1912F5F16CAD}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{EBD980B9-223B-4346-AFAD-1912F5F16CAD}.Release|Win32.Build.0 = Release|Win32
|
||||
{EBD980B9-223B-4346-AFAD-1912F5F16CAD}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{EBD980B9-223B-4346-AFAD-1912F5F16CAD}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{8E9FC92B-D144-46DB-9D66-250B303E9131}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{8E9FC92B-D144-46DB-9D66-250B303E9131}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{8E9FC92B-D144-46DB-9D66-250B303E9131}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{8E9FC92B-D144-46DB-9D66-250B303E9131}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{8E9FC92B-D144-46DB-9D66-250B303E9131}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{8E9FC92B-D144-46DB-9D66-250B303E9131}.Release|Win32.Build.0 = Release|Win32
|
||||
{8E9FC92B-D144-46DB-9D66-250B303E9131}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{8E9FC92B-D144-46DB-9D66-250B303E9131}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{1E61ADA4-BA79-4506-95AB-8B85833B4BBC}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{1E61ADA4-BA79-4506-95AB-8B85833B4BBC}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{1E61ADA4-BA79-4506-95AB-8B85833B4BBC}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{1E61ADA4-BA79-4506-95AB-8B85833B4BBC}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{1E61ADA4-BA79-4506-95AB-8B85833B4BBC}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{1E61ADA4-BA79-4506-95AB-8B85833B4BBC}.Release|Win32.Build.0 = Release|Win32
|
||||
{1E61ADA4-BA79-4506-95AB-8B85833B4BBC}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{1E61ADA4-BA79-4506-95AB-8B85833B4BBC}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{5692EAB0-1D79-48AA-AEA1-0D6A62793770}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{5692EAB0-1D79-48AA-AEA1-0D6A62793770}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{5692EAB0-1D79-48AA-AEA1-0D6A62793770}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{5692EAB0-1D79-48AA-AEA1-0D6A62793770}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{5692EAB0-1D79-48AA-AEA1-0D6A62793770}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{5692EAB0-1D79-48AA-AEA1-0D6A62793770}.Release|Win32.Build.0 = Release|Win32
|
||||
{5692EAB0-1D79-48AA-AEA1-0D6A62793770}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{5692EAB0-1D79-48AA-AEA1-0D6A62793770}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{FC031F5B-926E-49B0-AA87-30784877F1E7}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{FC031F5B-926E-49B0-AA87-30784877F1E7}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{FC031F5B-926E-49B0-AA87-30784877F1E7}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{FC031F5B-926E-49B0-AA87-30784877F1E7}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{FC031F5B-926E-49B0-AA87-30784877F1E7}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{FC031F5B-926E-49B0-AA87-30784877F1E7}.Release|Win32.Build.0 = Release|Win32
|
||||
{FC031F5B-926E-49B0-AA87-30784877F1E7}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{FC031F5B-926E-49B0-AA87-30784877F1E7}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{F2B826DC-2943-4DD1-A513-7EDD5591AA0A}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{F2B826DC-2943-4DD1-A513-7EDD5591AA0A}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{F2B826DC-2943-4DD1-A513-7EDD5591AA0A}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{F2B826DC-2943-4DD1-A513-7EDD5591AA0A}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{F2B826DC-2943-4DD1-A513-7EDD5591AA0A}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{F2B826DC-2943-4DD1-A513-7EDD5591AA0A}.Release|Win32.Build.0 = Release|Win32
|
||||
{F2B826DC-2943-4DD1-A513-7EDD5591AA0A}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{F2B826DC-2943-4DD1-A513-7EDD5591AA0A}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{FC9157DD-3E38-49D4-8F7E-E07AC67A7905}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{FC9157DD-3E38-49D4-8F7E-E07AC67A7905}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{FC9157DD-3E38-49D4-8F7E-E07AC67A7905}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{FC9157DD-3E38-49D4-8F7E-E07AC67A7905}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{FC9157DD-3E38-49D4-8F7E-E07AC67A7905}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{FC9157DD-3E38-49D4-8F7E-E07AC67A7905}.Release|Win32.Build.0 = Release|Win32
|
||||
{FC9157DD-3E38-49D4-8F7E-E07AC67A7905}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{FC9157DD-3E38-49D4-8F7E-E07AC67A7905}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{830FA940-E0D6-419E-A7D9-39BB8D2B796E}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{830FA940-E0D6-419E-A7D9-39BB8D2B796E}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{830FA940-E0D6-419E-A7D9-39BB8D2B796E}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{830FA940-E0D6-419E-A7D9-39BB8D2B796E}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{830FA940-E0D6-419E-A7D9-39BB8D2B796E}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{830FA940-E0D6-419E-A7D9-39BB8D2B796E}.Release|Win32.Build.0 = Release|Win32
|
||||
{830FA940-E0D6-419E-A7D9-39BB8D2B796E}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{830FA940-E0D6-419E-A7D9-39BB8D2B796E}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{E1EB34CA-CDD0-4760-9A30-D033663B1A05}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{E1EB34CA-CDD0-4760-9A30-D033663B1A05}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{E1EB34CA-CDD0-4760-9A30-D033663B1A05}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{E1EB34CA-CDD0-4760-9A30-D033663B1A05}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{E1EB34CA-CDD0-4760-9A30-D033663B1A05}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{E1EB34CA-CDD0-4760-9A30-D033663B1A05}.Release|Win32.Build.0 = Release|Win32
|
||||
{E1EB34CA-CDD0-4760-9A30-D033663B1A05}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{E1EB34CA-CDD0-4760-9A30-D033663B1A05}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{DD0534F8-4526-4481-A1E6-2C913F6E75FD}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{DD0534F8-4526-4481-A1E6-2C913F6E75FD}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{DD0534F8-4526-4481-A1E6-2C913F6E75FD}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{DD0534F8-4526-4481-A1E6-2C913F6E75FD}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{DD0534F8-4526-4481-A1E6-2C913F6E75FD}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{DD0534F8-4526-4481-A1E6-2C913F6E75FD}.Release|Win32.Build.0 = Release|Win32
|
||||
{DD0534F8-4526-4481-A1E6-2C913F6E75FD}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{DD0534F8-4526-4481-A1E6-2C913F6E75FD}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{DF15DB37-94A6-437E-A67A-34F9C244A17F}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{DF15DB37-94A6-437E-A67A-34F9C244A17F}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{DF15DB37-94A6-437E-A67A-34F9C244A17F}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{DF15DB37-94A6-437E-A67A-34F9C244A17F}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{DF15DB37-94A6-437E-A67A-34F9C244A17F}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{DF15DB37-94A6-437E-A67A-34F9C244A17F}.Release|Win32.Build.0 = Release|Win32
|
||||
{DF15DB37-94A6-437E-A67A-34F9C244A17F}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{DF15DB37-94A6-437E-A67A-34F9C244A17F}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{DED83FAD-005C-4F69-8FB3-BCD111D53A08}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{DED83FAD-005C-4F69-8FB3-BCD111D53A08}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{DED83FAD-005C-4F69-8FB3-BCD111D53A08}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{DED83FAD-005C-4F69-8FB3-BCD111D53A08}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{DED83FAD-005C-4F69-8FB3-BCD111D53A08}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{DED83FAD-005C-4F69-8FB3-BCD111D53A08}.Release|Win32.Build.0 = Release|Win32
|
||||
{DED83FAD-005C-4F69-8FB3-BCD111D53A08}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{DED83FAD-005C-4F69-8FB3-BCD111D53A08}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{5477BFAF-DFF2-4857-9F13-1013F6B32DAE}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{5477BFAF-DFF2-4857-9F13-1013F6B32DAE}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{5477BFAF-DFF2-4857-9F13-1013F6B32DAE}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{5477BFAF-DFF2-4857-9F13-1013F6B32DAE}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{5477BFAF-DFF2-4857-9F13-1013F6B32DAE}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{5477BFAF-DFF2-4857-9F13-1013F6B32DAE}.Release|Win32.Build.0 = Release|Win32
|
||||
{5477BFAF-DFF2-4857-9F13-1013F6B32DAE}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{5477BFAF-DFF2-4857-9F13-1013F6B32DAE}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{C7FD8E53-7DA7-4260-9B8A-2004F7B95A2E}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{C7FD8E53-7DA7-4260-9B8A-2004F7B95A2E}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{C7FD8E53-7DA7-4260-9B8A-2004F7B95A2E}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{C7FD8E53-7DA7-4260-9B8A-2004F7B95A2E}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{C7FD8E53-7DA7-4260-9B8A-2004F7B95A2E}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{C7FD8E53-7DA7-4260-9B8A-2004F7B95A2E}.Release|Win32.Build.0 = Release|Win32
|
||||
{C7FD8E53-7DA7-4260-9B8A-2004F7B95A2E}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{C7FD8E53-7DA7-4260-9B8A-2004F7B95A2E}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{84CBD946-2D29-48B2-93E1-C9A09FE95282}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{84CBD946-2D29-48B2-93E1-C9A09FE95282}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{84CBD946-2D29-48B2-93E1-C9A09FE95282}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{84CBD946-2D29-48B2-93E1-C9A09FE95282}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{84CBD946-2D29-48B2-93E1-C9A09FE95282}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{84CBD946-2D29-48B2-93E1-C9A09FE95282}.Release|Win32.Build.0 = Release|Win32
|
||||
{84CBD946-2D29-48B2-93E1-C9A09FE95282}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{84CBD946-2D29-48B2-93E1-C9A09FE95282}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{F3590A18-B2C4-4DD8-BC7B-0C171F2580CE}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{F3590A18-B2C4-4DD8-BC7B-0C171F2580CE}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{F3590A18-B2C4-4DD8-BC7B-0C171F2580CE}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{F3590A18-B2C4-4DD8-BC7B-0C171F2580CE}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{F3590A18-B2C4-4DD8-BC7B-0C171F2580CE}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{F3590A18-B2C4-4DD8-BC7B-0C171F2580CE}.Release|Win32.Build.0 = Release|Win32
|
||||
{F3590A18-B2C4-4DD8-BC7B-0C171F2580CE}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{F3590A18-B2C4-4DD8-BC7B-0C171F2580CE}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{129BE49D-DEF6-4DFC-A93C-01096C5EE5F0}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{129BE49D-DEF6-4DFC-A93C-01096C5EE5F0}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{129BE49D-DEF6-4DFC-A93C-01096C5EE5F0}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{129BE49D-DEF6-4DFC-A93C-01096C5EE5F0}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{129BE49D-DEF6-4DFC-A93C-01096C5EE5F0}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{129BE49D-DEF6-4DFC-A93C-01096C5EE5F0}.Release|Win32.Build.0 = Release|Win32
|
||||
{129BE49D-DEF6-4DFC-A93C-01096C5EE5F0}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{129BE49D-DEF6-4DFC-A93C-01096C5EE5F0}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{D6F51E45-BCE0-466C-8B0B-45527317A94B}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{D6F51E45-BCE0-466C-8B0B-45527317A94B}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{D6F51E45-BCE0-466C-8B0B-45527317A94B}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{D6F51E45-BCE0-466C-8B0B-45527317A94B}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{D6F51E45-BCE0-466C-8B0B-45527317A94B}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{D6F51E45-BCE0-466C-8B0B-45527317A94B}.Release|Win32.Build.0 = Release|Win32
|
||||
{D6F51E45-BCE0-466C-8B0B-45527317A94B}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{D6F51E45-BCE0-466C-8B0B-45527317A94B}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{387FCCD7-D09D-438C-991C-8A23A2A8D528}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{387FCCD7-D09D-438C-991C-8A23A2A8D528}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{387FCCD7-D09D-438C-991C-8A23A2A8D528}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{387FCCD7-D09D-438C-991C-8A23A2A8D528}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{387FCCD7-D09D-438C-991C-8A23A2A8D528}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{387FCCD7-D09D-438C-991C-8A23A2A8D528}.Release|Win32.Build.0 = Release|Win32
|
||||
{387FCCD7-D09D-438C-991C-8A23A2A8D528}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{387FCCD7-D09D-438C-991C-8A23A2A8D528}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{FD491F50-EDB5-412F-979F-073BB396D231}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{FD491F50-EDB5-412F-979F-073BB396D231}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{FD491F50-EDB5-412F-979F-073BB396D231}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{FD491F50-EDB5-412F-979F-073BB396D231}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{FD491F50-EDB5-412F-979F-073BB396D231}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{FD491F50-EDB5-412F-979F-073BB396D231}.Release|Win32.Build.0 = Release|Win32
|
||||
{FD491F50-EDB5-412F-979F-073BB396D231}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{FD491F50-EDB5-412F-979F-073BB396D231}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
@ -1,20 +1,14 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="AppOpenCLClothDemo_AMD"
|
||||
ProjectGUID="{EBD980B9-223B-4346-AFAD-1912F5F16CAD}"
|
||||
RootNamespace="AppOpenCLClothDemo_AMD"
|
||||
Keyword="Win32Proj"
|
||||
TargetFrameworkVersion="0"
|
||||
>
|
||||
ProjectGUID="{DF15DB37-94A6-437E-A67A-34F9C244A17F}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
@ -22,99 +16,62 @@
|
||||
IntermediateDirectory="AppOpenCLClothDemo_AMD.dir\Debug"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;$(ATISTREAMSDKROOT)include;"
|
||||
BasicRuntimeChecks="3"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="0"
|
||||
Optimization="0"
|
||||
RuntimeLibrary="3"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppOpenCLClothDemo_AMD_Debug.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;$(ATISTREAMSDKROOT)include;"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"Debug\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"Debug\""
|
||||
MkTypLibCompatible="false"
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="true"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"
|
||||
/>
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
Optimization="0"
|
||||
InlineFunctionExpansion="0"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;$(ATISTREAMSDKROOT)/include;"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"Debug\""
|
||||
ExceptionHandling="1"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
RuntimeTypeInfo="true"
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppOpenCLClothDemo_AMD.pdb"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="2"
|
||||
/>
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"Debug\""
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;$(ATISTREAMSDKROOT)/include;"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
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 ..\..\..\lib\Debug\OpenGLSupport.lib ..\..\..\lib\Debug\BulletSoftBodySolvers_OpenCL_AMD.lib ..\..\..\lib\Debug\BulletMultiThreaded.lib ..\..\..\lib\Debug\BulletSoftBody.lib ..\..\..\lib\Debug\BulletDynamics.lib ..\..\..\lib\Debug\BulletCollision.lib ..\..\..\lib\Debug\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib OpenCL.lib "
|
||||
OutputFile="..\..\..\..\..\AppOpenCLClothDemo_AMD.exe"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86 /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\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\AMD\Debug\BulletSoftBodySolvers_OpenCL_AMD.lib ..\..\..\src\BulletMultiThreaded\Debug\BulletMultiThreaded.lib ..\..\..\src\BulletSoftBody\Debug\BulletSoftBody.lib ..\..\..\src\BulletDynamics\Debug\BulletDynamics.lib ..\..\..\src\BulletCollision\Debug\BulletCollision.lib ..\..\..\src\LinearMath\Debug\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib $(ATISTREAMSDKROOT)lib\x86\OpenCL.lib "
|
||||
OutputFile="..\..\..\..\..\AppOpenCLClothDemo_AMD_Debug.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="$(ATISTREAMSDKROOT)lib\x86"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\..\..\../AppOpenCLClothDemo_AMD.pdb"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDatabaseFile="..\..\..\..\../AppOpenCLClothDemo_AMD_Debug.pdb"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="1"
|
||||
ImportLibrary="Debug\AppOpenCLClothDemo_AMD.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
ImportLibrary="Debug\AppOpenCLClothDemo_AMD_Debug.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
@ -122,96 +79,59 @@
|
||||
IntermediateDirectory="AppOpenCLClothDemo_AMD.dir\Release"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;$(ATISTREAMSDKROOT)include;"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="2"
|
||||
Optimization="2"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppOpenCLClothDemo_AMD.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;$(ATISTREAMSDKROOT)include;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"Release\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"Release\""
|
||||
MkTypLibCompatible="false"
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="true"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"
|
||||
/>
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="2"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;$(ATISTREAMSDKROOT)/include;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"Release\""
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
RuntimeTypeInfo="true"
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppOpenCLClothDemo_AMD.pdb"
|
||||
WarningLevel="3"
|
||||
CompileAs="2"
|
||||
/>
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"Release\""
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;$(ATISTREAMSDKROOT)/include;"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
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 ..\..\..\lib\Release\OpenGLSupport.lib ..\..\..\lib\Release\BulletSoftBodySolvers_OpenCL_AMD.lib ..\..\..\lib\Release\BulletMultiThreaded.lib ..\..\..\lib\Release\BulletSoftBody.lib ..\..\..\lib\Release\BulletDynamics.lib ..\..\..\lib\Release\BulletCollision.lib ..\..\..\lib\Release\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib OpenCL.lib "
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86"
|
||||
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\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\AMD\Release\BulletSoftBodySolvers_OpenCL_AMD.lib ..\..\..\src\BulletMultiThreaded\Release\BulletMultiThreaded.lib ..\..\..\src\BulletSoftBody\Release\BulletSoftBody.lib ..\..\..\src\BulletDynamics\Release\BulletDynamics.lib ..\..\..\src\BulletCollision\Release\BulletCollision.lib ..\..\..\src\LinearMath\Release\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib $(ATISTREAMSDKROOT)lib\x86\OpenCL.lib "
|
||||
OutputFile="..\..\..\..\..\AppOpenCLClothDemo_AMD.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="$(ATISTREAMSDKROOT)lib\x86"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDatabaseFile="..\..\..\..\../AppOpenCLClothDemo_AMD.pdb"
|
||||
SubSystem="1"
|
||||
ImportLibrary="Release\AppOpenCLClothDemo_AMD.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
ImportLibrary="Release\AppOpenCLClothDemo_AMD.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
@ -219,96 +139,59 @@
|
||||
IntermediateDirectory="AppOpenCLClothDemo_AMD.dir\MinSizeRel"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;$(ATISTREAMSDKROOT)include;"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="1"
|
||||
Optimization="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppOpenCLClothDemo_AMD_MinsizeRel.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;$(ATISTREAMSDKROOT)include;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"MinSizeRel\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
MkTypLibCompatible="false"
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="true"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"
|
||||
/>
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
Optimization="1"
|
||||
InlineFunctionExpansion="1"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;$(ATISTREAMSDKROOT)/include;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
RuntimeTypeInfo="true"
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppOpenCLClothDemo_AMD.pdb"
|
||||
WarningLevel="3"
|
||||
CompileAs="2"
|
||||
/>
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;$(ATISTREAMSDKROOT)/include;"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
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 ..\..\..\lib\MinSizeRel\OpenGLSupport.lib ..\..\..\lib\MinSizeRel\BulletSoftBodySolvers_OpenCL_AMD.lib ..\..\..\lib\MinSizeRel\BulletMultiThreaded.lib ..\..\..\lib\MinSizeRel\BulletSoftBody.lib ..\..\..\lib\MinSizeRel\BulletDynamics.lib ..\..\..\lib\MinSizeRel\BulletCollision.lib ..\..\..\lib\MinSizeRel\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib OpenCL.lib "
|
||||
OutputFile="..\..\..\..\..\AppOpenCLClothDemo_AMD.exe"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86"
|
||||
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\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\AMD\MinSizeRel\BulletSoftBodySolvers_OpenCL_AMD.lib ..\..\..\src\BulletMultiThreaded\MinSizeRel\BulletMultiThreaded.lib ..\..\..\src\BulletSoftBody\MinSizeRel\BulletSoftBody.lib ..\..\..\src\BulletDynamics\MinSizeRel\BulletDynamics.lib ..\..\..\src\BulletCollision\MinSizeRel\BulletCollision.lib ..\..\..\src\LinearMath\MinSizeRel\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib $(ATISTREAMSDKROOT)lib\x86\OpenCL.lib "
|
||||
OutputFile="..\..\..\..\..\AppOpenCLClothDemo_AMD_MinsizeRel.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="$(ATISTREAMSDKROOT)lib\x86"
|
||||
ProgramDatabaseFile="..\..\..\..\../AppOpenCLClothDemo_AMD.pdb"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDatabaseFile="..\..\..\..\../AppOpenCLClothDemo_AMD_MinsizeRel.pdb"
|
||||
SubSystem="1"
|
||||
ImportLibrary="MinSizeRel\AppOpenCLClothDemo_AMD.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
ImportLibrary="MinSizeRel\AppOpenCLClothDemo_AMD_MinsizeRel.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
@ -316,153 +199,103 @@
|
||||
IntermediateDirectory="AppOpenCLClothDemo_AMD.dir\RelWithDebInfo"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;$(ATISTREAMSDKROOT)include;"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="1"
|
||||
Optimization="2"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppOpenCLClothDemo_AMD_RelWithDebugInfo.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;$(ATISTREAMSDKROOT)include;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"RelWithDebInfo\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
MkTypLibCompatible="false"
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="true"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"
|
||||
/>
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="1"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;$(ATISTREAMSDKROOT)/include;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
RuntimeTypeInfo="true"
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppOpenCLClothDemo_AMD.pdb"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="2"
|
||||
/>
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;$(ATISTREAMSDKROOT)/include;"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
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 ..\..\..\lib\RelWithDebInfo\OpenGLSupport.lib ..\..\..\lib\RelWithDebInfo\BulletSoftBodySolvers_OpenCL_AMD.lib ..\..\..\lib\RelWithDebInfo\BulletMultiThreaded.lib ..\..\..\lib\RelWithDebInfo\BulletSoftBody.lib ..\..\..\lib\RelWithDebInfo\BulletDynamics.lib ..\..\..\lib\RelWithDebInfo\BulletCollision.lib ..\..\..\lib\RelWithDebInfo\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib OpenCL.lib "
|
||||
OutputFile="..\..\..\..\..\AppOpenCLClothDemo_AMD.exe"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86 /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\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\AMD\RelWithDebInfo\BulletSoftBodySolvers_OpenCL_AMD.lib ..\..\..\src\BulletMultiThreaded\RelWithDebInfo\BulletMultiThreaded.lib ..\..\..\src\BulletSoftBody\RelWithDebInfo\BulletSoftBody.lib ..\..\..\src\BulletDynamics\RelWithDebInfo\BulletDynamics.lib ..\..\..\src\BulletCollision\RelWithDebInfo\BulletCollision.lib ..\..\..\src\LinearMath\RelWithDebInfo\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib $(ATISTREAMSDKROOT)lib\x86\OpenCL.lib "
|
||||
OutputFile="..\..\..\..\..\AppOpenCLClothDemo_AMD_RelWithDebugInfo.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="$(ATISTREAMSDKROOT)lib\x86"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\..\..\../AppOpenCLClothDemo_AMD.pdb"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDatabaseFile="..\..\..\..\../AppOpenCLClothDemo_AMD_RelWithDebugInfo.pdb"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="1"
|
||||
ImportLibrary="RelWithDebInfo\AppOpenCLClothDemo_AMD.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
ImportLibrary="RelWithDebInfo\AppOpenCLClothDemo_AMD_RelWithDebugInfo.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
>
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\bmpLoader.cpp"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\cl_cloth_demo.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclCommon.cpp"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclUtils.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclUtils.cpp"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclCommon.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\cl_cloth_demo.cpp"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\gl_win.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\clstuff.cpp"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\clstuff.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\gl_win.cpp"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\bmpLoader.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
>
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\bmpLoader.h"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclUtils.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclCommon.h"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclCommon.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclUtils.h"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\bmpLoader.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\clstuff.h"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\clstuff.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\gl_win.h"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\gl_win.h">
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
|
@ -3,7 +3,7 @@
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="OpenGLSupport"
|
||||
ProjectGUID="{DD0534F8-4526-4481-A1E6-2C913F6E75FD}"
|
||||
ProjectGUID="{FD491F50-EDB5-412F-979F-073BB396D231}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
@ -35,7 +35,7 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Debug/OpenGLSupport.pdb"
|
||||
ProgramDataBaseFileName="Debug/OpenGLSupport.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -57,13 +57,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Debug\OpenGLSupport.lib"/>
|
||||
OutputFile="Debug\OpenGLSupport.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
@ -88,7 +86,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Release/OpenGLSupport.pdb"
|
||||
ProgramDataBaseFileName="Release/OpenGLSupport.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -110,13 +108,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Release\OpenGLSupport.lib"/>
|
||||
OutputFile="Release\OpenGLSupport.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
@ -141,7 +137,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\MinSizeRel/OpenGLSupport.pdb"
|
||||
ProgramDataBaseFileName="MinSizeRel/OpenGLSupport.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -163,13 +159,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\MinSizeRel\OpenGLSupport.lib"/>
|
||||
OutputFile="MinSizeRel\OpenGLSupport.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
@ -195,7 +189,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\RelWithDebInfo/OpenGLSupport.pdb"
|
||||
ProgramDataBaseFileName="RelWithDebInfo/OpenGLSupport.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -217,13 +211,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\RelWithDebInfo\OpenGLSupport.lib"/>
|
||||
OutputFile="RelWithDebInfo\OpenGLSupport.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
|
@ -1,20 +1,14 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="AppParticlesOCL_AMD"
|
||||
ProjectGUID="{8E9FC92B-D144-46DB-9D66-250B303E9131}"
|
||||
RootNamespace="AppParticlesOCL_AMD"
|
||||
Keyword="Win32Proj"
|
||||
TargetFrameworkVersion="0"
|
||||
>
|
||||
ProjectGUID="{DED83FAD-005C-4F69-8FB3-BCD111D53A08}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
@ -22,99 +16,62 @@
|
||||
IntermediateDirectory="AppParticlesOCL_AMD.dir\Debug"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;$(ATISTREAMSDKROOT)include;"
|
||||
BasicRuntimeChecks="3"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="0"
|
||||
Optimization="0"
|
||||
RuntimeLibrary="3"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppParticlesOCL_AMD_Debug.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;$(ATISTREAMSDKROOT)include;"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"Debug\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"Debug\""
|
||||
MkTypLibCompatible="false"
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="true"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"
|
||||
/>
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
Optimization="0"
|
||||
InlineFunctionExpansion="0"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;$(ATISTREAMSDKROOT)/include;"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"Debug\""
|
||||
ExceptionHandling="1"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
RuntimeTypeInfo="true"
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppParticlesOCL_AMD.pdb"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="2"
|
||||
/>
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"Debug\""
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;$(ATISTREAMSDKROOT)/include;"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
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 ..\..\..\lib\Debug\OpenGLSupport.lib ..\..\..\lib\Debug\BulletDynamics.lib ..\..\..\lib\Debug\BulletCollision.lib ..\..\..\lib\Debug\BulletMultiThreaded.lib ..\..\..\lib\Debug\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib OpenCL.lib "
|
||||
OutputFile="..\..\..\..\..\AppParticlesOCL_AMD.exe"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86 /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\BulletMultiThreaded\Debug\BulletMultiThreaded.lib ..\..\..\src\LinearMath\Debug\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib $(ATISTREAMSDKROOT)lib\x86\OpenCL.lib "
|
||||
OutputFile="..\..\..\..\..\AppParticlesOCL_AMD_Debug.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="$(ATISTREAMSDKROOT)lib\x86"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\..\..\../AppParticlesOCL_AMD.pdb"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDatabaseFile="..\..\..\..\../AppParticlesOCL_AMD_Debug.pdb"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="1"
|
||||
ImportLibrary="Debug\AppParticlesOCL_AMD.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
ImportLibrary="Debug\AppParticlesOCL_AMD_Debug.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
@ -122,96 +79,59 @@
|
||||
IntermediateDirectory="AppParticlesOCL_AMD.dir\Release"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;$(ATISTREAMSDKROOT)include;"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="2"
|
||||
Optimization="2"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppParticlesOCL_AMD.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;$(ATISTREAMSDKROOT)include;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"Release\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"Release\""
|
||||
MkTypLibCompatible="false"
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="true"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"
|
||||
/>
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="2"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;$(ATISTREAMSDKROOT)/include;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"Release\""
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
RuntimeTypeInfo="true"
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppParticlesOCL_AMD.pdb"
|
||||
WarningLevel="3"
|
||||
CompileAs="2"
|
||||
/>
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"Release\""
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;$(ATISTREAMSDKROOT)/include;"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
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 ..\..\..\lib\Release\OpenGLSupport.lib ..\..\..\lib\Release\BulletDynamics.lib ..\..\..\lib\Release\BulletCollision.lib ..\..\..\lib\Release\BulletMultiThreaded.lib ..\..\..\lib\Release\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib OpenCL.lib "
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86"
|
||||
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\BulletMultiThreaded\Release\BulletMultiThreaded.lib ..\..\..\src\LinearMath\Release\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib $(ATISTREAMSDKROOT)lib\x86\OpenCL.lib "
|
||||
OutputFile="..\..\..\..\..\AppParticlesOCL_AMD.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="$(ATISTREAMSDKROOT)lib\x86"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDatabaseFile="..\..\..\..\../AppParticlesOCL_AMD.pdb"
|
||||
SubSystem="1"
|
||||
ImportLibrary="Release\AppParticlesOCL_AMD.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
ImportLibrary="Release\AppParticlesOCL_AMD.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
@ -219,96 +139,59 @@
|
||||
IntermediateDirectory="AppParticlesOCL_AMD.dir\MinSizeRel"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;$(ATISTREAMSDKROOT)include;"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="1"
|
||||
Optimization="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppParticlesOCL_AMD_MinsizeRel.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;$(ATISTREAMSDKROOT)include;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"MinSizeRel\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
MkTypLibCompatible="false"
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="true"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"
|
||||
/>
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
Optimization="1"
|
||||
InlineFunctionExpansion="1"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;$(ATISTREAMSDKROOT)/include;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
RuntimeTypeInfo="true"
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppParticlesOCL_AMD.pdb"
|
||||
WarningLevel="3"
|
||||
CompileAs="2"
|
||||
/>
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;$(ATISTREAMSDKROOT)/include;"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
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 ..\..\..\lib\MinSizeRel\OpenGLSupport.lib ..\..\..\lib\MinSizeRel\BulletDynamics.lib ..\..\..\lib\MinSizeRel\BulletCollision.lib ..\..\..\lib\MinSizeRel\BulletMultiThreaded.lib ..\..\..\lib\MinSizeRel\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib OpenCL.lib "
|
||||
OutputFile="..\..\..\..\..\AppParticlesOCL_AMD.exe"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86"
|
||||
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\BulletMultiThreaded\MinSizeRel\BulletMultiThreaded.lib ..\..\..\src\LinearMath\MinSizeRel\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib $(ATISTREAMSDKROOT)lib\x86\OpenCL.lib "
|
||||
OutputFile="..\..\..\..\..\AppParticlesOCL_AMD_MinsizeRel.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="$(ATISTREAMSDKROOT)lib\x86"
|
||||
ProgramDatabaseFile="..\..\..\..\../AppParticlesOCL_AMD.pdb"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDatabaseFile="..\..\..\..\../AppParticlesOCL_AMD_MinsizeRel.pdb"
|
||||
SubSystem="1"
|
||||
ImportLibrary="MinSizeRel\AppParticlesOCL_AMD.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
ImportLibrary="MinSizeRel\AppParticlesOCL_AMD_MinsizeRel.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
@ -316,167 +199,114 @@
|
||||
IntermediateDirectory="AppParticlesOCL_AMD.dir\RelWithDebInfo"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;$(ATISTREAMSDKROOT)include;"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="1"
|
||||
Optimization="2"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppParticlesOCL_AMD_RelWithDebugInfo.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;$(ATISTREAMSDKROOT)include;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"RelWithDebInfo\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
MkTypLibCompatible="false"
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="true"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"
|
||||
/>
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="1"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;$(ATISTREAMSDKROOT)/include;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
RuntimeTypeInfo="true"
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppParticlesOCL_AMD.pdb"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="2"
|
||||
/>
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;$(ATISTREAMSDKROOT)/include;"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
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 ..\..\..\lib\RelWithDebInfo\OpenGLSupport.lib ..\..\..\lib\RelWithDebInfo\BulletDynamics.lib ..\..\..\lib\RelWithDebInfo\BulletCollision.lib ..\..\..\lib\RelWithDebInfo\BulletMultiThreaded.lib ..\..\..\lib\RelWithDebInfo\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib OpenCL.lib "
|
||||
OutputFile="..\..\..\..\..\AppParticlesOCL_AMD.exe"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86 /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\BulletMultiThreaded\RelWithDebInfo\BulletMultiThreaded.lib ..\..\..\src\LinearMath\RelWithDebInfo\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib $(ATISTREAMSDKROOT)lib\x86\OpenCL.lib "
|
||||
OutputFile="..\..\..\..\..\AppParticlesOCL_AMD_RelWithDebugInfo.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="$(ATISTREAMSDKROOT)lib\x86"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\..\..\../AppParticlesOCL_AMD.pdb"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDatabaseFile="..\..\..\..\../AppParticlesOCL_AMD_RelWithDebugInfo.pdb"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="1"
|
||||
ImportLibrary="RelWithDebInfo\AppParticlesOCL_AMD.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
ImportLibrary="RelWithDebInfo\AppParticlesOCL_AMD_RelWithDebugInfo.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\ParticlesOCL.cl">
|
||||
</File>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
>
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclCommon.cpp"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclUtils.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclUtils.cpp"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclCommon.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\btParticlesDemoDynamicsWorld.cpp"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\btParticlesDemoDynamicsWorld.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\main.cpp"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\main.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\ParticlesDemo.cpp"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\ParticlesDemo.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\shaders.cpp"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\shaders.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
>
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclCommon.h"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\btParticlesDynamicsWorld.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclUtils.h"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\btParticlesSharedDefs.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\btParticlesDynamicsWorld.h"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\btParticlesSharedTypes.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\btParticlesSharedDefs.h"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\ParticlesDemo.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\btParticlesSharedTypes.h"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\shaders.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\ParticlesDemo.h"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclUtils.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\shaders.h"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclCommon.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\ParticlesOCL.cl"
|
||||
>
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
|
@ -1,20 +1,14 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="AppVectorAdd_AMD"
|
||||
ProjectGUID="{1E61ADA4-BA79-4506-95AB-8B85833B4BBC}"
|
||||
RootNamespace="AppVectorAdd_AMD"
|
||||
Keyword="Win32Proj"
|
||||
TargetFrameworkVersion="0"
|
||||
>
|
||||
ProjectGUID="{5477BFAF-DFF2-4857-9F13-1013F6B32DAE}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
@ -22,99 +16,62 @@
|
||||
IntermediateDirectory="AppVectorAdd_AMD.dir\Debug"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;$(ATISTREAMSDKROOT)include;"
|
||||
BasicRuntimeChecks="3"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="0"
|
||||
Optimization="0"
|
||||
RuntimeLibrary="3"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppVectorAdd_AMD_Debug.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;$(ATISTREAMSDKROOT)include;"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
MkTypLibCompatible="false"
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="true"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"
|
||||
/>
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
Optimization="0"
|
||||
InlineFunctionExpansion="0"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;$(ATISTREAMSDKROOT)/include;"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
ExceptionHandling="1"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
RuntimeTypeInfo="true"
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppVectorAdd_AMD.pdb"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="2"
|
||||
/>
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;$(ATISTREAMSDKROOT)/include;"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
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 ..\..\..\lib\Debug\BulletMultiThreaded.lib ..\..\..\lib\Debug\LinearMath.lib OpenCL.lib "
|
||||
OutputFile="..\..\..\..\..\AppVectorAdd_AMD.exe"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86 /debug"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\src\BulletMultiThreaded\Debug\BulletMultiThreaded.lib ..\..\..\src\LinearMath\Debug\LinearMath.lib $(ATISTREAMSDKROOT)lib\x86\OpenCL.lib "
|
||||
OutputFile="..\..\..\..\..\AppVectorAdd_AMD_Debug.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="$(ATISTREAMSDKROOT)lib\x86"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\..\..\../AppVectorAdd_AMD.pdb"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDatabaseFile="..\..\..\..\../AppVectorAdd_AMD_Debug.pdb"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="1"
|
||||
ImportLibrary="Debug\AppVectorAdd_AMD.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
ImportLibrary="Debug\AppVectorAdd_AMD_Debug.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
@ -122,96 +79,59 @@
|
||||
IntermediateDirectory="AppVectorAdd_AMD.dir\Release"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;$(ATISTREAMSDKROOT)include;"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="2"
|
||||
Optimization="2"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppVectorAdd_AMD.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;$(ATISTREAMSDKROOT)include;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
MkTypLibCompatible="false"
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="true"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"
|
||||
/>
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="2"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;$(ATISTREAMSDKROOT)/include;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
RuntimeTypeInfo="true"
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppVectorAdd_AMD.pdb"
|
||||
WarningLevel="3"
|
||||
CompileAs="2"
|
||||
/>
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;$(ATISTREAMSDKROOT)/include;"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
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 ..\..\..\lib\Release\BulletMultiThreaded.lib ..\..\..\lib\Release\LinearMath.lib OpenCL.lib "
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\src\BulletMultiThreaded\Release\BulletMultiThreaded.lib ..\..\..\src\LinearMath\Release\LinearMath.lib $(ATISTREAMSDKROOT)lib\x86\OpenCL.lib "
|
||||
OutputFile="..\..\..\..\..\AppVectorAdd_AMD.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="$(ATISTREAMSDKROOT)lib\x86"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDatabaseFile="..\..\..\..\../AppVectorAdd_AMD.pdb"
|
||||
SubSystem="1"
|
||||
ImportLibrary="Release\AppVectorAdd_AMD.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
ImportLibrary="Release\AppVectorAdd_AMD.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
@ -219,96 +139,59 @@
|
||||
IntermediateDirectory="AppVectorAdd_AMD.dir\MinSizeRel"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;$(ATISTREAMSDKROOT)include;"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="1"
|
||||
Optimization="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppVectorAdd_AMD_MinsizeRel.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;$(ATISTREAMSDKROOT)include;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
MkTypLibCompatible="false"
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="true"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"
|
||||
/>
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
Optimization="1"
|
||||
InlineFunctionExpansion="1"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;$(ATISTREAMSDKROOT)/include;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
RuntimeTypeInfo="true"
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppVectorAdd_AMD.pdb"
|
||||
WarningLevel="3"
|
||||
CompileAs="2"
|
||||
/>
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;$(ATISTREAMSDKROOT)/include;"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
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 ..\..\..\lib\MinSizeRel\BulletMultiThreaded.lib ..\..\..\lib\MinSizeRel\LinearMath.lib OpenCL.lib "
|
||||
OutputFile="..\..\..\..\..\AppVectorAdd_AMD.exe"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\src\BulletMultiThreaded\MinSizeRel\BulletMultiThreaded.lib ..\..\..\src\LinearMath\MinSizeRel\LinearMath.lib $(ATISTREAMSDKROOT)lib\x86\OpenCL.lib "
|
||||
OutputFile="..\..\..\..\..\AppVectorAdd_AMD_MinsizeRel.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="$(ATISTREAMSDKROOT)lib\x86"
|
||||
ProgramDatabaseFile="..\..\..\..\../AppVectorAdd_AMD.pdb"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDatabaseFile="..\..\..\..\../AppVectorAdd_AMD_MinsizeRel.pdb"
|
||||
SubSystem="1"
|
||||
ImportLibrary="MinSizeRel\AppVectorAdd_AMD.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
ImportLibrary="MinSizeRel\AppVectorAdd_AMD_MinsizeRel.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
@ -316,115 +199,74 @@
|
||||
IntermediateDirectory="AppVectorAdd_AMD.dir\RelWithDebInfo"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;$(ATISTREAMSDKROOT)include;"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="1"
|
||||
Optimization="2"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppVectorAdd_AMD_RelWithDebugInfo.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;$(ATISTREAMSDKROOT)include;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
MkTypLibCompatible="false"
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="true"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"
|
||||
/>
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="1"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;$(ATISTREAMSDKROOT)/include;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
RuntimeTypeInfo="true"
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppVectorAdd_AMD.pdb"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="2"
|
||||
/>
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;$(ATISTREAMSDKROOT)/include;"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
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 ..\..\..\lib\RelWithDebInfo\BulletMultiThreaded.lib ..\..\..\lib\RelWithDebInfo\LinearMath.lib OpenCL.lib "
|
||||
OutputFile="..\..\..\..\..\AppVectorAdd_AMD.exe"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86 /debug"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\src\BulletMultiThreaded\RelWithDebInfo\BulletMultiThreaded.lib ..\..\..\src\LinearMath\RelWithDebInfo\LinearMath.lib $(ATISTREAMSDKROOT)lib\x86\OpenCL.lib "
|
||||
OutputFile="..\..\..\..\..\AppVectorAdd_AMD_RelWithDebugInfo.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="$(ATISTREAMSDKROOT)lib\x86"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\..\..\../AppVectorAdd_AMD.pdb"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDatabaseFile="..\..\..\..\../AppVectorAdd_AMD_RelWithDebugInfo.pdb"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="1"
|
||||
ImportLibrary="RelWithDebInfo\AppVectorAdd_AMD.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
ImportLibrary="RelWithDebInfo\AppVectorAdd_AMD_RelWithDebugInfo.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\VectorAdd_OpenCL\VectorAddKernels.cl">
|
||||
</File>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
>
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\VectorAdd_OpenCL\MiniCL_VectorAdd.cpp"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\VectorAdd_OpenCL\MiniCL_VectorAdd.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\VectorAdd_OpenCL\VectorAddKernels.cl"
|
||||
>
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
|
@ -3,7 +3,7 @@
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="BulletCollision"
|
||||
ProjectGUID="{5692EAB0-1D79-48AA-AEA1-0D6A62793770}"
|
||||
ProjectGUID="{C7FD8E53-7DA7-4260-9B8A-2004F7B95A2E}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
@ -35,7 +35,7 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Debug/BulletCollision.pdb"
|
||||
ProgramDataBaseFileName="Debug/BulletCollision.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -57,13 +57,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Debug\BulletCollision.lib"/>
|
||||
OutputFile="Debug\BulletCollision.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
@ -88,7 +86,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Release/BulletCollision.pdb"
|
||||
ProgramDataBaseFileName="Release/BulletCollision.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -110,13 +108,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Release\BulletCollision.lib"/>
|
||||
OutputFile="Release\BulletCollision.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
@ -141,7 +137,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\MinSizeRel/BulletCollision.pdb"
|
||||
ProgramDataBaseFileName="MinSizeRel/BulletCollision.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -163,13 +159,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\MinSizeRel\BulletCollision.lib"/>
|
||||
OutputFile="MinSizeRel\BulletCollision.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
@ -195,7 +189,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\RelWithDebInfo/BulletCollision.pdb"
|
||||
ProgramDataBaseFileName="RelWithDebInfo/BulletCollision.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -217,13 +211,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\RelWithDebInfo\BulletCollision.lib"/>
|
||||
OutputFile="RelWithDebInfo\BulletCollision.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
|
@ -3,7 +3,7 @@
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="BulletDynamics"
|
||||
ProjectGUID="{FC031F5B-926E-49B0-AA87-30784877F1E7}"
|
||||
ProjectGUID="{84CBD946-2D29-48B2-93E1-C9A09FE95282}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
@ -35,7 +35,7 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Debug/BulletDynamics.pdb"
|
||||
ProgramDataBaseFileName="Debug/BulletDynamics.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -57,13 +57,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Debug\BulletDynamics.lib"/>
|
||||
OutputFile="Debug\BulletDynamics.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
@ -88,7 +86,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Release/BulletDynamics.pdb"
|
||||
ProgramDataBaseFileName="Release/BulletDynamics.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -110,13 +108,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Release\BulletDynamics.lib"/>
|
||||
OutputFile="Release\BulletDynamics.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
@ -141,7 +137,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\MinSizeRel/BulletDynamics.pdb"
|
||||
ProgramDataBaseFileName="MinSizeRel/BulletDynamics.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -163,13 +159,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\MinSizeRel\BulletDynamics.lib"/>
|
||||
OutputFile="MinSizeRel\BulletDynamics.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
@ -195,7 +189,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\RelWithDebInfo/BulletDynamics.pdb"
|
||||
ProgramDataBaseFileName="RelWithDebInfo/BulletDynamics.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -217,13 +211,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\RelWithDebInfo\BulletDynamics.lib"/>
|
||||
OutputFile="RelWithDebInfo\BulletDynamics.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
|
@ -3,7 +3,7 @@
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="BulletMultiThreaded"
|
||||
ProjectGUID="{F2B826DC-2943-4DD1-A513-7EDD5591AA0A}"
|
||||
ProjectGUID="{F3590A18-B2C4-4DD8-BC7B-0C171F2580CE}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
@ -35,7 +35,7 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Debug/BulletMultiThreaded.pdb"
|
||||
ProgramDataBaseFileName="Debug/BulletMultiThreaded.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -57,13 +57,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Debug\BulletMultiThreaded.lib"/>
|
||||
OutputFile="Debug\BulletMultiThreaded.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
@ -88,7 +86,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Release/BulletMultiThreaded.pdb"
|
||||
ProgramDataBaseFileName="Release/BulletMultiThreaded.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -110,13 +108,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Release\BulletMultiThreaded.lib"/>
|
||||
OutputFile="Release\BulletMultiThreaded.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
@ -141,7 +137,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\MinSizeRel/BulletMultiThreaded.pdb"
|
||||
ProgramDataBaseFileName="MinSizeRel/BulletMultiThreaded.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -163,13 +159,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\MinSizeRel\BulletMultiThreaded.lib"/>
|
||||
OutputFile="MinSizeRel\BulletMultiThreaded.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
@ -195,7 +189,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\RelWithDebInfo/BulletMultiThreaded.pdb"
|
||||
ProgramDataBaseFileName="RelWithDebInfo/BulletMultiThreaded.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -217,13 +211,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\RelWithDebInfo\BulletMultiThreaded.lib"/>
|
||||
OutputFile="RelWithDebInfo\BulletMultiThreaded.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
|
@ -0,0 +1,281 @@
|
||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="BulletSoftBodySolvers_OpenCL_AMD"
|
||||
ProjectGUID="{D6F51E45-BCE0-466C-8B0B-45527317A94B}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="Debug"
|
||||
IntermediateDirectory="BulletSoftBodySolvers_OpenCL_AMD.dir\Debug"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\..\..\Glut;..\..\..\..\..\..\..\src;$(ATISTREAMSDKROOT)include;"
|
||||
BasicRuntimeChecks="3"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="0"
|
||||
Optimization="0"
|
||||
RuntimeLibrary="3"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="Debug/BulletSoftBodySolvers_OpenCL_AMD.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\..\..\Glut;..\..\..\..\..\..\..\src;$(ATISTREAMSDKROOT)include;"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"Debug\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"Debug\""
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="Debug\BulletSoftBodySolvers_OpenCL_AMD.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="Release"
|
||||
IntermediateDirectory="BulletSoftBodySolvers_OpenCL_AMD.dir\Release"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\..\..\Glut;..\..\..\..\..\..\..\src;$(ATISTREAMSDKROOT)include;"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="2"
|
||||
Optimization="2"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="Release/BulletSoftBodySolvers_OpenCL_AMD.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\..\..\Glut;..\..\..\..\..\..\..\src;$(ATISTREAMSDKROOT)include;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"Release\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"Release\""
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="Release\BulletSoftBodySolvers_OpenCL_AMD.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
OutputDirectory="MinSizeRel"
|
||||
IntermediateDirectory="BulletSoftBodySolvers_OpenCL_AMD.dir\MinSizeRel"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\..\..\Glut;..\..\..\..\..\..\..\src;$(ATISTREAMSDKROOT)include;"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="1"
|
||||
Optimization="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="MinSizeRel/BulletSoftBodySolvers_OpenCL_AMD.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\..\..\Glut;..\..\..\..\..\..\..\src;$(ATISTREAMSDKROOT)include;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"MinSizeRel\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="MinSizeRel\BulletSoftBodySolvers_OpenCL_AMD.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
OutputDirectory="RelWithDebInfo"
|
||||
IntermediateDirectory="BulletSoftBodySolvers_OpenCL_AMD.dir\RelWithDebInfo"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\..\..\Glut;..\..\..\..\..\..\..\src;$(ATISTREAMSDKROOT)include;"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="1"
|
||||
Optimization="2"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="RelWithDebInfo/BulletSoftBodySolvers_OpenCL_AMD.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\..\..\Glut;..\..\..\..\..\..\..\src;$(ATISTREAMSDKROOT)include;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"RelWithDebInfo\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_AMD_OPENCL,CL_PLATFORM_AMD,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="RelWithDebInfo\BulletSoftBodySolvers_OpenCL_AMD.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\OpenCLC\UpdateNormals.cl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\OpenCLC\Integrate.cl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\OpenCLC\UpdatePositions.cl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\OpenCLC\UpdateNodes.cl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\OpenCLC\SolvePositions.cl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\OpenCLC\UpdatePositionsFromVelocities.cl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\OpenCLC\ApplyForces.cl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\OpenCLC\PrepareLinks.cl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\OpenCLC\VSolveLinks.cl">
|
||||
</File>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolver_OpenCL.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolver_OpenCL.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\CPU\btSoftBodySolverData.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverVertexData_OpenCL.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverTriangleData_OpenCL.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverLinkData_OpenCL.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverBuffer_OpenCL.h">
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
@ -3,7 +3,7 @@
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="BulletSoftBody"
|
||||
ProjectGUID="{FC9157DD-3E38-49D4-8F7E-E07AC67A7905}"
|
||||
ProjectGUID="{129BE49D-DEF6-4DFC-A93C-01096C5EE5F0}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
@ -35,7 +35,7 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Debug/BulletSoftBody.pdb"
|
||||
ProgramDataBaseFileName="Debug/BulletSoftBody.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -57,13 +57,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Debug\BulletSoftBody.lib"/>
|
||||
OutputFile="Debug\BulletSoftBody.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
@ -88,7 +86,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Release/BulletSoftBody.pdb"
|
||||
ProgramDataBaseFileName="Release/BulletSoftBody.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -110,13 +108,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Release\BulletSoftBody.lib"/>
|
||||
OutputFile="Release\BulletSoftBody.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
@ -141,7 +137,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\MinSizeRel/BulletSoftBody.pdb"
|
||||
ProgramDataBaseFileName="MinSizeRel/BulletSoftBody.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -163,13 +159,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\MinSizeRel\BulletSoftBody.lib"/>
|
||||
OutputFile="MinSizeRel\BulletSoftBody.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
@ -195,7 +189,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\RelWithDebInfo/BulletSoftBody.pdb"
|
||||
ProgramDataBaseFileName="RelWithDebInfo/BulletSoftBody.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -217,13 +211,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\RelWithDebInfo\BulletSoftBody.lib"/>
|
||||
OutputFile="RelWithDebInfo\BulletSoftBody.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
|
@ -3,7 +3,7 @@
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="LinearMath"
|
||||
ProjectGUID="{E1EB34CA-CDD0-4760-9A30-D033663B1A05}"
|
||||
ProjectGUID="{387FCCD7-D09D-438C-991C-8A23A2A8D528}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
@ -35,7 +35,7 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Debug/LinearMath.pdb"
|
||||
ProgramDataBaseFileName="Debug/LinearMath.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -57,13 +57,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Debug\LinearMath.lib"/>
|
||||
OutputFile="Debug\LinearMath.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
@ -88,7 +86,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Release/LinearMath.pdb"
|
||||
ProgramDataBaseFileName="Release/LinearMath.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -110,13 +108,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Release\LinearMath.lib"/>
|
||||
OutputFile="Release\LinearMath.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
@ -141,7 +137,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\MinSizeRel/LinearMath.pdb"
|
||||
ProgramDataBaseFileName="MinSizeRel/LinearMath.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -163,13 +159,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\MinSizeRel\LinearMath.lib"/>
|
||||
OutputFile="MinSizeRel\LinearMath.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
@ -195,7 +189,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\RelWithDebInfo/LinearMath.pdb"
|
||||
ProgramDataBaseFileName="RelWithDebInfo/LinearMath.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -217,13 +211,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\RelWithDebInfo\LinearMath.lib"/>
|
||||
OutputFile="RelWithDebInfo\LinearMath.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
|
102
msvc/2008_dx11_directcompute/BULLET_PHYSICS.sln
Normal file
102
msvc/2008_dx11_directcompute/BULLET_PHYSICS.sln
Normal file
@ -0,0 +1,102 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 10.00
|
||||
# Visual Studio 2008
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AppDX11ClothDemo", "Demos\DX11ClothDemo\AppDX11ClothDemo.vcproj", "{53439934-9751-49D9-8E75-119D19B940ED}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{2A25E2BC-0BD7-4772-AF92-EB73514798A4} = {2A25E2BC-0BD7-4772-AF92-EB73514798A4}
|
||||
{3D8E1372-0DEC-4AF2-8C48-40C1394D7399} = {3D8E1372-0DEC-4AF2-8C48-40C1394D7399}
|
||||
{C07F49DB-6A84-4ADD-80EE-9086D38B15F1} = {C07F49DB-6A84-4ADD-80EE-9086D38B15F1}
|
||||
{58D10BAD-4DB9-4915-85A1-C89F1C52414C} = {58D10BAD-4DB9-4915-85A1-C89F1C52414C}
|
||||
{CBA420B1-2200-4E81-88B7-26E1A1C7C920} = {CBA420B1-2200-4E81-88B7-26E1A1C7C920}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BulletCollision", "src\BulletCollision\BulletCollision.vcproj", "{3D8E1372-0DEC-4AF2-8C48-40C1394D7399}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BulletDynamics", "src\BulletDynamics\BulletDynamics.vcproj", "{2A25E2BC-0BD7-4772-AF92-EB73514798A4}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BulletFileLoader", "Extras\Serialize\BulletFileLoader\BulletFileLoader.vcproj", "{F728C757-E1EC-4C45-B3BA-ABC453280F1C}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BulletMultiThreaded", "src\BulletMultiThreaded\BulletMultiThreaded.vcproj", "{BA25D887-BCD1-43F2-8206-41B3D81EC74D}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BulletSoftBody", "src\BulletSoftBody\BulletSoftBody.vcproj", "{58D10BAD-4DB9-4915-85A1-C89F1C52414C}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BulletSoftBodySolvers_DX11", "src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\BulletSoftBodySolvers_DX11.vcproj", "{CBA420B1-2200-4E81-88B7-26E1A1C7C920}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinearMath", "src\LinearMath\LinearMath.vcproj", "{C07F49DB-6A84-4ADD-80EE-9086D38B15F1}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Win32 = Debug|Win32
|
||||
MinSizeRel|Win32 = MinSizeRel|Win32
|
||||
Release|Win32 = Release|Win32
|
||||
RelWithDebInfo|Win32 = RelWithDebInfo|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{53439934-9751-49D9-8E75-119D19B940ED}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{53439934-9751-49D9-8E75-119D19B940ED}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{53439934-9751-49D9-8E75-119D19B940ED}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{53439934-9751-49D9-8E75-119D19B940ED}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{53439934-9751-49D9-8E75-119D19B940ED}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{53439934-9751-49D9-8E75-119D19B940ED}.Release|Win32.Build.0 = Release|Win32
|
||||
{53439934-9751-49D9-8E75-119D19B940ED}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{53439934-9751-49D9-8E75-119D19B940ED}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{3D8E1372-0DEC-4AF2-8C48-40C1394D7399}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{3D8E1372-0DEC-4AF2-8C48-40C1394D7399}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{3D8E1372-0DEC-4AF2-8C48-40C1394D7399}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{3D8E1372-0DEC-4AF2-8C48-40C1394D7399}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{3D8E1372-0DEC-4AF2-8C48-40C1394D7399}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{3D8E1372-0DEC-4AF2-8C48-40C1394D7399}.Release|Win32.Build.0 = Release|Win32
|
||||
{3D8E1372-0DEC-4AF2-8C48-40C1394D7399}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{3D8E1372-0DEC-4AF2-8C48-40C1394D7399}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{2A25E2BC-0BD7-4772-AF92-EB73514798A4}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{2A25E2BC-0BD7-4772-AF92-EB73514798A4}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{2A25E2BC-0BD7-4772-AF92-EB73514798A4}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{2A25E2BC-0BD7-4772-AF92-EB73514798A4}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{2A25E2BC-0BD7-4772-AF92-EB73514798A4}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{2A25E2BC-0BD7-4772-AF92-EB73514798A4}.Release|Win32.Build.0 = Release|Win32
|
||||
{2A25E2BC-0BD7-4772-AF92-EB73514798A4}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{2A25E2BC-0BD7-4772-AF92-EB73514798A4}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{F728C757-E1EC-4C45-B3BA-ABC453280F1C}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{F728C757-E1EC-4C45-B3BA-ABC453280F1C}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{F728C757-E1EC-4C45-B3BA-ABC453280F1C}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{F728C757-E1EC-4C45-B3BA-ABC453280F1C}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{F728C757-E1EC-4C45-B3BA-ABC453280F1C}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{F728C757-E1EC-4C45-B3BA-ABC453280F1C}.Release|Win32.Build.0 = Release|Win32
|
||||
{F728C757-E1EC-4C45-B3BA-ABC453280F1C}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{F728C757-E1EC-4C45-B3BA-ABC453280F1C}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{BA25D887-BCD1-43F2-8206-41B3D81EC74D}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{BA25D887-BCD1-43F2-8206-41B3D81EC74D}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{BA25D887-BCD1-43F2-8206-41B3D81EC74D}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{BA25D887-BCD1-43F2-8206-41B3D81EC74D}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{BA25D887-BCD1-43F2-8206-41B3D81EC74D}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{BA25D887-BCD1-43F2-8206-41B3D81EC74D}.Release|Win32.Build.0 = Release|Win32
|
||||
{BA25D887-BCD1-43F2-8206-41B3D81EC74D}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{BA25D887-BCD1-43F2-8206-41B3D81EC74D}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{58D10BAD-4DB9-4915-85A1-C89F1C52414C}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{58D10BAD-4DB9-4915-85A1-C89F1C52414C}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{58D10BAD-4DB9-4915-85A1-C89F1C52414C}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{58D10BAD-4DB9-4915-85A1-C89F1C52414C}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{58D10BAD-4DB9-4915-85A1-C89F1C52414C}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{58D10BAD-4DB9-4915-85A1-C89F1C52414C}.Release|Win32.Build.0 = Release|Win32
|
||||
{58D10BAD-4DB9-4915-85A1-C89F1C52414C}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{58D10BAD-4DB9-4915-85A1-C89F1C52414C}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{CBA420B1-2200-4E81-88B7-26E1A1C7C920}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{CBA420B1-2200-4E81-88B7-26E1A1C7C920}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{CBA420B1-2200-4E81-88B7-26E1A1C7C920}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{CBA420B1-2200-4E81-88B7-26E1A1C7C920}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{CBA420B1-2200-4E81-88B7-26E1A1C7C920}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{CBA420B1-2200-4E81-88B7-26E1A1C7C920}.Release|Win32.Build.0 = Release|Win32
|
||||
{CBA420B1-2200-4E81-88B7-26E1A1C7C920}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{CBA420B1-2200-4E81-88B7-26E1A1C7C920}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{C07F49DB-6A84-4ADD-80EE-9086D38B15F1}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{C07F49DB-6A84-4ADD-80EE-9086D38B15F1}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{C07F49DB-6A84-4ADD-80EE-9086D38B15F1}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{C07F49DB-6A84-4ADD-80EE-9086D38B15F1}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{C07F49DB-6A84-4ADD-80EE-9086D38B15F1}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{C07F49DB-6A84-4ADD-80EE-9086D38B15F1}.Release|Win32.Build.0 = Release|Win32
|
||||
{C07F49DB-6A84-4ADD-80EE-9086D38B15F1}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{C07F49DB-6A84-4ADD-80EE-9086D38B15F1}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
@ -0,0 +1,349 @@
|
||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="AppDX11ClothDemo"
|
||||
ProjectGUID="{53439934-9751-49D9-8E75-119D19B940ED}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="Debug"
|
||||
IntermediateDirectory="AppDX11ClothDemo.dir\Debug"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="1">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;"$(DXSDK_DIR)Include";..\..\..\..\src;..\..\..\..\Demos\DX11ClothDemo\DXUT\Core;..\..\..\..\Demos\DX11ClothDemo\DXUT\Optional;"
|
||||
BasicRuntimeChecks="3"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="0"
|
||||
Optimization="0"
|
||||
RuntimeLibrary="3"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,UNICODE,_UNICODE,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\../AppDX11ClothDemo_Debug.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;"$(DXSDK_DIR)Include";..\..\..\..\src;..\..\..\..\Demos\DX11ClothDemo\DXUT\Core;..\..\..\..\Demos\DX11ClothDemo\DXUT\Optional;"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,UNICODE,_UNICODE,CMAKE_INTDIR=\"Debug\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,UNICODE,_UNICODE,CMAKE_INTDIR=\"Debug\""
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86 /debug"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib d3dcompiler.lib dxerr.lib dxguid.lib d3dx9.lib d3d9.lib winmm.lib comctl32.lib d3dx11.lib ..\..\lib\Debug\BulletDynamics.lib ..\..\lib\Debug\BulletCollision.lib ..\..\lib\Debug\LinearMath.lib ..\..\lib\Debug\BulletSoftBody.lib ..\..\lib\Debug\BulletSoftBodySolvers_DX11.lib "
|
||||
OutputFile="..\..\..\..\AppDX11ClothDemo_Debug.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""$(DXSDK_DIR)Lib\x86\$(OutDir)","$(DXSDK_DIR)Lib\x86""
|
||||
ProgramDatabaseFile="..\..\..\../AppDX11ClothDemo_Debug.pdb"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="2"
|
||||
ImportLibrary="Debug\AppDX11ClothDemo_Debug.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="Release"
|
||||
IntermediateDirectory="AppDX11ClothDemo.dir\Release"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="1">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;"$(DXSDK_DIR)Include";..\..\..\..\src;..\..\..\..\Demos\DX11ClothDemo\DXUT\Core;..\..\..\..\Demos\DX11ClothDemo\DXUT\Optional;"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="2"
|
||||
Optimization="2"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,UNICODE,_UNICODE,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\../AppDX11ClothDemo.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;"$(DXSDK_DIR)Include";..\..\..\..\src;..\..\..\..\Demos\DX11ClothDemo\DXUT\Core;..\..\..\..\Demos\DX11ClothDemo\DXUT\Optional;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,UNICODE,_UNICODE,CMAKE_INTDIR=\"Release\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,UNICODE,_UNICODE,CMAKE_INTDIR=\"Release\""
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib d3dcompiler.lib dxerr.lib dxguid.lib d3dx9.lib d3d9.lib winmm.lib comctl32.lib d3dx11.lib ..\..\lib\Release\BulletDynamics.lib ..\..\lib\Release\BulletCollision.lib ..\..\lib\Release\LinearMath.lib ..\..\lib\Release\BulletSoftBody.lib ..\..\lib\Release\BulletSoftBodySolvers_DX11.lib "
|
||||
OutputFile="..\..\..\..\AppDX11ClothDemo.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""$(DXSDK_DIR)Lib\x86\$(OutDir)","$(DXSDK_DIR)Lib\x86""
|
||||
ProgramDatabaseFile="..\..\..\../AppDX11ClothDemo.pdb"
|
||||
SubSystem="2"
|
||||
ImportLibrary="Release\AppDX11ClothDemo.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
OutputDirectory="MinSizeRel"
|
||||
IntermediateDirectory="AppDX11ClothDemo.dir\MinSizeRel"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="1">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;"$(DXSDK_DIR)Include";..\..\..\..\src;..\..\..\..\Demos\DX11ClothDemo\DXUT\Core;..\..\..\..\Demos\DX11ClothDemo\DXUT\Optional;"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="1"
|
||||
Optimization="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,UNICODE,_UNICODE,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\../AppDX11ClothDemo_MinsizeRel.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;"$(DXSDK_DIR)Include";..\..\..\..\src;..\..\..\..\Demos\DX11ClothDemo\DXUT\Core;..\..\..\..\Demos\DX11ClothDemo\DXUT\Optional;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,UNICODE,_UNICODE,CMAKE_INTDIR=\"MinSizeRel\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,UNICODE,_UNICODE,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib d3dcompiler.lib dxerr.lib dxguid.lib d3dx9.lib d3d9.lib winmm.lib comctl32.lib d3dx11.lib ..\..\lib\MinSizeRel\BulletDynamics.lib ..\..\lib\MinSizeRel\BulletCollision.lib ..\..\lib\MinSizeRel\LinearMath.lib ..\..\lib\MinSizeRel\BulletSoftBody.lib ..\..\lib\MinSizeRel\BulletSoftBodySolvers_DX11.lib "
|
||||
OutputFile="..\..\..\..\AppDX11ClothDemo_MinsizeRel.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""$(DXSDK_DIR)Lib\x86\$(OutDir)","$(DXSDK_DIR)Lib\x86""
|
||||
ProgramDatabaseFile="..\..\..\../AppDX11ClothDemo_MinsizeRel.pdb"
|
||||
SubSystem="2"
|
||||
ImportLibrary="MinSizeRel\AppDX11ClothDemo_MinsizeRel.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
OutputDirectory="RelWithDebInfo"
|
||||
IntermediateDirectory="AppDX11ClothDemo.dir\RelWithDebInfo"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="1">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;"$(DXSDK_DIR)Include";..\..\..\..\src;..\..\..\..\Demos\DX11ClothDemo\DXUT\Core;..\..\..\..\Demos\DX11ClothDemo\DXUT\Optional;"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="1"
|
||||
Optimization="2"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,UNICODE,_UNICODE,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\../AppDX11ClothDemo_RelWithDebugInfo.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;"$(DXSDK_DIR)Include";..\..\..\..\src;..\..\..\..\Demos\DX11ClothDemo\DXUT\Core;..\..\..\..\Demos\DX11ClothDemo\DXUT\Optional;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,UNICODE,_UNICODE,CMAKE_INTDIR=\"RelWithDebInfo\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,UNICODE,_UNICODE,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86 /debug"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib d3dcompiler.lib dxerr.lib dxguid.lib d3dx9.lib d3d9.lib winmm.lib comctl32.lib d3dx11.lib ..\..\lib\RelWithDebInfo\BulletDynamics.lib ..\..\lib\RelWithDebInfo\BulletCollision.lib ..\..\lib\RelWithDebInfo\LinearMath.lib ..\..\lib\RelWithDebInfo\BulletSoftBody.lib ..\..\lib\RelWithDebInfo\BulletSoftBodySolvers_DX11.lib "
|
||||
OutputFile="..\..\..\..\AppDX11ClothDemo_RelWithDebugInfo.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""$(DXSDK_DIR)Lib\x86\$(OutDir)","$(DXSDK_DIR)Lib\x86""
|
||||
ProgramDatabaseFile="..\..\..\../AppDX11ClothDemo_RelWithDebugInfo.pdb"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="2"
|
||||
ImportLibrary="RelWithDebInfo\AppDX11ClothDemo_RelWithDebugInfo.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\Demos\DX11ClothDemo\DXUT\Core\DXUT.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\Demos\DX11ClothDemo\DXUT\Optional\DXUTcamera.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\Demos\DX11ClothDemo\DXUT\Core\DXUTDevice11.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\Demos\DX11ClothDemo\DXUT\Core\DXUTDevice9.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\Demos\DX11ClothDemo\DXUT\Optional\DXUTgui.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\Demos\DX11ClothDemo\DXUT\Core\DXUTmisc.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\Demos\DX11ClothDemo\DXUT\Optional\DXUTres.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\Demos\DX11ClothDemo\DXUT\Optional\DXUTsettingsdlg.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\Demos\DX11ClothDemo\DXUT\Optional\SDKmesh.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\Demos\DX11ClothDemo\DXUT\Optional\SDKmisc.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\Demos\DX11ClothDemo\cloth_renderer.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\Demos\DX11ClothDemo\DXUT\Core\DXUT.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\Demos\DX11ClothDemo\DXUT\Optional\DXUTcamera.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\Demos\DX11ClothDemo\DXUT\Core\DXUTDevice11.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\Demos\DX11ClothDemo\DXUT\Core\DXUTDevice9.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\Demos\DX11ClothDemo\DXUT\Optional\DXUTgui.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\Demos\DX11ClothDemo\DXUT\Core\DXUTmisc.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\Demos\DX11ClothDemo\DXUT\Optional\DXUTres.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\Demos\DX11ClothDemo\DXUT\Optional\DXUTsettingsdlg.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\Demos\DX11ClothDemo\DXUT\Optional\SDKmesh.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\Demos\DX11ClothDemo\DXUT\Optional\SDKmisc.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\Demos\DX11ClothDemo\btDirectComputeSupport.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\Demos\DX11ClothDemo\cap.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\Demos\DX11ClothDemo\cloth.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\Demos\DX11ClothDemo\cylinder.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\Demos\DX11ClothDemo\resource.h">
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
@ -0,0 +1,863 @@
|
||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="BulletCollision"
|
||||
ProjectGUID="{3D8E1372-0DEC-4AF2-8C48-40C1394D7399}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="Debug"
|
||||
IntermediateDirectory="BulletCollision.dir\Debug"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
BasicRuntimeChecks="3"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="0"
|
||||
Optimization="0"
|
||||
RuntimeLibrary="3"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Debug/BulletCollision.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Debug\BulletCollision.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="Release"
|
||||
IntermediateDirectory="BulletCollision.dir\Release"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="2"
|
||||
Optimization="2"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Release/BulletCollision.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Release\BulletCollision.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
OutputDirectory="MinSizeRel"
|
||||
IntermediateDirectory="BulletCollision.dir\MinSizeRel"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="1"
|
||||
Optimization="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\MinSizeRel/BulletCollision.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\MinSizeRel\BulletCollision.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
OutputDirectory="RelWithDebInfo"
|
||||
IntermediateDirectory="BulletCollision.dir\RelWithDebInfo"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="1"
|
||||
Optimization="2"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\RelWithDebInfo/BulletCollision.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\RelWithDebInfo\BulletCollision.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\BroadphaseCollision\btAxisSweep3.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\BroadphaseCollision\btBroadphaseProxy.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\BroadphaseCollision\btCollisionAlgorithm.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\BroadphaseCollision\btDbvt.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\BroadphaseCollision\btDbvtBroadphase.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\BroadphaseCollision\btDispatcher.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\BroadphaseCollision\btMultiSapBroadphase.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\BroadphaseCollision\btOverlappingPairCache.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\BroadphaseCollision\btQuantizedBvh.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\BroadphaseCollision\btSimpleBroadphase.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btActivatingCollisionAlgorithm.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btBoxBoxCollisionAlgorithm.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btBox2dBox2dCollisionAlgorithm.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btBoxBoxDetector.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btCollisionDispatcher.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btCollisionObject.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btCollisionWorld.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btCompoundCollisionAlgorithm.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btConvexConcaveCollisionAlgorithm.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btConvexConvexAlgorithm.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btConvexPlaneCollisionAlgorithm.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btConvex2dConvex2dAlgorithm.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btDefaultCollisionConfiguration.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btEmptyCollisionAlgorithm.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btGhostObject.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btInternalEdgeUtility.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btManifoldResult.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btSimulationIslandManager.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btSphereBoxCollisionAlgorithm.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btSphereSphereCollisionAlgorithm.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btSphereTriangleCollisionAlgorithm.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btUnionFind.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\SphereTriangleDetector.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btBoxShape.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btBox2dShape.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btBvhTriangleMeshShape.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btCapsuleShape.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btCollisionShape.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btCompoundShape.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btConcaveShape.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btConeShape.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btConvexHullShape.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btConvexInternalShape.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btConvexPointCloudShape.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btConvexShape.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btConvex2dShape.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btConvexTriangleMeshShape.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btCylinderShape.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btEmptyShape.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btHeightfieldTerrainShape.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btMinkowskiSumShape.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btMultimaterialTriangleMeshShape.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btMultiSphereShape.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btOptimizedBvh.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btPolyhedralConvexShape.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btScaledBvhTriangleMeshShape.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btShapeHull.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btSphereShape.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btStaticPlaneShape.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btStridingMeshInterface.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btTetrahedronShape.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btTriangleBuffer.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btTriangleCallback.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btTriangleIndexVertexArray.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btTriangleIndexVertexMaterialArray.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btTriangleMesh.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btTriangleMeshShape.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btUniformScalingShape.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\btContactProcessing.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\btGenericPoolAllocator.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\btGImpactBvh.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\btGImpactCollisionAlgorithm.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\btGImpactQuantizedBvh.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\btGImpactShape.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\btTriangleShapeEx.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\gim_box_set.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\gim_contact.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\gim_memory.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\gim_tri_collision.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\NarrowPhaseCollision\btContinuousConvexCollision.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\NarrowPhaseCollision\btConvexCast.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\NarrowPhaseCollision\btGjkConvexCast.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\NarrowPhaseCollision\btGjkEpa2.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\NarrowPhaseCollision\btGjkEpaPenetrationDepthSolver.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\NarrowPhaseCollision\btGjkPairDetector.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\NarrowPhaseCollision\btMinkowskiPenetrationDepthSolver.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\NarrowPhaseCollision\btPersistentManifold.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\NarrowPhaseCollision\btRaycastCallback.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\NarrowPhaseCollision\btSubSimplexConvexCast.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\NarrowPhaseCollision\btVoronoiSimplexSolver.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btInternalEdgeUtility.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\btBulletCollisionCommon.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\BroadphaseCollision\btAxisSweep3.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\BroadphaseCollision\btBroadphaseInterface.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\BroadphaseCollision\btBroadphaseProxy.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\BroadphaseCollision\btCollisionAlgorithm.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\BroadphaseCollision\btDbvt.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\BroadphaseCollision\btDbvtBroadphase.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\BroadphaseCollision\btDispatcher.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\BroadphaseCollision\btMultiSapBroadphase.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\BroadphaseCollision\btOverlappingPairCache.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\BroadphaseCollision\btOverlappingPairCallback.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\BroadphaseCollision\btQuantizedBvh.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\BroadphaseCollision\btSimpleBroadphase.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btActivatingCollisionAlgorithm.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btBoxBoxCollisionAlgorithm.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btBox2dBox2dCollisionAlgorithm.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btBoxBoxDetector.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btCollisionConfiguration.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btCollisionCreateFunc.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btCollisionDispatcher.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btCollisionObject.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btCollisionWorld.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btCompoundCollisionAlgorithm.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btConvexConcaveCollisionAlgorithm.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btConvexConvexAlgorithm.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btConvex2dConvex2dAlgorithm.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btConvexPlaneCollisionAlgorithm.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btDefaultCollisionConfiguration.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btEmptyCollisionAlgorithm.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btGhostObject.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btManifoldResult.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btSimulationIslandManager.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btSphereBoxCollisionAlgorithm.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btSphereSphereCollisionAlgorithm.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btSphereTriangleCollisionAlgorithm.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\btUnionFind.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionDispatch\SphereTriangleDetector.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btBoxShape.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btBox2dShape.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btBvhTriangleMeshShape.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btCapsuleShape.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btCollisionMargin.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btCollisionShape.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btCompoundShape.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btConcaveShape.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btConeShape.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btConvexHullShape.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btConvexInternalShape.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btConvexPointCloudShape.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btConvexShape.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btConvex2dShape.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btConvexTriangleMeshShape.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btCylinderShape.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btEmptyShape.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btHeightfieldTerrainShape.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btMaterial.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btMinkowskiSumShape.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btMultimaterialTriangleMeshShape.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btMultiSphereShape.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btOptimizedBvh.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btPolyhedralConvexShape.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btScaledBvhTriangleMeshShape.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btShapeHull.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btSphereShape.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btStaticPlaneShape.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btStridingMeshInterface.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btTetrahedronShape.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btTriangleBuffer.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btTriangleCallback.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btTriangleIndexVertexArray.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btTriangleIndexVertexMaterialArray.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btTriangleInfoMap.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btTriangleMesh.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btTriangleMeshShape.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btTriangleShape.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\CollisionShapes\btUniformScalingShape.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\btBoxCollision.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\btClipPolygon.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\btContactProcessing.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\btGenericPoolAllocator.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\btGeometryOperations.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\btGImpactBvh.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\btGImpactCollisionAlgorithm.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\btGImpactMassUtil.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\btGImpactQuantizedBvh.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\btGImpactShape.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\btQuantization.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\btTriangleShapeEx.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\gim_array.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\gim_basic_geometry_operations.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\gim_bitset.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\gim_box_collision.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\gim_box_set.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\gim_clip_polygon.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\gim_contact.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\gim_geom_types.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\gim_geometry.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\gim_hash_table.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\gim_linear_math.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\gim_math.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\gim_memory.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\gim_radixsort.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\Gimpact\gim_tri_collision.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\NarrowPhaseCollision\btContinuousConvexCollision.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\NarrowPhaseCollision\btConvexCast.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\NarrowPhaseCollision\btConvexPenetrationDepthSolver.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\NarrowPhaseCollision\btDiscreteCollisionDetectorInterface.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\NarrowPhaseCollision\btGjkConvexCast.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\NarrowPhaseCollision\btGjkEpa2.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\NarrowPhaseCollision\btGjkEpaPenetrationDepthSolver.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\NarrowPhaseCollision\btGjkPairDetector.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\NarrowPhaseCollision\btManifoldPoint.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\NarrowPhaseCollision\btMinkowskiPenetrationDepthSolver.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\NarrowPhaseCollision\btPersistentManifold.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\NarrowPhaseCollision\btPointCollector.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\NarrowPhaseCollision\btRaycastCallback.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\NarrowPhaseCollision\btSimplexSolverInterface.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\NarrowPhaseCollision\btSubSimplexConvexCast.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletCollision\NarrowPhaseCollision\btVoronoiSimplexSolver.h">
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
@ -0,0 +1,383 @@
|
||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="BulletDynamics"
|
||||
ProjectGUID="{2A25E2BC-0BD7-4772-AF92-EB73514798A4}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="Debug"
|
||||
IntermediateDirectory="BulletDynamics.dir\Debug"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
BasicRuntimeChecks="3"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="0"
|
||||
Optimization="0"
|
||||
RuntimeLibrary="3"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Debug/BulletDynamics.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Debug\BulletDynamics.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="Release"
|
||||
IntermediateDirectory="BulletDynamics.dir\Release"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="2"
|
||||
Optimization="2"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Release/BulletDynamics.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Release\BulletDynamics.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
OutputDirectory="MinSizeRel"
|
||||
IntermediateDirectory="BulletDynamics.dir\MinSizeRel"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="1"
|
||||
Optimization="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\MinSizeRel/BulletDynamics.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\MinSizeRel\BulletDynamics.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
OutputDirectory="RelWithDebInfo"
|
||||
IntermediateDirectory="BulletDynamics.dir\RelWithDebInfo"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="1"
|
||||
Optimization="2"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\RelWithDebInfo/BulletDynamics.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\RelWithDebInfo\BulletDynamics.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\Character\btKinematicCharacterController.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\ConstraintSolver\btConeTwistConstraint.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\ConstraintSolver\btContactConstraint.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\ConstraintSolver\btGeneric6DofConstraint.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\ConstraintSolver\btGeneric6DofSpringConstraint.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\ConstraintSolver\btHinge2Constraint.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\ConstraintSolver\btHingeConstraint.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\ConstraintSolver\btPoint2PointConstraint.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\ConstraintSolver\btSequentialImpulseConstraintSolver.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\ConstraintSolver\btSliderConstraint.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\ConstraintSolver\btSolve2LinearConstraint.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\ConstraintSolver\btTypedConstraint.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\ConstraintSolver\btUniversalConstraint.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\Dynamics\btContinuousDynamicsWorld.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\Dynamics\btDiscreteDynamicsWorld.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\Dynamics\btRigidBody.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\Dynamics\btSimpleDynamicsWorld.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\Dynamics\Bullet-C-API.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\Vehicle\btRaycastVehicle.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\Vehicle\btWheelInfo.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\btBulletDynamicsCommon.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\btBulletCollisionCommon.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\ConstraintSolver\btConeTwistConstraint.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\ConstraintSolver\btConstraintSolver.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\ConstraintSolver\btContactConstraint.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\ConstraintSolver\btContactSolverInfo.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\ConstraintSolver\btGeneric6DofConstraint.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\ConstraintSolver\btGeneric6DofSpringConstraint.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\ConstraintSolver\btHinge2Constraint.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\ConstraintSolver\btHingeConstraint.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\ConstraintSolver\btJacobianEntry.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\ConstraintSolver\btPoint2PointConstraint.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\ConstraintSolver\btSequentialImpulseConstraintSolver.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\ConstraintSolver\btSliderConstraint.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\ConstraintSolver\btSolve2LinearConstraint.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\ConstraintSolver\btSolverBody.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\ConstraintSolver\btSolverConstraint.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\ConstraintSolver\btTypedConstraint.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\ConstraintSolver\btUniversalConstraint.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\Dynamics\btActionInterface.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\Dynamics\btContinuousDynamicsWorld.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\Dynamics\btDiscreteDynamicsWorld.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\Dynamics\btDynamicsWorld.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\Dynamics\btSimpleDynamicsWorld.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\Dynamics\btRigidBody.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\Vehicle\btRaycastVehicle.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\Vehicle\btVehicleRaycaster.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\Vehicle\btWheelInfo.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\Character\btCharacterControllerInterface.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletDynamics\Character\btKinematicCharacterController.h">
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
@ -0,0 +1,377 @@
|
||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="BulletMultiThreaded"
|
||||
ProjectGUID="{BA25D887-BCD1-43F2-8206-41B3D81EC74D}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="Debug"
|
||||
IntermediateDirectory="BulletMultiThreaded.dir\Debug"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
BasicRuntimeChecks="3"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="0"
|
||||
Optimization="0"
|
||||
RuntimeLibrary="3"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Debug/BulletMultiThreaded.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Debug\BulletMultiThreaded.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="Release"
|
||||
IntermediateDirectory="BulletMultiThreaded.dir\Release"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="2"
|
||||
Optimization="2"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Release/BulletMultiThreaded.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Release\BulletMultiThreaded.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
OutputDirectory="MinSizeRel"
|
||||
IntermediateDirectory="BulletMultiThreaded.dir\MinSizeRel"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="1"
|
||||
Optimization="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\MinSizeRel/BulletMultiThreaded.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\MinSizeRel\BulletMultiThreaded.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
OutputDirectory="RelWithDebInfo"
|
||||
IntermediateDirectory="BulletMultiThreaded.dir\RelWithDebInfo"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="1"
|
||||
Optimization="2"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\RelWithDebInfo/BulletMultiThreaded.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\RelWithDebInfo\BulletMultiThreaded.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\SpuFakeDma.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\SpuLibspe2Support.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\btThreadSupportInterface.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\Win32ThreadSupport.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\PosixThreadSupport.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\SequentialThreadSupport.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\SpuSampleTaskProcess.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\SpuCollisionObjectWrapper.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\SpuCollisionTaskProcess.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\SpuGatheringCollisionDispatcher.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\SpuContactManifoldCollisionAlgorithm.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\btParallelConstraintSolver.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\boxBoxDistance.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuContactResult.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuMinkowskiPenetrationDepthSolver.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuGatheringCollisionTask.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuCollisionShapes.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\btGpu3DGridBroadphase.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\PlatformDefinitions.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\PpuAddressSpace.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\SpuFakeDma.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\SpuDoubleBuffer.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\SpuLibspe2Support.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\btThreadSupportInterface.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\Win32ThreadSupport.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\PosixThreadSupport.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\SequentialThreadSupport.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\SpuSampleTaskProcess.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\SpuCollisionObjectWrapper.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\SpuCollisionTaskProcess.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\SpuGatheringCollisionDispatcher.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\SpuContactManifoldCollisionAlgorithm.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\btParallelConstraintSolver.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\Box.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\boxBoxDistance.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuContactResult.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuMinkowskiPenetrationDepthSolver.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuConvexPenetrationDepthSolver.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuPreferredPenetrationDirections.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuGatheringCollisionTask.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\SpuNarrowPhaseCollisionTask\SpuCollisionShapes.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\btGpu3DGridBroadphase.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\btGpu3DGridBroadphaseSharedCode.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\btGpu3DGridBroadphaseSharedDefs.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\btGpu3DGridBroadphaseSharedTypes.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\btGpuDefines.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\btGpuUtilsSharedCode.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletMultiThreaded\btGpuUtilsSharedDefs.h">
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
@ -0,0 +1,299 @@
|
||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="BulletSoftBodySolvers_DX11"
|
||||
ProjectGUID="{CBA420B1-2200-4E81-88B7-26E1A1C7C920}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="Debug"
|
||||
IntermediateDirectory="BulletSoftBodySolvers_DX11.dir\Debug"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\..\Glut;..\..\..\..\..\..\src;"$(DXSDK_DIR)Include";..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\..\cpu;"
|
||||
BasicRuntimeChecks="3"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="0"
|
||||
Optimization="0"
|
||||
RuntimeLibrary="3"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\lib\Debug/BulletSoftBodySolvers_DX11.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\..\Glut;..\..\..\..\..\..\src;"$(DXSDK_DIR)Include";..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\..\cpu;"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\..\..\lib\Debug\BulletSoftBodySolvers_DX11.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="Release"
|
||||
IntermediateDirectory="BulletSoftBodySolvers_DX11.dir\Release"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\..\Glut;..\..\..\..\..\..\src;"$(DXSDK_DIR)Include";..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\..\cpu;"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="2"
|
||||
Optimization="2"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\lib\Release/BulletSoftBodySolvers_DX11.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\..\Glut;..\..\..\..\..\..\src;"$(DXSDK_DIR)Include";..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\..\cpu;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\..\..\lib\Release\BulletSoftBodySolvers_DX11.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
OutputDirectory="MinSizeRel"
|
||||
IntermediateDirectory="BulletSoftBodySolvers_DX11.dir\MinSizeRel"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\..\Glut;..\..\..\..\..\..\src;"$(DXSDK_DIR)Include";..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\..\cpu;"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="1"
|
||||
Optimization="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\lib\MinSizeRel/BulletSoftBodySolvers_DX11.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\..\Glut;..\..\..\..\..\..\src;"$(DXSDK_DIR)Include";..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\..\cpu;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\..\..\lib\MinSizeRel\BulletSoftBodySolvers_DX11.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
OutputDirectory="RelWithDebInfo"
|
||||
IntermediateDirectory="BulletSoftBodySolvers_DX11.dir\RelWithDebInfo"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\..\Glut;..\..\..\..\..\..\src;"$(DXSDK_DIR)Include";..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\..\cpu;"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="1"
|
||||
Optimization="2"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\lib\RelWithDebInfo/BulletSoftBodySolvers_DX11.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\..\Glut;..\..\..\..\..\..\src;"$(DXSDK_DIR)Include";..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\..\cpu;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\..\..\lib\RelWithDebInfo\BulletSoftBodySolvers_DX11.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\HLSL\OutputToVertexArray.hlsl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\HLSL\UpdateNormals.hlsl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\HLSL\Integrate.hlsl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\HLSL\UpdatePositions.hlsl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\HLSL\UpdateNodes.hlsl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\HLSL\SolvePositions.hlsl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\HLSL\SolvePositionsSIMDBatched.hlsl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\HLSL\UpdatePositionsFromVelocities.hlsl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\HLSL\ApplyForces.hlsl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\HLSL\PrepareLinks.hlsl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\HLSL\VSolveLinks.hlsl">
|
||||
</File>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolver_DX11.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolver_DX11SIMDAware.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolver_DX11.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolver_DX11SIMDAware.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\CPU\btSoftBodySolverData.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverVertexData_DX11.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverTriangleData_DX11.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverLinkData_DX11.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverLinkData_DX11SIMDAware.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverBuffer_DX11.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverVertexBuffer_DX11.h">
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
@ -0,0 +1,290 @@
|
||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="BulletSoftBody"
|
||||
ProjectGUID="{58D10BAD-4DB9-4915-85A1-C89F1C52414C}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="Debug"
|
||||
IntermediateDirectory="BulletSoftBody.dir\Debug"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
BasicRuntimeChecks="3"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="0"
|
||||
Optimization="0"
|
||||
RuntimeLibrary="3"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Debug/BulletSoftBody.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Debug\BulletSoftBody.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="Release"
|
||||
IntermediateDirectory="BulletSoftBody.dir\Release"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="2"
|
||||
Optimization="2"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Release/BulletSoftBody.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Release\BulletSoftBody.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
OutputDirectory="MinSizeRel"
|
||||
IntermediateDirectory="BulletSoftBody.dir\MinSizeRel"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="1"
|
||||
Optimization="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\MinSizeRel/BulletSoftBody.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\MinSizeRel\BulletSoftBody.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
OutputDirectory="RelWithDebInfo"
|
||||
IntermediateDirectory="BulletSoftBody.dir\RelWithDebInfo"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="1"
|
||||
Optimization="2"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\RelWithDebInfo/BulletSoftBody.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\RelWithDebInfo\BulletSoftBody.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletSoftBody\btSoftBody.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletSoftBody\btSoftBodyConcaveCollisionAlgorithm.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletSoftBody\btSoftBodyHelpers.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletSoftBody\btSoftBodyRigidBodyCollisionConfiguration.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletSoftBody\btSoftRigidCollisionAlgorithm.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletSoftBody\btSoftRigidDynamicsWorld.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletSoftBody\btSoftSoftCollisionAlgorithm.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletSoftBody\btDefaultSoftBodySolver.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletSoftBody\btSoftBody.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletSoftBody\btSoftBodyConcaveCollisionAlgorithm.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletSoftBody\btSoftBodyHelpers.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletSoftBody\btSoftBodyRigidBodyCollisionConfiguration.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletSoftBody\btSoftRigidCollisionAlgorithm.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletSoftBody\btSoftRigidDynamicsWorld.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletSoftBody\btSoftSoftCollisionAlgorithm.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletSoftBody\btSparseSDF.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletSoftBody\btSoftBodySolvers.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletSoftBody\btDefaultSoftBodySolver.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\BulletSoftBody\btSoftBodySolverVertexBuffer.h">
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
317
msvc/2008_dx11_directcompute/src/LinearMath/LinearMath.vcproj
Normal file
317
msvc/2008_dx11_directcompute/src/LinearMath/LinearMath.vcproj
Normal file
@ -0,0 +1,317 @@
|
||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="LinearMath"
|
||||
ProjectGUID="{C07F49DB-6A84-4ADD-80EE-9086D38B15F1}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="Debug"
|
||||
IntermediateDirectory="LinearMath.dir\Debug"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
BasicRuntimeChecks="3"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="0"
|
||||
Optimization="0"
|
||||
RuntimeLibrary="3"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Debug/LinearMath.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Debug\LinearMath.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="Release"
|
||||
IntermediateDirectory="LinearMath.dir\Release"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="2"
|
||||
Optimization="2"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Release/LinearMath.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Release\LinearMath.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
OutputDirectory="MinSizeRel"
|
||||
IntermediateDirectory="LinearMath.dir\MinSizeRel"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="1"
|
||||
Optimization="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\MinSizeRel/LinearMath.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\MinSizeRel\LinearMath.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
OutputDirectory="RelWithDebInfo"
|
||||
IntermediateDirectory="LinearMath.dir\RelWithDebInfo"
|
||||
ConfigurationType="4"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="1"
|
||||
Optimization="2"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\RelWithDebInfo/LinearMath.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\RelWithDebInfo\LinearMath.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\LinearMath\btAlignedAllocator.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\LinearMath\btConvexHull.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\LinearMath\btGeometryUtil.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\LinearMath\btQuickprof.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\LinearMath\btSerializer.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\LinearMath\btAabbUtil2.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\LinearMath\btAlignedAllocator.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\LinearMath\btAlignedObjectArray.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\LinearMath\btConvexHull.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\LinearMath\btDefaultMotionState.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\LinearMath\btGeometryUtil.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\LinearMath\btHashMap.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\LinearMath\btIDebugDraw.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\LinearMath\btList.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\LinearMath\btMatrix3x3.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\LinearMath\btMinMax.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\LinearMath\btMotionState.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\LinearMath\btPoolAllocator.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\LinearMath\btQuadWord.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\LinearMath\btQuaternion.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\LinearMath\btQuickprof.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\LinearMath\btRandom.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\LinearMath\btScalar.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\LinearMath\btSerializer.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\LinearMath\btStackAlloc.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\LinearMath\btTransform.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\LinearMath\btTransformUtil.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\src\LinearMath\btVector3.h">
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
@ -1,44 +1,42 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 10.00
|
||||
# Visual Studio 2008
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AppOpenCLClothDemo_NVidia", "Demos\OpenCLClothDemo\NVidia\AppOpenCLClothDemo_NVidia.vcproj", "{EF6BC90B-DB7D-4CF6-8B31-66C345EBB740}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AppOpenCLClothDemo_NVidia", "Demos\OpenCLClothDemo\NVidia\AppOpenCLClothDemo_NVidia.vcproj", "{5C814F5E-7060-48BE-9C75-04D8DCB5E269}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{291BF4DC-0704-40F2-BBFC-C49F360A7DB0} = {291BF4DC-0704-40F2-BBFC-C49F360A7DB0}
|
||||
{00889A22-FCE8-4BD6-B063-58DDF37BB3A5} = {00889A22-FCE8-4BD6-B063-58DDF37BB3A5}
|
||||
{B35F17A2-BCF3-4D7A-ADD2-F796DF337410} = {B35F17A2-BCF3-4D7A-ADD2-F796DF337410}
|
||||
{4187409E-9B3C-49BD-89B6-D27BCF61A046} = {4187409E-9B3C-49BD-89B6-D27BCF61A046}
|
||||
{95B11FCD-CEA7-4F62-B59C-107EB7AAD4F8} = {95B11FCD-CEA7-4F62-B59C-107EB7AAD4F8}
|
||||
{57E7D835-845A-4184-9B1A-476D00F40F01} = {57E7D835-845A-4184-9B1A-476D00F40F01}
|
||||
{420BAFF0-D809-4B0F-8094-11AE452A768D} = {420BAFF0-D809-4B0F-8094-11AE452A768D}
|
||||
{FF8A5B33-BBBD-4054-811F-16FF131FD3F3} = {FF8A5B33-BBBD-4054-811F-16FF131FD3F3}
|
||||
{DBBA10A6-6323-48D8-A166-0866F88F818A} = {DBBA10A6-6323-48D8-A166-0866F88F818A}
|
||||
{2AA65D8F-B5CE-4E40-9635-DB1A458522A2} = {2AA65D8F-B5CE-4E40-9635-DB1A458522A2}
|
||||
{D84FD098-033C-4362-BE27-9811459C8482} = {D84FD098-033C-4362-BE27-9811459C8482}
|
||||
{1F9F234C-B9A3-4E95-91C8-51A266456032} = {1F9F234C-B9A3-4E95-91C8-51A266456032}
|
||||
{7AAC8F53-8D0A-47D7-ADE5-A6A63DF330C7} = {7AAC8F53-8D0A-47D7-ADE5-A6A63DF330C7}
|
||||
{48197794-CD0A-4E98-9C94-85ABFCEAD666} = {48197794-CD0A-4E98-9C94-85ABFCEAD666}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AppParticlesOCL_Nv", "Demos\ParticlesOpenCL\NVidia\AppParticlesOCL_Nv.vcproj", "{8FD46B91-A61F-4AAD-B4ED-3ADDA6E3E057}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AppParticlesOCL_Nv", "Demos\ParticlesOpenCL\NVidia\AppParticlesOCL_Nv.vcproj", "{2E9748DB-0F79-49D2-9F83-9C6FE7420BD6}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{291BF4DC-0704-40F2-BBFC-C49F360A7DB0} = {291BF4DC-0704-40F2-BBFC-C49F360A7DB0}
|
||||
{95B11FCD-CEA7-4F62-B59C-107EB7AAD4F8} = {95B11FCD-CEA7-4F62-B59C-107EB7AAD4F8}
|
||||
{57E7D835-845A-4184-9B1A-476D00F40F01} = {57E7D835-845A-4184-9B1A-476D00F40F01}
|
||||
{420BAFF0-D809-4B0F-8094-11AE452A768D} = {420BAFF0-D809-4B0F-8094-11AE452A768D}
|
||||
{FF8A5B33-BBBD-4054-811F-16FF131FD3F3} = {FF8A5B33-BBBD-4054-811F-16FF131FD3F3}
|
||||
{1F9F234C-B9A3-4E95-91C8-51A266456032} = {1F9F234C-B9A3-4E95-91C8-51A266456032}
|
||||
{7AAC8F53-8D0A-47D7-ADE5-A6A63DF330C7} = {7AAC8F53-8D0A-47D7-ADE5-A6A63DF330C7}
|
||||
{48197794-CD0A-4E98-9C94-85ABFCEAD666} = {48197794-CD0A-4E98-9C94-85ABFCEAD666}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AppVectorAdd_NVidia", "Demos\VectorAdd_OpenCL\NVidia\AppVectorAdd_NVidia.vcproj", "{0906907A-171B-42A3-A22C-B7983E730334}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AppVectorAdd_NVidia", "Demos\VectorAdd_OpenCL\NVidia\AppVectorAdd_NVidia.vcproj", "{7A70F9C9-57D8-46F5-BF79-695B4BBD59AD}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{420BAFF0-D809-4B0F-8094-11AE452A768D} = {420BAFF0-D809-4B0F-8094-11AE452A768D}
|
||||
{48197794-CD0A-4E98-9C94-85ABFCEAD666} = {48197794-CD0A-4E98-9C94-85ABFCEAD666}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BulletCollision", "src\BulletCollision\BulletCollision.vcproj", "{57E7D835-845A-4184-9B1A-476D00F40F01}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BulletCollision", "src\BulletCollision\BulletCollision.vcproj", "{7AAC8F53-8D0A-47D7-ADE5-A6A63DF330C7}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BulletDynamics", "src\BulletDynamics\BulletDynamics.vcproj", "{95B11FCD-CEA7-4F62-B59C-107EB7AAD4F8}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BulletDynamics", "src\BulletDynamics\BulletDynamics.vcproj", "{1F9F234C-B9A3-4E95-91C8-51A266456032}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BulletFileLoader", "Extras\Serialize\BulletFileLoader\BulletFileLoader.vcproj", "{D40F2980-E8E5-4F66-9F78-7BBF8C0D9B97}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BulletMultiThreaded", "src\BulletMultiThreaded\BulletMultiThreaded.vcproj", "{2AA65D8F-B5CE-4E40-9635-DB1A458522A2}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BulletMultiThreaded", "src\BulletMultiThreaded\BulletMultiThreaded.vcproj", "{B35F17A2-BCF3-4D7A-ADD2-F796DF337410}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BulletSoftBody", "src\BulletSoftBody\BulletSoftBody.vcproj", "{D84FD098-033C-4362-BE27-9811459C8482}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BulletSoftBody", "src\BulletSoftBody\BulletSoftBody.vcproj", "{4187409E-9B3C-49BD-89B6-D27BCF61A046}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BulletSoftBodySolvers_OpenCL_NVidia", "src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\NVidia\BulletSoftBodySolvers_OpenCL_NVidia.vcproj", "{DBBA10A6-6323-48D8-A166-0866F88F818A}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BulletSoftBodySolvers_OpenCL_NVidia", "src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\NVidia\BulletSoftBodySolvers_OpenCL_NVidia.vcproj", "{00889A22-FCE8-4BD6-B063-58DDF37BB3A5}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinearMath", "src\LinearMath\LinearMath.vcproj", "{48197794-CD0A-4E98-9C94-85ABFCEAD666}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinearMath", "src\LinearMath\LinearMath.vcproj", "{420BAFF0-D809-4B0F-8094-11AE452A768D}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OpenGLSupport", "Demos\OpenGL\OpenGLSupport.vcproj", "{291BF4DC-0704-40F2-BBFC-C49F360A7DB0}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OpenGLSupport", "Demos\OpenGL\OpenGLSupport.vcproj", "{FF8A5B33-BBBD-4054-811F-16FF131FD3F3}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
@ -48,94 +46,86 @@ Global
|
||||
RelWithDebInfo|Win32 = RelWithDebInfo|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{EF6BC90B-DB7D-4CF6-8B31-66C345EBB740}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{EF6BC90B-DB7D-4CF6-8B31-66C345EBB740}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{EF6BC90B-DB7D-4CF6-8B31-66C345EBB740}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{EF6BC90B-DB7D-4CF6-8B31-66C345EBB740}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{EF6BC90B-DB7D-4CF6-8B31-66C345EBB740}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{EF6BC90B-DB7D-4CF6-8B31-66C345EBB740}.Release|Win32.Build.0 = Release|Win32
|
||||
{EF6BC90B-DB7D-4CF6-8B31-66C345EBB740}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{EF6BC90B-DB7D-4CF6-8B31-66C345EBB740}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{8FD46B91-A61F-4AAD-B4ED-3ADDA6E3E057}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{8FD46B91-A61F-4AAD-B4ED-3ADDA6E3E057}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{8FD46B91-A61F-4AAD-B4ED-3ADDA6E3E057}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{8FD46B91-A61F-4AAD-B4ED-3ADDA6E3E057}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{8FD46B91-A61F-4AAD-B4ED-3ADDA6E3E057}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{8FD46B91-A61F-4AAD-B4ED-3ADDA6E3E057}.Release|Win32.Build.0 = Release|Win32
|
||||
{8FD46B91-A61F-4AAD-B4ED-3ADDA6E3E057}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{8FD46B91-A61F-4AAD-B4ED-3ADDA6E3E057}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{0906907A-171B-42A3-A22C-B7983E730334}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{0906907A-171B-42A3-A22C-B7983E730334}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{0906907A-171B-42A3-A22C-B7983E730334}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{0906907A-171B-42A3-A22C-B7983E730334}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{0906907A-171B-42A3-A22C-B7983E730334}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{0906907A-171B-42A3-A22C-B7983E730334}.Release|Win32.Build.0 = Release|Win32
|
||||
{0906907A-171B-42A3-A22C-B7983E730334}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{0906907A-171B-42A3-A22C-B7983E730334}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{57E7D835-845A-4184-9B1A-476D00F40F01}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{57E7D835-845A-4184-9B1A-476D00F40F01}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{57E7D835-845A-4184-9B1A-476D00F40F01}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{57E7D835-845A-4184-9B1A-476D00F40F01}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{57E7D835-845A-4184-9B1A-476D00F40F01}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{57E7D835-845A-4184-9B1A-476D00F40F01}.Release|Win32.Build.0 = Release|Win32
|
||||
{57E7D835-845A-4184-9B1A-476D00F40F01}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{57E7D835-845A-4184-9B1A-476D00F40F01}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{95B11FCD-CEA7-4F62-B59C-107EB7AAD4F8}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{95B11FCD-CEA7-4F62-B59C-107EB7AAD4F8}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{95B11FCD-CEA7-4F62-B59C-107EB7AAD4F8}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{95B11FCD-CEA7-4F62-B59C-107EB7AAD4F8}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{95B11FCD-CEA7-4F62-B59C-107EB7AAD4F8}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{95B11FCD-CEA7-4F62-B59C-107EB7AAD4F8}.Release|Win32.Build.0 = Release|Win32
|
||||
{95B11FCD-CEA7-4F62-B59C-107EB7AAD4F8}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{95B11FCD-CEA7-4F62-B59C-107EB7AAD4F8}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{D40F2980-E8E5-4F66-9F78-7BBF8C0D9B97}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{D40F2980-E8E5-4F66-9F78-7BBF8C0D9B97}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{D40F2980-E8E5-4F66-9F78-7BBF8C0D9B97}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{D40F2980-E8E5-4F66-9F78-7BBF8C0D9B97}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{D40F2980-E8E5-4F66-9F78-7BBF8C0D9B97}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{D40F2980-E8E5-4F66-9F78-7BBF8C0D9B97}.Release|Win32.Build.0 = Release|Win32
|
||||
{D40F2980-E8E5-4F66-9F78-7BBF8C0D9B97}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{D40F2980-E8E5-4F66-9F78-7BBF8C0D9B97}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{B35F17A2-BCF3-4D7A-ADD2-F796DF337410}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{B35F17A2-BCF3-4D7A-ADD2-F796DF337410}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{B35F17A2-BCF3-4D7A-ADD2-F796DF337410}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{B35F17A2-BCF3-4D7A-ADD2-F796DF337410}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{B35F17A2-BCF3-4D7A-ADD2-F796DF337410}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{B35F17A2-BCF3-4D7A-ADD2-F796DF337410}.Release|Win32.Build.0 = Release|Win32
|
||||
{B35F17A2-BCF3-4D7A-ADD2-F796DF337410}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{B35F17A2-BCF3-4D7A-ADD2-F796DF337410}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{4187409E-9B3C-49BD-89B6-D27BCF61A046}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{4187409E-9B3C-49BD-89B6-D27BCF61A046}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{4187409E-9B3C-49BD-89B6-D27BCF61A046}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{4187409E-9B3C-49BD-89B6-D27BCF61A046}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{4187409E-9B3C-49BD-89B6-D27BCF61A046}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{4187409E-9B3C-49BD-89B6-D27BCF61A046}.Release|Win32.Build.0 = Release|Win32
|
||||
{4187409E-9B3C-49BD-89B6-D27BCF61A046}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{4187409E-9B3C-49BD-89B6-D27BCF61A046}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{00889A22-FCE8-4BD6-B063-58DDF37BB3A5}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{00889A22-FCE8-4BD6-B063-58DDF37BB3A5}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{00889A22-FCE8-4BD6-B063-58DDF37BB3A5}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{00889A22-FCE8-4BD6-B063-58DDF37BB3A5}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{00889A22-FCE8-4BD6-B063-58DDF37BB3A5}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{00889A22-FCE8-4BD6-B063-58DDF37BB3A5}.Release|Win32.Build.0 = Release|Win32
|
||||
{00889A22-FCE8-4BD6-B063-58DDF37BB3A5}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{00889A22-FCE8-4BD6-B063-58DDF37BB3A5}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{420BAFF0-D809-4B0F-8094-11AE452A768D}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{420BAFF0-D809-4B0F-8094-11AE452A768D}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{420BAFF0-D809-4B0F-8094-11AE452A768D}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{420BAFF0-D809-4B0F-8094-11AE452A768D}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{420BAFF0-D809-4B0F-8094-11AE452A768D}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{420BAFF0-D809-4B0F-8094-11AE452A768D}.Release|Win32.Build.0 = Release|Win32
|
||||
{420BAFF0-D809-4B0F-8094-11AE452A768D}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{420BAFF0-D809-4B0F-8094-11AE452A768D}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{291BF4DC-0704-40F2-BBFC-C49F360A7DB0}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{291BF4DC-0704-40F2-BBFC-C49F360A7DB0}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{291BF4DC-0704-40F2-BBFC-C49F360A7DB0}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{291BF4DC-0704-40F2-BBFC-C49F360A7DB0}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{291BF4DC-0704-40F2-BBFC-C49F360A7DB0}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{291BF4DC-0704-40F2-BBFC-C49F360A7DB0}.Release|Win32.Build.0 = Release|Win32
|
||||
{291BF4DC-0704-40F2-BBFC-C49F360A7DB0}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{291BF4DC-0704-40F2-BBFC-C49F360A7DB0}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{5C814F5E-7060-48BE-9C75-04D8DCB5E269}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{5C814F5E-7060-48BE-9C75-04D8DCB5E269}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{5C814F5E-7060-48BE-9C75-04D8DCB5E269}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{5C814F5E-7060-48BE-9C75-04D8DCB5E269}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{5C814F5E-7060-48BE-9C75-04D8DCB5E269}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{5C814F5E-7060-48BE-9C75-04D8DCB5E269}.Release|Win32.Build.0 = Release|Win32
|
||||
{5C814F5E-7060-48BE-9C75-04D8DCB5E269}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{5C814F5E-7060-48BE-9C75-04D8DCB5E269}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{2E9748DB-0F79-49D2-9F83-9C6FE7420BD6}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{2E9748DB-0F79-49D2-9F83-9C6FE7420BD6}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{2E9748DB-0F79-49D2-9F83-9C6FE7420BD6}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{2E9748DB-0F79-49D2-9F83-9C6FE7420BD6}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{2E9748DB-0F79-49D2-9F83-9C6FE7420BD6}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{2E9748DB-0F79-49D2-9F83-9C6FE7420BD6}.Release|Win32.Build.0 = Release|Win32
|
||||
{2E9748DB-0F79-49D2-9F83-9C6FE7420BD6}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{2E9748DB-0F79-49D2-9F83-9C6FE7420BD6}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{7A70F9C9-57D8-46F5-BF79-695B4BBD59AD}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{7A70F9C9-57D8-46F5-BF79-695B4BBD59AD}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{7A70F9C9-57D8-46F5-BF79-695B4BBD59AD}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{7A70F9C9-57D8-46F5-BF79-695B4BBD59AD}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{7A70F9C9-57D8-46F5-BF79-695B4BBD59AD}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{7A70F9C9-57D8-46F5-BF79-695B4BBD59AD}.Release|Win32.Build.0 = Release|Win32
|
||||
{7A70F9C9-57D8-46F5-BF79-695B4BBD59AD}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{7A70F9C9-57D8-46F5-BF79-695B4BBD59AD}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{7AAC8F53-8D0A-47D7-ADE5-A6A63DF330C7}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{7AAC8F53-8D0A-47D7-ADE5-A6A63DF330C7}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{7AAC8F53-8D0A-47D7-ADE5-A6A63DF330C7}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{7AAC8F53-8D0A-47D7-ADE5-A6A63DF330C7}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{7AAC8F53-8D0A-47D7-ADE5-A6A63DF330C7}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{7AAC8F53-8D0A-47D7-ADE5-A6A63DF330C7}.Release|Win32.Build.0 = Release|Win32
|
||||
{7AAC8F53-8D0A-47D7-ADE5-A6A63DF330C7}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{7AAC8F53-8D0A-47D7-ADE5-A6A63DF330C7}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{1F9F234C-B9A3-4E95-91C8-51A266456032}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{1F9F234C-B9A3-4E95-91C8-51A266456032}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{1F9F234C-B9A3-4E95-91C8-51A266456032}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{1F9F234C-B9A3-4E95-91C8-51A266456032}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{1F9F234C-B9A3-4E95-91C8-51A266456032}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{1F9F234C-B9A3-4E95-91C8-51A266456032}.Release|Win32.Build.0 = Release|Win32
|
||||
{1F9F234C-B9A3-4E95-91C8-51A266456032}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{1F9F234C-B9A3-4E95-91C8-51A266456032}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{2AA65D8F-B5CE-4E40-9635-DB1A458522A2}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{2AA65D8F-B5CE-4E40-9635-DB1A458522A2}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{2AA65D8F-B5CE-4E40-9635-DB1A458522A2}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{2AA65D8F-B5CE-4E40-9635-DB1A458522A2}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{2AA65D8F-B5CE-4E40-9635-DB1A458522A2}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{2AA65D8F-B5CE-4E40-9635-DB1A458522A2}.Release|Win32.Build.0 = Release|Win32
|
||||
{2AA65D8F-B5CE-4E40-9635-DB1A458522A2}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{2AA65D8F-B5CE-4E40-9635-DB1A458522A2}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{D84FD098-033C-4362-BE27-9811459C8482}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{D84FD098-033C-4362-BE27-9811459C8482}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{D84FD098-033C-4362-BE27-9811459C8482}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{D84FD098-033C-4362-BE27-9811459C8482}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{D84FD098-033C-4362-BE27-9811459C8482}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{D84FD098-033C-4362-BE27-9811459C8482}.Release|Win32.Build.0 = Release|Win32
|
||||
{D84FD098-033C-4362-BE27-9811459C8482}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{D84FD098-033C-4362-BE27-9811459C8482}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{DBBA10A6-6323-48D8-A166-0866F88F818A}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{DBBA10A6-6323-48D8-A166-0866F88F818A}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{DBBA10A6-6323-48D8-A166-0866F88F818A}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{DBBA10A6-6323-48D8-A166-0866F88F818A}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{DBBA10A6-6323-48D8-A166-0866F88F818A}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{DBBA10A6-6323-48D8-A166-0866F88F818A}.Release|Win32.Build.0 = Release|Win32
|
||||
{DBBA10A6-6323-48D8-A166-0866F88F818A}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{DBBA10A6-6323-48D8-A166-0866F88F818A}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{48197794-CD0A-4E98-9C94-85ABFCEAD666}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{48197794-CD0A-4E98-9C94-85ABFCEAD666}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{48197794-CD0A-4E98-9C94-85ABFCEAD666}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{48197794-CD0A-4E98-9C94-85ABFCEAD666}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{48197794-CD0A-4E98-9C94-85ABFCEAD666}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{48197794-CD0A-4E98-9C94-85ABFCEAD666}.Release|Win32.Build.0 = Release|Win32
|
||||
{48197794-CD0A-4E98-9C94-85ABFCEAD666}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{48197794-CD0A-4E98-9C94-85ABFCEAD666}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
{FF8A5B33-BBBD-4054-811F-16FF131FD3F3}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{FF8A5B33-BBBD-4054-811F-16FF131FD3F3}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{FF8A5B33-BBBD-4054-811F-16FF131FD3F3}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
||||
{FF8A5B33-BBBD-4054-811F-16FF131FD3F3}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
||||
{FF8A5B33-BBBD-4054-811F-16FF131FD3F3}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{FF8A5B33-BBBD-4054-811F-16FF131FD3F3}.Release|Win32.Build.0 = Release|Win32
|
||||
{FF8A5B33-BBBD-4054-811F-16FF131FD3F3}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
||||
{FF8A5B33-BBBD-4054-811F-16FF131FD3F3}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
@ -3,7 +3,7 @@
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="AppOpenCLClothDemo_Mini"
|
||||
ProjectGUID="{CA29A562-FFB9-441C-91D8-7DEA67EF38D0}"
|
||||
ProjectGUID="{DF20F196-0336-4827-8B0E-9C62A5D443B1}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
@ -21,7 +21,7 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;C:\develop\bullet-2.77\Demos\SharedOpenCL;C:\develop\bullet-2.77\Demos\OpenGL;"
|
||||
BasicRuntimeChecks="3"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
@ -35,13 +35,13 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_MINICL,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppOpenCLClothDemo_Mini.pdb"
|
||||
ProgramDataBaseFileName="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\OpenCLClothDemo\MiniCL\Debug/AppOpenCLClothDemo_Mini.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;C:\develop\bullet-2.77\Demos\SharedOpenCL;C:\develop\bullet-2.77\Demos\OpenGL;"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_MINICL,CMAKE_INTDIR=\"Debug\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -60,20 +60,21 @@
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/GLUT32.DLL C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/OpenCLClothDemo/MiniCL
if errorlevel 1 goto VCReportError
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/GLEW32.DLL C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/OpenCLClothDemo/MiniCL
if errorlevel 1 goto VCReportError
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/Demos/OpenCLClothDemo/amdFlag.bmp C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/OpenCLClothDemo/MiniCL
if errorlevel 1 goto VCReportError
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/Demos/OpenCLClothDemo/atiFlag.bmp C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/OpenCLClothDemo/MiniCL
if errorlevel 1 goto VCReportError"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86 /debug"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\lib\Debug\OpenGLSupport.lib ..\..\..\lib\Debug\BulletSoftBodySolvers_OpenCL_Mini.lib ..\..\..\lib\Debug\BulletSoftBodySolvers_CPU.lib ..\..\..\lib\Debug\MiniCL.lib ..\..\..\lib\Debug\BulletMultiThreaded.lib ..\..\..\lib\Debug\BulletSoftBody.lib ..\..\..\lib\Debug\BulletDynamics.lib ..\..\..\lib\Debug\BulletCollision.lib ..\..\..\lib\Debug\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib "
|
||||
OutputFile="..\..\..\..\..\AppOpenCLClothDemo_Mini.exe"
|
||||
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\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\MiniCL\Debug\BulletSoftBodySolvers_OpenCL_Mini.lib ..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\CPU\Debug\BulletSoftBodySolvers_CPU.lib ..\..\..\src\MiniCL\Debug\MiniCL.lib ..\..\..\src\BulletMultiThreaded\Debug\BulletMultiThreaded.lib ..\..\..\src\BulletSoftBody\Debug\BulletSoftBody.lib ..\..\..\src\BulletDynamics\Debug\BulletDynamics.lib ..\..\..\src\BulletCollision\Debug\BulletCollision.lib ..\..\..\src\LinearMath\Debug\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib "
|
||||
OutputFile="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\OpenCLClothDemo\MiniCL\Debug\AppOpenCLClothDemo_Mini.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="..\..\..\..\../AppOpenCLClothDemo_Mini.pdb"
|
||||
ProgramDatabaseFile="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\OpenCLClothDemo\MiniCL\Debug/AppOpenCLClothDemo_Mini.pdb"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="1"
|
||||
ImportLibrary="Debug\AppOpenCLClothDemo_Mini.lib"/>
|
||||
ImportLibrary="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\OpenCLClothDemo\MiniCL\Debug\AppOpenCLClothDemo_Mini.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
@ -86,7 +87,7 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;C:\develop\bullet-2.77\Demos\SharedOpenCL;C:\develop\bullet-2.77\Demos\OpenGL;"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
@ -98,13 +99,13 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_MINICL,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppOpenCLClothDemo_Mini.pdb"
|
||||
ProgramDataBaseFileName="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\OpenCLClothDemo\MiniCL\Release/AppOpenCLClothDemo_Mini.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;C:\develop\bullet-2.77\Demos\SharedOpenCL;C:\develop\bullet-2.77\Demos\OpenGL;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_MINICL,CMAKE_INTDIR=\"Release\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -123,19 +124,20 @@
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/GLUT32.DLL C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/OpenCLClothDemo/MiniCL
if errorlevel 1 goto VCReportError
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/GLEW32.DLL C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/OpenCLClothDemo/MiniCL
if errorlevel 1 goto VCReportError
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/Demos/OpenCLClothDemo/amdFlag.bmp C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/OpenCLClothDemo/MiniCL
if errorlevel 1 goto VCReportError
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/Demos/OpenCLClothDemo/atiFlag.bmp C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/OpenCLClothDemo/MiniCL
if errorlevel 1 goto VCReportError"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\lib\Release\OpenGLSupport.lib ..\..\..\lib\Release\BulletSoftBodySolvers_OpenCL_Mini.lib ..\..\..\lib\Release\BulletSoftBodySolvers_CPU.lib ..\..\..\lib\Release\MiniCL.lib ..\..\..\lib\Release\BulletMultiThreaded.lib ..\..\..\lib\Release\BulletSoftBody.lib ..\..\..\lib\Release\BulletDynamics.lib ..\..\..\lib\Release\BulletCollision.lib ..\..\..\lib\Release\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib "
|
||||
OutputFile="..\..\..\..\..\AppOpenCLClothDemo_Mini.exe"
|
||||
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\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\MiniCL\Release\BulletSoftBodySolvers_OpenCL_Mini.lib ..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\CPU\Release\BulletSoftBodySolvers_CPU.lib ..\..\..\src\MiniCL\Release\MiniCL.lib ..\..\..\src\BulletMultiThreaded\Release\BulletMultiThreaded.lib ..\..\..\src\BulletSoftBody\Release\BulletSoftBody.lib ..\..\..\src\BulletDynamics\Release\BulletDynamics.lib ..\..\..\src\BulletCollision\Release\BulletCollision.lib ..\..\..\src\LinearMath\Release\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib "
|
||||
OutputFile="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\OpenCLClothDemo\MiniCL\Release\AppOpenCLClothDemo_Mini.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="..\..\..\..\../AppOpenCLClothDemo_Mini.pdb"
|
||||
ProgramDatabaseFile="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\OpenCLClothDemo\MiniCL\Release/AppOpenCLClothDemo_Mini.pdb"
|
||||
SubSystem="1"
|
||||
ImportLibrary="Release\AppOpenCLClothDemo_Mini.lib"/>
|
||||
ImportLibrary="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\OpenCLClothDemo\MiniCL\Release\AppOpenCLClothDemo_Mini.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
@ -148,7 +150,7 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;C:\develop\bullet-2.77\Demos\SharedOpenCL;C:\develop\bullet-2.77\Demos\OpenGL;"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
@ -160,13 +162,13 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_MINICL,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppOpenCLClothDemo_Mini.pdb"
|
||||
ProgramDataBaseFileName="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\OpenCLClothDemo\MiniCL\MinSizeRel/AppOpenCLClothDemo_Mini.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;C:\develop\bullet-2.77\Demos\SharedOpenCL;C:\develop\bullet-2.77\Demos\OpenGL;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_MINICL,CMAKE_INTDIR=\"MinSizeRel\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -185,19 +187,20 @@
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/GLUT32.DLL C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/OpenCLClothDemo/MiniCL
if errorlevel 1 goto VCReportError
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/GLEW32.DLL C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/OpenCLClothDemo/MiniCL
if errorlevel 1 goto VCReportError
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/Demos/OpenCLClothDemo/amdFlag.bmp C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/OpenCLClothDemo/MiniCL
if errorlevel 1 goto VCReportError
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/Demos/OpenCLClothDemo/atiFlag.bmp C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/OpenCLClothDemo/MiniCL
if errorlevel 1 goto VCReportError"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\lib\MinSizeRel\OpenGLSupport.lib ..\..\..\lib\MinSizeRel\BulletSoftBodySolvers_OpenCL_Mini.lib ..\..\..\lib\MinSizeRel\BulletSoftBodySolvers_CPU.lib ..\..\..\lib\MinSizeRel\MiniCL.lib ..\..\..\lib\MinSizeRel\BulletMultiThreaded.lib ..\..\..\lib\MinSizeRel\BulletSoftBody.lib ..\..\..\lib\MinSizeRel\BulletDynamics.lib ..\..\..\lib\MinSizeRel\BulletCollision.lib ..\..\..\lib\MinSizeRel\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib "
|
||||
OutputFile="..\..\..\..\..\AppOpenCLClothDemo_Mini.exe"
|
||||
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\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\MiniCL\MinSizeRel\BulletSoftBodySolvers_OpenCL_Mini.lib ..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\CPU\MinSizeRel\BulletSoftBodySolvers_CPU.lib ..\..\..\src\MiniCL\MinSizeRel\MiniCL.lib ..\..\..\src\BulletMultiThreaded\MinSizeRel\BulletMultiThreaded.lib ..\..\..\src\BulletSoftBody\MinSizeRel\BulletSoftBody.lib ..\..\..\src\BulletDynamics\MinSizeRel\BulletDynamics.lib ..\..\..\src\BulletCollision\MinSizeRel\BulletCollision.lib ..\..\..\src\LinearMath\MinSizeRel\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib "
|
||||
OutputFile="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\OpenCLClothDemo\MiniCL\MinSizeRel\AppOpenCLClothDemo_Mini.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="..\..\..\..\../AppOpenCLClothDemo_Mini.pdb"
|
||||
ProgramDatabaseFile="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\OpenCLClothDemo\MiniCL\MinSizeRel/AppOpenCLClothDemo_Mini.pdb"
|
||||
SubSystem="1"
|
||||
ImportLibrary="MinSizeRel\AppOpenCLClothDemo_Mini.lib"/>
|
||||
ImportLibrary="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\OpenCLClothDemo\MiniCL\MinSizeRel\AppOpenCLClothDemo_Mini.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
@ -210,7 +213,7 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;C:\develop\bullet-2.77\Demos\SharedOpenCL;C:\develop\bullet-2.77\Demos\OpenGL;"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
@ -223,13 +226,13 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_MINICL,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppOpenCLClothDemo_Mini.pdb"
|
||||
ProgramDataBaseFileName="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\OpenCLClothDemo\MiniCL\RelWithDebInfo/AppOpenCLClothDemo_Mini.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;C:\develop\bullet-2.77\Demos\SharedOpenCL;C:\develop\bullet-2.77\Demos\OpenGL;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_MINICL,CMAKE_INTDIR=\"RelWithDebInfo\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -248,65 +251,105 @@
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/GLUT32.DLL C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/OpenCLClothDemo/MiniCL
if errorlevel 1 goto VCReportError
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/GLEW32.DLL C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/OpenCLClothDemo/MiniCL
if errorlevel 1 goto VCReportError
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/Demos/OpenCLClothDemo/amdFlag.bmp C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/OpenCLClothDemo/MiniCL
if errorlevel 1 goto VCReportError
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/Demos/OpenCLClothDemo/atiFlag.bmp C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/OpenCLClothDemo/MiniCL
if errorlevel 1 goto VCReportError"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86 /debug"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\lib\RelWithDebInfo\OpenGLSupport.lib ..\..\..\lib\RelWithDebInfo\BulletSoftBodySolvers_OpenCL_Mini.lib ..\..\..\lib\RelWithDebInfo\BulletSoftBodySolvers_CPU.lib ..\..\..\lib\RelWithDebInfo\MiniCL.lib ..\..\..\lib\RelWithDebInfo\BulletMultiThreaded.lib ..\..\..\lib\RelWithDebInfo\BulletSoftBody.lib ..\..\..\lib\RelWithDebInfo\BulletDynamics.lib ..\..\..\lib\RelWithDebInfo\BulletCollision.lib ..\..\..\lib\RelWithDebInfo\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib "
|
||||
OutputFile="..\..\..\..\..\AppOpenCLClothDemo_Mini.exe"
|
||||
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\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\MiniCL\RelWithDebInfo\BulletSoftBodySolvers_OpenCL_Mini.lib ..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\CPU\RelWithDebInfo\BulletSoftBodySolvers_CPU.lib ..\..\..\src\MiniCL\RelWithDebInfo\MiniCL.lib ..\..\..\src\BulletMultiThreaded\RelWithDebInfo\BulletMultiThreaded.lib ..\..\..\src\BulletSoftBody\RelWithDebInfo\BulletSoftBody.lib ..\..\..\src\BulletDynamics\RelWithDebInfo\BulletDynamics.lib ..\..\..\src\BulletCollision\RelWithDebInfo\BulletCollision.lib ..\..\..\src\LinearMath\RelWithDebInfo\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib "
|
||||
OutputFile="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\OpenCLClothDemo\MiniCL\RelWithDebInfo\AppOpenCLClothDemo_Mini.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="..\..\..\..\../AppOpenCLClothDemo_Mini.pdb"
|
||||
ProgramDatabaseFile="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\OpenCLClothDemo\MiniCL\RelWithDebInfo/AppOpenCLClothDemo_Mini.pdb"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="1"
|
||||
ImportLibrary="RelWithDebInfo\AppOpenCLClothDemo_Mini.lib"/>
|
||||
ImportLibrary="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\OpenCLClothDemo\MiniCL\RelWithDebInfo\AppOpenCLClothDemo_Mini.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
<File
|
||||
RelativePath="C:\develop\bullet-2.77\Demos\OpenCLClothDemo\MiniCL\CMakeLists.txt">
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Building Custom Rule C:/develop/bullet-2.77/Demos/OpenCLClothDemo/MiniCL/CMakeLists.txt"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -HC:/develop/bullet-2.77 -BC:/develop/bullet-2.77/msvc/2008_nvidia_opencl --check-stamp-file C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\OpenCLClothDemo\MiniCL\CMakeFiles\generate.stamp
if errorlevel 1 goto VCReportError"
|
||||
AdditionalDependencies="C:\develop\bullet-2.77\Demos\OpenCLClothDemo\MiniCL\CMakeLists.txt;C:\develop\bullet-2.77\Demos\OpenCLClothDemo\MiniCL\CMakeLists.txt;"
|
||||
Outputs="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\OpenCLClothDemo\MiniCL\CMakeFiles\generate.stamp"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Building Custom Rule C:/develop/bullet-2.77/Demos/OpenCLClothDemo/MiniCL/CMakeLists.txt"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -HC:/develop/bullet-2.77 -BC:/develop/bullet-2.77/msvc/2008_nvidia_opencl --check-stamp-file C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\OpenCLClothDemo\MiniCL\CMakeFiles\generate.stamp
if errorlevel 1 goto VCReportError"
|
||||
AdditionalDependencies="C:\develop\bullet-2.77\Demos\OpenCLClothDemo\MiniCL\CMakeLists.txt;C:\develop\bullet-2.77\Demos\OpenCLClothDemo\MiniCL\CMakeLists.txt;"
|
||||
Outputs="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\OpenCLClothDemo\MiniCL\CMakeFiles\generate.stamp"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="MinSizeRel|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Building Custom Rule C:/develop/bullet-2.77/Demos/OpenCLClothDemo/MiniCL/CMakeLists.txt"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -HC:/develop/bullet-2.77 -BC:/develop/bullet-2.77/msvc/2008_nvidia_opencl --check-stamp-file C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\OpenCLClothDemo\MiniCL\CMakeFiles\generate.stamp
if errorlevel 1 goto VCReportError"
|
||||
AdditionalDependencies="C:\develop\bullet-2.77\Demos\OpenCLClothDemo\MiniCL\CMakeLists.txt;C:\develop\bullet-2.77\Demos\OpenCLClothDemo\MiniCL\CMakeLists.txt;"
|
||||
Outputs="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\OpenCLClothDemo\MiniCL\CMakeFiles\generate.stamp"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="RelWithDebInfo|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Building Custom Rule C:/develop/bullet-2.77/Demos/OpenCLClothDemo/MiniCL/CMakeLists.txt"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -HC:/develop/bullet-2.77 -BC:/develop/bullet-2.77/msvc/2008_nvidia_opencl --check-stamp-file C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\OpenCLClothDemo\MiniCL\CMakeFiles\generate.stamp
if errorlevel 1 goto VCReportError"
|
||||
AdditionalDependencies="C:\develop\bullet-2.77\Demos\OpenCLClothDemo\MiniCL\CMakeLists.txt;C:\develop\bullet-2.77\Demos\OpenCLClothDemo\MiniCL\CMakeLists.txt;"
|
||||
Outputs="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\OpenCLClothDemo\MiniCL\CMakeFiles\generate.stamp"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\cl_cloth_demo.cpp">
|
||||
RelativePath="C:\develop\bullet-2.77\Demos\OpenCLClothDemo\cl_cloth_demo.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\gl_win.cpp">
|
||||
RelativePath="C:\develop\bullet-2.77\Demos\OpenCLClothDemo\gl_win.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\clstuff.cpp">
|
||||
RelativePath="C:\develop\bullet-2.77\Demos\OpenCLClothDemo\clstuff.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\bmpLoader.cpp">
|
||||
RelativePath="C:\develop\bullet-2.77\Demos\OpenCLClothDemo\bmpLoader.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\MiniCL\MiniCLTaskWrap.cpp">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\MiniCL\MiniCLTaskWrap.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclUtils.cpp">
|
||||
RelativePath="C:\develop\bullet-2.77\Demos\SharedOpenCL\btOclUtils.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclCommon.cpp">
|
||||
RelativePath="C:\develop\bullet-2.77\Demos\SharedOpenCL\btOclCommon.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\bmpLoader.h">
|
||||
RelativePath="C:\develop\bullet-2.77\Demos\OpenCLClothDemo\bmpLoader.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\clstuff.h">
|
||||
RelativePath="C:\develop\bullet-2.77\Demos\OpenCLClothDemo\clstuff.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\gl_win.h">
|
||||
RelativePath="C:\develop\bullet-2.77\Demos\OpenCLClothDemo\gl_win.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclUtils.h">
|
||||
RelativePath="C:\develop\bullet-2.77\Demos\SharedOpenCL\btOclUtils.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclCommon.h">
|
||||
RelativePath="C:\develop\bullet-2.77\Demos\SharedOpenCL\btOclCommon.h">
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
|
@ -1,19 +1,14 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="AppOpenCLClothDemo_NVidia"
|
||||
ProjectGUID="{EF6BC90B-DB7D-4CF6-8B31-66C345EBB740}"
|
||||
Keyword="Win32Proj"
|
||||
TargetFrameworkVersion="0"
|
||||
>
|
||||
ProjectGUID="{5C814F5E-7060-48BE-9C75-04D8DCB5E269}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
@ -21,99 +16,62 @@
|
||||
IntermediateDirectory="AppOpenCLClothDemo_NVidia.dir\Debug"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
BasicRuntimeChecks="3"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="0"
|
||||
Optimization="0"
|
||||
RuntimeLibrary="3"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppOpenCLClothDemo_NVidia_Debug.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
MkTypLibCompatible="false"
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="true"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"
|
||||
/>
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
Optimization="0"
|
||||
InlineFunctionExpansion="0"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
ExceptionHandling="1"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
RuntimeTypeInfo="true"
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppOpenCLClothDemo_NVidia.pdb"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="2"
|
||||
/>
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86 /debug"
|
||||
AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\lib\Debug\OpenGLSupport.lib ..\..\..\lib\Debug\BulletSoftBodySolvers_OpenCL_NVidia.lib ..\..\..\lib\Debug\BulletMultiThreaded.lib ..\..\..\lib\Debug\BulletSoftBody.lib ..\..\..\lib\Debug\BulletDynamics.lib ..\..\..\lib\Debug\BulletCollision.lib ..\..\..\lib\Debug\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib OpenCL.lib $(NOINHERIT)"
|
||||
OutputFile="..\..\..\..\..\AppOpenCLClothDemo_NVidia.exe"
|
||||
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\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\NVidia\Debug\BulletSoftBodySolvers_OpenCL_NVidia.lib ..\..\..\src\BulletMultiThreaded\Debug\BulletMultiThreaded.lib ..\..\..\src\BulletSoftBody\Debug\BulletSoftBody.lib ..\..\..\src\BulletDynamics\Debug\BulletDynamics.lib ..\..\..\src\BulletCollision\Debug\BulletCollision.lib ..\..\..\src\LinearMath\Debug\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib "$(NVSDKCOMPUTE_ROOT)\OpenCL\common\lib\Win32\OpenCL.lib" "
|
||||
OutputFile="..\..\..\..\..\AppOpenCLClothDemo_NVidia_Debug.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="$(NVSDKCOMPUTE_ROOT)\OpenCL\common\lib\Win32\"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\..\..\../AppOpenCLClothDemo_NVidia.pdb"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDatabaseFile="..\..\..\..\../AppOpenCLClothDemo_NVidia_Debug.pdb"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="1"
|
||||
ImportLibrary="Debug\AppOpenCLClothDemo_NVidia.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
ImportLibrary="Debug\AppOpenCLClothDemo_NVidia_Debug.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
@ -121,96 +79,59 @@
|
||||
IntermediateDirectory="AppOpenCLClothDemo_NVidia.dir\Release"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="2"
|
||||
Optimization="2"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppOpenCLClothDemo_NVidia.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
MkTypLibCompatible="false"
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="true"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"
|
||||
/>
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="2"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
RuntimeTypeInfo="true"
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppOpenCLClothDemo_NVidia.pdb"
|
||||
WarningLevel="3"
|
||||
CompileAs="2"
|
||||
/>
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86"
|
||||
AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\lib\Release\OpenGLSupport.lib ..\..\..\lib\Release\BulletSoftBodySolvers_OpenCL_NVidia.lib ..\..\..\lib\Release\BulletMultiThreaded.lib ..\..\..\lib\Release\BulletSoftBody.lib ..\..\..\lib\Release\BulletDynamics.lib ..\..\..\lib\Release\BulletCollision.lib ..\..\..\lib\Release\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib OpenCL.lib $(NOINHERIT)"
|
||||
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\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\NVidia\Release\BulletSoftBodySolvers_OpenCL_NVidia.lib ..\..\..\src\BulletMultiThreaded\Release\BulletMultiThreaded.lib ..\..\..\src\BulletSoftBody\Release\BulletSoftBody.lib ..\..\..\src\BulletDynamics\Release\BulletDynamics.lib ..\..\..\src\BulletCollision\Release\BulletCollision.lib ..\..\..\src\LinearMath\Release\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib "$(NVSDKCOMPUTE_ROOT)\OpenCL\common\lib\Win32\OpenCL.lib" "
|
||||
OutputFile="..\..\..\..\..\AppOpenCLClothDemo_NVidia.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="$(NVSDKCOMPUTE_ROOT)\OpenCL\common\lib\Win32\"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDatabaseFile="..\..\..\..\../AppOpenCLClothDemo_NVidia.pdb"
|
||||
SubSystem="1"
|
||||
ImportLibrary="Release\AppOpenCLClothDemo_NVidia.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
ImportLibrary="Release\AppOpenCLClothDemo_NVidia.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
@ -218,96 +139,59 @@
|
||||
IntermediateDirectory="AppOpenCLClothDemo_NVidia.dir\MinSizeRel"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="1"
|
||||
Optimization="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppOpenCLClothDemo_NVidia_MinsizeRel.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
MkTypLibCompatible="false"
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="true"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"
|
||||
/>
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
Optimization="1"
|
||||
InlineFunctionExpansion="1"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
RuntimeTypeInfo="true"
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppOpenCLClothDemo_NVidia.pdb"
|
||||
WarningLevel="3"
|
||||
CompileAs="2"
|
||||
/>
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86"
|
||||
AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\lib\MinSizeRel\OpenGLSupport.lib ..\..\..\lib\MinSizeRel\BulletSoftBodySolvers_OpenCL_NVidia.lib ..\..\..\lib\MinSizeRel\BulletMultiThreaded.lib ..\..\..\lib\MinSizeRel\BulletSoftBody.lib ..\..\..\lib\MinSizeRel\BulletDynamics.lib ..\..\..\lib\MinSizeRel\BulletCollision.lib ..\..\..\lib\MinSizeRel\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib OpenCL.lib $(NOINHERIT)"
|
||||
OutputFile="..\..\..\..\..\AppOpenCLClothDemo_NVidia.exe"
|
||||
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\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\NVidia\MinSizeRel\BulletSoftBodySolvers_OpenCL_NVidia.lib ..\..\..\src\BulletMultiThreaded\MinSizeRel\BulletMultiThreaded.lib ..\..\..\src\BulletSoftBody\MinSizeRel\BulletSoftBody.lib ..\..\..\src\BulletDynamics\MinSizeRel\BulletDynamics.lib ..\..\..\src\BulletCollision\MinSizeRel\BulletCollision.lib ..\..\..\src\LinearMath\MinSizeRel\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib "$(NVSDKCOMPUTE_ROOT)\OpenCL\common\lib\Win32\OpenCL.lib" "
|
||||
OutputFile="..\..\..\..\..\AppOpenCLClothDemo_NVidia_MinsizeRel.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="$(NVSDKCOMPUTE_ROOT)\OpenCL\common\lib\Win32\"
|
||||
ProgramDatabaseFile="..\..\..\..\../AppOpenCLClothDemo_NVidia.pdb"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDatabaseFile="..\..\..\..\../AppOpenCLClothDemo_NVidia_MinsizeRel.pdb"
|
||||
SubSystem="1"
|
||||
ImportLibrary="MinSizeRel\AppOpenCLClothDemo_NVidia.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
ImportLibrary="MinSizeRel\AppOpenCLClothDemo_NVidia_MinsizeRel.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
@ -315,153 +199,103 @@
|
||||
IntermediateDirectory="AppOpenCLClothDemo_NVidia.dir\RelWithDebInfo"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="1"
|
||||
Optimization="2"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppOpenCLClothDemo_NVidia_RelWithDebugInfo.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
MkTypLibCompatible="false"
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="true"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"
|
||||
/>
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="1"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
RuntimeTypeInfo="true"
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppOpenCLClothDemo_NVidia.pdb"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="2"
|
||||
/>
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86 /debug"
|
||||
AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\lib\RelWithDebInfo\OpenGLSupport.lib ..\..\..\lib\RelWithDebInfo\BulletSoftBodySolvers_OpenCL_NVidia.lib ..\..\..\lib\RelWithDebInfo\BulletMultiThreaded.lib ..\..\..\lib\RelWithDebInfo\BulletSoftBody.lib ..\..\..\lib\RelWithDebInfo\BulletDynamics.lib ..\..\..\lib\RelWithDebInfo\BulletCollision.lib ..\..\..\lib\RelWithDebInfo\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib OpenCL.lib $(NOINHERIT)"
|
||||
OutputFile="..\..\..\..\..\AppOpenCLClothDemo_NVidia.exe"
|
||||
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\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\NVidia\RelWithDebInfo\BulletSoftBodySolvers_OpenCL_NVidia.lib ..\..\..\src\BulletMultiThreaded\RelWithDebInfo\BulletMultiThreaded.lib ..\..\..\src\BulletSoftBody\RelWithDebInfo\BulletSoftBody.lib ..\..\..\src\BulletDynamics\RelWithDebInfo\BulletDynamics.lib ..\..\..\src\BulletCollision\RelWithDebInfo\BulletCollision.lib ..\..\..\src\LinearMath\RelWithDebInfo\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib "$(NVSDKCOMPUTE_ROOT)\OpenCL\common\lib\Win32\OpenCL.lib" "
|
||||
OutputFile="..\..\..\..\..\AppOpenCLClothDemo_NVidia_RelWithDebugInfo.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="$(NVSDKCOMPUTE_ROOT)\OpenCL\common\lib\Win32\"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\..\..\../AppOpenCLClothDemo_NVidia.pdb"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDatabaseFile="..\..\..\..\../AppOpenCLClothDemo_NVidia_RelWithDebugInfo.pdb"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="1"
|
||||
ImportLibrary="RelWithDebInfo\AppOpenCLClothDemo_NVidia.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
ImportLibrary="RelWithDebInfo\AppOpenCLClothDemo_NVidia_RelWithDebugInfo.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
>
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\bmpLoader.cpp"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\cl_cloth_demo.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclCommon.cpp"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclUtils.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclUtils.cpp"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclCommon.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\cl_cloth_demo.cpp"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\gl_win.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\clstuff.cpp"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\clstuff.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\gl_win.cpp"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\bmpLoader.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
>
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\bmpLoader.h"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclUtils.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclCommon.h"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclCommon.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclUtils.h"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\bmpLoader.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\clstuff.h"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\clstuff.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\gl_win.h"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\OpenCLClothDemo\gl_win.h">
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
|
@ -3,7 +3,7 @@
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="OpenGLSupport"
|
||||
ProjectGUID="{291BF4DC-0704-40F2-BBFC-C49F360A7DB0}"
|
||||
ProjectGUID="{FF8A5B33-BBBD-4054-811F-16FF131FD3F3}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
@ -35,7 +35,7 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Debug/OpenGLSupport.pdb"
|
||||
ProgramDataBaseFileName="Debug/OpenGLSupport.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -57,13 +57,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Debug\OpenGLSupport.lib"/>
|
||||
OutputFile="Debug\OpenGLSupport.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
@ -88,7 +86,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Release/OpenGLSupport.pdb"
|
||||
ProgramDataBaseFileName="Release/OpenGLSupport.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -110,13 +108,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Release\OpenGLSupport.lib"/>
|
||||
OutputFile="Release\OpenGLSupport.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
@ -141,7 +137,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\MinSizeRel/OpenGLSupport.pdb"
|
||||
ProgramDataBaseFileName="MinSizeRel/OpenGLSupport.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -163,13 +159,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\MinSizeRel\OpenGLSupport.lib"/>
|
||||
OutputFile="MinSizeRel\OpenGLSupport.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
@ -195,7 +189,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\RelWithDebInfo/OpenGLSupport.pdb"
|
||||
ProgramDataBaseFileName="RelWithDebInfo/OpenGLSupport.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -217,13 +211,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\RelWithDebInfo\OpenGLSupport.lib"/>
|
||||
OutputFile="RelWithDebInfo\OpenGLSupport.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
|
@ -3,7 +3,7 @@
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="AppParticlesOCL_Mini"
|
||||
ProjectGUID="{B5CF60A9-02DB-4AA3-8852-0EE5752E8916}"
|
||||
ProjectGUID="{8F96DB3C-FF16-4726-B869-991849E30F99}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
@ -21,7 +21,7 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;C:\develop\bullet-2.77\Demos\SharedOpenCL;C:\develop\bullet-2.77\Demos\OpenGL;"
|
||||
BasicRuntimeChecks="3"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
@ -35,13 +35,13 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_MINICL,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppParticlesOCL_Mini.pdb"
|
||||
ProgramDataBaseFileName="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\ParticlesOpenCL\MiniCL\Debug/AppParticlesOCL_Mini.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;C:\develop\bullet-2.77\Demos\SharedOpenCL;C:\develop\bullet-2.77\Demos\OpenGL;"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_MINICL,CMAKE_INTDIR=\"Debug\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -61,20 +61,20 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/Demos/ParticlesOpenCL/ParticlesOCL.cl C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/ParticlesOpenCL/MiniCL"/>
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/GLUT32.DLL C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/ParticlesOpenCL/MiniCL
if errorlevel 1 goto VCReportError
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/GLEW32.DLL C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/ParticlesOpenCL/MiniCL
if errorlevel 1 goto VCReportError
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/Demos/ParticlesOpenCL/ParticlesOCL.cl C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/ParticlesOpenCL/MiniCL
if errorlevel 1 goto VCReportError"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86 /debug"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\lib\Debug\OpenGLSupport.lib ..\..\..\lib\Debug\BulletDynamics.lib ..\..\..\lib\Debug\BulletCollision.lib ..\..\..\lib\Debug\MiniCL.lib ..\..\..\lib\Debug\BulletMultiThreaded.lib ..\..\..\lib\Debug\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib "
|
||||
OutputFile="..\..\..\..\..\AppParticlesOCL_Mini.exe"
|
||||
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\MiniCL\Debug\MiniCL.lib ..\..\..\src\BulletMultiThreaded\Debug\BulletMultiThreaded.lib ..\..\..\src\LinearMath\Debug\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib "
|
||||
OutputFile="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\ParticlesOpenCL\MiniCL\Debug\AppParticlesOCL_Mini.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="..\..\..\..\../AppParticlesOCL_Mini.pdb"
|
||||
ProgramDatabaseFile="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\ParticlesOpenCL\MiniCL\Debug/AppParticlesOCL_Mini.pdb"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="1"
|
||||
ImportLibrary="Debug\AppParticlesOCL_Mini.lib"/>
|
||||
ImportLibrary="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\ParticlesOpenCL\MiniCL\Debug\AppParticlesOCL_Mini.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
@ -87,7 +87,7 @@ CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;C:\develop\bullet-2.77\Demos\SharedOpenCL;C:\develop\bullet-2.77\Demos\OpenGL;"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
@ -99,13 +99,13 @@ CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_MINICL,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppParticlesOCL_Mini.pdb"
|
||||
ProgramDataBaseFileName="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\ParticlesOpenCL\MiniCL\Release/AppParticlesOCL_Mini.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;C:\develop\bullet-2.77\Demos\SharedOpenCL;C:\develop\bullet-2.77\Demos\OpenGL;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_MINICL,CMAKE_INTDIR=\"Release\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -125,19 +125,19 @@ CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/Demos/ParticlesOpenCL/ParticlesOCL.cl C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/ParticlesOpenCL/MiniCL"/>
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/GLUT32.DLL C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/ParticlesOpenCL/MiniCL
if errorlevel 1 goto VCReportError
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/GLEW32.DLL C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/ParticlesOpenCL/MiniCL
if errorlevel 1 goto VCReportError
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/Demos/ParticlesOpenCL/ParticlesOCL.cl C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/ParticlesOpenCL/MiniCL
if errorlevel 1 goto VCReportError"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\lib\Release\OpenGLSupport.lib ..\..\..\lib\Release\BulletDynamics.lib ..\..\..\lib\Release\BulletCollision.lib ..\..\..\lib\Release\MiniCL.lib ..\..\..\lib\Release\BulletMultiThreaded.lib ..\..\..\lib\Release\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib "
|
||||
OutputFile="..\..\..\..\..\AppParticlesOCL_Mini.exe"
|
||||
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\MiniCL\Release\MiniCL.lib ..\..\..\src\BulletMultiThreaded\Release\BulletMultiThreaded.lib ..\..\..\src\LinearMath\Release\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib "
|
||||
OutputFile="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\ParticlesOpenCL\MiniCL\Release\AppParticlesOCL_Mini.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="..\..\..\..\../AppParticlesOCL_Mini.pdb"
|
||||
ProgramDatabaseFile="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\ParticlesOpenCL\MiniCL\Release/AppParticlesOCL_Mini.pdb"
|
||||
SubSystem="1"
|
||||
ImportLibrary="Release\AppParticlesOCL_Mini.lib"/>
|
||||
ImportLibrary="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\ParticlesOpenCL\MiniCL\Release\AppParticlesOCL_Mini.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
@ -150,7 +150,7 @@ CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;C:\develop\bullet-2.77\Demos\SharedOpenCL;C:\develop\bullet-2.77\Demos\OpenGL;"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
@ -162,13 +162,13 @@ CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_MINICL,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppParticlesOCL_Mini.pdb"
|
||||
ProgramDataBaseFileName="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\ParticlesOpenCL\MiniCL\MinSizeRel/AppParticlesOCL_Mini.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;C:\develop\bullet-2.77\Demos\SharedOpenCL;C:\develop\bullet-2.77\Demos\OpenGL;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_MINICL,CMAKE_INTDIR=\"MinSizeRel\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -188,19 +188,19 @@ CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/Demos/ParticlesOpenCL/ParticlesOCL.cl C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/ParticlesOpenCL/MiniCL"/>
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/GLUT32.DLL C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/ParticlesOpenCL/MiniCL
if errorlevel 1 goto VCReportError
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/GLEW32.DLL C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/ParticlesOpenCL/MiniCL
if errorlevel 1 goto VCReportError
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/Demos/ParticlesOpenCL/ParticlesOCL.cl C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/ParticlesOpenCL/MiniCL
if errorlevel 1 goto VCReportError"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\lib\MinSizeRel\OpenGLSupport.lib ..\..\..\lib\MinSizeRel\BulletDynamics.lib ..\..\..\lib\MinSizeRel\BulletCollision.lib ..\..\..\lib\MinSizeRel\MiniCL.lib ..\..\..\lib\MinSizeRel\BulletMultiThreaded.lib ..\..\..\lib\MinSizeRel\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib "
|
||||
OutputFile="..\..\..\..\..\AppParticlesOCL_Mini.exe"
|
||||
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\MiniCL\MinSizeRel\MiniCL.lib ..\..\..\src\BulletMultiThreaded\MinSizeRel\BulletMultiThreaded.lib ..\..\..\src\LinearMath\MinSizeRel\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib "
|
||||
OutputFile="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\ParticlesOpenCL\MiniCL\MinSizeRel\AppParticlesOCL_Mini.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="..\..\..\..\../AppParticlesOCL_Mini.pdb"
|
||||
ProgramDatabaseFile="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\ParticlesOpenCL\MiniCL\MinSizeRel/AppParticlesOCL_Mini.pdb"
|
||||
SubSystem="1"
|
||||
ImportLibrary="MinSizeRel\AppParticlesOCL_Mini.lib"/>
|
||||
ImportLibrary="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\ParticlesOpenCL\MiniCL\MinSizeRel\AppParticlesOCL_Mini.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
@ -213,7 +213,7 @@ CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;C:\develop\bullet-2.77\Demos\SharedOpenCL;C:\develop\bullet-2.77\Demos\OpenGL;"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
@ -226,13 +226,13 @@ CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_MINICL,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppParticlesOCL_Mini.pdb"
|
||||
ProgramDataBaseFileName="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\ParticlesOpenCL\MiniCL\RelWithDebInfo/AppParticlesOCL_Mini.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;C:\develop\bullet-2.77\Demos\SharedOpenCL;C:\develop\bullet-2.77\Demos\OpenGL;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_MINICL,CMAKE_INTDIR=\"RelWithDebInfo\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -252,74 +252,113 @@ CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/Demos/ParticlesOpenCL/ParticlesOCL.cl C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/ParticlesOpenCL/MiniCL"/>
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/GLUT32.DLL C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/ParticlesOpenCL/MiniCL
if errorlevel 1 goto VCReportError
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/GLEW32.DLL C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/ParticlesOpenCL/MiniCL
if errorlevel 1 goto VCReportError
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/Demos/ParticlesOpenCL/ParticlesOCL.cl C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/ParticlesOpenCL/MiniCL
if errorlevel 1 goto VCReportError"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86 /debug"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\lib\RelWithDebInfo\OpenGLSupport.lib ..\..\..\lib\RelWithDebInfo\BulletDynamics.lib ..\..\..\lib\RelWithDebInfo\BulletCollision.lib ..\..\..\lib\RelWithDebInfo\MiniCL.lib ..\..\..\lib\RelWithDebInfo\BulletMultiThreaded.lib ..\..\..\lib\RelWithDebInfo\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib "
|
||||
OutputFile="..\..\..\..\..\AppParticlesOCL_Mini.exe"
|
||||
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\MiniCL\RelWithDebInfo\MiniCL.lib ..\..\..\src\BulletMultiThreaded\RelWithDebInfo\BulletMultiThreaded.lib ..\..\..\src\LinearMath\RelWithDebInfo\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib "
|
||||
OutputFile="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\ParticlesOpenCL\MiniCL\RelWithDebInfo\AppParticlesOCL_Mini.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="..\..\..\..\../AppParticlesOCL_Mini.pdb"
|
||||
ProgramDatabaseFile="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\ParticlesOpenCL\MiniCL\RelWithDebInfo/AppParticlesOCL_Mini.pdb"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="1"
|
||||
ImportLibrary="RelWithDebInfo\AppParticlesOCL_Mini.lib"/>
|
||||
ImportLibrary="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\ParticlesOpenCL\MiniCL\RelWithDebInfo\AppParticlesOCL_Mini.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\ParticlesOCL.cl">
|
||||
RelativePath="C:\develop\bullet-2.77\Demos\ParticlesOpenCL\ParticlesOCL.cl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="C:\develop\bullet-2.77\Demos\ParticlesOpenCL\MiniCL\CMakeLists.txt">
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Building Custom Rule C:/develop/bullet-2.77/Demos/ParticlesOpenCL/MiniCL/CMakeLists.txt"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -HC:/develop/bullet-2.77 -BC:/develop/bullet-2.77/msvc/2008_nvidia_opencl --check-stamp-file C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\ParticlesOpenCL\MiniCL\CMakeFiles\generate.stamp
if errorlevel 1 goto VCReportError"
|
||||
AdditionalDependencies="C:\develop\bullet-2.77\Demos\ParticlesOpenCL\MiniCL\CMakeLists.txt;C:\develop\bullet-2.77\Demos\ParticlesOpenCL\MiniCL\CMakeLists.txt;"
|
||||
Outputs="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\ParticlesOpenCL\MiniCL\CMakeFiles\generate.stamp"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Building Custom Rule C:/develop/bullet-2.77/Demos/ParticlesOpenCL/MiniCL/CMakeLists.txt"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -HC:/develop/bullet-2.77 -BC:/develop/bullet-2.77/msvc/2008_nvidia_opencl --check-stamp-file C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\ParticlesOpenCL\MiniCL\CMakeFiles\generate.stamp
if errorlevel 1 goto VCReportError"
|
||||
AdditionalDependencies="C:\develop\bullet-2.77\Demos\ParticlesOpenCL\MiniCL\CMakeLists.txt;C:\develop\bullet-2.77\Demos\ParticlesOpenCL\MiniCL\CMakeLists.txt;"
|
||||
Outputs="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\ParticlesOpenCL\MiniCL\CMakeFiles\generate.stamp"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="MinSizeRel|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Building Custom Rule C:/develop/bullet-2.77/Demos/ParticlesOpenCL/MiniCL/CMakeLists.txt"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -HC:/develop/bullet-2.77 -BC:/develop/bullet-2.77/msvc/2008_nvidia_opencl --check-stamp-file C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\ParticlesOpenCL\MiniCL\CMakeFiles\generate.stamp
if errorlevel 1 goto VCReportError"
|
||||
AdditionalDependencies="C:\develop\bullet-2.77\Demos\ParticlesOpenCL\MiniCL\CMakeLists.txt;C:\develop\bullet-2.77\Demos\ParticlesOpenCL\MiniCL\CMakeLists.txt;"
|
||||
Outputs="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\ParticlesOpenCL\MiniCL\CMakeFiles\generate.stamp"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="RelWithDebInfo|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Building Custom Rule C:/develop/bullet-2.77/Demos/ParticlesOpenCL/MiniCL/CMakeLists.txt"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -HC:/develop/bullet-2.77 -BC:/develop/bullet-2.77/msvc/2008_nvidia_opencl --check-stamp-file C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\ParticlesOpenCL\MiniCL\CMakeFiles\generate.stamp
if errorlevel 1 goto VCReportError"
|
||||
AdditionalDependencies="C:\develop\bullet-2.77\Demos\ParticlesOpenCL\MiniCL\CMakeLists.txt;C:\develop\bullet-2.77\Demos\ParticlesOpenCL\MiniCL\CMakeLists.txt;"
|
||||
Outputs="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\ParticlesOpenCL\MiniCL\CMakeFiles\generate.stamp"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\btParticlesDemoDynamicsWorld.cpp">
|
||||
RelativePath="C:\develop\bullet-2.77\Demos\ParticlesOpenCL\btParticlesDemoDynamicsWorld.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\main.cpp">
|
||||
RelativePath="C:\develop\bullet-2.77\Demos\ParticlesOpenCL\main.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\ParticlesDemo.cpp">
|
||||
RelativePath="C:\develop\bullet-2.77\Demos\ParticlesOpenCL\ParticlesDemo.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\shaders.cpp">
|
||||
RelativePath="C:\develop\bullet-2.77\Demos\ParticlesOpenCL\shaders.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\MiniCL\MiniCLTaskWrap.cpp">
|
||||
RelativePath="C:\develop\bullet-2.77\Demos\ParticlesOpenCL\MiniCL\MiniCLTaskWrap.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclUtils.cpp">
|
||||
RelativePath="C:\develop\bullet-2.77\Demos\SharedOpenCL\btOclUtils.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclCommon.cpp">
|
||||
RelativePath="C:\develop\bullet-2.77\Demos\SharedOpenCL\btOclCommon.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\btParticlesDynamicsWorld.h">
|
||||
RelativePath="C:\develop\bullet-2.77\Demos\ParticlesOpenCL\btParticlesDynamicsWorld.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\btParticlesSharedDefs.h">
|
||||
RelativePath="C:\develop\bullet-2.77\Demos\ParticlesOpenCL\btParticlesSharedDefs.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\btParticlesSharedTypes.h">
|
||||
RelativePath="C:\develop\bullet-2.77\Demos\ParticlesOpenCL\btParticlesSharedTypes.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\ParticlesDemo.h">
|
||||
RelativePath="C:\develop\bullet-2.77\Demos\ParticlesOpenCL\ParticlesDemo.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\shaders.h">
|
||||
RelativePath="C:\develop\bullet-2.77\Demos\ParticlesOpenCL\shaders.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclUtils.h">
|
||||
RelativePath="C:\develop\bullet-2.77\Demos\SharedOpenCL\btOclUtils.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclCommon.h">
|
||||
RelativePath="C:\develop\bullet-2.77\Demos\SharedOpenCL\btOclCommon.h">
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
|
@ -1,19 +1,14 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="AppParticlesOCL_Nv"
|
||||
ProjectGUID="{8FD46B91-A61F-4AAD-B4ED-3ADDA6E3E057}"
|
||||
Keyword="Win32Proj"
|
||||
TargetFrameworkVersion="0"
|
||||
>
|
||||
ProjectGUID="{2E9748DB-0F79-49D2-9F83-9C6FE7420BD6}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
@ -21,99 +16,62 @@
|
||||
IntermediateDirectory="AppParticlesOCL_Nv.dir\Debug"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
BasicRuntimeChecks="3"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="0"
|
||||
Optimization="0"
|
||||
RuntimeLibrary="3"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppParticlesOCL_Nv_Debug.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
MkTypLibCompatible="false"
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="true"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"
|
||||
/>
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
Optimization="0"
|
||||
InlineFunctionExpansion="0"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
ExceptionHandling="1"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
RuntimeTypeInfo="true"
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppParticlesOCL_Nv.pdb"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="2"
|
||||
/>
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86 /debug"
|
||||
AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\lib\Debug\OpenGLSupport.lib ..\..\..\lib\Debug\BulletDynamics.lib ..\..\..\lib\Debug\BulletCollision.lib ..\..\..\lib\Debug\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib OpenCL.lib $(NOINHERIT)"
|
||||
OutputFile="..\..\..\..\..\AppParticlesOCL_Nv.exe"
|
||||
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 ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib "$(NVSDKCOMPUTE_ROOT)\OpenCL\common\lib\Win32\OpenCL.lib" "
|
||||
OutputFile="..\..\..\..\..\AppParticlesOCL_Nv_Debug.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="$(NVSDKCOMPUTE_ROOT)\OpenCL\common\lib\Win32\"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\..\..\../AppParticlesOCL_Nv.pdb"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDatabaseFile="..\..\..\..\../AppParticlesOCL_Nv_Debug.pdb"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="1"
|
||||
ImportLibrary="Debug\AppParticlesOCL_Nv.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
ImportLibrary="Debug\AppParticlesOCL_Nv_Debug.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
@ -121,96 +79,59 @@
|
||||
IntermediateDirectory="AppParticlesOCL_Nv.dir\Release"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="2"
|
||||
Optimization="2"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppParticlesOCL_Nv.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
MkTypLibCompatible="false"
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="true"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"
|
||||
/>
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="2"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
RuntimeTypeInfo="true"
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppParticlesOCL_Nv.pdb"
|
||||
WarningLevel="3"
|
||||
CompileAs="2"
|
||||
/>
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86"
|
||||
AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\lib\Release\OpenGLSupport.lib ..\..\..\lib\Release\BulletDynamics.lib ..\..\..\lib\Release\BulletCollision.lib ..\..\..\lib\Release\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib OpenCL.lib $(NOINHERIT)"
|
||||
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 ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib "$(NVSDKCOMPUTE_ROOT)\OpenCL\common\lib\Win32\OpenCL.lib" "
|
||||
OutputFile="..\..\..\..\..\AppParticlesOCL_Nv.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="$(NVSDKCOMPUTE_ROOT)\OpenCL\common\lib\Win32\"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDatabaseFile="..\..\..\..\../AppParticlesOCL_Nv.pdb"
|
||||
SubSystem="1"
|
||||
ImportLibrary="Release\AppParticlesOCL_Nv.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
ImportLibrary="Release\AppParticlesOCL_Nv.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
@ -218,96 +139,59 @@
|
||||
IntermediateDirectory="AppParticlesOCL_Nv.dir\MinSizeRel"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="1"
|
||||
Optimization="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppParticlesOCL_Nv_MinsizeRel.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
MkTypLibCompatible="false"
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="true"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"
|
||||
/>
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
Optimization="1"
|
||||
InlineFunctionExpansion="1"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
RuntimeTypeInfo="true"
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppParticlesOCL_Nv.pdb"
|
||||
WarningLevel="3"
|
||||
CompileAs="2"
|
||||
/>
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86"
|
||||
AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\lib\MinSizeRel\OpenGLSupport.lib ..\..\..\lib\MinSizeRel\BulletDynamics.lib ..\..\..\lib\MinSizeRel\BulletCollision.lib ..\..\..\lib\MinSizeRel\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib OpenCL.lib $(NOINHERIT)"
|
||||
OutputFile="..\..\..\..\..\AppParticlesOCL_Nv.exe"
|
||||
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 ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib "$(NVSDKCOMPUTE_ROOT)\OpenCL\common\lib\Win32\OpenCL.lib" "
|
||||
OutputFile="..\..\..\..\..\AppParticlesOCL_Nv_MinsizeRel.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="$(NVSDKCOMPUTE_ROOT)\OpenCL\common\lib\Win32\"
|
||||
ProgramDatabaseFile="..\..\..\..\../AppParticlesOCL_Nv.pdb"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDatabaseFile="..\..\..\..\../AppParticlesOCL_Nv_MinsizeRel.pdb"
|
||||
SubSystem="1"
|
||||
ImportLibrary="MinSizeRel\AppParticlesOCL_Nv.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
ImportLibrary="MinSizeRel\AppParticlesOCL_Nv_MinsizeRel.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
@ -315,167 +199,114 @@
|
||||
IntermediateDirectory="AppParticlesOCL_Nv.dir\RelWithDebInfo"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="1"
|
||||
Optimization="2"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppParticlesOCL_Nv_RelWithDebugInfo.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
MkTypLibCompatible="false"
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="true"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"
|
||||
/>
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="1"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
RuntimeTypeInfo="true"
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppParticlesOCL_Nv.pdb"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="2"
|
||||
/>
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;..\..\..\..\..\Demos\SharedOpenCL;..\..\..\..\..\Demos\OpenGL;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86 /debug"
|
||||
AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\lib\RelWithDebInfo\OpenGLSupport.lib ..\..\..\lib\RelWithDebInfo\BulletDynamics.lib ..\..\..\lib\RelWithDebInfo\BulletCollision.lib ..\..\..\lib\RelWithDebInfo\LinearMath.lib ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib OpenCL.lib $(NOINHERIT)"
|
||||
OutputFile="..\..\..\..\..\AppParticlesOCL_Nv.exe"
|
||||
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 ..\..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib ..\..\..\..\..\Glut\glew32.lib "$(NVSDKCOMPUTE_ROOT)\OpenCL\common\lib\Win32\OpenCL.lib" "
|
||||
OutputFile="..\..\..\..\..\AppParticlesOCL_Nv_RelWithDebugInfo.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="$(NVSDKCOMPUTE_ROOT)\OpenCL\common\lib\Win32\"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\..\..\../AppParticlesOCL_Nv.pdb"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDatabaseFile="..\..\..\..\../AppParticlesOCL_Nv_RelWithDebugInfo.pdb"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="1"
|
||||
ImportLibrary="RelWithDebInfo\AppParticlesOCL_Nv.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
ImportLibrary="RelWithDebInfo\AppParticlesOCL_Nv_RelWithDebugInfo.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\ParticlesOCL.cl">
|
||||
</File>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
>
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclCommon.cpp"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclUtils.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclUtils.cpp"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclCommon.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\btParticlesDemoDynamicsWorld.cpp"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\btParticlesDemoDynamicsWorld.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\main.cpp"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\main.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\ParticlesDemo.cpp"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\ParticlesDemo.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\shaders.cpp"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\shaders.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
>
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclCommon.h"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\btParticlesDynamicsWorld.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclUtils.h"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\btParticlesSharedDefs.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\btParticlesDynamicsWorld.h"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\btParticlesSharedTypes.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\btParticlesSharedDefs.h"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\ParticlesDemo.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\btParticlesSharedTypes.h"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\shaders.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\ParticlesDemo.h"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclUtils.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\shaders.h"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\SharedOpenCL\btOclCommon.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\ParticlesOpenCL\ParticlesOCL.cl"
|
||||
>
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
|
@ -3,7 +3,7 @@
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="AppVectorAdd_Mini"
|
||||
ProjectGUID="{7612763C-6676-4855-A1CA-162C51CEA56C}"
|
||||
ProjectGUID="{50BCBD41-899F-415E-B74F-2D20F09F8622}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
@ -21,7 +21,7 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;"
|
||||
BasicRuntimeChecks="3"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
@ -35,13 +35,13 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_MINICL,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppVectorAdd_Mini.pdb"
|
||||
ProgramDataBaseFileName="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\VectorAdd_OpenCL\MiniCL\Debug/AppVectorAdd_Mini.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_MINICL,CMAKE_INTDIR=\"Debug\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -60,20 +60,21 @@
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/Demos/VectorAdd_OpenCL/VectorAddKernels.cl C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/VectorAdd_OpenCL/MiniCL
if errorlevel 1 goto VCReportError"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86 /debug"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\lib\Debug\MiniCL.lib ..\..\..\lib\Debug\BulletMultiThreaded.lib ..\..\..\lib\Debug\LinearMath.lib "
|
||||
OutputFile="..\..\..\..\..\AppVectorAdd_Mini.exe"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\src\MiniCL\Debug\MiniCL.lib ..\..\..\src\BulletMultiThreaded\Debug\BulletMultiThreaded.lib ..\..\..\src\LinearMath\Debug\LinearMath.lib "
|
||||
OutputFile="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\VectorAdd_OpenCL\MiniCL\Debug\AppVectorAdd_Mini.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="..\..\..\..\../AppVectorAdd_Mini.pdb"
|
||||
ProgramDatabaseFile="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\VectorAdd_OpenCL\MiniCL\Debug/AppVectorAdd_Mini.pdb"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="1"
|
||||
ImportLibrary="Debug\AppVectorAdd_Mini.lib"/>
|
||||
ImportLibrary="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\VectorAdd_OpenCL\MiniCL\Debug\AppVectorAdd_Mini.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
@ -86,7 +87,7 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
@ -98,13 +99,13 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_MINICL,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppVectorAdd_Mini.pdb"
|
||||
ProgramDataBaseFileName="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\VectorAdd_OpenCL\MiniCL\Release/AppVectorAdd_Mini.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_MINICL,CMAKE_INTDIR=\"Release\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -123,19 +124,20 @@
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/Demos/VectorAdd_OpenCL/VectorAddKernels.cl C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/VectorAdd_OpenCL/MiniCL
if errorlevel 1 goto VCReportError"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\lib\Release\MiniCL.lib ..\..\..\lib\Release\BulletMultiThreaded.lib ..\..\..\lib\Release\LinearMath.lib "
|
||||
OutputFile="..\..\..\..\..\AppVectorAdd_Mini.exe"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\src\MiniCL\Release\MiniCL.lib ..\..\..\src\BulletMultiThreaded\Release\BulletMultiThreaded.lib ..\..\..\src\LinearMath\Release\LinearMath.lib "
|
||||
OutputFile="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\VectorAdd_OpenCL\MiniCL\Release\AppVectorAdd_Mini.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="..\..\..\..\../AppVectorAdd_Mini.pdb"
|
||||
ProgramDatabaseFile="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\VectorAdd_OpenCL\MiniCL\Release/AppVectorAdd_Mini.pdb"
|
||||
SubSystem="1"
|
||||
ImportLibrary="Release\AppVectorAdd_Mini.lib"/>
|
||||
ImportLibrary="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\VectorAdd_OpenCL\MiniCL\Release\AppVectorAdd_Mini.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
@ -148,7 +150,7 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
@ -160,13 +162,13 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_MINICL,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppVectorAdd_Mini.pdb"
|
||||
ProgramDataBaseFileName="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\VectorAdd_OpenCL\MiniCL\MinSizeRel/AppVectorAdd_Mini.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_MINICL,CMAKE_INTDIR=\"MinSizeRel\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -185,19 +187,20 @@
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/Demos/VectorAdd_OpenCL/VectorAddKernels.cl C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/VectorAdd_OpenCL/MiniCL
if errorlevel 1 goto VCReportError"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\lib\MinSizeRel\MiniCL.lib ..\..\..\lib\MinSizeRel\BulletMultiThreaded.lib ..\..\..\lib\MinSizeRel\LinearMath.lib "
|
||||
OutputFile="..\..\..\..\..\AppVectorAdd_Mini.exe"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\src\MiniCL\MinSizeRel\MiniCL.lib ..\..\..\src\BulletMultiThreaded\MinSizeRel\BulletMultiThreaded.lib ..\..\..\src\LinearMath\MinSizeRel\LinearMath.lib "
|
||||
OutputFile="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\VectorAdd_OpenCL\MiniCL\MinSizeRel\AppVectorAdd_Mini.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="..\..\..\..\../AppVectorAdd_Mini.pdb"
|
||||
ProgramDatabaseFile="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\VectorAdd_OpenCL\MiniCL\MinSizeRel/AppVectorAdd_Mini.pdb"
|
||||
SubSystem="1"
|
||||
ImportLibrary="MinSizeRel\AppVectorAdd_Mini.lib"/>
|
||||
ImportLibrary="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\VectorAdd_OpenCL\MiniCL\MinSizeRel\AppVectorAdd_Mini.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
@ -210,7 +213,7 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
@ -223,13 +226,13 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_MINICL,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppVectorAdd_Mini.pdb"
|
||||
ProgramDataBaseFileName="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\VectorAdd_OpenCL\MiniCL\RelWithDebInfo/AppVectorAdd_Mini.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_MINICL,CMAKE_INTDIR=\"RelWithDebInfo\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -248,31 +251,71 @@
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E copy_if_different C:/develop/bullet-2.77/Demos/VectorAdd_OpenCL/VectorAddKernels.cl C:/develop/bullet-2.77/msvc/2008_nvidia_opencl/Demos/VectorAdd_OpenCL/MiniCL
if errorlevel 1 goto VCReportError"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86 /debug"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\lib\RelWithDebInfo\MiniCL.lib ..\..\..\lib\RelWithDebInfo\BulletMultiThreaded.lib ..\..\..\lib\RelWithDebInfo\LinearMath.lib "
|
||||
OutputFile="..\..\..\..\..\AppVectorAdd_Mini.exe"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\src\MiniCL\RelWithDebInfo\MiniCL.lib ..\..\..\src\BulletMultiThreaded\RelWithDebInfo\BulletMultiThreaded.lib ..\..\..\src\LinearMath\RelWithDebInfo\LinearMath.lib "
|
||||
OutputFile="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\VectorAdd_OpenCL\MiniCL\RelWithDebInfo\AppVectorAdd_Mini.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDataBaseFile="..\..\..\..\../AppVectorAdd_Mini.pdb"
|
||||
ProgramDatabaseFile="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\VectorAdd_OpenCL\MiniCL\RelWithDebInfo/AppVectorAdd_Mini.pdb"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="1"
|
||||
ImportLibrary="RelWithDebInfo\AppVectorAdd_Mini.lib"/>
|
||||
ImportLibrary="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\VectorAdd_OpenCL\MiniCL\RelWithDebInfo\AppVectorAdd_Mini.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\VectorAdd_OpenCL\VectorAddKernels.cl">
|
||||
RelativePath="C:\develop\bullet-2.77\Demos\VectorAdd_OpenCL\VectorAddKernels.cl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="C:\develop\bullet-2.77\Demos\VectorAdd_OpenCL\MiniCL\CMakeLists.txt">
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Building Custom Rule C:/develop/bullet-2.77/Demos/VectorAdd_OpenCL/MiniCL/CMakeLists.txt"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -HC:/develop/bullet-2.77 -BC:/develop/bullet-2.77/msvc/2008_nvidia_opencl --check-stamp-file C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\VectorAdd_OpenCL\MiniCL\CMakeFiles\generate.stamp
if errorlevel 1 goto VCReportError"
|
||||
AdditionalDependencies="C:\develop\bullet-2.77\Demos\VectorAdd_OpenCL\MiniCL\CMakeLists.txt;C:\develop\bullet-2.77\Demos\VectorAdd_OpenCL\MiniCL\CMakeLists.txt;"
|
||||
Outputs="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\VectorAdd_OpenCL\MiniCL\CMakeFiles\generate.stamp"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Building Custom Rule C:/develop/bullet-2.77/Demos/VectorAdd_OpenCL/MiniCL/CMakeLists.txt"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -HC:/develop/bullet-2.77 -BC:/develop/bullet-2.77/msvc/2008_nvidia_opencl --check-stamp-file C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\VectorAdd_OpenCL\MiniCL\CMakeFiles\generate.stamp
if errorlevel 1 goto VCReportError"
|
||||
AdditionalDependencies="C:\develop\bullet-2.77\Demos\VectorAdd_OpenCL\MiniCL\CMakeLists.txt;C:\develop\bullet-2.77\Demos\VectorAdd_OpenCL\MiniCL\CMakeLists.txt;"
|
||||
Outputs="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\VectorAdd_OpenCL\MiniCL\CMakeFiles\generate.stamp"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="MinSizeRel|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Building Custom Rule C:/develop/bullet-2.77/Demos/VectorAdd_OpenCL/MiniCL/CMakeLists.txt"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -HC:/develop/bullet-2.77 -BC:/develop/bullet-2.77/msvc/2008_nvidia_opencl --check-stamp-file C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\VectorAdd_OpenCL\MiniCL\CMakeFiles\generate.stamp
if errorlevel 1 goto VCReportError"
|
||||
AdditionalDependencies="C:\develop\bullet-2.77\Demos\VectorAdd_OpenCL\MiniCL\CMakeLists.txt;C:\develop\bullet-2.77\Demos\VectorAdd_OpenCL\MiniCL\CMakeLists.txt;"
|
||||
Outputs="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\VectorAdd_OpenCL\MiniCL\CMakeFiles\generate.stamp"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="RelWithDebInfo|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Building Custom Rule C:/develop/bullet-2.77/Demos/VectorAdd_OpenCL/MiniCL/CMakeLists.txt"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -HC:/develop/bullet-2.77 -BC:/develop/bullet-2.77/msvc/2008_nvidia_opencl --check-stamp-file C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\VectorAdd_OpenCL\MiniCL\CMakeFiles\generate.stamp
if errorlevel 1 goto VCReportError"
|
||||
AdditionalDependencies="C:\develop\bullet-2.77\Demos\VectorAdd_OpenCL\MiniCL\CMakeLists.txt;C:\develop\bullet-2.77\Demos\VectorAdd_OpenCL\MiniCL\CMakeLists.txt;"
|
||||
Outputs="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\Demos\VectorAdd_OpenCL\MiniCL\CMakeFiles\generate.stamp"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\VectorAdd_OpenCL\MiniCL_VectorAdd.cpp">
|
||||
RelativePath="C:\develop\bullet-2.77\Demos\VectorAdd_OpenCL\MiniCL_VectorAdd.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
|
@ -1,19 +1,14 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="AppVectorAdd_NVidia"
|
||||
ProjectGUID="{0906907A-171B-42A3-A22C-B7983E730334}"
|
||||
Keyword="Win32Proj"
|
||||
TargetFrameworkVersion="0"
|
||||
>
|
||||
ProjectGUID="{7A70F9C9-57D8-46F5-BF79-695B4BBD59AD}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
@ -21,99 +16,62 @@
|
||||
IntermediateDirectory="AppVectorAdd_NVidia.dir\Debug"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
BasicRuntimeChecks="3"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="0"
|
||||
Optimization="0"
|
||||
RuntimeLibrary="3"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppVectorAdd_NVidia_Debug.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
MkTypLibCompatible="false"
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="true"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"
|
||||
/>
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
Optimization="0"
|
||||
InlineFunctionExpansion="0"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
ExceptionHandling="1"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
RuntimeTypeInfo="true"
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppVectorAdd_NVidia.pdb"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="2"
|
||||
/>
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86 /debug"
|
||||
AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\lib\Debug\LinearMath.lib OpenCL.lib $(NOINHERIT)"
|
||||
OutputFile="..\..\..\..\..\AppVectorAdd_NVidia.exe"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\src\LinearMath\Debug\LinearMath.lib "$(NVSDKCOMPUTE_ROOT)\OpenCL\common\lib\Win32\OpenCL.lib" "
|
||||
OutputFile="..\..\..\..\..\AppVectorAdd_NVidia_Debug.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="$(NVSDKCOMPUTE_ROOT)\OpenCL\common\lib\Win32\"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\..\..\../AppVectorAdd_NVidia.pdb"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDatabaseFile="..\..\..\..\../AppVectorAdd_NVidia_Debug.pdb"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="1"
|
||||
ImportLibrary="Debug\AppVectorAdd_NVidia.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
ImportLibrary="Debug\AppVectorAdd_NVidia_Debug.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
@ -121,96 +79,59 @@
|
||||
IntermediateDirectory="AppVectorAdd_NVidia.dir\Release"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="2"
|
||||
Optimization="2"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppVectorAdd_NVidia.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
MkTypLibCompatible="false"
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="true"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"
|
||||
/>
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="2"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
RuntimeTypeInfo="true"
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppVectorAdd_NVidia.pdb"
|
||||
WarningLevel="3"
|
||||
CompileAs="2"
|
||||
/>
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86"
|
||||
AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\lib\Release\LinearMath.lib OpenCL.lib $(NOINHERIT)"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\src\LinearMath\Release\LinearMath.lib "$(NVSDKCOMPUTE_ROOT)\OpenCL\common\lib\Win32\OpenCL.lib" "
|
||||
OutputFile="..\..\..\..\..\AppVectorAdd_NVidia.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="$(NVSDKCOMPUTE_ROOT)\OpenCL\common\lib\Win32\"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDatabaseFile="..\..\..\..\../AppVectorAdd_NVidia.pdb"
|
||||
SubSystem="1"
|
||||
ImportLibrary="Release\AppVectorAdd_NVidia.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
ImportLibrary="Release\AppVectorAdd_NVidia.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
@ -218,96 +139,59 @@
|
||||
IntermediateDirectory="AppVectorAdd_NVidia.dir\MinSizeRel"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="1"
|
||||
Optimization="1"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppVectorAdd_NVidia_MinsizeRel.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
MkTypLibCompatible="false"
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="true"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"
|
||||
/>
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
Optimization="1"
|
||||
InlineFunctionExpansion="1"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
RuntimeTypeInfo="true"
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppVectorAdd_NVidia.pdb"
|
||||
WarningLevel="3"
|
||||
CompileAs="2"
|
||||
/>
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86"
|
||||
AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\lib\MinSizeRel\LinearMath.lib OpenCL.lib $(NOINHERIT)"
|
||||
OutputFile="..\..\..\..\..\AppVectorAdd_NVidia.exe"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\src\LinearMath\MinSizeRel\LinearMath.lib "$(NVSDKCOMPUTE_ROOT)\OpenCL\common\lib\Win32\OpenCL.lib" "
|
||||
OutputFile="..\..\..\..\..\AppVectorAdd_NVidia_MinsizeRel.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="$(NVSDKCOMPUTE_ROOT)\OpenCL\common\lib\Win32\"
|
||||
ProgramDatabaseFile="..\..\..\..\../AppVectorAdd_NVidia.pdb"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDatabaseFile="..\..\..\..\../AppVectorAdd_NVidia_MinsizeRel.pdb"
|
||||
SubSystem="1"
|
||||
ImportLibrary="MinSizeRel\AppVectorAdd_NVidia.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
ImportLibrary="MinSizeRel\AppVectorAdd_NVidia_MinsizeRel.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
@ -315,115 +199,74 @@
|
||||
IntermediateDirectory="AppVectorAdd_NVidia.dir\RelWithDebInfo"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
InlineFunctionExpansion="1"
|
||||
Optimization="2"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
WarningLevel="3"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppVectorAdd_NVidia_RelWithDebugInfo.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
MkTypLibCompatible="false"
|
||||
MkTypLibCompatible="FALSE"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="true"
|
||||
GenerateStublessProxies="TRUE"
|
||||
TypeLibraryName="$(InputName).tlb"
|
||||
OutputDirectory="$(IntDir)"
|
||||
HeaderFileName="$(InputName).h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
||||
ProxyFileName="$(InputName)_p.c"
|
||||
/>
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="1"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
RuntimeTypeInfo="true"
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\../AppVectorAdd_NVidia.pdb"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="2"
|
||||
/>
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\Glut;..\..\..\..\..\src;"$(NVSDKCOMPUTE_ROOT)\OpenCL\common\inc";"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkLibraryDependencies="false"
|
||||
LinkLibraryDependencies="true"
|
||||
AdditionalOptions=" /STACK:10000000 /machine:X86 /debug"
|
||||
AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\lib\RelWithDebInfo\LinearMath.lib OpenCL.lib $(NOINHERIT)"
|
||||
OutputFile="..\..\..\..\..\AppVectorAdd_NVidia.exe"
|
||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\..\src\LinearMath\RelWithDebInfo\LinearMath.lib "$(NVSDKCOMPUTE_ROOT)\OpenCL\common\lib\Win32\OpenCL.lib" "
|
||||
OutputFile="..\..\..\..\..\AppVectorAdd_NVidia_RelWithDebugInfo.exe"
|
||||
Version="0.0"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="$(NVSDKCOMPUTE_ROOT)\OpenCL\common\lib\Win32\"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="..\..\..\..\../AppVectorAdd_NVidia.pdb"
|
||||
AdditionalLibraryDirectories=""
|
||||
ProgramDatabaseFile="..\..\..\..\../AppVectorAdd_NVidia_RelWithDebugInfo.pdb"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="1"
|
||||
ImportLibrary="RelWithDebInfo\AppVectorAdd_NVidia.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
ImportLibrary="RelWithDebInfo\AppVectorAdd_NVidia_RelWithDebugInfo.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\VectorAdd_OpenCL\VectorAddKernels.cl">
|
||||
</File>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
>
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\VectorAdd_OpenCL\MiniCL_VectorAdd.cpp"
|
||||
>
|
||||
RelativePath="..\..\..\..\..\Demos\VectorAdd_OpenCL\MiniCL_VectorAdd.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\Demos\VectorAdd_OpenCL\VectorAddKernels.cl"
|
||||
>
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
|
@ -3,7 +3,7 @@
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="BulletCollision"
|
||||
ProjectGUID="{57E7D835-845A-4184-9B1A-476D00F40F01}"
|
||||
ProjectGUID="{7AAC8F53-8D0A-47D7-ADE5-A6A63DF330C7}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
@ -35,7 +35,7 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Debug/BulletCollision.pdb"
|
||||
ProgramDataBaseFileName="Debug/BulletCollision.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -57,13 +57,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Debug\BulletCollision.lib"/>
|
||||
OutputFile="Debug\BulletCollision.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
@ -88,7 +86,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Release/BulletCollision.pdb"
|
||||
ProgramDataBaseFileName="Release/BulletCollision.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -110,13 +108,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Release\BulletCollision.lib"/>
|
||||
OutputFile="Release\BulletCollision.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
@ -141,7 +137,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\MinSizeRel/BulletCollision.pdb"
|
||||
ProgramDataBaseFileName="MinSizeRel/BulletCollision.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -163,13 +159,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\MinSizeRel\BulletCollision.lib"/>
|
||||
OutputFile="MinSizeRel\BulletCollision.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
@ -195,7 +189,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\RelWithDebInfo/BulletCollision.pdb"
|
||||
ProgramDataBaseFileName="RelWithDebInfo/BulletCollision.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -217,13 +211,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\RelWithDebInfo\BulletCollision.lib"/>
|
||||
OutputFile="RelWithDebInfo\BulletCollision.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
|
@ -3,7 +3,7 @@
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="BulletDynamics"
|
||||
ProjectGUID="{95B11FCD-CEA7-4F62-B59C-107EB7AAD4F8}"
|
||||
ProjectGUID="{1F9F234C-B9A3-4E95-91C8-51A266456032}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
@ -35,7 +35,7 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Debug/BulletDynamics.pdb"
|
||||
ProgramDataBaseFileName="Debug/BulletDynamics.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -57,13 +57,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Debug\BulletDynamics.lib"/>
|
||||
OutputFile="Debug\BulletDynamics.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
@ -88,7 +86,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Release/BulletDynamics.pdb"
|
||||
ProgramDataBaseFileName="Release/BulletDynamics.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -110,13 +108,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Release\BulletDynamics.lib"/>
|
||||
OutputFile="Release\BulletDynamics.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
@ -141,7 +137,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\MinSizeRel/BulletDynamics.pdb"
|
||||
ProgramDataBaseFileName="MinSizeRel/BulletDynamics.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -163,13 +159,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\MinSizeRel\BulletDynamics.lib"/>
|
||||
OutputFile="MinSizeRel\BulletDynamics.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
@ -195,7 +189,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\RelWithDebInfo/BulletDynamics.pdb"
|
||||
ProgramDataBaseFileName="RelWithDebInfo/BulletDynamics.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -217,13 +211,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\RelWithDebInfo\BulletDynamics.lib"/>
|
||||
OutputFile="RelWithDebInfo\BulletDynamics.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
|
@ -3,7 +3,7 @@
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="BulletMultiThreaded"
|
||||
ProjectGUID="{B35F17A2-BCF3-4D7A-ADD2-F796DF337410}"
|
||||
ProjectGUID="{2AA65D8F-B5CE-4E40-9635-DB1A458522A2}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
@ -35,7 +35,7 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Debug/BulletMultiThreaded.pdb"
|
||||
ProgramDataBaseFileName="Debug/BulletMultiThreaded.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -57,13 +57,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Debug\BulletMultiThreaded.lib"/>
|
||||
OutputFile="Debug\BulletMultiThreaded.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
@ -88,7 +86,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Release/BulletMultiThreaded.pdb"
|
||||
ProgramDataBaseFileName="Release/BulletMultiThreaded.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -110,13 +108,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Release\BulletMultiThreaded.lib"/>
|
||||
OutputFile="Release\BulletMultiThreaded.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
@ -141,7 +137,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\MinSizeRel/BulletMultiThreaded.pdb"
|
||||
ProgramDataBaseFileName="MinSizeRel/BulletMultiThreaded.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -163,13 +159,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\MinSizeRel\BulletMultiThreaded.lib"/>
|
||||
OutputFile="MinSizeRel\BulletMultiThreaded.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
@ -195,7 +189,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\RelWithDebInfo/BulletMultiThreaded.pdb"
|
||||
ProgramDataBaseFileName="RelWithDebInfo/BulletMultiThreaded.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -217,13 +211,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\RelWithDebInfo\BulletMultiThreaded.lib"/>
|
||||
OutputFile="RelWithDebInfo\BulletMultiThreaded.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
|
@ -3,7 +3,7 @@
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="BulletSoftBodySolvers_CPU"
|
||||
ProjectGUID="{950563E2-C334-4DEB-924C-899D777AA3DF}"
|
||||
ProjectGUID="{3D242FB3-0062-4BBD-A94B-87E22949EF76}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
@ -35,7 +35,7 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\lib\Debug/BulletSoftBodySolvers_CPU.pdb"
|
||||
ProgramDataBaseFileName="Debug/BulletSoftBodySolvers_CPU.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -57,13 +57,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\..\..\lib\Debug\BulletSoftBodySolvers_CPU.lib"/>
|
||||
OutputFile="Debug\BulletSoftBodySolvers_CPU.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
@ -88,7 +86,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\lib\Release/BulletSoftBodySolvers_CPU.pdb"
|
||||
ProgramDataBaseFileName="Release/BulletSoftBodySolvers_CPU.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -110,13 +108,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\..\..\lib\Release\BulletSoftBodySolvers_CPU.lib"/>
|
||||
OutputFile="Release\BulletSoftBodySolvers_CPU.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
@ -141,7 +137,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\lib\MinSizeRel/BulletSoftBodySolvers_CPU.pdb"
|
||||
ProgramDataBaseFileName="MinSizeRel/BulletSoftBodySolvers_CPU.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -163,13 +159,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\..\..\lib\MinSizeRel\BulletSoftBodySolvers_CPU.lib"/>
|
||||
OutputFile="MinSizeRel\BulletSoftBodySolvers_CPU.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
@ -195,7 +189,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\lib\RelWithDebInfo/BulletSoftBodySolvers_CPU.pdb"
|
||||
ProgramDataBaseFileName="RelWithDebInfo/BulletSoftBodySolvers_CPU.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -217,13 +211,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\..\..\lib\RelWithDebInfo\BulletSoftBodySolvers_CPU.lib"/>
|
||||
OutputFile="RelWithDebInfo\BulletSoftBodySolvers_CPU.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
|
@ -3,7 +3,7 @@
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="BulletSoftBodySolvers_DX11"
|
||||
ProjectGUID="{A07E5B87-E67C-4BF1-BF33-2238B53C1709}"
|
||||
ProjectGUID="{9649B398-049A-4806-9A87-D62B40C6F978}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
@ -21,7 +21,7 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\..\Glut;..\..\..\..\..\..\src;"C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include";..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\..\cpu;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;"C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include";C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\..\cpu;"
|
||||
BasicRuntimeChecks="3"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
@ -35,13 +35,13 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\lib\Debug/BulletSoftBodySolvers_DX11.pdb"
|
||||
ProgramDataBaseFileName="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\Debug/BulletSoftBodySolvers_DX11.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\..\Glut;..\..\..\..\..\..\src;"C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include";..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\..\cpu;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;"C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include";C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\..\cpu;"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -63,7 +63,7 @@
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\..\..\lib\Debug\BulletSoftBodySolvers_DX11.lib"/>
|
||||
OutputFile="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\Debug\BulletSoftBodySolvers_DX11.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
@ -76,7 +76,7 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\..\Glut;..\..\..\..\..\..\src;"C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include";..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\..\cpu;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;"C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include";C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\..\cpu;"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
@ -88,13 +88,13 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\lib\Release/BulletSoftBodySolvers_DX11.pdb"
|
||||
ProgramDataBaseFileName="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\Release/BulletSoftBodySolvers_DX11.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\..\Glut;..\..\..\..\..\..\src;"C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include";..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\..\cpu;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;"C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include";C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\..\cpu;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -116,7 +116,7 @@
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\..\..\lib\Release\BulletSoftBodySolvers_DX11.lib"/>
|
||||
OutputFile="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\Release\BulletSoftBodySolvers_DX11.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
@ -129,7 +129,7 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\..\Glut;..\..\..\..\..\..\src;"C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include";..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\..\cpu;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;"C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include";C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\..\cpu;"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
@ -141,13 +141,13 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\lib\MinSizeRel/BulletSoftBodySolvers_DX11.pdb"
|
||||
ProgramDataBaseFileName="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\MinSizeRel/BulletSoftBodySolvers_DX11.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\..\Glut;..\..\..\..\..\..\src;"C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include";..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\..\cpu;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;"C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include";C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\..\cpu;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -169,7 +169,7 @@
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\..\..\lib\MinSizeRel\BulletSoftBodySolvers_DX11.lib"/>
|
||||
OutputFile="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\MinSizeRel\BulletSoftBodySolvers_DX11.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
@ -182,7 +182,7 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\..\Glut;..\..\..\..\..\..\src;"C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include";..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\..\cpu;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;"C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include";C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\..\cpu;"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
@ -195,13 +195,13 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\lib\RelWithDebInfo/BulletSoftBodySolvers_DX11.pdb"
|
||||
ProgramDataBaseFileName="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\RelWithDebInfo/BulletSoftBodySolvers_DX11.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\..\Glut;..\..\..\..\..\..\src;"C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include";..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\..\cpu;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;"C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include";C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\..\cpu;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -223,82 +223,121 @@
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\..\..\lib\RelWithDebInfo\BulletSoftBodySolvers_DX11.lib"/>
|
||||
OutputFile="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\RelWithDebInfo\BulletSoftBodySolvers_DX11.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\HLSL\OutputToVertexArray.hlsl">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\HLSL\OutputToVertexArray.hlsl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\HLSL\UpdateNormals.hlsl">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\HLSL\UpdateNormals.hlsl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\HLSL\Integrate.hlsl">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\HLSL\Integrate.hlsl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\HLSL\UpdatePositions.hlsl">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\HLSL\UpdatePositions.hlsl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\HLSL\UpdateNodes.hlsl">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\HLSL\UpdateNodes.hlsl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\HLSL\SolvePositions.hlsl">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\HLSL\SolvePositions.hlsl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\HLSL\SolvePositionsSIMDBatched.hlsl">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\HLSL\SolvePositionsSIMDBatched.hlsl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\HLSL\UpdatePositionsFromVelocities.hlsl">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\HLSL\UpdatePositionsFromVelocities.hlsl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\HLSL\ApplyForces.hlsl">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\HLSL\ApplyForces.hlsl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\HLSL\PrepareLinks.hlsl">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\HLSL\PrepareLinks.hlsl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\HLSL\VSolveLinks.hlsl">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\HLSL\VSolveLinks.hlsl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\CMakeLists.txt">
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Building Custom Rule C:/develop/bullet-2.77/src/BulletMultiThreaded/GpuSoftBodySolvers/DX11/CMakeLists.txt"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -HC:/develop/bullet-2.77 -BC:/develop/bullet-2.77/msvc/2008_nvidia_opencl --check-stamp-file C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\CMakeFiles\generate.stamp
if errorlevel 1 goto VCReportError"
|
||||
AdditionalDependencies="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\CMakeLists.txt;C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\CMakeLists.txt;"
|
||||
Outputs="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\CMakeFiles\generate.stamp"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Building Custom Rule C:/develop/bullet-2.77/src/BulletMultiThreaded/GpuSoftBodySolvers/DX11/CMakeLists.txt"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -HC:/develop/bullet-2.77 -BC:/develop/bullet-2.77/msvc/2008_nvidia_opencl --check-stamp-file C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\CMakeFiles\generate.stamp
if errorlevel 1 goto VCReportError"
|
||||
AdditionalDependencies="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\CMakeLists.txt;C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\CMakeLists.txt;"
|
||||
Outputs="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\CMakeFiles\generate.stamp"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="MinSizeRel|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Building Custom Rule C:/develop/bullet-2.77/src/BulletMultiThreaded/GpuSoftBodySolvers/DX11/CMakeLists.txt"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -HC:/develop/bullet-2.77 -BC:/develop/bullet-2.77/msvc/2008_nvidia_opencl --check-stamp-file C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\CMakeFiles\generate.stamp
if errorlevel 1 goto VCReportError"
|
||||
AdditionalDependencies="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\CMakeLists.txt;C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\CMakeLists.txt;"
|
||||
Outputs="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\CMakeFiles\generate.stamp"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="RelWithDebInfo|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Building Custom Rule C:/develop/bullet-2.77/src/BulletMultiThreaded/GpuSoftBodySolvers/DX11/CMakeLists.txt"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -HC:/develop/bullet-2.77 -BC:/develop/bullet-2.77/msvc/2008_nvidia_opencl --check-stamp-file C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\CMakeFiles\generate.stamp
if errorlevel 1 goto VCReportError"
|
||||
AdditionalDependencies="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\CMakeLists.txt;C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\CMakeLists.txt;"
|
||||
Outputs="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\CMakeFiles\generate.stamp"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolver_DX11.cpp">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolver_DX11.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolver_DX11SIMDAware.cpp">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolver_DX11SIMDAware.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolver_DX11.h">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolver_DX11.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolver_DX11SIMDAware.h">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolver_DX11SIMDAware.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\CPU\btSoftBodySolverData.h">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\CPU\btSoftBodySolverData.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverVertexData_DX11.h">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverVertexData_DX11.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverTriangleData_DX11.h">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverTriangleData_DX11.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverLinkData_DX11.h">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverLinkData_DX11.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverLinkData_DX11SIMDAware.h">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverLinkData_DX11SIMDAware.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverBuffer_DX11.h">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverBuffer_DX11.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverVertexBuffer_DX11.h">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\DX11\btSoftBodySolverVertexBuffer_DX11.h">
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
|
@ -3,7 +3,7 @@
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="BulletSoftBodySolvers_OpenCL_Mini"
|
||||
ProjectGUID="{9E201126-C7F3-47B6-ACC4-470596C0FDFB}"
|
||||
ProjectGUID="{2B99C79C-333B-41C7-9A7A-974F840B5E8F}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
@ -21,7 +21,7 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\..\..\Glut;..\..\..\..\..\..\..\src;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;"
|
||||
BasicRuntimeChecks="3"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
@ -35,13 +35,13 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_MINICL,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\..\lib\Debug/BulletSoftBodySolvers_OpenCL_Mini.pdb"
|
||||
ProgramDataBaseFileName="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\MiniCL\Debug/BulletSoftBodySolvers_OpenCL_Mini.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\..\..\Glut;..\..\..\..\..\..\..\src;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;"
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_MINICL,CMAKE_INTDIR=\"Debug\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -63,7 +63,7 @@
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\..\..\..\lib\Debug\BulletSoftBodySolvers_OpenCL_Mini.lib"/>
|
||||
OutputFile="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\MiniCL\Debug\BulletSoftBodySolvers_OpenCL_Mini.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
@ -76,7 +76,7 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\..\..\Glut;..\..\..\..\..\..\..\src;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
@ -88,13 +88,13 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_MINICL,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\..\lib\Release/BulletSoftBodySolvers_OpenCL_Mini.pdb"
|
||||
ProgramDataBaseFileName="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\MiniCL\Release/BulletSoftBodySolvers_OpenCL_Mini.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\..\..\Glut;..\..\..\..\..\..\..\src;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_MINICL,CMAKE_INTDIR=\"Release\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -116,7 +116,7 @@
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\..\..\..\lib\Release\BulletSoftBodySolvers_OpenCL_Mini.lib"/>
|
||||
OutputFile="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\MiniCL\Release\BulletSoftBodySolvers_OpenCL_Mini.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
@ -129,7 +129,7 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\..\..\Glut;..\..\..\..\..\..\..\src;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;"
|
||||
CompileAs="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
ExceptionHandling="1"
|
||||
@ -141,13 +141,13 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_MINICL,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\..\lib\MinSizeRel/BulletSoftBodySolvers_OpenCL_Mini.pdb"
|
||||
ProgramDataBaseFileName="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\MiniCL\MinSizeRel/BulletSoftBodySolvers_OpenCL_Mini.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\..\..\Glut;..\..\..\..\..\..\..\src;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_MINICL,CMAKE_INTDIR=\"MinSizeRel\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -169,7 +169,7 @@
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\..\..\..\lib\MinSizeRel\BulletSoftBodySolvers_OpenCL_Mini.lib"/>
|
||||
OutputFile="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\MiniCL\MinSizeRel\BulletSoftBodySolvers_OpenCL_Mini.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
@ -182,7 +182,7 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions=" /Zm1000 /fp:fast"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\..\..\Glut;..\..\..\..\..\..\..\src;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;"
|
||||
CompileAs="2"
|
||||
DebugInformationFormat="3"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
@ -195,13 +195,13 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_MINICL,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\..\lib\RelWithDebInfo/BulletSoftBodySolvers_OpenCL_Mini.pdb"
|
||||
ProgramDataBaseFileName="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\MiniCL\RelWithDebInfo/BulletSoftBodySolvers_OpenCL_Mini.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\..\..\..\..\..\Glut;..\..\..\..\..\..\..\src;"
|
||||
AdditionalIncludeDirectories="C:\develop\bullet-2.77\Glut;C:\develop\bullet-2.77\src;"
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,USE_MINICL,CMAKE_INTDIR=\"RelWithDebInfo\""/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
@ -223,64 +223,103 @@
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\..\..\..\lib\RelWithDebInfo\BulletSoftBodySolvers_OpenCL_Mini.lib"/>
|
||||
OutputFile="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\MiniCL\RelWithDebInfo\BulletSoftBodySolvers_OpenCL_Mini.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\OpenCLC10\UpdateNormals.cl">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\OpenCLC10\UpdateNormals.cl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\OpenCLC10\Integrate.cl">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\OpenCLC10\Integrate.cl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\OpenCLC10\UpdatePositions.cl">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\OpenCLC10\UpdatePositions.cl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\OpenCLC10\UpdateNodes.cl">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\OpenCLC10\UpdateNodes.cl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\OpenCLC10\SolvePositions.cl">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\OpenCLC10\SolvePositions.cl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\OpenCLC10\UpdatePositionsFromVelocities.cl">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\OpenCLC10\UpdatePositionsFromVelocities.cl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\OpenCLC10\ApplyForces.cl">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\OpenCLC10\ApplyForces.cl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\OpenCLC10\PrepareLinks.cl">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\OpenCLC10\PrepareLinks.cl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\OpenCLC10\VSolveLinks.cl">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\OpenCLC10\VSolveLinks.cl">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\MiniCL\CMakeLists.txt">
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Building Custom Rule C:/develop/bullet-2.77/src/BulletMultiThreaded/GpuSoftBodySolvers/OpenCL/MiniCL/CMakeLists.txt"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -HC:/develop/bullet-2.77 -BC:/develop/bullet-2.77/msvc/2008_nvidia_opencl --check-stamp-file C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\MiniCL\CMakeFiles\generate.stamp
if errorlevel 1 goto VCReportError"
|
||||
AdditionalDependencies="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\MiniCL\CMakeLists.txt;C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\MiniCL\CMakeLists.txt;"
|
||||
Outputs="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\MiniCL\CMakeFiles\generate.stamp"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Building Custom Rule C:/develop/bullet-2.77/src/BulletMultiThreaded/GpuSoftBodySolvers/OpenCL/MiniCL/CMakeLists.txt"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -HC:/develop/bullet-2.77 -BC:/develop/bullet-2.77/msvc/2008_nvidia_opencl --check-stamp-file C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\MiniCL\CMakeFiles\generate.stamp
if errorlevel 1 goto VCReportError"
|
||||
AdditionalDependencies="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\MiniCL\CMakeLists.txt;C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\MiniCL\CMakeLists.txt;"
|
||||
Outputs="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\MiniCL\CMakeFiles\generate.stamp"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="MinSizeRel|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Building Custom Rule C:/develop/bullet-2.77/src/BulletMultiThreaded/GpuSoftBodySolvers/OpenCL/MiniCL/CMakeLists.txt"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -HC:/develop/bullet-2.77 -BC:/develop/bullet-2.77/msvc/2008_nvidia_opencl --check-stamp-file C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\MiniCL\CMakeFiles\generate.stamp
if errorlevel 1 goto VCReportError"
|
||||
AdditionalDependencies="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\MiniCL\CMakeLists.txt;C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\MiniCL\CMakeLists.txt;"
|
||||
Outputs="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\MiniCL\CMakeFiles\generate.stamp"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="RelWithDebInfo|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Building Custom Rule C:/develop/bullet-2.77/src/BulletMultiThreaded/GpuSoftBodySolvers/OpenCL/MiniCL/CMakeLists.txt"
|
||||
CommandLine=""C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -HC:/develop/bullet-2.77 -BC:/develop/bullet-2.77/msvc/2008_nvidia_opencl --check-stamp-file C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\MiniCL\CMakeFiles\generate.stamp
if errorlevel 1 goto VCReportError"
|
||||
AdditionalDependencies="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\MiniCL\CMakeLists.txt;C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\MiniCL\CMakeLists.txt;"
|
||||
Outputs="C:\develop\bullet-2.77\msvc\2008_nvidia_opencl\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\MiniCL\CMakeFiles\generate.stamp"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolver_OpenCL.cpp">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolver_OpenCL.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolver_OpenCL.h">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolver_OpenCL.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\CPU\btSoftBodySolverData.h">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\CPU\btSoftBodySolverData.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverVertexData_OpenCL.h">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverVertexData_OpenCL.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverTriangleData_OpenCL.h">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverTriangleData_OpenCL.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverLinkData_OpenCL.h">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverLinkData_OpenCL.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\..\..\..\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverBuffer_OpenCL.h">
|
||||
RelativePath="C:\develop\bullet-2.77\src\BulletMultiThreaded\GpuSoftBodySolvers\OpenCL\btSoftBodySolverBuffer_OpenCL.h">
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
|
@ -3,7 +3,7 @@
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="BulletSoftBodySolvers_OpenCL_NVidia"
|
||||
ProjectGUID="{00889A22-FCE8-4BD6-B063-58DDF37BB3A5}"
|
||||
ProjectGUID="{DBBA10A6-6323-48D8-A166-0866F88F818A}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
@ -35,7 +35,7 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\..\lib\Debug/BulletSoftBodySolvers_OpenCL_NVidia.pdb"
|
||||
ProgramDataBaseFileName="Debug/BulletSoftBodySolvers_OpenCL_NVidia.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -57,13 +57,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\..\..\..\lib\Debug\BulletSoftBodySolvers_OpenCL_NVidia.lib"/>
|
||||
OutputFile="Debug\BulletSoftBodySolvers_OpenCL_NVidia.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
@ -88,7 +86,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\..\lib\Release/BulletSoftBodySolvers_OpenCL_NVidia.pdb"
|
||||
ProgramDataBaseFileName="Release/BulletSoftBodySolvers_OpenCL_NVidia.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -110,13 +108,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\..\..\..\lib\Release\BulletSoftBodySolvers_OpenCL_NVidia.lib"/>
|
||||
OutputFile="Release\BulletSoftBodySolvers_OpenCL_NVidia.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
@ -141,7 +137,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\..\lib\MinSizeRel/BulletSoftBodySolvers_OpenCL_NVidia.pdb"
|
||||
ProgramDataBaseFileName="MinSizeRel/BulletSoftBodySolvers_OpenCL_NVidia.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -163,13 +159,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\..\..\..\lib\MinSizeRel\BulletSoftBodySolvers_OpenCL_NVidia.lib"/>
|
||||
OutputFile="MinSizeRel\BulletSoftBodySolvers_OpenCL_NVidia.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
@ -195,7 +189,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\..\..\..\lib\RelWithDebInfo/BulletSoftBodySolvers_OpenCL_NVidia.pdb"
|
||||
ProgramDataBaseFileName="RelWithDebInfo/BulletSoftBodySolvers_OpenCL_NVidia.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -217,13 +211,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\..\..\..\lib\RelWithDebInfo\BulletSoftBodySolvers_OpenCL_NVidia.lib"/>
|
||||
OutputFile="RelWithDebInfo\BulletSoftBodySolvers_OpenCL_NVidia.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
|
@ -3,7 +3,7 @@
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="BulletSoftBody"
|
||||
ProjectGUID="{4187409E-9B3C-49BD-89B6-D27BCF61A046}"
|
||||
ProjectGUID="{D84FD098-033C-4362-BE27-9811459C8482}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
@ -35,7 +35,7 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Debug/BulletSoftBody.pdb"
|
||||
ProgramDataBaseFileName="Debug/BulletSoftBody.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -57,13 +57,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Debug\BulletSoftBody.lib"/>
|
||||
OutputFile="Debug\BulletSoftBody.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
@ -88,7 +86,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Release/BulletSoftBody.pdb"
|
||||
ProgramDataBaseFileName="Release/BulletSoftBody.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -110,13 +108,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Release\BulletSoftBody.lib"/>
|
||||
OutputFile="Release\BulletSoftBody.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
@ -141,7 +137,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\MinSizeRel/BulletSoftBody.pdb"
|
||||
ProgramDataBaseFileName="MinSizeRel/BulletSoftBody.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -163,13 +159,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\MinSizeRel\BulletSoftBody.lib"/>
|
||||
OutputFile="MinSizeRel\BulletSoftBody.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
@ -195,7 +189,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\RelWithDebInfo/BulletSoftBody.pdb"
|
||||
ProgramDataBaseFileName="RelWithDebInfo/BulletSoftBody.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -217,13 +211,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\RelWithDebInfo\BulletSoftBody.lib"/>
|
||||
OutputFile="RelWithDebInfo\BulletSoftBody.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
|
@ -3,7 +3,7 @@
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="LinearMath"
|
||||
ProjectGUID="{420BAFF0-D809-4B0F-8094-11AE452A768D}"
|
||||
ProjectGUID="{48197794-CD0A-4E98-9C94-85ABFCEAD666}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
@ -35,7 +35,7 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Debug/LinearMath.pdb"
|
||||
ProgramDataBaseFileName="Debug/LinearMath.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -57,13 +57,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Debug\LinearMath.lib"/>
|
||||
OutputFile="Debug\LinearMath.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
@ -88,7 +86,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Release/LinearMath.pdb"
|
||||
ProgramDataBaseFileName="Release/LinearMath.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -110,13 +108,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Release\LinearMath.lib"/>
|
||||
OutputFile="Release\LinearMath.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
@ -141,7 +137,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\MinSizeRel/LinearMath.pdb"
|
||||
ProgramDataBaseFileName="MinSizeRel/LinearMath.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -163,13 +159,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\MinSizeRel\LinearMath.lib"/>
|
||||
OutputFile="MinSizeRel\LinearMath.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
@ -195,7 +189,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\RelWithDebInfo/LinearMath.pdb"
|
||||
ProgramDataBaseFileName="RelWithDebInfo/LinearMath.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -217,13 +211,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\RelWithDebInfo\LinearMath.lib"/>
|
||||
OutputFile="RelWithDebInfo\LinearMath.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
|
@ -3,7 +3,7 @@
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="MiniCL"
|
||||
ProjectGUID="{156822ED-571A-46FF-BE94-7092CEA52CB2}"
|
||||
ProjectGUID="{40FE638B-3FAC-442F-971B-35FE63408355}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
@ -35,7 +35,7 @@
|
||||
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
||||
AssemblerListingLocation="Debug"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Debug/MiniCL.pdb"
|
||||
ProgramDataBaseFileName="Debug/MiniCL.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -57,13 +57,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Debug\MiniCL.lib"/>
|
||||
OutputFile="Debug\MiniCL.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
@ -88,7 +86,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
||||
AssemblerListingLocation="Release"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\Release/MiniCL.pdb"
|
||||
ProgramDataBaseFileName="Release/MiniCL.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -110,13 +108,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\Release\MiniCL.lib"/>
|
||||
OutputFile="Release\MiniCL.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="MinSizeRel|Win32"
|
||||
@ -141,7 +137,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
||||
AssemblerListingLocation="MinSizeRel"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\MinSizeRel/MiniCL.pdb"
|
||||
ProgramDataBaseFileName="MinSizeRel/MiniCL.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -163,13 +159,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\MinSizeRel\MiniCL.lib"/>
|
||||
OutputFile="MinSizeRel\MiniCL.lib"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="RelWithDebInfo|Win32"
|
||||
@ -195,7 +189,7 @@
|
||||
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
||||
AssemblerListingLocation="RelWithDebInfo"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="..\..\lib\RelWithDebInfo/MiniCL.pdb"
|
||||
ProgramDataBaseFileName="RelWithDebInfo/MiniCL.pdb"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
@ -217,13 +211,11 @@
|
||||
ProxyFileName="$(InputName)_p.c"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\lib\RelWithDebInfo\MiniCL.lib"/>
|
||||
OutputFile="RelWithDebInfo\MiniCL.lib"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
|
Loading…
Reference in New Issue
Block a user