diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-29 23:12:14 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-29 23:12:14 +0000 |
commit | 4a8d7c10bc12e1e6fd2bd42d1727d7ef4d9612a2 (patch) | |
tree | 30d6970ebfad05bd0dd385e4cdaca0fc55fd5cf4 /ZeroNotification/Zero Notification_9.vcproj | |
parent | 35a4603c6135738a5c9f7729c6bb19f9ce656c8a (diff) |
another part of small project fixes and x64 adaptation in some cases
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@231 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'ZeroNotification/Zero Notification_9.vcproj')
-rw-r--r-- | ZeroNotification/Zero Notification_9.vcproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ZeroNotification/Zero Notification_9.vcproj b/ZeroNotification/Zero Notification_9.vcproj index 526ce6b..e8e461a 100644 --- a/ZeroNotification/Zero Notification_9.vcproj +++ b/ZeroNotification/Zero Notification_9.vcproj @@ -48,7 +48,7 @@ <Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories=""C:\Users\Paco\Documents\Visual Studio 2008\Projects\Miranda\include""
+ AdditionalIncludeDirectories="../include;../ExternalAPI"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;LOADAVATARS_EXPORTS"
StringPooling="false"
MinimalRebuild="true"
@@ -146,7 +146,7 @@ <Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories=""C:\Users\Paco\Documents\Visual Studio 2008\Projects\Miranda\include""
+ AdditionalIncludeDirectories="../include;../ExternalAPI"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LOADAVATARS_EXPORTS"
MinimalRebuild="true"
BasicRuntimeChecks="3"
@@ -248,7 +248,7 @@ OmitFramePointers="false"
EnableFiberSafeOptimizations="false"
WholeProgramOptimization="true"
- AdditionalIncludeDirectories=""
+ AdditionalIncludeDirectories="../include;../ExternalAPI"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;LOADAVATARS_EXPORTS"
StringPooling="true"
ExceptionHandling="0"
@@ -357,7 +357,7 @@ InlineFunctionExpansion="1"
FavorSizeOrSpeed="2"
WholeProgramOptimization="true"
- AdditionalIncludeDirectories=""C:\Users\Paco\Documents\Visual Studio 2008\Projects\Miranda\include""
+ AdditionalIncludeDirectories="../include;../ExternalAPI"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LOADAVATARS_EXPORTS"
StringPooling="true"
ExceptionHandling="0"
|