diff options
author | Benjamin Dobell <benjamin.dobell@glassechidna.com.au> | 2011-07-11 16:57:28 +0200 |
---|---|---|
committer | Benjamin Dobell <benjamin.dobell@glassechidna.com.au> | 2011-07-11 16:57:28 +0200 |
commit | 06a640fd6c447611202f805bca0c1869d31f4be5 (patch) | |
tree | c67aa5f53d274eaced880225808d1c11f89ac3cb | |
parent | Missed two READMEs, updated now. (diff) | |
download | Heimdall-06a640fd6c447611202f805bca0c1869d31f4be5.tar Heimdall-06a640fd6c447611202f805bca0c1869d31f4be5.tar.gz Heimdall-06a640fd6c447611202f805bca0c1869d31f4be5.tar.bz2 Heimdall-06a640fd6c447611202f805bca0c1869d31f4be5.tar.lz Heimdall-06a640fd6c447611202f805bca0c1869d31f4be5.tar.xz Heimdall-06a640fd6c447611202f805bca0c1869d31f4be5.tar.zst Heimdall-06a640fd6c447611202f805bca0c1869d31f4be5.zip |
Diffstat (limited to '')
-rw-r--r-- | heimdall-frontend/heimdall-frontend.vcxproj | 4 |
1 files 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 @@ <IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)include;$(SolutionDir)libpit\Source;$(IncludePath)</IncludePath>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release - Static MSVC|Win32'">false</LinkIncremental>
- <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IncludePath)</IncludePath>
- <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release - Static MSVC|Win32'">$(IncludePath)</IncludePath>
+ <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectDir)include;$(SolutionDir)libpit\Source;$(IncludePath)</IncludePath>
+ <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release - Static MSVC|Win32'">$(ProjectDir)include;$(SolutionDir)libpit\Source;$(IncludePath)</IncludePath>
<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(LibraryPath)</LibraryPath>
<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release - Static MSVC|Win32'">$(LibraryPath)</LibraryPath>
<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)lib\win32;$(LibraryPath)</LibraryPath>
|