clray

diff clray.vcproj @ 14:29f9330cfa4b

trying to debug the bloody thing
author John Tsiombikas
date Sat, 07 Aug 2010 03:36:36 +0100
parents d9a1bab1c3f5
children 1ae68d46cfda
line diff
     1.1 --- a/clray.vcproj	Wed Aug 04 04:51:06 2010 +0100
     1.2 +++ b/clray.vcproj	Sat Aug 07 03:36:36 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;_USE_MATH_DEFINES"
     1.8 +				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS"
     1.9  				MinimalRebuild="true"
    1.10  				BasicRuntimeChecks="3"
    1.11  				RuntimeLibrary="3"
    1.12 @@ -115,7 +115,7 @@
    1.13  				Name="VCCLCompilerTool"
    1.14  				Optimization="2"
    1.15  				EnableIntrinsicFunctions="true"
    1.16 -				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_USE_MATH_DEFINES"
    1.17 +				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS"
    1.18  				RuntimeLibrary="2"
    1.19  				EnableFunctionLevelLinking="true"
    1.20  				UsePrecompiledHeader="0"
    1.21 @@ -175,6 +175,14 @@
    1.22  				>
    1.23  			</File>
    1.24  			<File
    1.25 +				RelativePath=".\src\matrix.cc"
    1.26 +				>
    1.27 +			</File>
    1.28 +			<File
    1.29 +				RelativePath=".\src\matrix.h"
    1.30 +				>
    1.31 +			</File>
    1.32 +			<File
    1.33  				RelativePath=".\src\mesh.cc"
    1.34  				>
    1.35  			</File>
    1.36 @@ -195,6 +203,10 @@
    1.37  				>
    1.38  			</File>
    1.39  			<File
    1.40 +				RelativePath=".\src\ogl.h"
    1.41 +				>
    1.42 +			</File>
    1.43 +			<File
    1.44  				RelativePath=".\src\rt.cc"
    1.45  				>
    1.46  			</File>