From 4a8d7c10bc12e1e6fd2bd42d1727d7ef4d9612a2 Mon Sep 17 00:00:00 2001 From: watcherhd Date: Tue, 29 Nov 2011 23:12:14 +0000 Subject: 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 --- TooltipNotify/src/main.rc | 2 +- TooltipNotify/ttnotify.vcproj | 8 +++---- TooltipNotify/ttnotify_10.sln | 25 ++++++++++++++++++++++ TooltipNotify/ttnotify_10.vcxproj | 45 ++++++++++++++++++++------------------- TooltipNotify/ttnotify_8.vcproj | 8 +++---- 5 files changed, 57 insertions(+), 31 deletions(-) create mode 100644 TooltipNotify/ttnotify_10.sln (limited to 'TooltipNotify') diff --git a/TooltipNotify/src/main.rc b/TooltipNotify/src/main.rc index 958bc49..fe1fbad 100644 --- a/TooltipNotify/src/main.rc +++ b/TooltipNotify/src/main.rc @@ -198,7 +198,7 @@ END // // Generated from the TEXTINCLUDE 3 resource. // -#include "version.rc2" +#include "version.rc" ///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED diff --git a/TooltipNotify/ttnotify.vcproj b/TooltipNotify/ttnotify.vcproj index 7a318a0..e90c886 100644 --- a/TooltipNotify/ttnotify.vcproj +++ b/TooltipNotify/ttnotify.vcproj @@ -44,7 +44,7 @@ DynamicLibrary MultiByte + true DynamicLibrary @@ -64,17 +65,17 @@ <_ProjectFileVersion>10.0.30319.1 - bin/$(Configuration)\ - bin/$(Configuration)\ + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ true - bin/$(Configuration)\ - bin/$(Configuration)\ + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ false - bin/$(Configuration)\ - bin/$(Configuration)\ + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ true - bin/$(Configuration)\ - bin/$(Configuration)\ + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ false D:\SVN\Miranda\Trunk\miranda\include;$(IncludePath) @@ -85,7 +86,7 @@ Disabled - %(AdditionalIncludeDirectories) + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_USRDLL;TTNOTIFY_EXPORTS;%(PreprocessorDefinitions) true EnableFastChecks @@ -96,7 +97,6 @@ EditAndContinue - $(OutDir)ttnotify.dll true $(OutDir)ttnotify.pdb Windows @@ -104,6 +104,7 @@ MachineX86 + $(IntDir)$(TargetName).lib @@ -112,18 +113,20 @@ SubWCRev . src\version.wcr src\version.h - MinSpace - %(AdditionalIncludeDirectories) + Full + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;TTNOTIFY_EXPORTS;%(PreprocessorDefinitions) MultiThreaded Level3 ProgramDatabase + OnlyExplicitInline + Size + true NotSet - $(OutDir)ttnotify.dll %(IgnoreSpecificDefaultLibraries) true Windows @@ -132,7 +135,7 @@ false - $(OutDir)ttnotify.lib + $(IntDir)$(TargetName).lib MachineX86 @@ -143,7 +146,7 @@ Disabled - %(AdditionalIncludeDirectories) + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_USRDLL;TTNOTIFY_EXPORTS;%(PreprocessorDefinitions) true EnableFastChecks @@ -154,14 +157,13 @@ EditAndContinue - $(OutDir)ttnotify.dll true $(OutDir)ttnotify.pdb Windows false - $(OutDir)ttnotify.lib + $(IntDir)$(TargetName).lib MachineX86 @@ -172,14 +174,13 @@ Full - AnySuitable + OnlyExplicitInline true Size true - %(AdditionalIncludeDirectories) + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;TTNOTIFY_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - MultiThreadedDLL - StreamingSIMDExtensions2 + MultiThreaded Fast @@ -189,7 +190,6 @@ NotSet - $(OutDir)ttnotify.dll %(IgnoreSpecificDefaultLibraries) true Windows @@ -199,6 +199,7 @@ MachineX86 + $(IntDir)$(TargetName).lib diff --git a/TooltipNotify/ttnotify_8.vcproj b/TooltipNotify/ttnotify_8.vcproj index 7ff7a7d..e80bab2 100644 --- a/TooltipNotify/ttnotify_8.vcproj +++ b/TooltipNotify/ttnotify_8.vcproj @@ -44,7 +44,7 @@