From ce816d83a8c75808e0eb06832592bffefe4a8dc4 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 2 Jun 2012 19:51:30 +0000 Subject: 64-bit compilation fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@269 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- .../ListeningTo/players/winamp_mlt/mlt_winamp.cpp | 2 +- .../ListeningTo/players/winamp_mlt/mlt_winamp.sln | 6 + .../players/winamp_mlt/mlt_winamp.vcxproj | 132 ++++++++++++++++++++- 3 files changed, 133 insertions(+), 7 deletions(-) diff --git a/plugins/ListeningTo/players/winamp_mlt/mlt_winamp.cpp b/plugins/ListeningTo/players/winamp_mlt/mlt_winamp.cpp index e551fbcdea..ac3b14ed17 100644 --- a/plugins/ListeningTo/players/winamp_mlt/mlt_winamp.cpp +++ b/plugins/ListeningTo/players/winamp_mlt/mlt_winamp.cpp @@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. #include #include #include -#include "..\..\m_listeningto.h" +#include "m_listeningto.h" #include "wa_ipc.h" #include "GEN.h" diff --git a/plugins/ListeningTo/players/winamp_mlt/mlt_winamp.sln b/plugins/ListeningTo/players/winamp_mlt/mlt_winamp.sln index 0cd91e629b..5e2e039331 100644 --- a/plugins/ListeningTo/players/winamp_mlt/mlt_winamp.sln +++ b/plugins/ListeningTo/players/winamp_mlt/mlt_winamp.sln @@ -6,13 +6,19 @@ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 Release|Win32 = Release|Win32 + Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {8BBB15B7-D08B-475A-A58C-0C71D39FADB8}.Debug|Win32.ActiveCfg = Debug|Win32 {8BBB15B7-D08B-475A-A58C-0C71D39FADB8}.Debug|Win32.Build.0 = Debug|Win32 + {8BBB15B7-D08B-475A-A58C-0C71D39FADB8}.Debug|x64.ActiveCfg = Debug|x64 + {8BBB15B7-D08B-475A-A58C-0C71D39FADB8}.Debug|x64.Build.0 = Debug|x64 {8BBB15B7-D08B-475A-A58C-0C71D39FADB8}.Release|Win32.ActiveCfg = Release|Win32 {8BBB15B7-D08B-475A-A58C-0C71D39FADB8}.Release|Win32.Build.0 = Release|Win32 + {8BBB15B7-D08B-475A-A58C-0C71D39FADB8}.Release|x64.ActiveCfg = Release|x64 + {8BBB15B7-D08B-475A-A58C-0C71D39FADB8}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/plugins/ListeningTo/players/winamp_mlt/mlt_winamp.vcxproj b/plugins/ListeningTo/players/winamp_mlt/mlt_winamp.vcxproj index e269828368..97b96efd68 100644 --- a/plugins/ListeningTo/players/winamp_mlt/mlt_winamp.vcxproj +++ b/plugins/ListeningTo/players/winamp_mlt/mlt_winamp.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + listeningto_winamp_mlt @@ -21,12 +29,23 @@ false MultiByte + + DynamicLibrary + false + MultiByte + DynamicLibrary false false MultiByte + + DynamicLibrary + false + false + MultiByte + @@ -34,21 +53,37 @@ + + + + + + + + <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)$(Configuration)/winamp/gen_mlt\ - $(SolutionDir)$(Configuration)/Obj/listeningto/$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\Listeningto\ + $(SolutionDir)$(Configuration)64\Plugins\Listeningto\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ true - $(SolutionDir)$(Configuration)/winamp/gen_mlt\ - $(SolutionDir)$(Configuration)/Obj/listeningto/$(ProjectName)\ + true + $(SolutionDir)$(Configuration)\Plugins\Listeningto\ + $(SolutionDir)$(Configuration)64\Plugins\Listeningto\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ false + false gen_mlt + gen_mlt gen_mlt + gen_mlt @@ -75,13 +110,13 @@ true EditAndContinue 4996;%(DisableSpecificWarnings) + ..\..\..\ExternalAPI _DEBUG;%(PreprocessorDefinitions) 0x0416 - $(OutDir)$(RootNamespace).dll true @@ -95,6 +130,48 @@ $(OutDir)$(TargetName).bsc + + + _DEBUG;%(PreprocessorDefinitions) + true + true + .\Debug/mlt_winamp_9.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + + + $(IntDir) + $(IntDir) + true + Level3 + true + ProgramDatabase + 4996;%(DisableSpecificWarnings) + ..\..\..\ExternalAPI + + + _DEBUG;%(PreprocessorDefinitions) + 0x0416 + + + + + true + false + + + $(IntDir)$(TargetName).lib + + + $(OutDir)$(TargetName).bsc + + NDEBUG;%(PreprocessorDefinitions) @@ -119,13 +196,13 @@ Level3 true 4996;%(DisableSpecificWarnings) + ..\..\..\ExternalAPI NDEBUG;%(PreprocessorDefinitions) 0x0416 - $(OutDir)$(RootNamespace).dll false @@ -138,10 +215,53 @@ $(OutDir)$(TargetName).bsc + + + NDEBUG;%(PreprocessorDefinitions) + true + true + .\Release/mlt_winamp_9.tlb + + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;_USRDLL;MLT_WINAMP_EXPORTS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + $(IntDir) + $(IntDir) + Level3 + true + 4996;%(DisableSpecificWarnings) + ..\..\..\ExternalAPI + + + NDEBUG;%(PreprocessorDefinitions) + 0x0416 + + + + + false + + + $(IntDir)$(TargetName).lib + + + $(OutDir)$(TargetName).bsc + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) %(PreprocessorDefinitions) + %(PreprocessorDefinitions) -- cgit v1.2.3