diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-25 09:30:38 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-25 09:30:38 +0000 |
commit | 73ca016fa15ca80a6d40362ccf6f8b433bc339f6 (patch) | |
tree | 27090fdaa84dc9a6eb91c99f5be73d5c5c9a05f9 /FortuneAwayMsg | |
parent | c4bcc38ec25ed0b149fa5cc5af74119cedf9d43e (diff) |
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@208 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'FortuneAwayMsg')
-rw-r--r-- | FortuneAwayMsg/fortuneawaymsg.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FortuneAwayMsg/fortuneawaymsg.vcxproj b/FortuneAwayMsg/fortuneawaymsg.vcxproj index ba90ffb..8202854 100644 --- a/FortuneAwayMsg/fortuneawaymsg.vcxproj +++ b/FortuneAwayMsg/fortuneawaymsg.vcxproj @@ -64,6 +64,7 @@ <WarningLevel>Level3</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
+ <AdditionalIncludeDirectories>../include;../ExternalAPI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|