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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user