diff LightClone/LightClone.vcproj @ 48:4663f93aefc4

Tracing
author koryspansel
date Fri, 23 Sep 2011 11:50:59 -0700
parents d27c06bd8ce1
children 48705dc6e568
line wrap: on
line diff
--- a/LightClone/LightClone.vcproj	Thu Sep 22 14:38:07 2011 -0700
+++ b/LightClone/LightClone.vcproj	Fri Sep 23 11:50:59 2011 -0700
@@ -42,7 +42,7 @@
 				Name="VCCLCompilerTool"
 				Optimization="0"
 				AdditionalIncludeDirectories=""
-				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0600;_WIN32_WINNT=0x0600;_WIN32_WINDOWS=0x0410;_WIN32_IE=0x0700;WIN32_LEAN_AND_MEAN;_CRT_SECURE_NO_WARNINGS"
+				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0600;_WIN32_WINNT=0x0600;_WIN32_WINDOWS=0x0410;_WIN32_IE=0x0700;WIN32_LEAN_AND_MEAN;_CRT_SECURE_NO_WARNINGS;TRACE_ENABLE"
 				MinimalRebuild="true"
 				BasicRuntimeChecks="3"
 				RuntimeLibrary="3"
@@ -118,7 +118,7 @@
 				Optimization="2"
 				EnableIntrinsicFunctions="true"
 				AdditionalIncludeDirectories=""
-				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0600;_WIN32_WINNT=0x0600;_WIN32_WINDOWS=0x0410;_WIN32_IE=0x0700;WIN32_LEAN_AND_MEAN;_CRT_SECURE_NO_WARNINGS"
+				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0600;_WIN32_WINNT=0x0600;_WIN32_WINDOWS=0x0410;_WIN32_IE=0x0700;WIN32_LEAN_AND_MEAN;_CRT_SECURE_NO_WARNINGS;TRACE_ENABLE"
 				RuntimeLibrary="2"
 				EnableFunctionLevelLinking="true"
 				UsePrecompiledHeader="0"
@@ -292,6 +292,10 @@
 					>
 				</File>
 				<File
+					RelativePath=".\Source\Trace.cpp"
+					>
+				</File>
+				<File
 					RelativePath=".\Source\Util.cpp"
 					>
 				</File>
@@ -446,6 +450,10 @@
 					>
 				</File>
 				<File
+					RelativePath=".\Source\Trace.h"
+					>
+				</File>
+				<File
 					RelativePath=".\Source\Types.h"
 					>
 				</File>