From 06a640fd6c447611202f805bca0c1869d31f4be5 Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Tue, 12 Jul 2011 00:57:28 +1000 Subject: Fixed include directories for MSVC release builds. --- heimdall-frontend/heimdall-frontend.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/heimdall-frontend/heimdall-frontend.vcxproj b/heimdall-frontend/heimdall-frontend.vcxproj index bc1112a..bb7e184 100644 --- a/heimdall-frontend/heimdall-frontend.vcxproj +++ b/heimdall-frontend/heimdall-frontend.vcxproj @@ -65,8 +65,8 @@ $(ProjectDir)include;$(SolutionDir)libpit\Source;$(IncludePath) false false - $(IncludePath) - $(IncludePath) + $(ProjectDir)include;$(SolutionDir)libpit\Source;$(IncludePath) + $(ProjectDir)include;$(SolutionDir)libpit\Source;$(IncludePath) $(LibraryPath) $(LibraryPath) $(ProjectDir)lib\win32;$(LibraryPath) -- cgit v1.1