From b42dbf06554957308e39e7d45fb92d16a23548bb Mon Sep 17 00:00:00 2001 From: "wrenczes@gmail.com" Date: Tue, 1 Feb 2011 10:39:33 +0000 Subject: [PATCH] VS2008 project changes to add the boost directory inclusion. --- projects/mtg/template.vcproj | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/projects/mtg/template.vcproj b/projects/mtg/template.vcproj index 7b2a8279d..7baa10400 100644 --- a/projects/mtg/template.vcproj +++ b/projects/mtg/template.vcproj @@ -50,7 +50,7 @@ Name="VCCLCompilerTool" Optimization="2" InlineFunctionExpansion="1" - AdditionalIncludeDirectories=""$(MTGEXTRAS)";./include;../../JGE/include;../../JGE/Dependencies/include" + AdditionalIncludeDirectories=""$(MTGEXTRAS)";./include;../../JGE/include;../../JGE/Dependencies/include;../../Boost" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" StringPooling="true" RuntimeLibrary="2" @@ -81,7 +81,7 @@ OutputFile="bin/template.exe" LinkIncremental="1" SuppressStartupBanner="true" - AdditionalLibraryDirectories="..\..\JGE\Dependencies\lib,..\..\JGE\lib\win" + AdditionalLibraryDirectories="..\..\JGE\Dependencies\lib,..\..\JGE\lib\win;..\..\Boost\lib" IgnoreDefaultLibraryNames="LIBCD,LIBCMT" ProgramDatabaseFile=".\Release/template.pdb" SubSystem="2" @@ -147,7 +147,7 @@