clray

diff clray.vcproj @ 11:d9a1bab1c3f5

ported to windows
author John Tsiombikas
date Sat, 31 Jul 2010 22:23:57 +0100
parents 2da57bedc550
children 29f9330cfa4b
line diff
     1.1 --- a/clray.vcproj	Fri Jul 30 19:28:18 2010 +0100
     1.2 +++ b/clray.vcproj	Sat Jul 31 22:23:57 2010 +0100
     1.3 @@ -41,7 +41,7 @@
     1.4  			<Tool
     1.5  				Name="VCCLCompilerTool"
     1.6  				Optimization="0"
     1.7 -				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
     1.8 +				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_USE_MATH_DEFINES"
     1.9  				MinimalRebuild="true"
    1.10  				BasicRuntimeChecks="3"
    1.11  				RuntimeLibrary="3"
    1.12 @@ -60,6 +60,7 @@
    1.13  			/>
    1.14  			<Tool
    1.15  				Name="VCLinkerTool"
    1.16 +				AdditionalDependencies="OpenCL.lib"
    1.17  				LinkIncremental="2"
    1.18  				GenerateDebugInformation="true"
    1.19  				SubSystem="1"
    1.20 @@ -114,7 +115,7 @@
    1.21  				Name="VCCLCompilerTool"
    1.22  				Optimization="2"
    1.23  				EnableIntrinsicFunctions="true"
    1.24 -				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
    1.25 +				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_USE_MATH_DEFINES"
    1.26  				RuntimeLibrary="2"
    1.27  				EnableFunctionLevelLinking="true"
    1.28  				UsePrecompiledHeader="0"
    1.29 @@ -132,6 +133,7 @@
    1.30  			/>
    1.31  			<Tool
    1.32  				Name="VCLinkerTool"
    1.33 +				AdditionalDependencies="OpenCL.lib"
    1.34  				LinkIncremental="1"
    1.35  				GenerateDebugInformation="true"
    1.36  				SubSystem="1"