diff options
129 files changed, 239 insertions, 103966 deletions
diff --git a/plugins/FirstRun/FirstRun.dsp b/plugins/FirstRun/FirstRun.dsp deleted file mode 100644 index d134625c4d..0000000000 --- a/plugins/FirstRun/FirstRun.dsp +++ /dev/null @@ -1,111 +0,0 @@ -# Microsoft Developer Studio Project File - Name="FirstRun" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-CFG=FirstRun - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "FirstRun.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "FirstRun.mak" CFG="FirstRun - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "FirstRun - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "FirstRun - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "FirstRun - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FIRSTRUN_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GX /O2 /I "D:\Мои Документы\Projects\Source_Miranda-Im.Org\miranda\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FIRSTRUN_EXPORTS" /YX /FD /c
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x419 /d "NDEBUG"
-# ADD RSC /l 0x419 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
-
-!ELSEIF "$(CFG)" == "FirstRun - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FIRSTRUN_EXPORTS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "D:\Мои Документы\Projects\Source_Miranda-Im.Org\miranda\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FIRSTRUN_EXPORTS" /YX /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x419 /d "_DEBUG"
-# ADD RSC /l 0x419 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"../Miranda/Plugins/FirstRun.dll" /pdbtype:sept
-
-!ENDIF
-
-# Begin Target
-
-# Name "FirstRun - Win32 Release"
-# Name "FirstRun - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=.\main.c
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\commonheaders.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# End Group
-# End Target
-# End Project
diff --git a/plugins/FirstRun/FirstRun.dsw b/plugins/FirstRun/FirstRun.dsw deleted file mode 100644 index b555601abe..0000000000 --- a/plugins/FirstRun/FirstRun.dsw +++ /dev/null @@ -1,29 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-
-###############################################################################
-
-Project: "FirstRun"=".\FirstRun.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
-
diff --git a/plugins/FirstRun/FirstRun.sln b/plugins/FirstRun/FirstRun.sln index 7477f44fd1..0bc049fb92 100644 --- a/plugins/FirstRun/FirstRun.sln +++ b/plugins/FirstRun/FirstRun.sln @@ -5,16 +5,28 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FirstRun", "FirstRun.vcxpro EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug Unicode|Win32 = Debug Unicode|Win32
+ Debug Unicode|x64 = Debug Unicode|x64
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
+ Release Unicode|Win32 = Release Unicode|Win32
+ Release Unicode|x64 = Release Unicode|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Debug Unicode|Win32.ActiveCfg = Debug Unicode|Win32
+ {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Debug Unicode|Win32.Build.0 = Debug Unicode|Win32
+ {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Debug Unicode|x64.ActiveCfg = Debug Unicode|x64
+ {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Debug Unicode|x64.Build.0 = Debug Unicode|x64
{2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Debug|Win32.ActiveCfg = Debug|Win32
{2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Debug|Win32.Build.0 = Debug|Win32
{2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Debug|x64.ActiveCfg = Debug|x64
{2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Debug|x64.Build.0 = Debug|x64
+ {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Release Unicode|Win32.ActiveCfg = Release Unicode|Win32
+ {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Release Unicode|Win32.Build.0 = Release Unicode|Win32
+ {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Release Unicode|x64.ActiveCfg = Release Unicode|x64
+ {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Release Unicode|x64.Build.0 = Release Unicode|x64
{2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Release|Win32.ActiveCfg = Release|Win32
{2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Release|Win32.Build.0 = Release|Win32
{2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Release|x64.ActiveCfg = Release|x64
diff --git a/plugins/FirstRun/FirstRun.vcxproj b/plugins/FirstRun/FirstRun.vcxproj index 06e315b075..a247777fba 100644 --- a/plugins/FirstRun/FirstRun.vcxproj +++ b/plugins/FirstRun/FirstRun.vcxproj @@ -1,6 +1,14 @@ п»ї<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
+ <ProjectConfiguration Include="Debug Unicode|Win32">
+ <Configuration>Debug Unicode</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Debug Unicode|x64">
+ <Configuration>Debug Unicode</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
@@ -9,6 +17,14 @@ <Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
+ <ProjectConfiguration Include="Release Unicode|Win32">
+ <Configuration>Release Unicode</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release Unicode|x64">
+ <Configuration>Release Unicode</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
@@ -27,21 +43,41 @@ <UseOfMfc>false</UseOfMfc>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <UseOfMfc>false</UseOfMfc>
+ <CharacterSet>MultiByte</CharacterSet>
+ </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|x64'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <UseOfMfc>false</UseOfMfc>
+ <CharacterSet>MultiByte</CharacterSet>
+ </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <UseOfMfc>false</UseOfMfc>
+ <CharacterSet>MultiByte</CharacterSet>
+ </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|x64'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <UseOfMfc>false</UseOfMfc>
+ <CharacterSet>MultiByte</CharacterSet>
+ </PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
@@ -49,33 +85,61 @@ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
</ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
+ </ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
</ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|x64'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
+ </ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
</ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
+ </ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
</ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|x64'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
+ </ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)/Plugins\</OutDir>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">$(SolutionDir)$(Configuration)/Plugins\</OutDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Configuration)64/Plugins\</OutDir>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release Unicode|x64'">$(SolutionDir)$(Configuration)64/Plugins\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)/Obj/$(ProjectName)\</IntDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">$(SolutionDir)$(Configuration)/Obj/$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\</IntDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release Unicode|x64'">$(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\</IntDir>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">false</LinkIncremental>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release Unicode|x64'">false</LinkIncremental>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)/Plugins\</OutDir>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'">$(SolutionDir)$(Configuration)/Plugins\</OutDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Configuration)64/Plugins\</OutDir>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|x64'">$(SolutionDir)$(Configuration)64/Plugins\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)/Obj/$(ProjectName)\</IntDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'">$(SolutionDir)$(Configuration)/Obj/$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\</IntDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|x64'">$(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\</IntDir>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'">true</LinkIncremental>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|x64'">true</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
@@ -119,6 +183,48 @@ <SuppressStartupBanner>true</SuppressStartupBanner>
</Bscmake>
</ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">
+ <Midl>
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <MkTypLibCompatible>true</MkTypLibCompatible>
+ <SuppressStartupBanner>true</SuppressStartupBanner>
+ <TargetEnvironment>Win32</TargetEnvironment>
+ <TypeLibraryName>.\Release/FirstRun.tlb</TypeLibraryName>
+ <HeaderFileName>
+ </HeaderFileName>
+ </Midl>
+ <ClCompile>
+ <Optimization>Full</Optimization>
+ <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
+ <AdditionalIncludeDirectories>../../include;../ExternalAPI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;FIRSTRUN_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <StringPooling>true</StringPooling>
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <FunctionLevelLinking>true</FunctionLevelLinking>
+ <WarningLevel>Level3</WarningLevel>
+ <SuppressStartupBanner>true</SuppressStartupBanner>
+ <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
+ <WholeProgramOptimization>true</WholeProgramOptimization>
+ </ClCompile>
+ <ResourceCompile>
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <Culture>0x0419</Culture>
+ </ResourceCompile>
+ <Link>
+ <SuppressStartupBanner>true</SuppressStartupBanner>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>
+ <DataExecutionPrevention>
+ </DataExecutionPrevention>
+ <TargetMachine>MachineX86</TargetMachine>
+ <OptimizeReferences>true</OptimizeReferences>
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
+ <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
+ </Link>
+ <Bscmake>
+ <SuppressStartupBanner>true</SuppressStartupBanner>
+ </Bscmake>
+ </ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Midl>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -159,6 +265,46 @@ <SuppressStartupBanner>true</SuppressStartupBanner>
</Bscmake>
</ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|x64'">
+ <Midl>
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <MkTypLibCompatible>true</MkTypLibCompatible>
+ <SuppressStartupBanner>true</SuppressStartupBanner>
+ <TypeLibraryName>.\Release/FirstRun.tlb</TypeLibraryName>
+ <HeaderFileName>
+ </HeaderFileName>
+ </Midl>
+ <ClCompile>
+ <Optimization>Full</Optimization>
+ <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
+ <AdditionalIncludeDirectories>../../include;../ExternalAPI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;FIRSTRUN_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <StringPooling>true</StringPooling>
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <FunctionLevelLinking>true</FunctionLevelLinking>
+ <WarningLevel>Level3</WarningLevel>
+ <SuppressStartupBanner>true</SuppressStartupBanner>
+ <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
+ <WholeProgramOptimization>true</WholeProgramOptimization>
+ </ClCompile>
+ <ResourceCompile>
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <Culture>0x0419</Culture>
+ </ResourceCompile>
+ <Link>
+ <SuppressStartupBanner>true</SuppressStartupBanner>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>
+ <DataExecutionPrevention>
+ </DataExecutionPrevention>
+ <OptimizeReferences>true</OptimizeReferences>
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
+ <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
+ </Link>
+ <Bscmake>
+ <SuppressStartupBanner>true</SuppressStartupBanner>
+ </Bscmake>
+ </ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Midl>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -197,6 +343,44 @@ <SuppressStartupBanner>true</SuppressStartupBanner>
</Bscmake>
</ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'">
+ <Midl>
+ <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <MkTypLibCompatible>true</MkTypLibCompatible>
+ <SuppressStartupBanner>true</SuppressStartupBanner>
+ <TargetEnvironment>Win32</TargetEnvironment>
+ <TypeLibraryName>.\Debug/FirstRun.tlb</TypeLibraryName>
+ <HeaderFileName>
+ </HeaderFileName>
+ </Midl>
+ <ClCompile>
+ <Optimization>Disabled</Optimization>
+ <AdditionalIncludeDirectories>../../include;../ExternalAPI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;FIRSTRUN_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <MinimalRebuild>true</MinimalRebuild>
+ <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
+ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
+ <WarningLevel>Level3</WarningLevel>
+ <SuppressStartupBanner>true</SuppressStartupBanner>
+ <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
+ </ClCompile>
+ <ResourceCompile>
+ <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <Culture>0x0419</Culture>
+ </ResourceCompile>
+ <Link>
+ <SuppressStartupBanner>true</SuppressStartupBanner>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>
+ <DataExecutionPrevention>
+ </DataExecutionPrevention>
+ <TargetMachine>MachineX86</TargetMachine>
+ <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
+ </Link>
+ <Bscmake>
+ <SuppressStartupBanner>true</SuppressStartupBanner>
+ </Bscmake>
+ </ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Midl>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -232,16 +416,59 @@ <SuppressStartupBanner>true</SuppressStartupBanner>
</Bscmake>
</ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|x64'">
+ <Midl>
+ <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <MkTypLibCompatible>true</MkTypLibCompatible>
+ <SuppressStartupBanner>true</SuppressStartupBanner>
+ <TypeLibraryName>.\Debug/FirstRun.tlb</TypeLibraryName>
+ <HeaderFileName>
+ </HeaderFileName>
+ </Midl>
+ <ClCompile>
+ <Optimization>Disabled</Optimization>
+ <AdditionalIncludeDirectories>../../include;../ExternalAPI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;FIRSTRUN_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
+ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
+ <WarningLevel>Level3</WarningLevel>
+ <SuppressStartupBanner>true</SuppressStartupBanner>
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
+ </ClCompile>
+ <ResourceCompile>
+ <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <Culture>0x0419</Culture>
+ </ResourceCompile>
+ <Link>
+ <SuppressStartupBanner>true</SuppressStartupBanner>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>
+ <DataExecutionPrevention>
+ </DataExecutionPrevention>
+ <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
+ </Link>
+ <Bscmake>
+ <SuppressStartupBanner>true</SuppressStartupBanner>
+ </Bscmake>
+ </ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="main.c">
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|x64'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Unicode|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Unicode|x64'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup>
diff --git a/plugins/FlashAvatars/FlashAvatars_6.dsp b/plugins/FlashAvatars/FlashAvatars_6.dsp deleted file mode 100644 index 7450308bb7..0000000000 --- a/plugins/FlashAvatars/FlashAvatars_6.dsp +++ /dev/null @@ -1,201 +0,0 @@ -# Microsoft Developer Studio Project File - Name="FlashAvatars_6" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-CFG=FlashAvatars_6 - Win32 Debug Unicode
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "FlashAvatars_6.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "FlashAvatars_6.mak" CFG="FlashAvatars_6 - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "FlashAvatars_6 - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "FlashAvatars_6 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "FlashAvatars_6 - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "FlashAvatars_6 - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "FlashAvatars_6 - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FlashAvatars_6_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GX /Zi /O1 /I "../include" /I "../ExternalAPI" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FlashAvatars_6_EXPORTS" /FR /FD /c
-# SUBTRACT CPP /YX /Yc /Yu
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "NDEBUG"
-# ADD RSC /l 0x417 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comctl32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib version.lib /nologo /dll /map /debug /machine:I386 /out:"Release/FlashAvatars.dll" /ALIGN:4096 /ignore:4108
-# SUBTRACT LINK32 /pdb:none
-
-!ELSEIF "$(CFG)" == "FlashAvatars_6 - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FlashAvatars_6_EXPORTS" /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../miranda/include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FlashAvatars_6_EXPORTS" /FR /Yu"stdafx.h" /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "_DEBUG"
-# ADD RSC /l 0x809 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comctl32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x25000000" /dll /map /debug /debugtype:both /machine:I386 /out:"../../bin/debug/plugins/ICQ.dll" /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none /incremental:no
-
-!ELSEIF "$(CFG)" == "FlashAvatars_6 - Win32 Debug Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "FlashAvatars_6___Win32_Debug_Unicode"
-# PROP BASE Intermediate_Dir "FlashAvatars_6___Win32_Debug_Unicode"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug_Unicode"
-# PROP Intermediate_Dir "Debug_Unicode"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../miranda/include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FlashAvatars_6_EXPORTS" /FR /Yu"stdafx.h" /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../miranda/include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "FlashAvatars_6_EXPORTS" /FR /Yu"stdafx.h" /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "_DEBUG"
-# ADD RSC /l 0x809 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comctl32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x25000000" /dll /map /debug /debugtype:both /machine:I386 /out:"../../bin/debug/plugins/ICQ.dll" /pdbtype:sept
-# SUBTRACT BASE LINK32 /pdb:none /incremental:no
-# ADD LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comctl32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x25000000" /dll /map /debug /debugtype:both /machine:I386 /out:"../../bin/debug Unicode/plugins/ICQ.dll" /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none /incremental:no
-
-!ELSEIF "$(CFG)" == "FlashAvatars_6 - Win32 Release Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "FlashAvatars_6___Win32_Release_Unicode"
-# PROP BASE Intermediate_Dir "FlashAvatars_6___Win32_Release_Unicode"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release_Unicode"
-# PROP Intermediate_Dir "Release_Unicode"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MD /W3 /GX /Zi /O1 /I "../miranda/include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FlashAvatars_6_EXPORTS" /FR /Yu"stdafx.h" /FD /c
-# ADD CPP /nologo /MD /W3 /Gi /GX /Zi /O1 /I "../include" /I "../ExternalAPI" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "FlashAvatars_6_EXPORTS" /FR /FD /c
-# SUBTRACT CPP /YX /Yc /Yu
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x417 /d "NDEBUG"
-# ADD RSC /l 0x417 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comctl32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /dll /map /debug /machine:I386 /out:"../../bin/release/plugins/ICQ.dll" /ALIGN:4096 /ignore:4108
-# SUBTRACT BASE LINK32 /pdb:none
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comctl32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib version.lib /nologo /dll /map /debug /machine:I386 /out:"Release_Unicode/FlashAvatars.dll" /ALIGN:4096 /ignore:4108
-# SUBTRACT LINK32 /pdb:none /incremental:yes
-
-!ENDIF
-
-# Begin Target
-
-# Name "FlashAvatars_6 - Win32 Release"
-# Name "FlashAvatars_6 - Win32 Debug"
-# Name "FlashAvatars_6 - Win32 Debug Unicode"
-# Name "FlashAvatars_6 - Win32 Release Unicode"
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\criticalsection.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\m_flash.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\resource.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\stdafx.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\TigerHash.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# Begin Source File
-
-SOURCE=.\FlashAvatars.rc
-# End Source File
-# End Group
-# Begin Source File
-
-SOURCE=.\cflash.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\stdafx.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\TigerHash.cpp
-# End Source File
-# End Target
-# End Project
diff --git a/plugins/FlashAvatars/FlashAvatars_6.dsw b/plugins/FlashAvatars/FlashAvatars_6.dsw deleted file mode 100644 index 471568aacb..0000000000 --- a/plugins/FlashAvatars/FlashAvatars_6.dsw +++ /dev/null @@ -1,29 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-
-###############################################################################
-
-Project: "FlashAvatars_6"=".\FlashAvatars_6.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
-
diff --git a/plugins/freeimage/FreeImage.dep b/plugins/freeimage/FreeImage.dep deleted file mode 100644 index 3a93a0c722..0000000000 --- a/plugins/freeimage/FreeImage.dep +++ /dev/null @@ -1,954 +0,0 @@ -# Microsoft Developer Studio Generated Dependency File, included by FreeImage.mak
-
-.\Source\FreeImage\Plugin.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\FreeImageIO.h"\
- ".\Source\Plugin.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\PluginBMP.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\PluginCUT.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\PluginGIF.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Metadata\FreeImageTag.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\PluginICO.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\PluginJPEG.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpeglib.h"\
- ".\Source\Metadata\FreeImageTag.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\PluginPNG.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\LibPNG\png.h"\
- ".\Source\LibPNG\pngconf.h"\
- ".\source\libpng\pnglibconf.h"\
- ".\Source\Metadata\FreeImageTag.h"\
- ".\Source\Utilities.h"\
- ".\source\zlib\zconf.h"\
- ".\source\zlib\zlib.h"\
-
-
-.\Source\FreeImage\Conversion.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Quantizers.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\Conversion16_555.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\Conversion16_565.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\Conversion24.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\Conversion32.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\Conversion4.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\Conversion8.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\ConversionFloat.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\ConversionRGB16.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\ConversionRGBF.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\ConversionType.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\ConversionUINT16.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\Halftoning.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImageToolkit\MultigridPoissonSolver.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\ToneMapping.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\tmoColorConvert.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\ToneMapping.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\tmoDrago03.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\ToneMapping.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\tmoFattal02.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\ToneMapping.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\tmoReinhard05.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\ToneMapping.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\ToneMapping.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\NNQuantizer.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Quantizers.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\WuQuantizer.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Quantizers.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\CacheFile.cpp : \
- ".\Source\CacheFile.h"\
- ".\SOURCE\FreeImage.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\MultiPage.cpp : \
- ".\Source\CacheFile.h"\
- ".\SOURCE\FreeImage.h"\
- ".\Source\FreeImageIO.h"\
- ".\Source\Plugin.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\ZLibInterface.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Utilities.h"\
- ".\source\zlib\zconf.h"\
- ".\source\zlib\zlib.h"\
- ".\source\zlib\zutil.h"\
-
-
-.\Source\Metadata\Exif.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Metadata\FreeImageTag.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\Metadata\FIRational.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Metadata\FIRational.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\Metadata\FreeImageTag.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Metadata\FreeImageTag.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\Metadata\IPTC.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Metadata\FreeImageTag.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\Metadata\TagConversion.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Metadata\FIRational.h"\
- ".\Source\Metadata\FreeImageTag.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\Metadata\TagLib.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Metadata\FreeImageTag.h"\
- ".\Source\Utilities.h"\
-
-
-.\Miranda\main.cpp : \
- "..\..\include\m_clui.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_png.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\Source\LibPNG\png.h"\
- ".\Source\LibPNG\pngconf.h"\
- ".\source\libpng\pnglibconf.h"\
-
-
-.\Source\LibJPEG\jaricom.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jcapimin.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jcapistd.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jcarith.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jccoefct.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jccolor.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jcdctmgr.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jdct.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jchuff.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jcinit.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jcmainct.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jcmarker.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jcmaster.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jcomapi.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jcparam.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jcprepct.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jcsample.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jctrans.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jdapimin.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jdapistd.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jdarith.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jdatadst.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jdatasrc.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jdcoefct.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jdcolor.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jddctmgr.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jdct.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jdhuff.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jdinput.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jdmainct.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jdmarker.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jdmaster.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jdmerge.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jdpostct.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jdsample.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jdtrans.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jerror.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpeglib.h"\
- ".\Source\LibJPEG\jversion.h"\
-
-
-.\Source\LibJPEG\jfdctflt.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jdct.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jfdctfst.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jdct.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jfdctint.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jdct.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jidctflt.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jdct.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jidctfst.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jdct.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jidctint.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jdct.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jmemmgr.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmemsys.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jmemnobs.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmemsys.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jquant1.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jquant2.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\jutils.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
-
-
-.\Source\LibJPEG\transupp.c : \
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpegint.h"\
- ".\Source\LibJPEG\jpeglib.h"\
- ".\Source\LibJPEG\transupp.h"\
-
-
-.\Source\LibPNG\png.c : \
- ".\Source\LibPNG\png.h"\
- ".\Source\LibPNG\pngconf.h"\
- ".\source\libpng\pngdebug.h"\
- ".\source\libpng\pnginfo.h"\
- ".\source\libpng\pnglibconf.h"\
- ".\Source\LibPNG\pngpriv.h"\
- ".\source\libpng\pngstruct.h"\
- ".\source\zlib\zconf.h"\
- ".\source\zlib\zlib.h"\
-
-
-.\Source\LibPNG\pngerror.c : \
- ".\Source\LibPNG\png.h"\
- ".\Source\LibPNG\pngconf.h"\
- ".\source\libpng\pngdebug.h"\
- ".\source\libpng\pnginfo.h"\
- ".\source\libpng\pnglibconf.h"\
- ".\Source\LibPNG\pngpriv.h"\
- ".\source\libpng\pngstruct.h"\
- ".\source\zlib\zconf.h"\
- ".\source\zlib\zlib.h"\
-
-
-.\Source\LibPNG\pngget.c : \
- ".\Source\LibPNG\png.h"\
- ".\Source\LibPNG\pngconf.h"\
- ".\source\libpng\pngdebug.h"\
- ".\source\libpng\pnginfo.h"\
- ".\source\libpng\pnglibconf.h"\
- ".\Source\LibPNG\pngpriv.h"\
- ".\source\libpng\pngstruct.h"\
- ".\source\zlib\zconf.h"\
- ".\source\zlib\zlib.h"\
-
-
-.\Source\LibPNG\pngmem.c : \
- ".\Source\LibPNG\png.h"\
- ".\Source\LibPNG\pngconf.h"\
- ".\source\libpng\pngdebug.h"\
- ".\source\libpng\pnginfo.h"\
- ".\source\libpng\pnglibconf.h"\
- ".\Source\LibPNG\pngpriv.h"\
- ".\source\libpng\pngstruct.h"\
- ".\source\zlib\zconf.h"\
- ".\source\zlib\zlib.h"\
-
-
-.\Source\LibPNG\pngpread.c : \
- ".\Source\LibPNG\png.h"\
- ".\Source\LibPNG\pngconf.h"\
- ".\source\libpng\pngdebug.h"\
- ".\source\libpng\pnginfo.h"\
- ".\source\libpng\pnglibconf.h"\
- ".\Source\LibPNG\pngpriv.h"\
- ".\source\libpng\pngstruct.h"\
- ".\source\zlib\zconf.h"\
- ".\source\zlib\zlib.h"\
-
-
-.\Source\LibPNG\pngread.c : \
- ".\Source\LibPNG\png.h"\
- ".\Source\LibPNG\pngconf.h"\
- ".\source\libpng\pngdebug.h"\
- ".\source\libpng\pnginfo.h"\
- ".\source\libpng\pnglibconf.h"\
- ".\Source\LibPNG\pngpriv.h"\
- ".\source\libpng\pngstruct.h"\
- ".\source\zlib\zconf.h"\
- ".\source\zlib\zlib.h"\
-
-
-.\Source\LibPNG\pngrio.c : \
- ".\Source\LibPNG\png.h"\
- ".\Source\LibPNG\pngconf.h"\
- ".\source\libpng\pngdebug.h"\
- ".\source\libpng\pnginfo.h"\
- ".\source\libpng\pnglibconf.h"\
- ".\Source\LibPNG\pngpriv.h"\
- ".\source\libpng\pngstruct.h"\
- ".\source\zlib\zconf.h"\
- ".\source\zlib\zlib.h"\
-
-
-.\Source\LibPNG\pngrtran.c : \
- ".\Source\LibPNG\png.h"\
- ".\Source\LibPNG\pngconf.h"\
- ".\source\libpng\pngdebug.h"\
- ".\source\libpng\pnginfo.h"\
- ".\source\libpng\pnglibconf.h"\
- ".\Source\LibPNG\pngpriv.h"\
- ".\source\libpng\pngstruct.h"\
- ".\source\zlib\zconf.h"\
- ".\source\zlib\zlib.h"\
-
-
-.\Source\LibPNG\pngrutil.c : \
- ".\Source\LibPNG\png.h"\
- ".\Source\LibPNG\pngconf.h"\
- ".\source\libpng\pngdebug.h"\
- ".\source\libpng\pnginfo.h"\
- ".\source\libpng\pnglibconf.h"\
- ".\Source\LibPNG\pngpriv.h"\
- ".\source\libpng\pngstruct.h"\
- ".\source\zlib\zconf.h"\
- ".\source\zlib\zlib.h"\
-
-
-.\Source\LibPNG\pngset.c : \
- ".\Source\LibPNG\png.h"\
- ".\Source\LibPNG\pngconf.h"\
- ".\source\libpng\pngdebug.h"\
- ".\source\libpng\pnginfo.h"\
- ".\source\libpng\pnglibconf.h"\
- ".\Source\LibPNG\pngpriv.h"\
- ".\source\libpng\pngstruct.h"\
- ".\source\zlib\zconf.h"\
- ".\source\zlib\zlib.h"\
-
-
-.\Source\LibPNG\pngtrans.c : \
- ".\Source\LibPNG\png.h"\
- ".\Source\LibPNG\pngconf.h"\
- ".\source\libpng\pngdebug.h"\
- ".\source\libpng\pnginfo.h"\
- ".\source\libpng\pnglibconf.h"\
- ".\Source\LibPNG\pngpriv.h"\
- ".\source\libpng\pngstruct.h"\
- ".\source\zlib\zconf.h"\
- ".\source\zlib\zlib.h"\
-
-
-.\Source\LibPNG\pngwio.c : \
- ".\Source\LibPNG\png.h"\
- ".\Source\LibPNG\pngconf.h"\
- ".\source\libpng\pngdebug.h"\
- ".\source\libpng\pnginfo.h"\
- ".\source\libpng\pnglibconf.h"\
- ".\Source\LibPNG\pngpriv.h"\
- ".\source\libpng\pngstruct.h"\
- ".\source\zlib\zconf.h"\
- ".\source\zlib\zlib.h"\
-
-
-.\Source\LibPNG\pngwrite.c : \
- ".\Source\LibPNG\png.h"\
- ".\Source\LibPNG\pngconf.h"\
- ".\source\libpng\pngdebug.h"\
- ".\source\libpng\pnginfo.h"\
- ".\source\libpng\pnglibconf.h"\
- ".\Source\LibPNG\pngpriv.h"\
- ".\source\libpng\pngstruct.h"\
- ".\source\zlib\zconf.h"\
- ".\source\zlib\zlib.h"\
-
-
-.\Source\LibPNG\pngwtran.c : \
- ".\Source\LibPNG\png.h"\
- ".\Source\LibPNG\pngconf.h"\
- ".\source\libpng\pngdebug.h"\
- ".\source\libpng\pnginfo.h"\
- ".\source\libpng\pnglibconf.h"\
- ".\Source\LibPNG\pngpriv.h"\
- ".\source\libpng\pngstruct.h"\
- ".\source\zlib\zconf.h"\
- ".\source\zlib\zlib.h"\
-
-
-.\Source\LibPNG\pngwutil.c : \
- ".\Source\LibPNG\png.h"\
- ".\Source\LibPNG\pngconf.h"\
- ".\source\libpng\pngdebug.h"\
- ".\source\libpng\pnginfo.h"\
- ".\source\libpng\pnglibconf.h"\
- ".\Source\LibPNG\pngpriv.h"\
- ".\source\libpng\pngstruct.h"\
- ".\source\zlib\zconf.h"\
- ".\source\zlib\zlib.h"\
-
-
-.\Source\FreeImage\BitmapAccess.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\FreeImageIO.h"\
- ".\Source\Metadata\FreeImageTag.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\ColorLookup.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\FreeImage.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\FreeImageC.c : \
- ".\SOURCE\FreeImage.h"\
-
-
-.\Source\FreeImage\FreeImageIO.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\FreeImageIO.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\GetType.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\FreeImageIO.h"\
- ".\Source\Plugin.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\MemoryIO.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\FreeImageIO.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImage\PixelAccess.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImageToolkit\BSplineRotate.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImageToolkit\Channels.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImageToolkit\ClassicRotate.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImageToolkit\Colors.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImageToolkit\CopyPaste.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImageToolkit\Display.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImageToolkit\Flip.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImageToolkit\JPEGTransform.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\Source\LibJPEG\jconfig.h"\
- ".\Source\LibJPEG\jerror.h"\
- ".\Source\LibJPEG\jinclude.h"\
- ".\Source\LibJPEG\jmorecfg.h"\
- ".\Source\LibJPEG\jpeglib.h"\
- ".\Source\LibJPEG\transupp.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImageToolkit\Rescale.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\source\freeimagetoolkit\filters.h"\
- ".\Source\FreeImageToolkit\Resize.h"\
- ".\Source\Utilities.h"\
-
-
-.\Source\FreeImageToolkit\Resize.cpp : \
- ".\SOURCE\FreeImage.h"\
- ".\source\freeimagetoolkit\filters.h"\
- ".\Source\FreeImageToolkit\Resize.h"\
- ".\Source\Utilities.h"\
-
diff --git a/plugins/freeimage/FreeImage.dsp b/plugins/freeimage/FreeImage.dsp deleted file mode 100644 index 8cd8ddd301..0000000000 --- a/plugins/freeimage/FreeImage.dsp +++ /dev/null @@ -1,734 +0,0 @@ -# Microsoft Developer Studio Project File - Name="FreeImage" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-CFG=FreeImage - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "FreeImage.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "FreeImage.mak" CFG="FreeImage - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "FreeImage - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "FreeImage - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 1
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FREEIMAGE_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /GX /Zi /O1 /I "Source" /I "Source\ZLib" /I "..\..\include" /I "..\zlib" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FREEIMAGE_EXPORTS" /FD /c
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /i "..\..\include" /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
-# ADD LINK32 ..\zlib\Release\zlib.lib kernel32.lib user32.lib gdi32.lib /nologo /base:"0x5130000" /dll /debug /machine:I386 /out:"../../bin/release/plugins/advaimg.dll" /opt:NOWIN98
-# SUBTRACT LINK32 /pdb:none /nodefaultlib
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FREEIMAGE_EXPORTS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "Source" /I "Source\ZLib" /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FREEIMAGE_EXPORTS" /FR /FD /GZ /c
-# SUBTRACT CPP /YX
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /i "..\..\include" /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 ..\zlib\Release\zlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"../../bin/debug/plugins/advaimg.dll" /pdbtype:sept
-# SUBTRACT LINK32 /incremental:no
-
-!ENDIF
-
-# Begin Target
-
-# Name "FreeImage - Win32 Release"
-# Name "FreeImage - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Group "Plugins"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\Plugin.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\PluginBMP.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\PluginCUT.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\PluginGIF.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\PluginICO.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\PluginJPEG.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\PluginPNG.cpp
-# End Source File
-# End Group
-# Begin Group "Conversion"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\Conversion.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\Conversion16_555.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\Conversion16_565.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\Conversion24.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\Conversion32.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\Conversion4.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\Conversion8.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\ConversionFloat.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\ConversionRGB16.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\ConversionRGBF.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\ConversionType.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\ConversionUINT16.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\Halftoning.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImageToolkit\MultigridPoissonSolver.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\tmoColorConvert.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\tmoDrago03.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\tmoFattal02.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\tmoReinhard05.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\ToneMapping.cpp
-# End Source File
-# End Group
-# Begin Group "Quantizers"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\NNQuantizer.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\WuQuantizer.cpp
-# End Source File
-# End Group
-# Begin Group "MultiPaging"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\CacheFile.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\MultiPage.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\ZLibInterface.cpp
-# End Source File
-# End Group
-# Begin Group "Metadata"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\Source\Metadata\Exif.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\Metadata\FIRational.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\Metadata\FreeImageTag.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\Metadata\IPTC.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\Metadata\TagConversion.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\Metadata\TagLib.cpp
-# End Source File
-# End Group
-# Begin Group "Miranda"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\Miranda\main.cpp
-# End Source File
-# End Group
-# Begin Group "LibJPEG"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jaricom.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jcapimin.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jcapistd.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jcarith.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jccoefct.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jccolor.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jcdctmgr.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jchuff.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jchuff.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jcinit.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jcmainct.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jcmarker.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jcmaster.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jcomapi.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jconfig.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jcparam.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jcprepct.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jcsample.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jctrans.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jdapimin.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jdapistd.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jdarith.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jdatadst.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jdatasrc.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jdcoefct.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jdcolor.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jdct.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jddctmgr.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jdhuff.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jdhuff.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jdinput.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jdmainct.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jdmarker.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jdmaster.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jdmerge.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jdpostct.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jdsample.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jdtrans.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jerror.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jerror.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jfdctflt.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jfdctfst.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jfdctint.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jidctflt.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jidctfst.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jidctint.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jinclude.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jmemmgr.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jmemnobs.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jmemsys.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jmorecfg.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jpegint.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jpeglib.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jquant1.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jquant2.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jutils.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\jversion.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\transupp.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibJPEG\transupp.h
-# End Source File
-# End Group
-# Begin Group "LibPNG"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\Source\LibPNG\png.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibPNG\png.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibPNG\pngconf.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibPNG\pngerror.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibPNG\pngget.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibPNG\pngmem.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibPNG\pngpread.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibPNG\pngpriv.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibPNG\pngread.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibPNG\pngrio.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibPNG\pngrtran.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibPNG\pngrutil.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibPNG\pngset.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibPNG\pngtrans.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibPNG\pngwio.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibPNG\pngwrite.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibPNG\pngwtran.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\LibPNG\pngwutil.c
-# End Source File
-# End Group
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\BitmapAccess.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\ColorLookup.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\FreeImage.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\FreeImage.rc
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\FreeImageC.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\FreeImageIO.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\GetType.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\MemoryIO.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImage\PixelAccess.cpp
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\Source\CacheFile.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\Metadata\FIRational.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\SOURCE\FreeImage.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImageIO.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\Metadata\FreeImageTag.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Miranda\include\m_freeimage.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\include\m_imgsrvc.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\Plugin.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\Quantizers.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\ToneMapping.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\Utilities.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Miranda\version.h
-# End Source File
-# End Group
-# Begin Group "Toolkit Files"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\Source\FreeImageToolkit\BSplineRotate.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImageToolkit\Channels.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImageToolkit\ClassicRotate.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImageToolkit\Colors.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImageToolkit\CopyPaste.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImageToolkit\Display.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImageToolkit\Flip.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImageToolkit\JPEGTransform.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImageToolkit\Rescale.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImageToolkit\Resize.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Source\FreeImageToolkit\Resize.h
-# End Source File
-# End Group
-# Begin Source File
-
-SOURCE=.\Todo.txt
-# End Source File
-# Begin Source File
-
-SOURCE=.\Whatsnew.txt
-# End Source File
-# End Target
-# End Project
diff --git a/plugins/freeimage/FreeImage.dsw b/plugins/freeimage/FreeImage.dsw deleted file mode 100644 index 6effa725df..0000000000 --- a/plugins/freeimage/FreeImage.dsw +++ /dev/null @@ -1,83 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-
-###############################################################################
-
-Project: "FreeImage"=".\FreeImage.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
- Begin Project Dependency
- Project_Dep_Name LibJPEG
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name LibPNG
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name ZLib
- End Project Dependency
-}}}
-
-###############################################################################
-
-Project: "FreeImageLib"=".\SOURCE\FreeImageLib\FreeImageLib.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
- Begin Project Dependency
- Project_Dep_Name LibJPEG
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name LibPNG
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name ZLib
- End Project Dependency
-}}}
-
-###############################################################################
-
-Project: "LibJPEG"=".\Source\LibJPEG\LibJPEG.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "LibPNG"=".\Source\LibPNG\LibPNG.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
-
diff --git a/plugins/freeimage/FreeImage.mak b/plugins/freeimage/FreeImage.mak deleted file mode 100644 index 1f9351a889..0000000000 --- a/plugins/freeimage/FreeImage.mak +++ /dev/null @@ -1,3082 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on FreeImage.dsp
-!IF "$(CFG)" == ""
-CFG=FreeImage - Win32 Debug
-!MESSAGE No configuration specified. Defaulting to FreeImage - Win32 Debug.
-!ENDIF
-
-!IF "$(CFG)" != "FreeImage - Win32 Release" && "$(CFG)" != "FreeImage - Win32 Debug"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "FreeImage.mak" CFG="FreeImage - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "FreeImage - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "FreeImage - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-!ERROR An invalid configuration is specified.
-!ENDIF
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE
-NULL=nul
-!ENDIF
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-OUTDIR=.\Release
-INTDIR=.\Release
-
-!IF "$(RECURSE)" == "0"
-
-ALL : "..\..\bin\release\plugins\advaimg.dll"
-
-!ELSE
-
-ALL : "zlib - Win32 Release" "..\..\bin\release\plugins\advaimg.dll"
-
-!ENDIF
-
-!IF "$(RECURSE)" == "1"
-CLEAN :"zlib - Win32 ReleaseCLEAN"
-!ELSE
-CLEAN :
-!ENDIF
- -@erase "$(INTDIR)\BitmapAccess.obj"
- -@erase "$(INTDIR)\BSplineRotate.obj"
- -@erase "$(INTDIR)\CacheFile.obj"
- -@erase "$(INTDIR)\Channels.obj"
- -@erase "$(INTDIR)\ClassicRotate.obj"
- -@erase "$(INTDIR)\ColorLookup.obj"
- -@erase "$(INTDIR)\Colors.obj"
- -@erase "$(INTDIR)\Conversion.obj"
- -@erase "$(INTDIR)\Conversion16_555.obj"
- -@erase "$(INTDIR)\Conversion16_565.obj"
- -@erase "$(INTDIR)\Conversion24.obj"
- -@erase "$(INTDIR)\Conversion32.obj"
- -@erase "$(INTDIR)\Conversion4.obj"
- -@erase "$(INTDIR)\Conversion8.obj"
- -@erase "$(INTDIR)\ConversionFloat.obj"
- -@erase "$(INTDIR)\ConversionRGB16.obj"
- -@erase "$(INTDIR)\ConversionRGBF.obj"
- -@erase "$(INTDIR)\ConversionType.obj"
- -@erase "$(INTDIR)\ConversionUINT16.obj"
- -@erase "$(INTDIR)\CopyPaste.obj"
- -@erase "$(INTDIR)\Display.obj"
- -@erase "$(INTDIR)\Exif.obj"
- -@erase "$(INTDIR)\FIRational.obj"
- -@erase "$(INTDIR)\Flip.obj"
- -@erase "$(INTDIR)\FreeImage.obj"
- -@erase "$(INTDIR)\FreeImage.res"
- -@erase "$(INTDIR)\FreeImageC.obj"
- -@erase "$(INTDIR)\FreeImageIO.obj"
- -@erase "$(INTDIR)\FreeImageTag.obj"
- -@erase "$(INTDIR)\GetType.obj"
- -@erase "$(INTDIR)\Halftoning.obj"
- -@erase "$(INTDIR)\IPTC.obj"
- -@erase "$(INTDIR)\jaricom.obj"
- -@erase "$(INTDIR)\jcapimin.obj"
- -@erase "$(INTDIR)\jcapistd.obj"
- -@erase "$(INTDIR)\jcarith.obj"
- -@erase "$(INTDIR)\jccoefct.obj"
- -@erase "$(INTDIR)\jccolor.obj"
- -@erase "$(INTDIR)\jcdctmgr.obj"
- -@erase "$(INTDIR)\jchuff.obj"
- -@erase "$(INTDIR)\jcinit.obj"
- -@erase "$(INTDIR)\jcmainct.obj"
- -@erase "$(INTDIR)\jcmarker.obj"
- -@erase "$(INTDIR)\jcmaster.obj"
- -@erase "$(INTDIR)\jcomapi.obj"
- -@erase "$(INTDIR)\jcparam.obj"
- -@erase "$(INTDIR)\jcprepct.obj"
- -@erase "$(INTDIR)\jcsample.obj"
- -@erase "$(INTDIR)\jctrans.obj"
- -@erase "$(INTDIR)\jdapimin.obj"
- -@erase "$(INTDIR)\jdapistd.obj"
- -@erase "$(INTDIR)\jdarith.obj"
- -@erase "$(INTDIR)\jdatadst.obj"
- -@erase "$(INTDIR)\jdatasrc.obj"
- -@erase "$(INTDIR)\jdcoefct.obj"
- -@erase "$(INTDIR)\jdcolor.obj"
- -@erase "$(INTDIR)\jddctmgr.obj"
- -@erase "$(INTDIR)\jdhuff.obj"
- -@erase "$(INTDIR)\jdinput.obj"
- -@erase "$(INTDIR)\jdmainct.obj"
- -@erase "$(INTDIR)\jdmarker.obj"
- -@erase "$(INTDIR)\jdmaster.obj"
- -@erase "$(INTDIR)\jdmerge.obj"
- -@erase "$(INTDIR)\jdpostct.obj"
- -@erase "$(INTDIR)\jdsample.obj"
- -@erase "$(INTDIR)\jdtrans.obj"
- -@erase "$(INTDIR)\jerror.obj"
- -@erase "$(INTDIR)\jfdctflt.obj"
- -@erase "$(INTDIR)\jfdctfst.obj"
- -@erase "$(INTDIR)\jfdctint.obj"
- -@erase "$(INTDIR)\jidctflt.obj"
- -@erase "$(INTDIR)\jidctfst.obj"
- -@erase "$(INTDIR)\jidctint.obj"
- -@erase "$(INTDIR)\jmemmgr.obj"
- -@erase "$(INTDIR)\jmemnobs.obj"
- -@erase "$(INTDIR)\JPEGTransform.obj"
- -@erase "$(INTDIR)\jquant1.obj"
- -@erase "$(INTDIR)\jquant2.obj"
- -@erase "$(INTDIR)\jutils.obj"
- -@erase "$(INTDIR)\main.obj"
- -@erase "$(INTDIR)\MemoryIO.obj"
- -@erase "$(INTDIR)\MultigridPoissonSolver.obj"
- -@erase "$(INTDIR)\MultiPage.obj"
- -@erase "$(INTDIR)\NNQuantizer.obj"
- -@erase "$(INTDIR)\PixelAccess.obj"
- -@erase "$(INTDIR)\Plugin.obj"
- -@erase "$(INTDIR)\PluginBMP.obj"
- -@erase "$(INTDIR)\PluginCUT.obj"
- -@erase "$(INTDIR)\PluginGIF.obj"
- -@erase "$(INTDIR)\PluginICO.obj"
- -@erase "$(INTDIR)\PluginJPEG.obj"
- -@erase "$(INTDIR)\PluginPNG.obj"
- -@erase "$(INTDIR)\png.obj"
- -@erase "$(INTDIR)\pngerror.obj"
- -@erase "$(INTDIR)\pngget.obj"
- -@erase "$(INTDIR)\pngmem.obj"
- -@erase "$(INTDIR)\pngpread.obj"
- -@erase "$(INTDIR)\pngread.obj"
- -@erase "$(INTDIR)\pngrio.obj"
- -@erase "$(INTDIR)\pngrtran.obj"
- -@erase "$(INTDIR)\pngrutil.obj"
- -@erase "$(INTDIR)\pngset.obj"
- -@erase "$(INTDIR)\pngtrans.obj"
- -@erase "$(INTDIR)\pngwio.obj"
- -@erase "$(INTDIR)\pngwrite.obj"
- -@erase "$(INTDIR)\pngwtran.obj"
- -@erase "$(INTDIR)\pngwutil.obj"
- -@erase "$(INTDIR)\Rescale.obj"
- -@erase "$(INTDIR)\Resize.obj"
- -@erase "$(INTDIR)\TagConversion.obj"
- -@erase "$(INTDIR)\TagLib.obj"
- -@erase "$(INTDIR)\tmoColorConvert.obj"
- -@erase "$(INTDIR)\tmoDrago03.obj"
- -@erase "$(INTDIR)\tmoFattal02.obj"
- -@erase "$(INTDIR)\tmoReinhard05.obj"
- -@erase "$(INTDIR)\ToneMapping.obj"
- -@erase "$(INTDIR)\transupp.obj"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(INTDIR)\WuQuantizer.obj"
- -@erase "$(INTDIR)\ZLibInterface.obj"
- -@erase "$(OUTDIR)\advaimg.exp"
- -@erase "$(OUTDIR)\advaimg.pdb"
- -@erase "..\..\bin\release\plugins\advaimg.dll"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP=cl.exe
-CPP_PROJ=/nologo /MT /W3 /GX /Zi /O1 /I "Source" /I "Source\ZLib" /I "..\..\include" /I "..\zlib" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FREEIMAGE_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-MTL=midl.exe
-MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
-RSC=rc.exe
-RSC_PROJ=/l 0x409 /fo"$(INTDIR)\FreeImage.res" /i "..\..\include" /d "NDEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\FreeImage.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=..\zlib\Release\zlib.lib kernel32.lib user32.lib gdi32.lib /nologo /base:"0x5130000" /dll /incremental:no /pdb:"$(OUTDIR)\advaimg.pdb" /debug /machine:I386 /out:"../../bin/release/plugins/advaimg.dll" /implib:"$(OUTDIR)\advaimg.lib" /opt:NOWIN98
-LINK32_OBJS= \
- "$(INTDIR)\Plugin.obj" \
- "$(INTDIR)\PluginBMP.obj" \
- "$(INTDIR)\PluginCUT.obj" \
- "$(INTDIR)\PluginGIF.obj" \
- "$(INTDIR)\PluginICO.obj" \
- "$(INTDIR)\PluginJPEG.obj" \
- "$(INTDIR)\PluginPNG.obj" \
- "$(INTDIR)\Conversion.obj" \
- "$(INTDIR)\Conversion16_555.obj" \
- "$(INTDIR)\Conversion16_565.obj" \
- "$(INTDIR)\Conversion24.obj" \
- "$(INTDIR)\Conversion32.obj" \
- "$(INTDIR)\Conversion4.obj" \
- "$(INTDIR)\Conversion8.obj" \
- "$(INTDIR)\ConversionFloat.obj" \
- "$(INTDIR)\ConversionRGB16.obj" \
- "$(INTDIR)\ConversionRGBF.obj" \
- "$(INTDIR)\ConversionType.obj" \
- "$(INTDIR)\ConversionUINT16.obj" \
- "$(INTDIR)\Halftoning.obj" \
- "$(INTDIR)\MultigridPoissonSolver.obj" \
- "$(INTDIR)\tmoColorConvert.obj" \
- "$(INTDIR)\tmoDrago03.obj" \
- "$(INTDIR)\tmoFattal02.obj" \
- "$(INTDIR)\tmoReinhard05.obj" \
- "$(INTDIR)\ToneMapping.obj" \
- "$(INTDIR)\NNQuantizer.obj" \
- "$(INTDIR)\WuQuantizer.obj" \
- "$(INTDIR)\CacheFile.obj" \
- "$(INTDIR)\MultiPage.obj" \
- "$(INTDIR)\ZLibInterface.obj" \
- "$(INTDIR)\Exif.obj" \
- "$(INTDIR)\FIRational.obj" \
- "$(INTDIR)\FreeImageTag.obj" \
- "$(INTDIR)\IPTC.obj" \
- "$(INTDIR)\TagConversion.obj" \
- "$(INTDIR)\TagLib.obj" \
- "$(INTDIR)\main.obj" \
- "$(INTDIR)\jaricom.obj" \
- "$(INTDIR)\jcapimin.obj" \
- "$(INTDIR)\jcapistd.obj" \
- "$(INTDIR)\jcarith.obj" \
- "$(INTDIR)\jccoefct.obj" \
- "$(INTDIR)\jccolor.obj" \
- "$(INTDIR)\jcdctmgr.obj" \
- "$(INTDIR)\jchuff.obj" \
- "$(INTDIR)\jcinit.obj" \
- "$(INTDIR)\jcmainct.obj" \
- "$(INTDIR)\jcmarker.obj" \
- "$(INTDIR)\jcmaster.obj" \
- "$(INTDIR)\jcomapi.obj" \
- "$(INTDIR)\jcparam.obj" \
- "$(INTDIR)\jcprepct.obj" \
- "$(INTDIR)\jcsample.obj" \
- "$(INTDIR)\jctrans.obj" \
- "$(INTDIR)\jdapimin.obj" \
- "$(INTDIR)\jdapistd.obj" \
- "$(INTDIR)\jdarith.obj" \
- "$(INTDIR)\jdatadst.obj" \
- "$(INTDIR)\jdatasrc.obj" \
- "$(INTDIR)\jdcoefct.obj" \
- "$(INTDIR)\jdcolor.obj" \
- "$(INTDIR)\jddctmgr.obj" \
- "$(INTDIR)\jdhuff.obj" \
- "$(INTDIR)\jdinput.obj" \
- "$(INTDIR)\jdmainct.obj" \
- "$(INTDIR)\jdmarker.obj" \
- "$(INTDIR)\jdmaster.obj" \
- "$(INTDIR)\jdmerge.obj" \
- "$(INTDIR)\jdpostct.obj" \
- "$(INTDIR)\jdsample.obj" \
- "$(INTDIR)\jdtrans.obj" \
- "$(INTDIR)\jerror.obj" \
- "$(INTDIR)\jfdctflt.obj" \
- "$(INTDIR)\jfdctfst.obj" \
- "$(INTDIR)\jfdctint.obj" \
- "$(INTDIR)\jidctflt.obj" \
- "$(INTDIR)\jidctfst.obj" \
- "$(INTDIR)\jidctint.obj" \
- "$(INTDIR)\jmemmgr.obj" \
- "$(INTDIR)\jmemnobs.obj" \
- "$(INTDIR)\jquant1.obj" \
- "$(INTDIR)\jquant2.obj" \
- "$(INTDIR)\jutils.obj" \
- "$(INTDIR)\transupp.obj" \
- "$(INTDIR)\png.obj" \
- "$(INTDIR)\pngerror.obj" \
- "$(INTDIR)\pngget.obj" \
- "$(INTDIR)\pngmem.obj" \
- "$(INTDIR)\pngpread.obj" \
- "$(INTDIR)\pngread.obj" \
- "$(INTDIR)\pngrio.obj" \
- "$(INTDIR)\pngrtran.obj" \
- "$(INTDIR)\pngrutil.obj" \
- "$(INTDIR)\pngset.obj" \
- "$(INTDIR)\pngtrans.obj" \
- "$(INTDIR)\pngwio.obj" \
- "$(INTDIR)\pngwrite.obj" \
- "$(INTDIR)\pngwtran.obj" \
- "$(INTDIR)\pngwutil.obj" \
- "$(INTDIR)\BitmapAccess.obj" \
- "$(INTDIR)\ColorLookup.obj" \
- "$(INTDIR)\FreeImage.obj" \
- "$(INTDIR)\FreeImageC.obj" \
- "$(INTDIR)\FreeImageIO.obj" \
- "$(INTDIR)\GetType.obj" \
- "$(INTDIR)\MemoryIO.obj" \
- "$(INTDIR)\PixelAccess.obj" \
- "$(INTDIR)\BSplineRotate.obj" \
- "$(INTDIR)\Channels.obj" \
- "$(INTDIR)\ClassicRotate.obj" \
- "$(INTDIR)\Colors.obj" \
- "$(INTDIR)\CopyPaste.obj" \
- "$(INTDIR)\Display.obj" \
- "$(INTDIR)\Flip.obj" \
- "$(INTDIR)\JPEGTransform.obj" \
- "$(INTDIR)\Rescale.obj" \
- "$(INTDIR)\Resize.obj" \
- "$(INTDIR)\FreeImage.res" \
- "..\zlib\Release\zlib.lib"
-
-"..\..\bin\release\plugins\advaimg.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-OUTDIR=.\Debug
-INTDIR=.\Debug
-# Begin Custom Macros
-OutDir=.\Debug
-# End Custom Macros
-
-!IF "$(RECURSE)" == "0"
-
-ALL : "..\..\bin\debug\plugins\advaimg.dll" "$(OUTDIR)\FreeImage.bsc"
-
-!ELSE
-
-ALL : "zlib - Win32 Debug" "..\..\bin\debug\plugins\advaimg.dll" "$(OUTDIR)\FreeImage.bsc"
-
-!ENDIF
-
-!IF "$(RECURSE)" == "1"
-CLEAN :"zlib - Win32 DebugCLEAN"
-!ELSE
-CLEAN :
-!ENDIF
- -@erase "$(INTDIR)\BitmapAccess.obj"
- -@erase "$(INTDIR)\BitmapAccess.sbr"
- -@erase "$(INTDIR)\BSplineRotate.obj"
- -@erase "$(INTDIR)\BSplineRotate.sbr"
- -@erase "$(INTDIR)\CacheFile.obj"
- -@erase "$(INTDIR)\CacheFile.sbr"
- -@erase "$(INTDIR)\Channels.obj"
- -@erase "$(INTDIR)\Channels.sbr"
- -@erase "$(INTDIR)\ClassicRotate.obj"
- -@erase "$(INTDIR)\ClassicRotate.sbr"
- -@erase "$(INTDIR)\ColorLookup.obj"
- -@erase "$(INTDIR)\ColorLookup.sbr"
- -@erase "$(INTDIR)\Colors.obj"
- -@erase "$(INTDIR)\Colors.sbr"
- -@erase "$(INTDIR)\Conversion.obj"
- -@erase "$(INTDIR)\Conversion.sbr"
- -@erase "$(INTDIR)\Conversion16_555.obj"
- -@erase "$(INTDIR)\Conversion16_555.sbr"
- -@erase "$(INTDIR)\Conversion16_565.obj"
- -@erase "$(INTDIR)\Conversion16_565.sbr"
- -@erase "$(INTDIR)\Conversion24.obj"
- -@erase "$(INTDIR)\Conversion24.sbr"
- -@erase "$(INTDIR)\Conversion32.obj"
- -@erase "$(INTDIR)\Conversion32.sbr"
- -@erase "$(INTDIR)\Conversion4.obj"
- -@erase "$(INTDIR)\Conversion4.sbr"
- -@erase "$(INTDIR)\Conversion8.obj"
- -@erase "$(INTDIR)\Conversion8.sbr"
- -@erase "$(INTDIR)\ConversionFloat.obj"
- -@erase "$(INTDIR)\ConversionFloat.sbr"
- -@erase "$(INTDIR)\ConversionRGB16.obj"
- -@erase "$(INTDIR)\ConversionRGB16.sbr"
- -@erase "$(INTDIR)\ConversionRGBF.obj"
- -@erase "$(INTDIR)\ConversionRGBF.sbr"
- -@erase "$(INTDIR)\ConversionType.obj"
- -@erase "$(INTDIR)\ConversionType.sbr"
- -@erase "$(INTDIR)\ConversionUINT16.obj"
- -@erase "$(INTDIR)\ConversionUINT16.sbr"
- -@erase "$(INTDIR)\CopyPaste.obj"
- -@erase "$(INTDIR)\CopyPaste.sbr"
- -@erase "$(INTDIR)\Display.obj"
- -@erase "$(INTDIR)\Display.sbr"
- -@erase "$(INTDIR)\Exif.obj"
- -@erase "$(INTDIR)\Exif.sbr"
- -@erase "$(INTDIR)\FIRational.obj"
- -@erase "$(INTDIR)\FIRational.sbr"
- -@erase "$(INTDIR)\Flip.obj"
- -@erase "$(INTDIR)\Flip.sbr"
- -@erase "$(INTDIR)\FreeImage.obj"
- -@erase "$(INTDIR)\FreeImage.res"
- -@erase "$(INTDIR)\FreeImage.sbr"
- -@erase "$(INTDIR)\FreeImageC.obj"
- -@erase "$(INTDIR)\FreeImageC.sbr"
- -@erase "$(INTDIR)\FreeImageIO.obj"
- -@erase "$(INTDIR)\FreeImageIO.sbr"
- -@erase "$(INTDIR)\FreeImageTag.obj"
- -@erase "$(INTDIR)\FreeImageTag.sbr"
- -@erase "$(INTDIR)\GetType.obj"
- -@erase "$(INTDIR)\GetType.sbr"
- -@erase "$(INTDIR)\Halftoning.obj"
- -@erase "$(INTDIR)\Halftoning.sbr"
- -@erase "$(INTDIR)\IPTC.obj"
- -@erase "$(INTDIR)\IPTC.sbr"
- -@erase "$(INTDIR)\jaricom.obj"
- -@erase "$(INTDIR)\jaricom.sbr"
- -@erase "$(INTDIR)\jcapimin.obj"
- -@erase "$(INTDIR)\jcapimin.sbr"
- -@erase "$(INTDIR)\jcapistd.obj"
- -@erase "$(INTDIR)\jcapistd.sbr"
- -@erase "$(INTDIR)\jcarith.obj"
- -@erase "$(INTDIR)\jcarith.sbr"
- -@erase "$(INTDIR)\jccoefct.obj"
- -@erase "$(INTDIR)\jccoefct.sbr"
- -@erase "$(INTDIR)\jccolor.obj"
- -@erase "$(INTDIR)\jccolor.sbr"
- -@erase "$(INTDIR)\jcdctmgr.obj"
- -@erase "$(INTDIR)\jcdctmgr.sbr"
- -@erase "$(INTDIR)\jchuff.obj"
- -@erase "$(INTDIR)\jchuff.sbr"
- -@erase "$(INTDIR)\jcinit.obj"
- -@erase "$(INTDIR)\jcinit.sbr"
- -@erase "$(INTDIR)\jcmainct.obj"
- -@erase "$(INTDIR)\jcmainct.sbr"
- -@erase "$(INTDIR)\jcmarker.obj"
- -@erase "$(INTDIR)\jcmarker.sbr"
- -@erase "$(INTDIR)\jcmaster.obj"
- -@erase "$(INTDIR)\jcmaster.sbr"
- -@erase "$(INTDIR)\jcomapi.obj"
- -@erase "$(INTDIR)\jcomapi.sbr"
- -@erase "$(INTDIR)\jcparam.obj"
- -@erase "$(INTDIR)\jcparam.sbr"
- -@erase "$(INTDIR)\jcprepct.obj"
- -@erase "$(INTDIR)\jcprepct.sbr"
- -@erase "$(INTDIR)\jcsample.obj"
- -@erase "$(INTDIR)\jcsample.sbr"
- -@erase "$(INTDIR)\jctrans.obj"
- -@erase "$(INTDIR)\jctrans.sbr"
- -@erase "$(INTDIR)\jdapimin.obj"
- -@erase "$(INTDIR)\jdapimin.sbr"
- -@erase "$(INTDIR)\jdapistd.obj"
- -@erase "$(INTDIR)\jdapistd.sbr"
- -@erase "$(INTDIR)\jdarith.obj"
- -@erase "$(INTDIR)\jdarith.sbr"
- -@erase "$(INTDIR)\jdatadst.obj"
- -@erase "$(INTDIR)\jdatadst.sbr"
- -@erase "$(INTDIR)\jdatasrc.obj"
- -@erase "$(INTDIR)\jdatasrc.sbr"
- -@erase "$(INTDIR)\jdcoefct.obj"
- -@erase "$(INTDIR)\jdcoefct.sbr"
- -@erase "$(INTDIR)\jdcolor.obj"
- -@erase "$(INTDIR)\jdcolor.sbr"
- -@erase "$(INTDIR)\jddctmgr.obj"
- -@erase "$(INTDIR)\jddctmgr.sbr"
- -@erase "$(INTDIR)\jdhuff.obj"
- -@erase "$(INTDIR)\jdhuff.sbr"
- -@erase "$(INTDIR)\jdinput.obj"
- -@erase "$(INTDIR)\jdinput.sbr"
- -@erase "$(INTDIR)\jdmainct.obj"
- -@erase "$(INTDIR)\jdmainct.sbr"
- -@erase "$(INTDIR)\jdmarker.obj"
- -@erase "$(INTDIR)\jdmarker.sbr"
- -@erase "$(INTDIR)\jdmaster.obj"
- -@erase "$(INTDIR)\jdmaster.sbr"
- -@erase "$(INTDIR)\jdmerge.obj"
- -@erase "$(INTDIR)\jdmerge.sbr"
- -@erase "$(INTDIR)\jdpostct.obj"
- -@erase "$(INTDIR)\jdpostct.sbr"
- -@erase "$(INTDIR)\jdsample.obj"
- -@erase "$(INTDIR)\jdsample.sbr"
- -@erase "$(INTDIR)\jdtrans.obj"
- -@erase "$(INTDIR)\jdtrans.sbr"
- -@erase "$(INTDIR)\jerror.obj"
- -@erase "$(INTDIR)\jerror.sbr"
- -@erase "$(INTDIR)\jfdctflt.obj"
- -@erase "$(INTDIR)\jfdctflt.sbr"
- -@erase "$(INTDIR)\jfdctfst.obj"
- -@erase "$(INTDIR)\jfdctfst.sbr"
- -@erase "$(INTDIR)\jfdctint.obj"
- -@erase "$(INTDIR)\jfdctint.sbr"
- -@erase "$(INTDIR)\jidctflt.obj"
- -@erase "$(INTDIR)\jidctflt.sbr"
- -@erase "$(INTDIR)\jidctfst.obj"
- -@erase "$(INTDIR)\jidctfst.sbr"
- -@erase "$(INTDIR)\jidctint.obj"
- -@erase "$(INTDIR)\jidctint.sbr"
- -@erase "$(INTDIR)\jmemmgr.obj"
- -@erase "$(INTDIR)\jmemmgr.sbr"
- -@erase "$(INTDIR)\jmemnobs.obj"
- -@erase "$(INTDIR)\jmemnobs.sbr"
- -@erase "$(INTDIR)\JPEGTransform.obj"
- -@erase "$(INTDIR)\JPEGTransform.sbr"
- -@erase "$(INTDIR)\jquant1.obj"
- -@erase "$(INTDIR)\jquant1.sbr"
- -@erase "$(INTDIR)\jquant2.obj"
- -@erase "$(INTDIR)\jquant2.sbr"
- -@erase "$(INTDIR)\jutils.obj"
- -@erase "$(INTDIR)\jutils.sbr"
- -@erase "$(INTDIR)\main.obj"
- -@erase "$(INTDIR)\main.sbr"
- -@erase "$(INTDIR)\MemoryIO.obj"
- -@erase "$(INTDIR)\MemoryIO.sbr"
- -@erase "$(INTDIR)\MultigridPoissonSolver.obj"
- -@erase "$(INTDIR)\MultigridPoissonSolver.sbr"
- -@erase "$(INTDIR)\MultiPage.obj"
- -@erase "$(INTDIR)\MultiPage.sbr"
- -@erase "$(INTDIR)\NNQuantizer.obj"
- -@erase "$(INTDIR)\NNQuantizer.sbr"
- -@erase "$(INTDIR)\PixelAccess.obj"
- -@erase "$(INTDIR)\PixelAccess.sbr"
- -@erase "$(INTDIR)\Plugin.obj"
- -@erase "$(INTDIR)\Plugin.sbr"
- -@erase "$(INTDIR)\PluginBMP.obj"
- -@erase "$(INTDIR)\PluginBMP.sbr"
- -@erase "$(INTDIR)\PluginCUT.obj"
- -@erase "$(INTDIR)\PluginCUT.sbr"
- -@erase "$(INTDIR)\PluginGIF.obj"
- -@erase "$(INTDIR)\PluginGIF.sbr"
- -@erase "$(INTDIR)\PluginICO.obj"
- -@erase "$(INTDIR)\PluginICO.sbr"
- -@erase "$(INTDIR)\PluginJPEG.obj"
- -@erase "$(INTDIR)\PluginJPEG.sbr"
- -@erase "$(INTDIR)\PluginPNG.obj"
- -@erase "$(INTDIR)\PluginPNG.sbr"
- -@erase "$(INTDIR)\png.obj"
- -@erase "$(INTDIR)\png.sbr"
- -@erase "$(INTDIR)\pngerror.obj"
- -@erase "$(INTDIR)\pngerror.sbr"
- -@erase "$(INTDIR)\pngget.obj"
- -@erase "$(INTDIR)\pngget.sbr"
- -@erase "$(INTDIR)\pngmem.obj"
- -@erase "$(INTDIR)\pngmem.sbr"
- -@erase "$(INTDIR)\pngpread.obj"
- -@erase "$(INTDIR)\pngpread.sbr"
- -@erase "$(INTDIR)\pngread.obj"
- -@erase "$(INTDIR)\pngread.sbr"
- -@erase "$(INTDIR)\pngrio.obj"
- -@erase "$(INTDIR)\pngrio.sbr"
- -@erase "$(INTDIR)\pngrtran.obj"
- -@erase "$(INTDIR)\pngrtran.sbr"
- -@erase "$(INTDIR)\pngrutil.obj"
- -@erase "$(INTDIR)\pngrutil.sbr"
- -@erase "$(INTDIR)\pngset.obj"
- -@erase "$(INTDIR)\pngset.sbr"
- -@erase "$(INTDIR)\pngtrans.obj"
- -@erase "$(INTDIR)\pngtrans.sbr"
- -@erase "$(INTDIR)\pngwio.obj"
- -@erase "$(INTDIR)\pngwio.sbr"
- -@erase "$(INTDIR)\pngwrite.obj"
- -@erase "$(INTDIR)\pngwrite.sbr"
- -@erase "$(INTDIR)\pngwtran.obj"
- -@erase "$(INTDIR)\pngwtran.sbr"
- -@erase "$(INTDIR)\pngwutil.obj"
- -@erase "$(INTDIR)\pngwutil.sbr"
- -@erase "$(INTDIR)\Rescale.obj"
- -@erase "$(INTDIR)\Rescale.sbr"
- -@erase "$(INTDIR)\Resize.obj"
- -@erase "$(INTDIR)\Resize.sbr"
- -@erase "$(INTDIR)\TagConversion.obj"
- -@erase "$(INTDIR)\TagConversion.sbr"
- -@erase "$(INTDIR)\TagLib.obj"
- -@erase "$(INTDIR)\TagLib.sbr"
- -@erase "$(INTDIR)\tmoColorConvert.obj"
- -@erase "$(INTDIR)\tmoColorConvert.sbr"
- -@erase "$(INTDIR)\tmoDrago03.obj"
- -@erase "$(INTDIR)\tmoDrago03.sbr"
- -@erase "$(INTDIR)\tmoFattal02.obj"
- -@erase "$(INTDIR)\tmoFattal02.sbr"
- -@erase "$(INTDIR)\tmoReinhard05.obj"
- -@erase "$(INTDIR)\tmoReinhard05.sbr"
- -@erase "$(INTDIR)\ToneMapping.obj"
- -@erase "$(INTDIR)\ToneMapping.sbr"
- -@erase "$(INTDIR)\transupp.obj"
- -@erase "$(INTDIR)\transupp.sbr"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(INTDIR)\WuQuantizer.obj"
- -@erase "$(INTDIR)\WuQuantizer.sbr"
- -@erase "$(INTDIR)\ZLibInterface.obj"
- -@erase "$(INTDIR)\ZLibInterface.sbr"
- -@erase "$(OUTDIR)\advaimg.exp"
- -@erase "$(OUTDIR)\advaimg.lib"
- -@erase "$(OUTDIR)\advaimg.pdb"
- -@erase "$(OUTDIR)\FreeImage.bsc"
- -@erase "..\..\bin\debug\plugins\advaimg.dll"
- -@erase "..\..\bin\debug\plugins\advaimg.ilk"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP=cl.exe
-CPP_PROJ=/nologo /MTd /W3 /Gm /GX /ZI /Od /I "Source" /I "Source\ZLib" /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FREEIMAGE_EXPORTS" /FR"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-MTL=midl.exe
-MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
-RSC=rc.exe
-RSC_PROJ=/l 0x409 /fo"$(INTDIR)\FreeImage.res" /i "..\..\include" /d "_DEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\FreeImage.bsc"
-BSC32_SBRS= \
- "$(INTDIR)\Plugin.sbr" \
- "$(INTDIR)\PluginBMP.sbr" \
- "$(INTDIR)\PluginCUT.sbr" \
- "$(INTDIR)\PluginGIF.sbr" \
- "$(INTDIR)\PluginICO.sbr" \
- "$(INTDIR)\PluginJPEG.sbr" \
- "$(INTDIR)\PluginPNG.sbr" \
- "$(INTDIR)\Conversion.sbr" \
- "$(INTDIR)\Conversion16_555.sbr" \
- "$(INTDIR)\Conversion16_565.sbr" \
- "$(INTDIR)\Conversion24.sbr" \
- "$(INTDIR)\Conversion32.sbr" \
- "$(INTDIR)\Conversion4.sbr" \
- "$(INTDIR)\Conversion8.sbr" \
- "$(INTDIR)\ConversionFloat.sbr" \
- "$(INTDIR)\ConversionRGB16.sbr" \
- "$(INTDIR)\ConversionRGBF.sbr" \
- "$(INTDIR)\ConversionType.sbr" \
- "$(INTDIR)\ConversionUINT16.sbr" \
- "$(INTDIR)\Halftoning.sbr" \
- "$(INTDIR)\MultigridPoissonSolver.sbr" \
- "$(INTDIR)\tmoColorConvert.sbr" \
- "$(INTDIR)\tmoDrago03.sbr" \
- "$(INTDIR)\tmoFattal02.sbr" \
- "$(INTDIR)\tmoReinhard05.sbr" \
- "$(INTDIR)\ToneMapping.sbr" \
- "$(INTDIR)\NNQuantizer.sbr" \
- "$(INTDIR)\WuQuantizer.sbr" \
- "$(INTDIR)\CacheFile.sbr" \
- "$(INTDIR)\MultiPage.sbr" \
- "$(INTDIR)\ZLibInterface.sbr" \
- "$(INTDIR)\Exif.sbr" \
- "$(INTDIR)\FIRational.sbr" \
- "$(INTDIR)\FreeImageTag.sbr" \
- "$(INTDIR)\IPTC.sbr" \
- "$(INTDIR)\TagConversion.sbr" \
- "$(INTDIR)\TagLib.sbr" \
- "$(INTDIR)\main.sbr" \
- "$(INTDIR)\jaricom.sbr" \
- "$(INTDIR)\jcapimin.sbr" \
- "$(INTDIR)\jcapistd.sbr" \
- "$(INTDIR)\jcarith.sbr" \
- "$(INTDIR)\jccoefct.sbr" \
- "$(INTDIR)\jccolor.sbr" \
- "$(INTDIR)\jcdctmgr.sbr" \
- "$(INTDIR)\jchuff.sbr" \
- "$(INTDIR)\jcinit.sbr" \
- "$(INTDIR)\jcmainct.sbr" \
- "$(INTDIR)\jcmarker.sbr" \
- "$(INTDIR)\jcmaster.sbr" \
- "$(INTDIR)\jcomapi.sbr" \
- "$(INTDIR)\jcparam.sbr" \
- "$(INTDIR)\jcprepct.sbr" \
- "$(INTDIR)\jcsample.sbr" \
- "$(INTDIR)\jctrans.sbr" \
- "$(INTDIR)\jdapimin.sbr" \
- "$(INTDIR)\jdapistd.sbr" \
- "$(INTDIR)\jdarith.sbr" \
- "$(INTDIR)\jdatadst.sbr" \
- "$(INTDIR)\jdatasrc.sbr" \
- "$(INTDIR)\jdcoefct.sbr" \
- "$(INTDIR)\jdcolor.sbr" \
- "$(INTDIR)\jddctmgr.sbr" \
- "$(INTDIR)\jdhuff.sbr" \
- "$(INTDIR)\jdinput.sbr" \
- "$(INTDIR)\jdmainct.sbr" \
- "$(INTDIR)\jdmarker.sbr" \
- "$(INTDIR)\jdmaster.sbr" \
- "$(INTDIR)\jdmerge.sbr" \
- "$(INTDIR)\jdpostct.sbr" \
- "$(INTDIR)\jdsample.sbr" \
- "$(INTDIR)\jdtrans.sbr" \
- "$(INTDIR)\jerror.sbr" \
- "$(INTDIR)\jfdctflt.sbr" \
- "$(INTDIR)\jfdctfst.sbr" \
- "$(INTDIR)\jfdctint.sbr" \
- "$(INTDIR)\jidctflt.sbr" \
- "$(INTDIR)\jidctfst.sbr" \
- "$(INTDIR)\jidctint.sbr" \
- "$(INTDIR)\jmemmgr.sbr" \
- "$(INTDIR)\jmemnobs.sbr" \
- "$(INTDIR)\jquant1.sbr" \
- "$(INTDIR)\jquant2.sbr" \
- "$(INTDIR)\jutils.sbr" \
- "$(INTDIR)\transupp.sbr" \
- "$(INTDIR)\png.sbr" \
- "$(INTDIR)\pngerror.sbr" \
- "$(INTDIR)\pngget.sbr" \
- "$(INTDIR)\pngmem.sbr" \
- "$(INTDIR)\pngpread.sbr" \
- "$(INTDIR)\pngread.sbr" \
- "$(INTDIR)\pngrio.sbr" \
- "$(INTDIR)\pngrtran.sbr" \
- "$(INTDIR)\pngrutil.sbr" \
- "$(INTDIR)\pngset.sbr" \
- "$(INTDIR)\pngtrans.sbr" \
- "$(INTDIR)\pngwio.sbr" \
- "$(INTDIR)\pngwrite.sbr" \
- "$(INTDIR)\pngwtran.sbr" \
- "$(INTDIR)\pngwutil.sbr" \
- "$(INTDIR)\BitmapAccess.sbr" \
- "$(INTDIR)\ColorLookup.sbr" \
- "$(INTDIR)\FreeImage.sbr" \
- "$(INTDIR)\FreeImageC.sbr" \
- "$(INTDIR)\FreeImageIO.sbr" \
- "$(INTDIR)\GetType.sbr" \
- "$(INTDIR)\MemoryIO.sbr" \
- "$(INTDIR)\PixelAccess.sbr" \
- "$(INTDIR)\BSplineRotate.sbr" \
- "$(INTDIR)\Channels.sbr" \
- "$(INTDIR)\ClassicRotate.sbr" \
- "$(INTDIR)\Colors.sbr" \
- "$(INTDIR)\CopyPaste.sbr" \
- "$(INTDIR)\Display.sbr" \
- "$(INTDIR)\Flip.sbr" \
- "$(INTDIR)\JPEGTransform.sbr" \
- "$(INTDIR)\Rescale.sbr" \
- "$(INTDIR)\Resize.sbr"
-
-"$(OUTDIR)\FreeImage.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
- $(BSC32) @<<
- $(BSC32_FLAGS) $(BSC32_SBRS)
-<<
-
-LINK32=link.exe
-LINK32_FLAGS=..\zlib\Release\zlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /pdb:"$(OUTDIR)\advaimg.pdb" /debug /machine:I386 /out:"../../bin/debug/plugins/advaimg.dll" /implib:"$(OUTDIR)\advaimg.lib" /pdbtype:sept
-LINK32_OBJS= \
- "$(INTDIR)\Plugin.obj" \
- "$(INTDIR)\PluginBMP.obj" \
- "$(INTDIR)\PluginCUT.obj" \
- "$(INTDIR)\PluginGIF.obj" \
- "$(INTDIR)\PluginICO.obj" \
- "$(INTDIR)\PluginJPEG.obj" \
- "$(INTDIR)\PluginPNG.obj" \
- "$(INTDIR)\Conversion.obj" \
- "$(INTDIR)\Conversion16_555.obj" \
- "$(INTDIR)\Conversion16_565.obj" \
- "$(INTDIR)\Conversion24.obj" \
- "$(INTDIR)\Conversion32.obj" \
- "$(INTDIR)\Conversion4.obj" \
- "$(INTDIR)\Conversion8.obj" \
- "$(INTDIR)\ConversionFloat.obj" \
- "$(INTDIR)\ConversionRGB16.obj" \
- "$(INTDIR)\ConversionRGBF.obj" \
- "$(INTDIR)\ConversionType.obj" \
- "$(INTDIR)\ConversionUINT16.obj" \
- "$(INTDIR)\Halftoning.obj" \
- "$(INTDIR)\MultigridPoissonSolver.obj" \
- "$(INTDIR)\tmoColorConvert.obj" \
- "$(INTDIR)\tmoDrago03.obj" \
- "$(INTDIR)\tmoFattal02.obj" \
- "$(INTDIR)\tmoReinhard05.obj" \
- "$(INTDIR)\ToneMapping.obj" \
- "$(INTDIR)\NNQuantizer.obj" \
- "$(INTDIR)\WuQuantizer.obj" \
- "$(INTDIR)\CacheFile.obj" \
- "$(INTDIR)\MultiPage.obj" \
- "$(INTDIR)\ZLibInterface.obj" \
- "$(INTDIR)\Exif.obj" \
- "$(INTDIR)\FIRational.obj" \
- "$(INTDIR)\FreeImageTag.obj" \
- "$(INTDIR)\IPTC.obj" \
- "$(INTDIR)\TagConversion.obj" \
- "$(INTDIR)\TagLib.obj" \
- "$(INTDIR)\main.obj" \
- "$(INTDIR)\jaricom.obj" \
- "$(INTDIR)\jcapimin.obj" \
- "$(INTDIR)\jcapistd.obj" \
- "$(INTDIR)\jcarith.obj" \
- "$(INTDIR)\jccoefct.obj" \
- "$(INTDIR)\jccolor.obj" \
- "$(INTDIR)\jcdctmgr.obj" \
- "$(INTDIR)\jchuff.obj" \
- "$(INTDIR)\jcinit.obj" \
- "$(INTDIR)\jcmainct.obj" \
- "$(INTDIR)\jcmarker.obj" \
- "$(INTDIR)\jcmaster.obj" \
- "$(INTDIR)\jcomapi.obj" \
- "$(INTDIR)\jcparam.obj" \
- "$(INTDIR)\jcprepct.obj" \
- "$(INTDIR)\jcsample.obj" \
- "$(INTDIR)\jctrans.obj" \
- "$(INTDIR)\jdapimin.obj" \
- "$(INTDIR)\jdapistd.obj" \
- "$(INTDIR)\jdarith.obj" \
- "$(INTDIR)\jdatadst.obj" \
- "$(INTDIR)\jdatasrc.obj" \
- "$(INTDIR)\jdcoefct.obj" \
- "$(INTDIR)\jdcolor.obj" \
- "$(INTDIR)\jddctmgr.obj" \
- "$(INTDIR)\jdhuff.obj" \
- "$(INTDIR)\jdinput.obj" \
- "$(INTDIR)\jdmainct.obj" \
- "$(INTDIR)\jdmarker.obj" \
- "$(INTDIR)\jdmaster.obj" \
- "$(INTDIR)\jdmerge.obj" \
- "$(INTDIR)\jdpostct.obj" \
- "$(INTDIR)\jdsample.obj" \
- "$(INTDIR)\jdtrans.obj" \
- "$(INTDIR)\jerror.obj" \
- "$(INTDIR)\jfdctflt.obj" \
- "$(INTDIR)\jfdctfst.obj" \
- "$(INTDIR)\jfdctint.obj" \
- "$(INTDIR)\jidctflt.obj" \
- "$(INTDIR)\jidctfst.obj" \
- "$(INTDIR)\jidctint.obj" \
- "$(INTDIR)\jmemmgr.obj" \
- "$(INTDIR)\jmemnobs.obj" \
- "$(INTDIR)\jquant1.obj" \
- "$(INTDIR)\jquant2.obj" \
- "$(INTDIR)\jutils.obj" \
- "$(INTDIR)\transupp.obj" \
- "$(INTDIR)\png.obj" \
- "$(INTDIR)\pngerror.obj" \
- "$(INTDIR)\pngget.obj" \
- "$(INTDIR)\pngmem.obj" \
- "$(INTDIR)\pngpread.obj" \
- "$(INTDIR)\pngread.obj" \
- "$(INTDIR)\pngrio.obj" \
- "$(INTDIR)\pngrtran.obj" \
- "$(INTDIR)\pngrutil.obj" \
- "$(INTDIR)\pngset.obj" \
- "$(INTDIR)\pngtrans.obj" \
- "$(INTDIR)\pngwio.obj" \
- "$(INTDIR)\pngwrite.obj" \
- "$(INTDIR)\pngwtran.obj" \
- "$(INTDIR)\pngwutil.obj" \
- "$(INTDIR)\BitmapAccess.obj" \
- "$(INTDIR)\ColorLookup.obj" \
- "$(INTDIR)\FreeImage.obj" \
- "$(INTDIR)\FreeImageC.obj" \
- "$(INTDIR)\FreeImageIO.obj" \
- "$(INTDIR)\GetType.obj" \
- "$(INTDIR)\MemoryIO.obj" \
- "$(INTDIR)\PixelAccess.obj" \
- "$(INTDIR)\BSplineRotate.obj" \
- "$(INTDIR)\Channels.obj" \
- "$(INTDIR)\ClassicRotate.obj" \
- "$(INTDIR)\Colors.obj" \
- "$(INTDIR)\CopyPaste.obj" \
- "$(INTDIR)\Display.obj" \
- "$(INTDIR)\Flip.obj" \
- "$(INTDIR)\JPEGTransform.obj" \
- "$(INTDIR)\Rescale.obj" \
- "$(INTDIR)\Resize.obj" \
- "$(INTDIR)\FreeImage.res" \
- "..\zlib\Debug\zlib.lib"
-
-"..\..\bin\debug\plugins\advaimg.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF
-
-
-!IF "$(NO_EXTERNAL_DEPS)" != "1"
-!IF EXISTS("FreeImage.dep")
-!INCLUDE "FreeImage.dep"
-!ELSE
-!MESSAGE Warning: cannot find "FreeImage.dep"
-!ENDIF
-!ENDIF
-
-
-!IF "$(CFG)" == "FreeImage - Win32 Release" || "$(CFG)" == "FreeImage - Win32 Debug"
-SOURCE=.\Source\FreeImage\Plugin.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\Plugin.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\Plugin.obj" "$(INTDIR)\Plugin.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\PluginBMP.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\PluginBMP.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\PluginBMP.obj" "$(INTDIR)\PluginBMP.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\PluginCUT.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\PluginCUT.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\PluginCUT.obj" "$(INTDIR)\PluginCUT.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\PluginGIF.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\PluginGIF.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\PluginGIF.obj" "$(INTDIR)\PluginGIF.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\PluginICO.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\PluginICO.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\PluginICO.obj" "$(INTDIR)\PluginICO.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\PluginJPEG.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\PluginJPEG.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\PluginJPEG.obj" "$(INTDIR)\PluginJPEG.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\PluginPNG.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\PluginPNG.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\PluginPNG.obj" "$(INTDIR)\PluginPNG.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\Conversion.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\Conversion.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\Conversion.obj" "$(INTDIR)\Conversion.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\Conversion16_555.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\Conversion16_555.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\Conversion16_555.obj" "$(INTDIR)\Conversion16_555.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\Conversion16_565.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\Conversion16_565.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\Conversion16_565.obj" "$(INTDIR)\Conversion16_565.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\Conversion24.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\Conversion24.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\Conversion24.obj" "$(INTDIR)\Conversion24.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\Conversion32.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\Conversion32.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\Conversion32.obj" "$(INTDIR)\Conversion32.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\Conversion4.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\Conversion4.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\Conversion4.obj" "$(INTDIR)\Conversion4.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\Conversion8.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\Conversion8.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\Conversion8.obj" "$(INTDIR)\Conversion8.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\ConversionFloat.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\ConversionFloat.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\ConversionFloat.obj" "$(INTDIR)\ConversionFloat.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\ConversionRGB16.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\ConversionRGB16.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\ConversionRGB16.obj" "$(INTDIR)\ConversionRGB16.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\ConversionRGBF.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\ConversionRGBF.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\ConversionRGBF.obj" "$(INTDIR)\ConversionRGBF.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\ConversionType.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\ConversionType.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\ConversionType.obj" "$(INTDIR)\ConversionType.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\ConversionUINT16.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\ConversionUINT16.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\ConversionUINT16.obj" "$(INTDIR)\ConversionUINT16.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\Halftoning.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\Halftoning.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\Halftoning.obj" "$(INTDIR)\Halftoning.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImageToolkit\MultigridPoissonSolver.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\MultigridPoissonSolver.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\MultigridPoissonSolver.obj" "$(INTDIR)\MultigridPoissonSolver.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\tmoColorConvert.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\tmoColorConvert.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\tmoColorConvert.obj" "$(INTDIR)\tmoColorConvert.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\tmoDrago03.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\tmoDrago03.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\tmoDrago03.obj" "$(INTDIR)\tmoDrago03.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\tmoFattal02.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\tmoFattal02.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\tmoFattal02.obj" "$(INTDIR)\tmoFattal02.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\tmoReinhard05.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\tmoReinhard05.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\tmoReinhard05.obj" "$(INTDIR)\tmoReinhard05.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\ToneMapping.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\ToneMapping.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\ToneMapping.obj" "$(INTDIR)\ToneMapping.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\NNQuantizer.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\NNQuantizer.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\NNQuantizer.obj" "$(INTDIR)\NNQuantizer.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\WuQuantizer.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\WuQuantizer.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\WuQuantizer.obj" "$(INTDIR)\WuQuantizer.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\CacheFile.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\CacheFile.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\CacheFile.obj" "$(INTDIR)\CacheFile.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\MultiPage.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\MultiPage.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\MultiPage.obj" "$(INTDIR)\MultiPage.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\ZLibInterface.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\ZLibInterface.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\ZLibInterface.obj" "$(INTDIR)\ZLibInterface.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\Metadata\Exif.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\Exif.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\Exif.obj" "$(INTDIR)\Exif.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\Metadata\FIRational.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\FIRational.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\FIRational.obj" "$(INTDIR)\FIRational.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\Metadata\FreeImageTag.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\FreeImageTag.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\FreeImageTag.obj" "$(INTDIR)\FreeImageTag.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\Metadata\IPTC.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\IPTC.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\IPTC.obj" "$(INTDIR)\IPTC.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\Metadata\TagConversion.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\TagConversion.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\TagConversion.obj" "$(INTDIR)\TagConversion.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\Metadata\TagLib.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\TagLib.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\TagLib.obj" "$(INTDIR)\TagLib.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Miranda\main.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\main.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\main.obj" "$(INTDIR)\main.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jaricom.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jaricom.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jaricom.obj" "$(INTDIR)\jaricom.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jcapimin.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jcapimin.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jcapimin.obj" "$(INTDIR)\jcapimin.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jcapistd.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jcapistd.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jcapistd.obj" "$(INTDIR)\jcapistd.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jcarith.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jcarith.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jcarith.obj" "$(INTDIR)\jcarith.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jccoefct.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jccoefct.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jccoefct.obj" "$(INTDIR)\jccoefct.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jccolor.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jccolor.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jccolor.obj" "$(INTDIR)\jccolor.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jcdctmgr.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jcdctmgr.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jcdctmgr.obj" "$(INTDIR)\jcdctmgr.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jchuff.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jchuff.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jchuff.obj" "$(INTDIR)\jchuff.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jcinit.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jcinit.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jcinit.obj" "$(INTDIR)\jcinit.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jcmainct.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jcmainct.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jcmainct.obj" "$(INTDIR)\jcmainct.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jcmarker.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jcmarker.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jcmarker.obj" "$(INTDIR)\jcmarker.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jcmaster.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jcmaster.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jcmaster.obj" "$(INTDIR)\jcmaster.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jcomapi.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jcomapi.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jcomapi.obj" "$(INTDIR)\jcomapi.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jcparam.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jcparam.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jcparam.obj" "$(INTDIR)\jcparam.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jcprepct.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jcprepct.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jcprepct.obj" "$(INTDIR)\jcprepct.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jcsample.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jcsample.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jcsample.obj" "$(INTDIR)\jcsample.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jctrans.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jctrans.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jctrans.obj" "$(INTDIR)\jctrans.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jdapimin.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jdapimin.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jdapimin.obj" "$(INTDIR)\jdapimin.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jdapistd.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jdapistd.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jdapistd.obj" "$(INTDIR)\jdapistd.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jdarith.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jdarith.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jdarith.obj" "$(INTDIR)\jdarith.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jdatadst.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jdatadst.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jdatadst.obj" "$(INTDIR)\jdatadst.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jdatasrc.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jdatasrc.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jdatasrc.obj" "$(INTDIR)\jdatasrc.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jdcoefct.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jdcoefct.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jdcoefct.obj" "$(INTDIR)\jdcoefct.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jdcolor.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jdcolor.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jdcolor.obj" "$(INTDIR)\jdcolor.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jddctmgr.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jddctmgr.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jddctmgr.obj" "$(INTDIR)\jddctmgr.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jdhuff.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jdhuff.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jdhuff.obj" "$(INTDIR)\jdhuff.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jdinput.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jdinput.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jdinput.obj" "$(INTDIR)\jdinput.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jdmainct.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jdmainct.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jdmainct.obj" "$(INTDIR)\jdmainct.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jdmarker.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jdmarker.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jdmarker.obj" "$(INTDIR)\jdmarker.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jdmaster.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jdmaster.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jdmaster.obj" "$(INTDIR)\jdmaster.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jdmerge.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jdmerge.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jdmerge.obj" "$(INTDIR)\jdmerge.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jdpostct.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jdpostct.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jdpostct.obj" "$(INTDIR)\jdpostct.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jdsample.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jdsample.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jdsample.obj" "$(INTDIR)\jdsample.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jdtrans.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jdtrans.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jdtrans.obj" "$(INTDIR)\jdtrans.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jerror.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jerror.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jerror.obj" "$(INTDIR)\jerror.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jfdctflt.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jfdctflt.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jfdctflt.obj" "$(INTDIR)\jfdctflt.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jfdctfst.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jfdctfst.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jfdctfst.obj" "$(INTDIR)\jfdctfst.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jfdctint.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jfdctint.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jfdctint.obj" "$(INTDIR)\jfdctint.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jidctflt.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jidctflt.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jidctflt.obj" "$(INTDIR)\jidctflt.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jidctfst.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jidctfst.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jidctfst.obj" "$(INTDIR)\jidctfst.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jidctint.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jidctint.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jidctint.obj" "$(INTDIR)\jidctint.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jmemmgr.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jmemmgr.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jmemmgr.obj" "$(INTDIR)\jmemmgr.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jmemnobs.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jmemnobs.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jmemnobs.obj" "$(INTDIR)\jmemnobs.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jquant1.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jquant1.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jquant1.obj" "$(INTDIR)\jquant1.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jquant2.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jquant2.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jquant2.obj" "$(INTDIR)\jquant2.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\jutils.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\jutils.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\jutils.obj" "$(INTDIR)\jutils.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibJPEG\transupp.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\transupp.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\transupp.obj" "$(INTDIR)\transupp.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibPNG\png.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\png.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\png.obj" "$(INTDIR)\png.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibPNG\pngerror.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\pngerror.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\pngerror.obj" "$(INTDIR)\pngerror.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibPNG\pngget.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\pngget.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\pngget.obj" "$(INTDIR)\pngget.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibPNG\pngmem.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\pngmem.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\pngmem.obj" "$(INTDIR)\pngmem.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibPNG\pngpread.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\pngpread.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\pngpread.obj" "$(INTDIR)\pngpread.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibPNG\pngread.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\pngread.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\pngread.obj" "$(INTDIR)\pngread.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibPNG\pngrio.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\pngrio.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\pngrio.obj" "$(INTDIR)\pngrio.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibPNG\pngrtran.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\pngrtran.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\pngrtran.obj" "$(INTDIR)\pngrtran.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibPNG\pngrutil.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\pngrutil.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\pngrutil.obj" "$(INTDIR)\pngrutil.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibPNG\pngset.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\pngset.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\pngset.obj" "$(INTDIR)\pngset.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibPNG\pngtrans.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\pngtrans.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\pngtrans.obj" "$(INTDIR)\pngtrans.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibPNG\pngwio.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\pngwio.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\pngwio.obj" "$(INTDIR)\pngwio.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibPNG\pngwrite.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\pngwrite.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\pngwrite.obj" "$(INTDIR)\pngwrite.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibPNG\pngwtran.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\pngwtran.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\pngwtran.obj" "$(INTDIR)\pngwtran.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\LibPNG\pngwutil.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\pngwutil.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\pngwutil.obj" "$(INTDIR)\pngwutil.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\BitmapAccess.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\BitmapAccess.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\BitmapAccess.obj" "$(INTDIR)\BitmapAccess.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\ColorLookup.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\ColorLookup.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\ColorLookup.obj" "$(INTDIR)\ColorLookup.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\FreeImage.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\FreeImage.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\FreeImage.obj" "$(INTDIR)\FreeImage.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\FreeImage.rc
-
-"$(INTDIR)\FreeImage.res" : $(SOURCE) "$(INTDIR)"
- $(RSC) $(RSC_PROJ) $(SOURCE)
-
-
-SOURCE=.\Source\FreeImage\FreeImageC.c
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\FreeImageC.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\FreeImageC.obj" "$(INTDIR)\FreeImageC.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\FreeImageIO.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\FreeImageIO.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\FreeImageIO.obj" "$(INTDIR)\FreeImageIO.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\GetType.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\GetType.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\GetType.obj" "$(INTDIR)\GetType.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\MemoryIO.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\MemoryIO.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\MemoryIO.obj" "$(INTDIR)\MemoryIO.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImage\PixelAccess.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\PixelAccess.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\PixelAccess.obj" "$(INTDIR)\PixelAccess.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImageToolkit\BSplineRotate.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\BSplineRotate.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\BSplineRotate.obj" "$(INTDIR)\BSplineRotate.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImageToolkit\Channels.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\Channels.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\Channels.obj" "$(INTDIR)\Channels.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImageToolkit\ClassicRotate.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\ClassicRotate.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\ClassicRotate.obj" "$(INTDIR)\ClassicRotate.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImageToolkit\Colors.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\Colors.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\Colors.obj" "$(INTDIR)\Colors.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImageToolkit\CopyPaste.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\CopyPaste.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\CopyPaste.obj" "$(INTDIR)\CopyPaste.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImageToolkit\Display.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\Display.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\Display.obj" "$(INTDIR)\Display.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImageToolkit\Flip.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\Flip.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\Flip.obj" "$(INTDIR)\Flip.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImageToolkit\JPEGTransform.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\JPEGTransform.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\JPEGTransform.obj" "$(INTDIR)\JPEGTransform.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImageToolkit\Rescale.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\Rescale.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\Rescale.obj" "$(INTDIR)\Rescale.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-SOURCE=.\Source\FreeImageToolkit\Resize.cpp
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-
-"$(INTDIR)\Resize.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-
-"$(INTDIR)\Resize.obj" "$(INTDIR)\Resize.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-!IF "$(CFG)" == "FreeImage - Win32 Release"
-
-"zlib - Win32 Release" :
- cd "..\zlib"
- $(MAKE) /$(MAKEFLAGS) /F .\zlib.mak CFG="zlib - Win32 Release"
- cd "..\freeimage"
-
-"zlib - Win32 ReleaseCLEAN" :
- cd "..\zlib"
- $(MAKE) /$(MAKEFLAGS) /F .\zlib.mak CFG="zlib - Win32 Release" RECURSE=1 CLEAN
- cd "..\freeimage"
-
-!ELSEIF "$(CFG)" == "FreeImage - Win32 Debug"
-
-"zlib - Win32 Debug" :
- cd "..\zlib"
- $(MAKE) /$(MAKEFLAGS) /F .\zlib.mak CFG="zlib - Win32 Debug"
- cd "..\freeimage"
-
-"zlib - Win32 DebugCLEAN" :
- cd "..\zlib"
- $(MAKE) /$(MAKEFLAGS) /F .\zlib.mak CFG="zlib - Win32 Debug" RECURSE=1 CLEAN
- cd "..\freeimage"
-
-!ENDIF
-
-
-!ENDIF
-
diff --git a/plugins/freeimage/FreeImage.vcproj b/plugins/freeimage/FreeImage.vcproj deleted file mode 100644 index 4897587482..0000000000 --- a/plugins/freeimage/FreeImage.vcproj +++ /dev/null @@ -1,834 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="FreeImage"
- ProjectGUID="{D0C4EACD-F264-4CFA-9AFC-3918FEC31A9A}"
- SccProjectName=""
- SccLocalPath="">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- GlobalOptimizations="TRUE"
- InlineFunctionExpansion="1"
- FavorSizeOrSpeed="2"
- AdditionalIncludeDirectories="Source,Source\ZLib,..\..\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FREEIMAGE_EXPORTS"
- StringPooling="TRUE"
- RuntimeLibrary="0"
- BufferSecurityCheck="FALSE"
- EnableFunctionLevelLinking="TRUE"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="3"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalDependencies="vc7to6.lib eh7.lib msimg32.lib libcpmt.lib"
- OutputFile="$(OutDir)/advaimg.dll"
- LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="../../lib"
- IgnoreAllDefaultLibraries="TRUE"
- GenerateDebugInformation="TRUE"
- ProgramDatabaseFile="$(OutDir)/advaimg.pdb"
- GenerateMapFile="TRUE"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="1"
- BaseAddress="0x5130000"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\FreeImage___Win32_Release_Unicode/FreeImage.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG,UNICODE"
- Culture="1033"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="Source,Source\ZLib,..\..\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FREEIMAGE_EXPORTS"
- StringPooling="TRUE"
- RuntimeLibrary="0"
- EnableFunctionLevelLinking="TRUE"
- PrecompiledHeaderFile=".\Release/FreeImage.pch"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalDependencies="vc7to6.lib eh7.lib libcpmt.lib msimg32.lib libcpmt.lib "
- OutputFile="$(OutDir)/advaimg.dll"
- LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="../../lib"
- IgnoreAllDefaultLibraries="TRUE"
- GenerateDebugInformation="TRUE"
- ProgramDatabaseFile="$(OutDir)/advaimg.pdb"
- GenerateMapFile="TRUE"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="1"
- BaseAddress="0x5130000"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/FreeImage.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="Source,Source\ZLib,..\..\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FREEIMAGE_EXPORTS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalDependencies="vc7to6.lib msimg32.lib libcpmt.lib "
- OutputFile="$(OutDir)/advaimg.dll"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="../../lib"
- IgnoreAllDefaultLibraries="TRUE"
- GenerateDebugInformation="TRUE"
- ProgramDatabaseFile="$(OutDir)/advaimg.pdb"
- GenerateMapFile="TRUE"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/FreeImage.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="copy Debug\FreeImaged.dll Dist
-copy Debug\FreeImaged.lib Dist
-copy Source\FreeImage.h Dist
-"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="Source,Source\ZLib,..\..\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FREEIMAGE_EXPORTS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalDependencies="msimg32.lib"
- OutputFile="$(OutDir)/advaimg.dll"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="../../lib"
- GenerateDebugInformation="TRUE"
- ProgramDatabaseFile="$(OutDir)/advaimg.pdb"
- GenerateMapFile="TRUE"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/FreeImage.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- </Configurations>
- <References>
- <ProjectReference
- ReferencedProjectIdentifier="{FFD8637D-909C-4586-9E42-120B66B564FE}"
- Name="zlib"/>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
- <File
- RelativePath="Source\FreeImage\BitmapAccess.cpp">
- </File>
- <File
- RelativePath="Source\FreeImage\ColorLookup.cpp">
- </File>
- <File
- RelativePath="Source\FreeImage\FreeImage.cpp">
- </File>
- <File
- RelativePath="FreeImage.rc">
- </File>
- <File
- RelativePath="Source\FreeImage\FreeImageC.c">
- </File>
- <File
- RelativePath="Source\FreeImage\FreeImageIO.cpp">
- </File>
- <File
- RelativePath="Source\FreeImage\GetType.cpp">
- </File>
- <File
- RelativePath="Source\FreeImage\MemoryIO.cpp">
- </File>
- <File
- RelativePath="Source\FreeImage\PixelAccess.cpp">
- </File>
- <Filter
- Name="Plugins"
- Filter="">
- <File
- RelativePath="Source\FreeImage\Plugin.cpp">
- </File>
- <File
- RelativePath="Source\FreeImage\PluginBMP.cpp">
- </File>
- <File
- RelativePath="Source\FreeImage\PluginCUT.cpp">
- </File>
- <File
- RelativePath="Source\FreeImage\PluginGIF.cpp">
- </File>
- <File
- RelativePath="Source\FreeImage\PluginICO.cpp">
- </File>
- <File
- RelativePath="Source\FreeImage\PluginJPEG.cpp">
- </File>
- <File
- RelativePath="Source\FreeImage\PluginPNG.cpp">
- </File>
- </Filter>
- <Filter
- Name="Conversion"
- Filter="">
- <File
- RelativePath="Source\FreeImage\Conversion.cpp">
- </File>
- <File
- RelativePath="Source\FreeImage\Conversion16_555.cpp">
- </File>
- <File
- RelativePath="Source\FreeImage\Conversion16_565.cpp">
- </File>
- <File
- RelativePath="Source\FreeImage\Conversion24.cpp">
- </File>
- <File
- RelativePath="Source\FreeImage\Conversion32.cpp">
- </File>
- <File
- RelativePath="Source\FreeImage\Conversion4.cpp">
- </File>
- <File
- RelativePath="Source\FreeImage\Conversion8.cpp">
- </File>
- <File
- RelativePath="Source\FreeImage\ConversionRGBF.cpp">
- </File>
- <File
- RelativePath="Source\FreeImage\ConversionType.cpp">
- </File>
- <File
- RelativePath="Source\FreeImage\Halftoning.cpp">
- </File>
- <File
- RelativePath=".\Source\FreeImageToolkit\MultigridPoissonSolver.cpp">
- </File>
- <File
- RelativePath="Source\FreeImage\tmoColorConvert.cpp">
- </File>
- <File
- RelativePath="Source\FreeImage\tmoDrago03.cpp">
- </File>
- <File
- RelativePath=".\Source\FreeImage\tmoFattal02.cpp">
- </File>
- <File
- RelativePath="Source\FreeImage\tmoReinhard05.cpp">
- </File>
- <File
- RelativePath="Source\FreeImage\ToneMapping.cpp">
- </File>
- </Filter>
- <Filter
- Name="Quantizers"
- Filter="">
- <File
- RelativePath="Source\FreeImage\NNQuantizer.cpp">
- </File>
- <File
- RelativePath="Source\FreeImage\WuQuantizer.cpp">
- </File>
- </Filter>
- <Filter
- Name="MultiPaging"
- Filter="">
- <File
- RelativePath="Source\FreeImage\CacheFile.cpp">
- </File>
- <File
- RelativePath="Source\FreeImage\MultiPage.cpp">
- </File>
- <File
- RelativePath="Source\FreeImage\ZLibInterface.cpp">
- </File>
- </Filter>
- <Filter
- Name="Metadata"
- Filter="">
- <File
- RelativePath="Source\Metadata\Exif.cpp">
- </File>
- <File
- RelativePath="Source\Metadata\FIRational.cpp">
- </File>
- <File
- RelativePath="Source\Metadata\FreeImageTag.cpp">
- </File>
- <File
- RelativePath="Source\Metadata\IPTC.cpp">
- </File>
- <File
- RelativePath="Source\Metadata\TagConversion.cpp">
- </File>
- <File
- RelativePath="Source\Metadata\TagLib.cpp">
- </File>
- </Filter>
- <Filter
- Name="Miranda"
- Filter="">
- <File
- RelativePath="Miranda\main.cpp">
- </File>
- </Filter>
- <Filter
- Name="LibJPEG">
- <Filter
- Name="Source Files">
- <File
- RelativePath=".\Source\LibJPEG\jcapimin.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcapistd.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jccoefct.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jccolor.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcdctmgr.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jchuff.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcinit.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcmainct.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcmarker.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcmaster.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcomapi.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcparam.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcphuff.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcprepct.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcsample.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jctrans.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdapimin.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdapistd.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdatadst.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdatasrc.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdcoefct.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdcolor.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jddctmgr.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdhuff.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdinput.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdmainct.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdmarker.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdmaster.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdmerge.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdphuff.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdpostct.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdsample.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdtrans.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jerror.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jfdctflt.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jfdctfst.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jfdctint.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jidctflt.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jidctfst.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jidctint.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jidctred.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jmemmgr.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jmemnobs.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jquant1.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jquant2.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jutils.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\rdbmp.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\rdcolmap.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\rdgif.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\rdppm.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\rdrle.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\rdswitch.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\rdtarga.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\transupp.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\wrbmp.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\wrgif.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\wrppm.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\wrrle.c">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\wrtarga.c">
- </File>
- </Filter>
- <Filter
- Name="Header Files">
- <File
- RelativePath=".\Source\LibJPEG\cderror.h">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\cdjpeg.h">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jchuff.h">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jconfig.h">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdct.h">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdhuff.h">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jerror.h">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jinclude.h">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jmemsys.h">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jmorecfg.h">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jpegint.h">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jpeglib.h">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jversion.h">
- </File>
- <File
- RelativePath=".\Source\LibJPEG\transupp.h">
- </File>
- <File
- RelativePath=".\Miranda\version.h"
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="LibPNG">
- <Filter
- Name="Source Files">
- <File
- RelativePath=".\Source\LibPNG\png.c">
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngerror.c">
- </File>
- <File
- RelativePath=".\Source\LibPNG\pnggccrd.c">
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngget.c">
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngmem.c">
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngpread.c">
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngread.c">
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngrio.c">
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngrtran.c">
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngrutil.c">
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngset.c">
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngtest.c">
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngtrans.c">
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngvcrd.c">
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngwio.c">
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngwrite.c">
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngwtran.c">
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngwutil.c">
- </File>
- </Filter>
- <Filter
- Name="Header Files">
- <File
- RelativePath=".\Source\LibPNG\png.h">
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngconf.h">
- </File>
- </Filter>
- </Filter>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl">
- <File
- RelativePath="Source\CacheFile.h">
- </File>
- <File
- RelativePath="Source\Metadata\FIRational.h">
- </File>
- <File
- RelativePath="SOURCE\FreeImage.h">
- </File>
- <File
- RelativePath="Source\FreeImageIO.h">
- </File>
- <File
- RelativePath="Source\Metadata\FreeImageTag.h">
- </File>
- <File
- RelativePath="Miranda\include\m_freeimage.h">
- </File>
- <File
- RelativePath="Miranda\include\m_imgsrvc.h">
- </File>
- <File
- RelativePath="Source\Plugin.h">
- </File>
- <File
- RelativePath="Source\Quantizers.h">
- </File>
- <File
- RelativePath="Source\ToneMapping.h">
- </File>
- <File
- RelativePath="Source\Utilities.h">
- </File>
- </Filter>
- <Filter
- Name="Toolkit Files"
- Filter="">
- <File
- RelativePath="Source\FreeImageToolkit\BSplineRotate.cpp">
- </File>
- <File
- RelativePath="Source\FreeImageToolkit\Channels.cpp">
- </File>
- <File
- RelativePath="Source\FreeImageToolkit\ClassicRotate.cpp">
- </File>
- <File
- RelativePath="Source\FreeImageToolkit\Colors.cpp">
- </File>
- <File
- RelativePath="Source\FreeImageToolkit\CopyPaste.cpp">
- </File>
- <File
- RelativePath="Source\FreeImageToolkit\Display.cpp">
- </File>
- <File
- RelativePath="Source\FreeImageToolkit\Flip.cpp">
- </File>
- <File
- RelativePath="Source\FreeImageToolkit\JPEGTransform.cpp">
- </File>
- <File
- RelativePath="Source\FreeImageToolkit\Rescale.cpp">
- </File>
- <File
- RelativePath="Source\FreeImageToolkit\Resize.cpp">
- </File>
- <File
- RelativePath="Source\FreeImageToolkit\Resize.h">
- </File>
- </Filter>
- <File
- RelativePath="Todo.txt">
- </File>
- <File
- RelativePath="Whatsnew.txt">
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/plugins/freeimage/FreeImage_8.vcproj b/plugins/freeimage/FreeImage_8.vcproj deleted file mode 100644 index 81394891b4..0000000000 --- a/plugins/freeimage/FreeImage_8.vcproj +++ /dev/null @@ -1,1120 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8,00"
- Name="FreeImage"
- ProjectGUID="{D0C4EACD-F264-4CFA-9AFC-3918FEC31A9A}"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\FreeImage___Win32_Release_Unicode/FreeImage.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="Source,Source\ZLib,..\..\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FREEIMAGE_EXPORTS;_CRT_SECURE_NO_WARNINGS"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- AssemblerListingLocation=""
- BrowseInformation="0"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG,UNICODE"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="msimg32.lib"
- OutputFile="$(OutDir)/advaimg.dll"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x5130000"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/FreeImage.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="2"
- FavorSizeOrSpeed="2"
- OmitFramePointers="true"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="Source,Source\ZLib,..\..\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FREEIMAGE_EXPORTS;_CRT_SECURE_NO_WARNINGS"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- PrecompiledHeaderFile=""
- AssemblerListingLocation=""
- BrowseInformation="0"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="msimg32.lib"
- OutputFile="$(OutDir)/advaimg.dll"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x5130000"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/FreeImage.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="Source,Source\ZLib,..\..\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FREEIMAGE_EXPORTS;_CRT_SECURE_NO_WARNINGS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- AssemblerListingLocation=""
- BrowseInformation="0"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="msimg32.lib"
- OutputFile="$(OutDir)/advaimg.dll"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/FreeImage.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="Source,Source\ZLib,..\..\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FREEIMAGE_EXPORTS;_CRT_SECURE_NO_WARNINGS"
- StringPooling="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="0"
- AssemblerListingLocation=""
- BrowseInformation="0"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="msimg32.lib"
- OutputFile="$(OutDir)/advaimg.dll"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- <ProjectReference
- ReferencedProjectIdentifier="{FFD8637D-909C-4586-9E42-120B66B564FE}"
- />
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath="Source\FreeImage\BitmapAccess.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\ColorLookup.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\FreeImage.cpp"
- >
- </File>
- <File
- RelativePath="FreeImage.rc"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\FreeImageC.c"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\FreeImageIO.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\GetType.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\MemoryIO.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\PixelAccess.cpp"
- >
- </File>
- <Filter
- Name="Plugins"
- >
- <File
- RelativePath="Source\FreeImage\Plugin.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\PluginBMP.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\PluginCUT.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\PluginGIF.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\PluginICO.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\PluginJPEG.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\PluginPNG.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Conversion"
- >
- <File
- RelativePath="Source\FreeImage\Conversion.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\Conversion16_555.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\Conversion16_565.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\Conversion24.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\Conversion32.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\Conversion4.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\Conversion8.cpp"
- >
- </File>
- <File
- RelativePath=".\Source\FreeImage\ConversionFloat.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\ConversionRGBF.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\ConversionType.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\Halftoning.cpp"
- >
- </File>
- <File
- RelativePath=".\Source\FreeImageToolkit\MultigridPoissonSolver.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\tmoColorConvert.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\tmoDrago03.cpp"
- >
- </File>
- <File
- RelativePath=".\Source\FreeImage\tmoFattal02.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\tmoReinhard05.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\ToneMapping.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Quantizers"
- >
- <File
- RelativePath="Source\FreeImage\NNQuantizer.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\WuQuantizer.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="MultiPaging"
- >
- <File
- RelativePath="Source\FreeImage\CacheFile.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\MultiPage.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\ZLibInterface.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Metadata"
- >
- <File
- RelativePath="Source\Metadata\Exif.cpp"
- >
- </File>
- <File
- RelativePath="Source\Metadata\FIRational.cpp"
- >
- </File>
- <File
- RelativePath="Source\Metadata\FreeImageTag.cpp"
- >
- </File>
- <File
- RelativePath="Source\Metadata\IPTC.cpp"
- >
- </File>
- <File
- RelativePath="Source\Metadata\TagConversion.cpp"
- >
- </File>
- <File
- RelativePath="Source\Metadata\TagLib.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Miranda"
- >
- <File
- RelativePath="Miranda\main.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="LibJPEG"
- >
- <Filter
- Name="Source Files"
- >
- <File
- RelativePath=".\Source\LibJPEG\jaricom.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcapimin.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcapistd.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcarith.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jccoefct.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jccolor.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcdctmgr.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jchuff.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcinit.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcmainct.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcmarker.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcmaster.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcomapi.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcparam.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcprepct.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcsample.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jctrans.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdapimin.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdapistd.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdarith.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdatadst.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdatasrc.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdcoefct.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdcolor.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jddctmgr.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdhuff.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdinput.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdmainct.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdmarker.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdmaster.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdmerge.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdpostct.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdsample.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdtrans.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jerror.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jfdctflt.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jfdctfst.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jfdctint.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jidctflt.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jidctfst.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jidctint.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jmemmgr.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jmemnobs.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jquant1.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jquant2.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jutils.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\rdbmp.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\rdcolmap.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\rdgif.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\rdppm.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\rdrle.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\rdswitch.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\rdtarga.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\transupp.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\wrbmp.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\wrgif.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\wrppm.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\wrrle.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\wrtarga.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- >
- <File
- RelativePath=".\Source\LibJPEG\cderror.h"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\cdjpeg.h"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jconfig.h"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdct.h"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jerror.h"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jinclude.h"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jmemsys.h"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jmorecfg.h"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jpegint.h"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jpeglib.h"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jversion.h"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\transupp.h"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="LibPNG"
- >
- <Filter
- Name="Source Files"
- >
- <File
- RelativePath=".\Source\LibPNG\png.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngerror.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngget.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngmem.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngpread.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngread.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngrio.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngrtran.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngrutil.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngset.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngtest.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngtrans.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngwio.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngwrite.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngwtran.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngwutil.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- >
- <File
- RelativePath=".\Source\LibPNG\png.h"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngconf.h"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngpriv.h"
- >
- </File>
- </Filter>
- </Filter>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath="Source\CacheFile.h"
- >
- </File>
- <File
- RelativePath="Source\DeprecationManager\DeprecationMgr.h"
- >
- </File>
- <File
- RelativePath="Source\Metadata\FIRational.h"
- >
- </File>
- <File
- RelativePath="SOURCE\FreeImage.h"
- >
- </File>
- <File
- RelativePath="Source\FreeImageIO.h"
- >
- </File>
- <File
- RelativePath="Source\Metadata\FreeImageTag.h"
- >
- </File>
- <File
- RelativePath="Miranda\include\m_freeimage.h"
- >
- </File>
- <File
- RelativePath="Miranda\include\m_imgsrvc.h"
- >
- </File>
- <File
- RelativePath="Source\Plugin.h"
- >
- </File>
- <File
- RelativePath="Source\Quantizers.h"
- >
- </File>
- <File
- RelativePath="Source\ToneMapping.h"
- >
- </File>
- <File
- RelativePath="Source\Utilities.h"
- >
- </File>
- <File
- RelativePath=".\Miranda\version.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Toolkit Files"
- >
- <File
- RelativePath="Source\FreeImageToolkit\BSplineRotate.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImageToolkit\Channels.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImageToolkit\ClassicRotate.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImageToolkit\Colors.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImageToolkit\CopyPaste.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImageToolkit\Display.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImageToolkit\Flip.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImageToolkit\JPEGTransform.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImageToolkit\Rescale.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImageToolkit\Resize.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImageToolkit\Resize.h"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/plugins/freeimage/FreeImage_9.vcproj b/plugins/freeimage/FreeImage_9.vcproj deleted file mode 100644 index e20ea4b524..0000000000 --- a/plugins/freeimage/FreeImage_9.vcproj +++ /dev/null @@ -1,1544 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="FreeImage"
- ProjectGUID="{D0C4EACD-F264-4CFA-9AFC-3918FEC31A9A}"
- RootNamespace="FreeImage"
- TargetFrameworkVersion="131072"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\FreeImage___Win32_Release_Unicode/FreeImage.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="Source,Source\ZLib,..\..\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FREEIMAGE_EXPORTS;_CRT_SECURE_NO_WARNINGS"
- StringPooling="true"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- AssemblerListingLocation=""
- BrowseInformation="0"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG,UNICODE"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="msimg32.lib"
- OutputFile="$(OutDir)/advaimg.dll"
- GenerateDebugInformation="true"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x5130000"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\FreeImage___Win32_Release_Unicode/FreeImage.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="Source,Source\ZLib,..\..\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FREEIMAGE_EXPORTS;_CRT_SECURE_NO_WARNINGS"
- StringPooling="true"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- AssemblerListingLocation=""
- BrowseInformation="0"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG,UNICODE"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="msimg32.lib"
- OutputFile="$(OutDir)/advaimg.dll"
- GenerateDebugInformation="true"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x5130000"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/FreeImage.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="Source,Source\ZLib,..\..\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FREEIMAGE_EXPORTS;_CRT_SECURE_NO_WARNINGS"
- StringPooling="true"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- PrecompiledHeaderFile=""
- AssemblerListingLocation=""
- BrowseInformation="0"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="msimg32.lib"
- OutputFile="$(OutDir)/advaimg.dll"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="0"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x5130000"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Release/FreeImage.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="Source,Source\ZLib,..\..\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FREEIMAGE_EXPORTS;_CRT_SECURE_NO_WARNINGS"
- StringPooling="true"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- PrecompiledHeaderFile=""
- AssemblerListingLocation=""
- BrowseInformation="0"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="msimg32.lib"
- OutputFile="$(OutDir)/advaimg.dll"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="0"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x5130000"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/FreeImage.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="Source,Source\ZLib,..\..\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FREEIMAGE_EXPORTS;_CRT_SECURE_NO_WARNINGS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- AssemblerListingLocation=""
- BrowseInformation="0"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="msimg32.lib"
- OutputFile="$(OutDir)/advaimg.dll"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Debug/FreeImage.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="Source,Source\ZLib,..\..\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FREEIMAGE_EXPORTS;_CRT_SECURE_NO_WARNINGS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- AssemblerListingLocation=""
- BrowseInformation="0"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="msimg32.lib"
- OutputFile="$(OutDir)/advaimg.dll"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/FreeImage.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="Source,Source\ZLib,..\..\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FREEIMAGE_EXPORTS;_CRT_SECURE_NO_WARNINGS"
- StringPooling="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="0"
- AssemblerListingLocation=""
- BrowseInformation="0"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="msimg32.lib"
- OutputFile="$(OutDir)/advaimg.dll"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Debug/FreeImage.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="Source,Source\ZLib,..\..\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FREEIMAGE_EXPORTS;_CRT_SECURE_NO_WARNINGS"
- StringPooling="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="0"
- AssemblerListingLocation=""
- BrowseInformation="0"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="msimg32.lib"
- OutputFile="$(OutDir)/advaimg.dll"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- <ProjectReference
- ReferencedProjectIdentifier="{E2A369CD-EDA3-414F-8AD0-E732CD7EE68C}"
- RelativePathToProject="..\plugins\zlib\zlib_9.vcproj"
- />
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath="Source\FreeImage\BitmapAccess.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\ColorLookup.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\FreeImage.cpp"
- >
- </File>
- <File
- RelativePath="FreeImage.rc"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\FreeImageC.c"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\FreeImageIO.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\GetType.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\MemoryIO.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\PixelAccess.cpp"
- >
- </File>
- <Filter
- Name="Plugins"
- >
- <File
- RelativePath="Source\FreeImage\Plugin.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\PluginBMP.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\PluginCUT.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\PluginGIF.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\PluginICO.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\PluginJPEG.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\PluginPNG.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Conversion"
- >
- <File
- RelativePath="Source\FreeImage\Conversion.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\Conversion16_555.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\Conversion16_565.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\Conversion24.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\Conversion32.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\Conversion4.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\Conversion8.cpp"
- >
- </File>
- <File
- RelativePath=".\Source\FreeImage\ConversionFloat.cpp"
- >
- </File>
- <File
- RelativePath=".\Source\FreeImage\ConversionRGB16.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\ConversionRGBF.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\ConversionType.cpp"
- >
- </File>
- <File
- RelativePath=".\Source\FreeImage\ConversionUINT16.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\Halftoning.cpp"
- >
- </File>
- <File
- RelativePath=".\Source\FreeImageToolkit\MultigridPoissonSolver.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\tmoColorConvert.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\tmoDrago03.cpp"
- >
- </File>
- <File
- RelativePath=".\Source\FreeImage\tmoFattal02.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\tmoReinhard05.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\ToneMapping.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Quantizers"
- >
- <File
- RelativePath="Source\FreeImage\NNQuantizer.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\WuQuantizer.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="MultiPaging"
- >
- <File
- RelativePath="Source\FreeImage\CacheFile.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\MultiPage.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImage\ZLibInterface.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Metadata"
- >
- <File
- RelativePath="Source\Metadata\Exif.cpp"
- >
- </File>
- <File
- RelativePath="Source\Metadata\FIRational.cpp"
- >
- </File>
- <File
- RelativePath="Source\Metadata\FreeImageTag.cpp"
- >
- </File>
- <File
- RelativePath="Source\Metadata\IPTC.cpp"
- >
- </File>
- <File
- RelativePath="Source\Metadata\TagConversion.cpp"
- >
- </File>
- <File
- RelativePath="Source\Metadata\TagLib.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Miranda"
- >
- <File
- RelativePath="Miranda\main.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="LibJPEG"
- >
- <Filter
- Name="Source Files"
- >
- <File
- RelativePath=".\Source\LibJPEG\jaricom.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcapimin.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcapistd.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcarith.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jccoefct.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jccolor.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcdctmgr.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jchuff.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcinit.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcmainct.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcmarker.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcmaster.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcomapi.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcparam.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcprepct.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jcsample.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jctrans.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdapimin.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdapistd.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdarith.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdatadst.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdatasrc.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdcoefct.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdcolor.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jddctmgr.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdhuff.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdinput.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdmainct.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdmarker.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdmaster.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdmerge.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdpostct.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdsample.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdtrans.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jerror.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jfdctflt.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jfdctfst.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jfdctint.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jidctflt.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jidctfst.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jidctint.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jmemmgr.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jmemnobs.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jquant1.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jquant2.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jutils.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\rdbmp.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\rdcolmap.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\rdgif.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\rdppm.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\rdrle.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\rdswitch.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\rdtarga.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\transupp.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\wrbmp.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\wrgif.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\wrppm.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\wrrle.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\wrtarga.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- >
- <File
- RelativePath=".\Source\LibJPEG\cderror.h"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\cdjpeg.h"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jconfig.h"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jdct.h"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jerror.h"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jinclude.h"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jmemsys.h"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jmorecfg.h"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jpegint.h"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jpeglib.h"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\jversion.h"
- >
- </File>
- <File
- RelativePath=".\Source\LibJPEG\transupp.h"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="LibPNG"
- >
- <Filter
- Name="Source Files"
- >
- <File
- RelativePath=".\Source\LibPNG\png.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngerror.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngget.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngmem.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngpread.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngread.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngrio.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngrtran.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngrutil.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngset.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngtrans.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngwio.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngwrite.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngwtran.c"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngwutil.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- >
- <File
- RelativePath=".\Source\LibPNG\png.h"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngconf.h"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngdebug.h"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pnginfo.h"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pnglibconf.h"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngpriv.h"
- >
- </File>
- <File
- RelativePath=".\Source\LibPNG\pngstruct.h"
- >
- </File>
- </Filter>
- </Filter>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath="Source\CacheFile.h"
- >
- </File>
- <File
- RelativePath="Source\DeprecationManager\DeprecationMgr.h"
- >
- </File>
- <File
- RelativePath="Source\Metadata\FIRational.h"
- >
- </File>
- <File
- RelativePath="SOURCE\FreeImage.h"
- >
- </File>
- <File
- RelativePath="Source\FreeImageIO.h"
- >
- </File>
- <File
- RelativePath="Source\Metadata\FreeImageTag.h"
- >
- </File>
- <File
- RelativePath="Miranda\include\m_freeimage.h"
- >
- </File>
- <File
- RelativePath="Miranda\include\m_imgsrvc.h"
- >
- </File>
- <File
- RelativePath="Source\Plugin.h"
- >
- </File>
- <File
- RelativePath="Source\Quantizers.h"
- >
- </File>
- <File
- RelativePath="Source\ToneMapping.h"
- >
- </File>
- <File
- RelativePath="Source\Utilities.h"
- >
- </File>
- <File
- RelativePath=".\Miranda\version.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Toolkit Files"
- >
- <File
- RelativePath="Source\FreeImageToolkit\BSplineRotate.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImageToolkit\Channels.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImageToolkit\ClassicRotate.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImageToolkit\Colors.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImageToolkit\CopyPaste.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImageToolkit\Display.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImageToolkit\Flip.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImageToolkit\JPEGTransform.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImageToolkit\Rescale.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImageToolkit\Resize.cpp"
- >
- </File>
- <File
- RelativePath="Source\FreeImageToolkit\Resize.h"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/plugins/import/import.dep b/plugins/import/import.dep deleted file mode 100644 index a19a392168..0000000000 --- a/plugins/import/import.dep +++ /dev/null @@ -1,110 +0,0 @@ -# Microsoft Developer Studio Generated Dependency File, included by import.mak
-
-.\ICQserver.c : \
- "..\..\include\m_clist.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_findadd.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\ICQserver.h"\
- ".\import.h"\
-
-
-.\main.c : \
- "..\..\include\m_clist.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_findadd.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\import.h"\
-
-
-.\mirabilis.c : \
- "..\..\include\m_clist.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_findadd.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\import.h"\
- ".\mirabilis.h"\
-
-
-.\miranda.c : \
- "..\..\include\m_clist.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_findadd.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\import.h"\
- ".\mirandadb0700.h"\
-
-
-.\progress.c : \
- "..\..\include\m_clist.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_findadd.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\import.h"\
-
-
-.\wizard.c : \
- "..\..\include\m_clist.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_findadd.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\import.h"\
-
-
-.\resource.rc : \
- ".\import.ico"\
-
diff --git a/plugins/import/import.dsp b/plugins/import/import.dsp deleted file mode 100644 index 0c8a32816c..0000000000 --- a/plugins/import/import.dsp +++ /dev/null @@ -1,242 +0,0 @@ -# Microsoft Developer Studio Project File - Name="import" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-CFG=import - Win32 Debug Unicode
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "import.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "import.mak" CFG="import - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "import - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "import - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "import - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "import - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "import - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 1
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IMPORT_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IMPORT_EXPORTS" /Yu"import.h" /FD /c
-# SUBTRACT CPP /Fr
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "NDEBUG"
-# ADD RSC /l 0x809 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib /nologo /base:"0x22000000" /dll /map /debug /machine:I386 /out:"../../bin/release/plugins/import.dll" /ALIGN:4096 /ignore:4108
-# SUBTRACT LINK32 /pdb:none
-
-!ELSEIF "$(CFG)" == "import - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IMPORT_EXPORTS" /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IMPORT_EXPORTS" /FR /Yu"import.h" /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "_DEBUG"
-# ADD RSC /l 0x809 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib /nologo /base:"0x22000000" /dll /pdb:"../../Bin/Debug/Plugins/import.pdb" /map:"../../Bin/Debug/Plugins/import.map" /debug /machine:I386 /out:"../../bin/debug/plugins/import.dll" /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none
-
-!ELSEIF "$(CFG)" == "import - Win32 Release Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "import___Win32_Release_Unicode"
-# PROP BASE Intermediate_Dir "import___Win32_Release_Unicode"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release_Unicode"
-# PROP Intermediate_Dir "Release_Unicode"
-# PROP Ignore_Export_Lib 1
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IMPORT_EXPORTS" /FR /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "IMPORT_EXPORTS" /Yu"import.h" /FD /c
-# SUBTRACT CPP /Fr
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "NDEBUG"
-# ADD RSC /l 0x809 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib /nologo /base:"0x22000000" /dll /map /machine:I386 /out:"../../bin/release/plugins/import.dll" /ALIGN:4096 /ignore:4108
-# SUBTRACT BASE LINK32 /pdb:none
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib /nologo /base:"0x22000000" /dll /map /debug /machine:I386 /out:"../../bin/release unicode/plugins/import.dll" /ALIGN:4096 /ignore:4108
-# SUBTRACT LINK32 /pdb:none
-
-!ELSEIF "$(CFG)" == "import - Win32 Debug Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "import___Win32_Debug_Unicode"
-# PROP BASE Intermediate_Dir "import___Win32_Debug_Unicode"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug_Unicode"
-# PROP Intermediate_Dir "Debug_Unicode"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IMPORT_EXPORTS" /FR /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "IMPORT_EXPORTS" /FR /Yu"import.h" /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "_DEBUG"
-# ADD RSC /l 0x809 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib /nologo /base:"0x22000000" /dll /pdb:"../../Bin/Debug/Plugins/import.pdb" /map:"../../Bin/Debug/Plugins/import.map" /debug /machine:I386 /out:"../../bin/debug/plugins/import.dll" /pdbtype:sept
-# SUBTRACT BASE LINK32 /pdb:none
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib /nologo /base:"0x22000000" /dll /pdb:"../../Bin/Debug/Plugins/import.pdb" /map:"../../Bin/Debug/Plugins/import.map" /debug /machine:I386 /out:"../../bin/debug unicode/plugins/import.dll" /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none
-
-!ENDIF
-
-# Begin Target
-
-# Name "import - Win32 Release"
-# Name "import - Win32 Debug"
-# Name "import - Win32 Release Unicode"
-# Name "import - Win32 Debug Unicode"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=.\ICQserver.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\main.c
-# ADD CPP /Yc"import.h"
-# End Source File
-# Begin Source File
-
-SOURCE=.\mirabilis.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\miranda.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\progress.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\wizard.c
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\ICQserver.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\import.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\mirabilis.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\mirandadb0700.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\version.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# Begin Source File
-
-SOURCE=.\import.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\resource.rc
-# End Source File
-# End Group
-# Begin Group "Documentation"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=".\docs\import-ICQ_Db_Specs.txt"
-# End Source File
-# Begin Source File
-
-SOURCE=".\docs\import-license.txt"
-# End Source File
-# Begin Source File
-
-SOURCE=".\docs\import-readme.txt"
-# End Source File
-# Begin Source File
-
-SOURCE=".\docs\import-translation.txt"
-# End Source File
-# End Group
-# End Target
-# End Project
diff --git a/plugins/import/import.dsw b/plugins/import/import.dsw deleted file mode 100644 index 0efffe9da1..0000000000 --- a/plugins/import/import.dsw +++ /dev/null @@ -1,29 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-
-###############################################################################
-
-Project: "import"=".\import.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
-
diff --git a/plugins/import/import.mak b/plugins/import/import.mak deleted file mode 100644 index fe1240beeb..0000000000 --- a/plugins/import/import.mak +++ /dev/null @@ -1,515 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on import.dsp
-!IF "$(CFG)" == ""
-CFG=import - Win32 Debug Unicode
-!MESSAGE No configuration specified. Defaulting to import - Win32 Debug Unicode.
-!ENDIF
-
-!IF "$(CFG)" != "import - Win32 Release" && "$(CFG)" != "import - Win32 Debug" && "$(CFG)" != "import - Win32 Release Unicode" && "$(CFG)" != "import - Win32 Debug Unicode"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "import.mak" CFG="import - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "import - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "import - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "import - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "import - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-!ERROR An invalid configuration is specified.
-!ENDIF
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE
-NULL=nul
-!ENDIF
-
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "import - Win32 Release"
-
-OUTDIR=.\Release
-INTDIR=.\Release
-
-ALL : "..\..\bin\release\plugins\import.dll"
-
-
-CLEAN :
- -@erase "$(INTDIR)\ICQserver.obj"
- -@erase "$(INTDIR)\import.pch"
- -@erase "$(INTDIR)\main.obj"
- -@erase "$(INTDIR)\mirabilis.obj"
- -@erase "$(INTDIR)\miranda.obj"
- -@erase "$(INTDIR)\progress.obj"
- -@erase "$(INTDIR)\resource.res"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(INTDIR)\wizard.obj"
- -@erase "$(OUTDIR)\import.exp"
- -@erase "$(OUTDIR)\import.map"
- -@erase "$(OUTDIR)\import.pdb"
- -@erase "..\..\bin\release\plugins\import.dll"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP_PROJ=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IMPORT_EXPORTS" /Fp"$(INTDIR)\import.pch" /Yu"import.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
-RSC_PROJ=/l 0x809 /fo"$(INTDIR)\resource.res" /d "NDEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\import.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib /nologo /base:"0x22000000" /dll /incremental:no /pdb:"$(OUTDIR)\import.pdb" /map:"$(INTDIR)\import.map" /debug /machine:I386 /out:"../../bin/release/plugins/import.dll" /implib:"$(OUTDIR)\import.lib" /ALIGN:4096 /ignore:4108
-LINK32_OBJS= \
- "$(INTDIR)\ICQserver.obj" \
- "$(INTDIR)\main.obj" \
- "$(INTDIR)\mirabilis.obj" \
- "$(INTDIR)\miranda.obj" \
- "$(INTDIR)\progress.obj" \
- "$(INTDIR)\wizard.obj" \
- "$(INTDIR)\resource.res"
-
-"..\..\bin\release\plugins\import.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "import - Win32 Debug"
-
-OUTDIR=.\Debug
-INTDIR=.\Debug
-# Begin Custom Macros
-OutDir=.\Debug
-# End Custom Macros
-
-ALL : "..\..\bin\debug\plugins\import.dll" "$(OUTDIR)\import.bsc"
-
-
-CLEAN :
- -@erase "$(INTDIR)\ICQserver.obj"
- -@erase "$(INTDIR)\ICQserver.sbr"
- -@erase "$(INTDIR)\import.pch"
- -@erase "$(INTDIR)\main.obj"
- -@erase "$(INTDIR)\main.sbr"
- -@erase "$(INTDIR)\mirabilis.obj"
- -@erase "$(INTDIR)\mirabilis.sbr"
- -@erase "$(INTDIR)\miranda.obj"
- -@erase "$(INTDIR)\miranda.sbr"
- -@erase "$(INTDIR)\progress.obj"
- -@erase "$(INTDIR)\progress.sbr"
- -@erase "$(INTDIR)\resource.res"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(INTDIR)\wizard.obj"
- -@erase "$(INTDIR)\wizard.sbr"
- -@erase "$(OUTDIR)\import.bsc"
- -@erase "$(OUTDIR)\import.exp"
- -@erase "$(OUTDIR)\import.lib"
- -@erase "..\..\bin\debug\plugins\import.dll"
- -@erase "..\..\bin\debug\plugins\import.ilk"
- -@erase "..\..\Bin\Debug\Plugins\import.map"
- -@erase "..\..\Bin\Debug\Plugins\import.pdb"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IMPORT_EXPORTS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\import.pch" /Yu"import.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
-RSC_PROJ=/l 0x809 /fo"$(INTDIR)\resource.res" /d "_DEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\import.bsc"
-BSC32_SBRS= \
- "$(INTDIR)\ICQserver.sbr" \
- "$(INTDIR)\main.sbr" \
- "$(INTDIR)\mirabilis.sbr" \
- "$(INTDIR)\miranda.sbr" \
- "$(INTDIR)\progress.sbr" \
- "$(INTDIR)\wizard.sbr"
-
-"$(OUTDIR)\import.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
- $(BSC32) @<<
- $(BSC32_FLAGS) $(BSC32_SBRS)
-<<
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib /nologo /base:"0x22000000" /dll /incremental:yes /pdb:"../../Bin/Debug/Plugins/import.pdb" /map:"../../Bin/Debug/Plugins/import.map" /debug /machine:I386 /out:"../../bin/debug/plugins/import.dll" /implib:"$(OUTDIR)\import.lib" /pdbtype:sept
-LINK32_OBJS= \
- "$(INTDIR)\ICQserver.obj" \
- "$(INTDIR)\main.obj" \
- "$(INTDIR)\mirabilis.obj" \
- "$(INTDIR)\miranda.obj" \
- "$(INTDIR)\progress.obj" \
- "$(INTDIR)\wizard.obj" \
- "$(INTDIR)\resource.res"
-
-"..\..\bin\debug\plugins\import.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "import - Win32 Release Unicode"
-
-OUTDIR=.\Release_Unicode
-INTDIR=.\Release_Unicode
-
-ALL : "..\..\bin\release unicode\plugins\import.dll"
-
-
-CLEAN :
- -@erase "$(INTDIR)\ICQserver.obj"
- -@erase "$(INTDIR)\import.pch"
- -@erase "$(INTDIR)\main.obj"
- -@erase "$(INTDIR)\mirabilis.obj"
- -@erase "$(INTDIR)\miranda.obj"
- -@erase "$(INTDIR)\progress.obj"
- -@erase "$(INTDIR)\resource.res"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(INTDIR)\wizard.obj"
- -@erase "$(OUTDIR)\import.exp"
- -@erase "$(OUTDIR)\import.map"
- -@erase "$(OUTDIR)\import.pdb"
- -@erase "..\..\bin\release unicode\plugins\import.dll"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP_PROJ=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "IMPORT_EXPORTS" /Fp"$(INTDIR)\import.pch" /Yu"import.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
-RSC_PROJ=/l 0x809 /fo"$(INTDIR)\resource.res" /d "NDEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\import.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib /nologo /base:"0x22000000" /dll /incremental:no /pdb:"$(OUTDIR)\import.pdb" /map:"$(INTDIR)\import.map" /debug /machine:I386 /out:"../../bin/release unicode/plugins/import.dll" /implib:"$(OUTDIR)\import.lib" /ALIGN:4096 /ignore:4108
-LINK32_OBJS= \
- "$(INTDIR)\ICQserver.obj" \
- "$(INTDIR)\main.obj" \
- "$(INTDIR)\mirabilis.obj" \
- "$(INTDIR)\miranda.obj" \
- "$(INTDIR)\progress.obj" \
- "$(INTDIR)\wizard.obj" \
- "$(INTDIR)\resource.res"
-
-"..\..\bin\release unicode\plugins\import.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "import - Win32 Debug Unicode"
-
-OUTDIR=.\Debug_Unicode
-INTDIR=.\Debug_Unicode
-# Begin Custom Macros
-OutDir=.\Debug_Unicode
-# End Custom Macros
-
-ALL : "..\..\bin\debug unicode\plugins\import.dll" "$(OUTDIR)\import.bsc"
-
-
-CLEAN :
- -@erase "$(INTDIR)\ICQserver.obj"
- -@erase "$(INTDIR)\ICQserver.sbr"
- -@erase "$(INTDIR)\import.pch"
- -@erase "$(INTDIR)\main.obj"
- -@erase "$(INTDIR)\main.sbr"
- -@erase "$(INTDIR)\mirabilis.obj"
- -@erase "$(INTDIR)\mirabilis.sbr"
- -@erase "$(INTDIR)\miranda.obj"
- -@erase "$(INTDIR)\miranda.sbr"
- -@erase "$(INTDIR)\progress.obj"
- -@erase "$(INTDIR)\progress.sbr"
- -@erase "$(INTDIR)\resource.res"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(INTDIR)\wizard.obj"
- -@erase "$(INTDIR)\wizard.sbr"
- -@erase "$(OUTDIR)\import.bsc"
- -@erase "$(OUTDIR)\import.exp"
- -@erase "$(OUTDIR)\import.lib"
- -@erase "..\..\bin\debug unicode\plugins\import.dll"
- -@erase "..\..\bin\debug unicode\plugins\import.ilk"
- -@erase "..\..\Bin\Debug\Plugins\import.map"
- -@erase "..\..\Bin\Debug\Plugins\import.pdb"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "IMPORT_EXPORTS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\import.pch" /Yu"import.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
-RSC_PROJ=/l 0x809 /fo"$(INTDIR)\resource.res" /d "_DEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\import.bsc"
-BSC32_SBRS= \
- "$(INTDIR)\ICQserver.sbr" \
- "$(INTDIR)\main.sbr" \
- "$(INTDIR)\mirabilis.sbr" \
- "$(INTDIR)\miranda.sbr" \
- "$(INTDIR)\progress.sbr" \
- "$(INTDIR)\wizard.sbr"
-
-"$(OUTDIR)\import.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
- $(BSC32) @<<
- $(BSC32_FLAGS) $(BSC32_SBRS)
-<<
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib /nologo /base:"0x22000000" /dll /incremental:yes /pdb:"../../Bin/Debug/Plugins/import.pdb" /map:"../../Bin/Debug/Plugins/import.map" /debug /machine:I386 /out:"../../bin/debug unicode/plugins/import.dll" /implib:"$(OUTDIR)\import.lib" /pdbtype:sept
-LINK32_OBJS= \
- "$(INTDIR)\ICQserver.obj" \
- "$(INTDIR)\main.obj" \
- "$(INTDIR)\mirabilis.obj" \
- "$(INTDIR)\miranda.obj" \
- "$(INTDIR)\progress.obj" \
- "$(INTDIR)\wizard.obj" \
- "$(INTDIR)\resource.res"
-
-"..\..\bin\debug unicode\plugins\import.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-
-!IF "$(NO_EXTERNAL_DEPS)" != "1"
-!IF EXISTS("import.dep")
-!INCLUDE "import.dep"
-!ELSE
-!MESSAGE Warning: cannot find "import.dep"
-!ENDIF
-!ENDIF
-
-
-!IF "$(CFG)" == "import - Win32 Release" || "$(CFG)" == "import - Win32 Debug" || "$(CFG)" == "import - Win32 Release Unicode" || "$(CFG)" == "import - Win32 Debug Unicode"
-SOURCE=.\ICQserver.c
-
-!IF "$(CFG)" == "import - Win32 Release"
-
-
-"$(INTDIR)\ICQserver.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\import.pch"
-
-
-!ELSEIF "$(CFG)" == "import - Win32 Debug"
-
-
-"$(INTDIR)\ICQserver.obj" "$(INTDIR)\ICQserver.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\import.pch"
-
-
-!ELSEIF "$(CFG)" == "import - Win32 Release Unicode"
-
-
-"$(INTDIR)\ICQserver.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\import.pch"
-
-
-!ELSEIF "$(CFG)" == "import - Win32 Debug Unicode"
-
-
-"$(INTDIR)\ICQserver.obj" "$(INTDIR)\ICQserver.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\import.pch"
-
-
-!ENDIF
-
-SOURCE=.\main.c
-
-!IF "$(CFG)" == "import - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IMPORT_EXPORTS" /Fp"$(INTDIR)\import.pch" /Yc"import.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\main.obj" "$(INTDIR)\import.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "import - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IMPORT_EXPORTS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\import.pch" /Yc"import.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\main.obj" "$(INTDIR)\main.sbr" "$(INTDIR)\import.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "import - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "IMPORT_EXPORTS" /Fp"$(INTDIR)\import.pch" /Yc"import.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\main.obj" "$(INTDIR)\import.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "import - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "IMPORT_EXPORTS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\import.pch" /Yc"import.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\main.obj" "$(INTDIR)\main.sbr" "$(INTDIR)\import.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\mirabilis.c
-
-!IF "$(CFG)" == "import - Win32 Release"
-
-
-"$(INTDIR)\mirabilis.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\import.pch"
-
-
-!ELSEIF "$(CFG)" == "import - Win32 Debug"
-
-
-"$(INTDIR)\mirabilis.obj" "$(INTDIR)\mirabilis.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\import.pch"
-
-
-!ELSEIF "$(CFG)" == "import - Win32 Release Unicode"
-
-
-"$(INTDIR)\mirabilis.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\import.pch"
-
-
-!ELSEIF "$(CFG)" == "import - Win32 Debug Unicode"
-
-
-"$(INTDIR)\mirabilis.obj" "$(INTDIR)\mirabilis.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\import.pch"
-
-
-!ENDIF
-
-SOURCE=.\miranda.c
-
-!IF "$(CFG)" == "import - Win32 Release"
-
-
-"$(INTDIR)\miranda.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\import.pch"
-
-
-!ELSEIF "$(CFG)" == "import - Win32 Debug"
-
-
-"$(INTDIR)\miranda.obj" "$(INTDIR)\miranda.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\import.pch"
-
-
-!ELSEIF "$(CFG)" == "import - Win32 Release Unicode"
-
-
-"$(INTDIR)\miranda.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\import.pch"
-
-
-!ELSEIF "$(CFG)" == "import - Win32 Debug Unicode"
-
-
-"$(INTDIR)\miranda.obj" "$(INTDIR)\miranda.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\import.pch"
-
-
-!ENDIF
-
-SOURCE=.\progress.c
-
-!IF "$(CFG)" == "import - Win32 Release"
-
-
-"$(INTDIR)\progress.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\import.pch"
-
-
-!ELSEIF "$(CFG)" == "import - Win32 Debug"
-
-
-"$(INTDIR)\progress.obj" "$(INTDIR)\progress.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\import.pch"
-
-
-!ELSEIF "$(CFG)" == "import - Win32 Release Unicode"
-
-
-"$(INTDIR)\progress.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\import.pch"
-
-
-!ELSEIF "$(CFG)" == "import - Win32 Debug Unicode"
-
-
-"$(INTDIR)\progress.obj" "$(INTDIR)\progress.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\import.pch"
-
-
-!ENDIF
-
-SOURCE=.\wizard.c
-
-!IF "$(CFG)" == "import - Win32 Release"
-
-
-"$(INTDIR)\wizard.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\import.pch"
-
-
-!ELSEIF "$(CFG)" == "import - Win32 Debug"
-
-
-"$(INTDIR)\wizard.obj" "$(INTDIR)\wizard.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\import.pch"
-
-
-!ELSEIF "$(CFG)" == "import - Win32 Release Unicode"
-
-
-"$(INTDIR)\wizard.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\import.pch"
-
-
-!ELSEIF "$(CFG)" == "import - Win32 Debug Unicode"
-
-
-"$(INTDIR)\wizard.obj" "$(INTDIR)\wizard.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\import.pch"
-
-
-!ENDIF
-
-SOURCE=.\resource.rc
-
-"$(INTDIR)\resource.res" : $(SOURCE) "$(INTDIR)"
- $(RSC) $(RSC_PROJ) $(SOURCE)
-
-
-
-!ENDIF
-
diff --git a/plugins/import/import.vcproj b/plugins/import/import.vcproj deleted file mode 100644 index b17426bb43..0000000000 --- a/plugins/import/import.vcproj +++ /dev/null @@ -1,579 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="import"
- ProjectGUID="{962F0513-40CE-469E-B87B-8634EA48D9AC}"
- SccProjectName=""
- SccLocalPath="">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2"
- WholeProgramOptimization="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- GlobalOptimizations="TRUE"
- InlineFunctionExpansion="1"
- FavorSizeOrSpeed="2"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IMPORT_EXPORTS"
- StringPooling="TRUE"
- ExceptionHandling="FALSE"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="TRUE"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="import.h"
- AssemblerOutput="3"
- BrowseInformation="1"
- BrowseInformationFile="$(IntDir)/"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="3"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalOptions="/ALIGN:4096 /ignore:4108"
- AdditionalDependencies="vc7to6.lib comctl32.lib oldnames.lib"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="../../lib"
- IgnoreAllDefaultLibraries="TRUE"
- GenerateDebugInformation="TRUE"
- GenerateMapFile="TRUE"
- MapFileName="$(OutDir)/$(ProjectName).map"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="1"
- BaseAddress="0x22000000"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/import.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;IMPORT_EXPORTS"
- ExceptionHandling="FALSE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="import.h"
- BrowseInformation="1"
- BrowseInformationFile="$(IntDir)/"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="3"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="comctl32.lib"
- LinkIncremental="2"
- SuppressStartupBanner="TRUE"
- GenerateDebugInformation="TRUE"
- BaseAddress="0x22000000"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/import.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="1">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;IMPORT_EXPORTS"
- ExceptionHandling="FALSE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- BufferSecurityCheck="TRUE"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="import.h"
- BrowseInformation="1"
- BrowseInformationFile="$(IntDir)/"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="3"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalDependencies="comctl32.lib"
- LinkIncremental="2"
- SuppressStartupBanner="TRUE"
- GenerateDebugInformation="TRUE"
- BaseAddress="0x22000000"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/import.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="1"
- WholeProgramOptimization="FALSE">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- GlobalOptimizations="TRUE"
- FavorSizeOrSpeed="2"
- OmitFramePointers="FALSE"
- OptimizeForProcessor="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IMPORT_EXPORTS"
- StringPooling="TRUE"
- ExceptionHandling="FALSE"
- RuntimeLibrary="2"
- BufferSecurityCheck="TRUE"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="import.h"
- AssemblerOutput="3"
- BrowseInformation="1"
- BrowseInformationFile="$(IntDir)/"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="3"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalOptions="/ALIGN:4096 /ignore:4108"
- AdditionalDependencies="vc7to6.lib comctl32.lib oldnames.lib"
- AdditionalLibraryDirectories="../../lib"
- IgnoreAllDefaultLibraries="TRUE"
- GenerateDebugInformation="TRUE"
- GenerateMapFile="TRUE"
- MapFileName="$(OutDir)/$(ProjectName).map"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="1"
- BaseAddress="0x22000000"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/import.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
- <File
- RelativePath="ICQserver.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="main.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="1"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="1"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="1"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="1"
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="mirabilis.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="miranda.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="progress.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="wizard.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl">
- <File
- RelativePath="ICQserver.h">
- </File>
- <File
- RelativePath="import.h">
- </File>
- <File
- RelativePath="mirabilis.h">
- </File>
- <File
- RelativePath="mirandadb0700.h">
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
- <File
- RelativePath="import.ico">
- </File>
- <File
- RelativePath="resource.rc">
- </File>
- </Filter>
- <Filter
- Name="Documentation"
- Filter="">
- <File
- RelativePath="docs\import-ICQ_Db_Specs.txt">
- </File>
- <File
- RelativePath="docs\import-license.txt">
- </File>
- <File
- RelativePath="docs\import-readme.txt">
- </File>
- <File
- RelativePath="docs\import-translation.txt">
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/plugins/import/import_8.vcproj b/plugins/import/import_8.vcproj deleted file mode 100644 index af4371f656..0000000000 --- a/plugins/import/import_8.vcproj +++ /dev/null @@ -1,548 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8,00"
- Name="import"
- ProjectGUID="{9299B507-1AF9-4C93-9560-5F637D1E0C9E}"
- RootNamespace="import"
- SccProjectName=""
- SccLocalPath=""
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/import.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="2"
- FavorSizeOrSpeed="2"
- OmitFramePointers="true"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IMPORT_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="import.h"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalOptions="/ALIGN:4096 /ignore:4108"
- AdditionalDependencies="comctl32.lib"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x22000000"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/import.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;IMPORT_EXPORTS"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="import.h"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="comctl32.lib"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- BaseAddress="0x22000000"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/import.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;IMPORT_EXPORTS"
- StringPooling="false"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="0"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="import.h"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="comctl32.lib"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- BaseAddress="0x22000000"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/import.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IMPORT_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="import.h"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalOptions="/ALIGN:4096 /ignore:4108"
- AdditionalDependencies="comctl32.lib"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x22000000"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath="ICQserver.c"
- >
- </File>
- <File
- RelativePath="main.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="mirabilis.c"
- >
- </File>
- <File
- RelativePath="miranda.c"
- >
- </File>
- <File
- RelativePath="progress.c"
- >
- </File>
- <File
- RelativePath="wizard.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath="ICQserver.h"
- >
- </File>
- <File
- RelativePath="import.h"
- >
- </File>
- <File
- RelativePath="mirabilis.h"
- >
- </File>
- <File
- RelativePath="mirandadb0700.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
- >
- <File
- RelativePath="import.ico"
- >
- </File>
- <File
- RelativePath="resource.rc"
- >
- </File>
- </Filter>
- <Filter
- Name="Documentation"
- >
- <File
- RelativePath="docs\import-ICQ_Db_Specs.txt"
- >
- </File>
- <File
- RelativePath="docs\import-license.txt"
- >
- </File>
- <File
- RelativePath="docs\import-readme.txt"
- >
- </File>
- <File
- RelativePath="docs\import-translation.txt"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/plugins/import/import_9.vcproj b/plugins/import/import_9.vcproj deleted file mode 100644 index 36972bd918..0000000000 --- a/plugins/import/import_9.vcproj +++ /dev/null @@ -1,994 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="import"
- ProjectGUID="{9299B507-1AF9-4C93-9560-5F637D1E0C9E}"
- RootNamespace="import"
- TargetFrameworkVersion="131072"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/import.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IMPORT_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="import.h"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalOptions="/ALIGN:4096 /ignore:4108"
- AdditionalDependencies="comctl32.lib"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x22000000"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Release/import.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IMPORT_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="import.h"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalOptions="/ALIGN:4096 /ignore:4108"
- AdditionalDependencies="comctl32.lib"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x22000000"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/import.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;IMPORT_EXPORTS"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="import.h"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="comctl32.lib"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- BaseAddress="0x22000000"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Debug/import.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;IMPORT_EXPORTS"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="import.h"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="comctl32.lib"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- BaseAddress="0x22000000"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/import.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;IMPORT_EXPORTS"
- StringPooling="false"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="import.h"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="comctl32.lib"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- BaseAddress="0x22000000"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Debug/import.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;IMPORT_EXPORTS"
- StringPooling="false"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="0"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="import.h"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="comctl32.lib"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- BaseAddress="0x22000000"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/import.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IMPORT_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="import.h"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalOptions="/ALIGN:4096 /ignore:4108"
- AdditionalDependencies="comctl32.lib"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x22000000"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Release/import.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IMPORT_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="import.h"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalOptions="/ALIGN:4096 /ignore:4108"
- AdditionalDependencies="comctl32.lib"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x22000000"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath="ICQserver.c"
- >
- </File>
- <File
- RelativePath="main.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="mirabilis.c"
- >
- </File>
- <File
- RelativePath="miranda.c"
- >
- </File>
- <File
- RelativePath="progress.c"
- >
- </File>
- <File
- RelativePath="wizard.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath="ICQserver.h"
- >
- </File>
- <File
- RelativePath="import.h"
- >
- </File>
- <File
- RelativePath="mirabilis.h"
- >
- </File>
- <File
- RelativePath="mirandadb0700.h"
- >
- </File>
- <File
- RelativePath=".\resource.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
- >
- <File
- RelativePath="import.ico"
- >
- </File>
- <File
- RelativePath="resource.rc"
- >
- </File>
- </Filter>
- <Filter
- Name="Documentation"
- >
- <File
- RelativePath="docs\import-ICQ_Db_Specs.txt"
- >
- </File>
- <File
- RelativePath="docs\import-license.txt"
- >
- </File>
- <File
- RelativePath="docs\import-readme.txt"
- >
- </File>
- <File
- RelativePath="docs\import-translation.txt"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/plugins/modernb/clist_modern.sln b/plugins/modernb/clist_modern.sln deleted file mode 100644 index bb52c62768..0000000000 --- a/plugins/modernb/clist_modern.sln +++ /dev/null @@ -1,27 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "clist_modern", "clist_modern.vcproj", "{D9057E63-AAAA-4FE7-800A-20C02F4761F3}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
-EndProject
-Global
- GlobalSection(SolutionConfiguration) = preSolution
- Debug = Debug
- Debug Unicode = Debug Unicode
- Release = Release
- Release Unicode = Release Unicode
- EndGlobalSection
- GlobalSection(ProjectConfiguration) = postSolution
- {D9057E63-AAAA-4FE7-800A-20C02F4761F3}.Debug.ActiveCfg = Debug|Win32
- {D9057E63-AAAA-4FE7-800A-20C02F4761F3}.Debug.Build.0 = Debug|Win32
- {D9057E63-AAAA-4FE7-800A-20C02F4761F3}.Debug Unicode.ActiveCfg = Debug Unicode|Win32
- {D9057E63-AAAA-4FE7-800A-20C02F4761F3}.Debug Unicode.Build.0 = Debug Unicode|Win32
- {D9057E63-AAAA-4FE7-800A-20C02F4761F3}.Release.ActiveCfg = Release|Win32
- {D9057E63-AAAA-4FE7-800A-20C02F4761F3}.Release.Build.0 = Release|Win32
- {D9057E63-AAAA-4FE7-800A-20C02F4761F3}.Release Unicode.ActiveCfg = Release Unicode|Win32
- {D9057E63-AAAA-4FE7-800A-20C02F4761F3}.Release Unicode.Build.0 = Release Unicode|Win32
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- EndGlobalSection
- GlobalSection(ExtensibilityAddIns) = postSolution
- EndGlobalSection
-EndGlobal
diff --git a/plugins/modernb/clist_modern.vcproj b/plugins/modernb/clist_modern.vcproj deleted file mode 100644 index c5a535078f..0000000000 --- a/plugins/modernb/clist_modern.vcproj +++ /dev/null @@ -1,874 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="clist_modern"
- ProjectGUID="{D9057E63-AAAA-4FE7-800A-20C02F4761F3}"
- RootNamespace="clist_modern"
- SccProjectName=""
- SccLocalPath="">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="TRUE"
- CharacterSet="2"
- WholeProgramOptimization="FALSE">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- GlobalOptimizations="TRUE"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="TRUE"
- FavorSizeOrSpeed="2"
- EnableFiberSafeOptimizations="FALSE"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;CLIST_EXPORTS"
- StringPooling="TRUE"
- ExceptionHandling="TRUE"
- RuntimeLibrary="2"
- DefaultCharIsUnsigned="TRUE"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- AssemblerOutput="2"
- BrowseInformation="0"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="3"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalOptions="/MACHINE:I386"
- AdditionalDependencies="vc7to6.lib eh7.lib MSImg32.Lib comctl32.lib shlwapi.lib gdiplus.lib Delayimp.lib"
- LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="../../lib"
- IgnoreAllDefaultLibraries="TRUE"
- DelayLoadDLLs="gdiplus.dll"
- GenerateDebugInformation="TRUE"
- GenerateMapFile="TRUE"
- MapExports="FALSE"
- MapLines="TRUE"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="1"
- BaseAddress=""/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/mwclist.tlb"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- UseOfATL="0"
- ATLMinimizesCRunTimeLibraryUsage="TRUE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;CLIST_EXPORTS"
- GeneratePreprocessedFile="0"
- ExceptionHandling="TRUE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- DefaultCharIsUnsigned="TRUE"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
- ShowIncludes="FALSE"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/MACHINE:I386"
- AdditionalDependencies="MSImg32.Lib comctl32.lib shlwapi.lib gdiplus.lib Delayimp.lib"
- ShowProgress="0"
- LinkIncremental="2"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories=""
- DelayLoadDLLs="gdiplus.dll"
- GenerateDebugInformation="TRUE"
- GenerateMapFile="FALSE"
- BaseAddress=""/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/mwclist.tlb"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- UseOfATL="0"
- ATLMinimizesCRunTimeLibraryUsage="TRUE"
- CharacterSet="1">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="FORCE_HOTKEY_IN_MODERN;_DEBUG_LOG;WIN32;_DEBUG;_WINDOWS;_USRDLL;CLIST_EXPORTS"
- GeneratePreprocessedFile="0"
- ExceptionHandling="TRUE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- BufferSecurityCheck="TRUE"
- DefaultCharIsUnsigned="TRUE"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
- ShowIncludes="FALSE"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalOptions="/MACHINE:I386"
- AdditionalDependencies="MSImg32.Lib comctl32.lib shlwapi.lib gdiplus.lib Delayimp.lib"
- LinkIncremental="2"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories=""
- DelayLoadDLLs="gdiplus.dll"
- GenerateDebugInformation="TRUE"
- GenerateMapFile="FALSE"
- BaseAddress=""/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/mwclist.tlb"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="FORCE_HOTKEY_IN_MODERN;_DEBUG"
- Culture="1033"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="TRUE"
- CharacterSet="1"
- WholeProgramOptimization="FALSE">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- GlobalOptimizations="TRUE"
- FavorSizeOrSpeed="2"
- OmitFramePointers="FALSE"
- OptimizeForProcessor="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="FORCE_HOTKEY_IN_MODERN;WIN32;NDEBUG;_WINDOWS;_USRDLL;CLIST_EXPORTS"
- StringPooling="TRUE"
- ExceptionHandling="TRUE"
- RuntimeLibrary="2"
- BufferSecurityCheck="FALSE"
- DefaultCharIsUnsigned="TRUE"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- AssemblerOutput="2"
- BrowseInformation="0"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="3"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalOptions="/MACHINE:I386"
- AdditionalDependencies="vc7to6.lib eh7.lib MSImg32.Lib comctl32.lib shlwapi.lib gdiplus.lib Delayimp.lib"
- AdditionalLibraryDirectories="../../lib"
- IgnoreAllDefaultLibraries="TRUE"
- IgnoreDefaultLibraryNames=""
- DelayLoadDLLs="gdiplus.dll"
- GenerateDebugInformation="TRUE"
- GenerateMapFile="TRUE"
- MapExports="FALSE"
- MapLines="TRUE"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="1"
- BaseAddress=""/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/mwclist.tlb"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG; FORCE_HOTKEY_IN_MODERN"
- Culture="2057"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
- <File
- RelativePath=".\init.cpp">
- </File>
- <File
- RelativePath=".\modern_aniavatars.cpp">
- </File>
- <File
- RelativePath=".\modern_awaymsg.cpp">
- </File>
- <File
- RelativePath=".\modern_cachefuncs.cpp">
- </File>
- <File
- RelativePath=".\modern_clc.cpp">
- </File>
- <File
- RelativePath=".\modern_clcidents.cpp">
- </File>
- <File
- RelativePath=".\modern_clcitems.cpp">
- </File>
- <File
- RelativePath=".\modern_clcmsgs.cpp">
- </File>
- <File
- RelativePath=".\modern_clcopts.cpp">
- </File>
- <File
- RelativePath=".\modern_clcpaint.cpp">
- </File>
- <File
- RelativePath=".\modern_clcutils.cpp">
- </File>
- <File
- RelativePath=".\modern_clistevents.cpp">
- </File>
- <File
- RelativePath=".\modern_clistmenus.cpp">
- </File>
- <File
- RelativePath=".\modern_clistmod.cpp">
- </File>
- <File
- RelativePath=".\modern_clistopts.cpp">
- </File>
- <File
- RelativePath=".\modern_clistsettings.cpp">
- </File>
- <File
- RelativePath=".\modern_clisttray.cpp">
- </File>
- <File
- RelativePath=".\modern_clui.cpp">
- </File>
- <File
- RelativePath=".\modern_cluiframes.cpp">
- </File>
- <File
- RelativePath=".\modern_cluiservices.cpp">
- </File>
- <File
- RelativePath=".\modern_commonheaders.cpp">
- </File>
- <File
- RelativePath=".\modern_contact.cpp">
- </File>
- <File
- RelativePath=".\modern_docking.cpp">
- </File>
- <File
- RelativePath=".\modern_extraimage.cpp">
- </File>
- <File
- RelativePath=".\modern_framesmenu.cpp">
- </File>
- <File
- RelativePath=".\modern_gdiplus.cpp">
- </File>
- <File
- RelativePath=".\modern_gettextasync.cpp">
- </File>
- <File
- RelativePath=".\modern_global.cpp">
- </File>
- <File
- RelativePath=".\modern_groupmenu.cpp">
- </File>
- <File
- RelativePath=".\modern_image_array.cpp">
- </File>
- <File
- RelativePath=".\modern_keyboard.cpp">
- </File>
- <File
- RelativePath=".\modern_log.cpp">
- </File>
- <File
- RelativePath=".\modern_newrowopts.cpp">
- </File>
- <File
- RelativePath=".\modern_popup.cpp">
- </File>
- <File
- RelativePath=".\modern_row.cpp">
- </File>
- <File
- RelativePath=".\modern_rowheight_funcs.cpp">
- </File>
- <File
- RelativePath=".\modern_rowtemplateopt.cpp">
- </File>
- <File
- RelativePath=".\modern_skinbutton.cpp">
- </File>
- <File
- RelativePath=".\modern_skineditor.cpp">
- </File>
- <File
- RelativePath=".\modern_skinengine.cpp">
- </File>
- <File
- RelativePath=".\modern_skinned_profile.cpp">
- </File>
- <File
- RelativePath=".\modern_skinopt.cpp">
- </File>
- <File
- RelativePath=".\modern_skinselector.cpp">
- </File>
- <File
- RelativePath=".\modern_statusbar.cpp">
- </File>
- <File
- RelativePath=".\modern_statusbar_options.cpp">
- </File>
- <File
- RelativePath=".\modern_sync.cpp">
- </File>
- <File
- RelativePath=".\modern_tbbutton.cpp">
- </File>
- <File
- RelativePath=".\modern_toolbar.cpp">
- </File>
- <File
- RelativePath=".\modern_viewmodebar.cpp">
- </File>
- <File
- RelativePath=".\modern_xptheme.cpp">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl">
- <File
- RelativePath=".\hdr\resource.h">
- </File>
- <File
- RelativePath=".\stdafx.h">
- </File>
- <File
- RelativePath=".\version.h">
- </File>
- <Filter
- Name="hdr"
- Filter="">
- <File
- RelativePath=".\hdr\modern_awaymsg.h">
- </File>
- <File
- RelativePath=".\hdr\modern_cache_funcs.h">
- </File>
- <File
- RelativePath=".\hdr\modern_clc.h">
- </File>
- <File
- RelativePath=".\hdr\modern_clcpaint.h">
- </File>
- <File
- RelativePath=".\hdr\modern_clist.h">
- </File>
- <File
- RelativePath=".\hdr\modern_clui.h">
- </File>
- <File
- RelativePath=".\hdr\modern_cluiframes.h">
- </File>
- <File
- RelativePath=".\hdr\modern_commonheaders.h">
- </File>
- <File
- RelativePath=".\hdr\modern_commonprototypes.h">
- </File>
- <File
- RelativePath=".\hdr\modern_defsettings.h">
- </File>
- <File
- RelativePath=".\hdr\modern_effectenum.h">
- </File>
- <File
- RelativePath=".\hdr\modern_gettextasync.h">
- </File>
- <File
- RelativePath=".\hdr\modern_global_structure.h">
- </File>
- <File
- RelativePath=".\hdr\modern_image_array.h">
- </File>
- <File
- RelativePath=".\hdr\modern_log.h">
- </File>
- <File
- RelativePath=".\hdr\modern_popup.h">
- </File>
- <File
- RelativePath=".\hdr\modern_row.h">
- </File>
- <File
- RelativePath=".\hdr\modern_rowheight_funcs.h">
- </File>
- <File
- RelativePath=".\hdr\modern_skinengine.h">
- </File>
- <File
- RelativePath=".\hdr\modern_skinned_profile.h">
- </File>
- <File
- RelativePath=".\hdr\modern_skinselector.h">
- </File>
- <File
- RelativePath=".\hdr\modern_static_clui.h">
- </File>
- <File
- RelativePath=".\hdr\modern_statusbar.h">
- </File>
- <File
- RelativePath=".\hdr\modern_statusmodes.h">
- </File>
- <File
- RelativePath=".\hdr\modern_sync.h">
- </File>
- <File
- RelativePath=".\hdr\modern_tstring.h">
- </File>
- </Filter>
- <Filter
- Name="m_api"
- Filter="">
- <File
- RelativePath="..\..\include\m_addcontact.h">
- </File>
- <File
- RelativePath="..\..\include\m_avatars.h">
- </File>
- <File
- RelativePath="..\..\include\m_awaymsg.h">
- </File>
- <File
- RelativePath="..\..\include\m_button.h">
- </File>
- <File
- RelativePath="..\..\include\m_chat.h">
- </File>
- <File
- RelativePath="..\..\include\m_clc.h">
- </File>
- <File
- RelativePath="..\..\include\m_clist.h">
- </File>
- <File
- RelativePath="..\..\include\m_clistint.h">
- </File>
- <File
- RelativePath=".\m_api\m_clui.h">
- </File>
- <File
- RelativePath="..\..\include\m_clui.h">
- </File>
- <File
- RelativePath=".\m_api\m_cluiframes.h">
- </File>
- <File
- RelativePath="..\..\include\m_contactdir.h">
- </File>
- <File
- RelativePath="..\..\include\m_contacts.h">
- </File>
- <File
- RelativePath="..\..\include\m_database.h">
- </File>
- <File
- RelativePath="..\..\include\m_email.h">
- </File>
- <File
- RelativePath="..\..\include\m_file.h">
- </File>
- <File
- RelativePath="..\..\include\m_findadd.h">
- </File>
- <File
- RelativePath="..\..\include\m_fontservice.h">
- </File>
- <File
- RelativePath="..\..\include\m_fuse.h">
- </File>
- <File
- RelativePath="..\..\include\m_genmenu.h">
- </File>
- <File
- RelativePath="..\..\include\m_history.h">
- </File>
- <File
- RelativePath="..\..\include\m_icolib.h">
- </File>
- <File
- RelativePath="..\..\include\m_icq.h">
- </File>
- <File
- RelativePath="..\..\include\m_idle.h">
- </File>
- <File
- RelativePath="..\..\include\m_ignore.h">
- </File>
- <File
- RelativePath="..\..\include\m_imgsrvc.h">
- </File>
- <File
- RelativePath="..\..\include\m_langpack.h">
- </File>
- <File
- RelativePath="..\..\include\m_message.h">
- </File>
- <File
- RelativePath=".\m_api\m_metacontacts.h">
- </File>
- <File
- RelativePath="..\..\include\m_netlib.h">
- </File>
- <File
- RelativePath="..\..\include\m_options.h">
- </File>
- <File
- RelativePath="..\..\include\m_plugins.h">
- </File>
- <File
- RelativePath="..\..\include\m_png.h">
- </File>
- <File
- RelativePath="..\..\include\m_popup.h">
- </File>
- <File
- RelativePath="..\..\include\m_protocols.h">
- </File>
- <File
- RelativePath="..\..\include\m_protomod.h">
- </File>
- <File
- RelativePath="..\..\include\m_protosvc.h">
- </File>
- <File
- RelativePath="..\..\include\m_skin.h">
- </File>
- <File
- RelativePath=".\m_api\m_skin_eng.h">
- </File>
- <File
- RelativePath=".\m_api\m_skinbutton.h">
- </File>
- <File
- RelativePath=".\m_api\m_skinned_profile.h">
- </File>
- <File
- RelativePath=".\m_api\m_smileyadd.h">
- </File>
- <File
- RelativePath="..\..\include\m_system.h">
- </File>
- <File
- RelativePath="..\..\include\m_system_cpp.h">
- </File>
- <File
- RelativePath=".\m_api\m_toolbar.h">
- </File>
- <File
- RelativePath="..\..\include\m_url.h">
- </File>
- <File
- RelativePath="..\..\include\m_userinfo.h">
- </File>
- <File
- RelativePath="..\..\include\m_utils.h">
- </File>
- <File
- RelativePath=".\m_api\m_variables.h">
- </File>
- <File
- RelativePath=".\m_api\m_xpTheme.h">
- </File>
- <File
- RelativePath="..\..\include\newpluginapi.h">
- </File>
- <File
- RelativePath="..\..\include\statusmodes.h">
- </File>
- <File
- RelativePath="..\..\include\win2k.h">
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
- <File
- RelativePath=".\resource.h">
- </File>
- <File
- RelativePath=".\resource.rc">
- </File>
- <Filter
- Name="res"
- Filter="">
- <File
- RelativePath=".\res\1.ico">
- </File>
- <File
- RelativePath=".\res\2.ico">
- </File>
- <File
- RelativePath=".\res\3.ico">
- </File>
- <File
- RelativePath=".\res\4.ico">
- </File>
- <File
- RelativePath=".\res\5.ico">
- </File>
- <File
- RelativePath=".\res\6.ico">
- </File>
- <File
- RelativePath=".\res\7.ico">
- </File>
- <File
- RelativePath=".\res\8.ico">
- </File>
- <File
- RelativePath=".\res\addgoupp.ico">
- </File>
- <File
- RelativePath=".\res\AlwaysVis.ico">
- </File>
- <File
- RelativePath=".\res\away.ico">
- </File>
- <File
- RelativePath=".\res\back.tga">
- </File>
- <File
- RelativePath=".\res\chat.ico">
- </File>
- <File
- RelativePath=".\res\Chatchannel.ico">
- </File>
- <File
- RelativePath=".\res\dnd.ico">
- </File>
- <File
- RelativePath=".\res\hide_avatar.ico">
- </File>
- <File
- RelativePath=".\res\invisible.ico">
- </File>
- <File
- RelativePath=".\res\listening_to.ico">
- </File>
- <File
- RelativePath=".\res\lunch.ico">
- </File>
- <File
- RelativePath=".\res\MicroAway.ico">
- </File>
- <File
- RelativePath=".\res\MicroChat.ico">
- </File>
- <File
- RelativePath=".\res\MicroDnd.ico">
- </File>
- <File
- RelativePath=".\res\MicroInvisible.ico">
- </File>
- <File
- RelativePath=".\res\MicroLunch.ico">
- </File>
- <File
- RelativePath=".\res\MicroNa.ico">
- </File>
- <File
- RelativePath=".\res\MicroOccupied.ico">
- </File>
- <File
- RelativePath=".\res\MicroOffline.ico">
- </File>
- <File
- RelativePath=".\res\MicroPhone.ico">
- </File>
- <File
- RelativePath=".\res\NA.ico">
- </File>
- <File
- RelativePath=".\res\neo_meta_create.cur">
- </File>
- <File
- RelativePath=".\res\neo_meta_default.cur">
- </File>
- <File
- RelativePath=".\res\neo_meta_move.cur">
- </File>
- <File
- RelativePath=".\res\NeverVis.ico">
- </File>
- <File
- RelativePath=".\res\occupied.ico">
- </File>
- <File
- RelativePath=".\res\offline.ico">
- </File>
- <File
- RelativePath=".\res\phone.ico">
- </File>
- <File
- RelativePath=".\res\rate_high.ico">
- </File>
- <File
- RelativePath=".\res\rate_low.ico">
- </File>
- <File
- RelativePath=".\res\rate_med.ico">
- </File>
- <File
- RelativePath=".\res\rate_none.ico">
- </File>
- <File
- RelativePath=".\res\reset_view.ico">
- </File>
- <File
- RelativePath=".\res\set_view.ico">
- </File>
- <File
- RelativePath=".\res\show_avatar.ico">
- </File>
- <File
- RelativePath=".\res\skin.msf">
- </File>
- </Filter>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/plugins/modernb/clist_modern_8.vcproj b/plugins/modernb/clist_modern_8.vcproj deleted file mode 100644 index ae57266607..0000000000 --- a/plugins/modernb/clist_modern_8.vcproj +++ /dev/null @@ -1,1159 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8,00"
- Name="clist_modern"
- ProjectGUID="{D9057E63-AAAA-4FE7-800A-20C02F4761F3}"
- RootNamespace="clist_modern"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="true"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/mwclist.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- EnableFiberSafeOptimizations="false"
- AdditionalIncludeDirectories="..\..\include\msapi; ..\..\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;CLIST_EXPORTS;_CRT_SECURE_NO_WARNINGS"
- StringPooling="true"
- ExceptionHandling="1"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="false"
- EnableEnhancedInstructionSet="0"
- DefaultCharIsUnsigned="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderThrough="commonheaders.h"
- AssemblerOutput="2"
- BrowseInformation="0"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/MACHINE:I386"
- AdditionalDependencies="MSImg32.Lib comctl32.lib shlwapi.lib gdiplus.lib Delayimp.lib"
- OutputFile="$(OutDir)/$(ProjectName).dll"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- IgnoreAllDefaultLibraries="false"
- DelayLoadDLLs="gdiplus.dll"
- GenerateDebugInformation="true"
- GenerateMapFile="true"
- MapExports="false"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="1"
- BaseAddress=""
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- UseOfMFC="0"
- UseOfATL="0"
- ATLMinimizesCRunTimeLibraryUsage="true"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/mwclist.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\include\msapi; ..\..\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;CLIST_EXPORTS;_CRT_SECURE_NO_WARNINGS"
- GeneratePreprocessedFile="0"
- ExceptionHandling="1"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- DefaultCharIsUnsigned="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderThrough="commonheaders.h"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- ShowIncludes="false"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/MACHINE:I386"
- AdditionalDependencies="MSImg32.Lib comctl32.lib shlwapi.lib gdiplus.lib Delayimp.lib"
- ShowProgress="0"
- OutputFile="$(OutDir)/$(ProjectName).dll"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories=""
- DelayLoadDLLs="gdiplus.dll"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- BaseAddress=""
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- UseOfMFC="0"
- UseOfATL="0"
- ATLMinimizesCRunTimeLibraryUsage="true"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/mwclist.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\include\msapi; ..\..\include"
- PreprocessorDefinitions="FORCE_HOTKEY_IN_MODERN;_DEBUG_LOG;WIN32;_DEBUG;_WINDOWS;_USRDLL;CLIST_EXPORTS;_CRT_SECURE_NO_WARNINGS"
- GeneratePreprocessedFile="0"
- ExceptionHandling="1"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- BufferSecurityCheck="true"
- DefaultCharIsUnsigned="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderThrough="commonheaders.h"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- ShowIncludes="false"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="FORCE_HOTKEY_IN_MODERN;_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalOptions="/MACHINE:I386"
- AdditionalDependencies="MSImg32.Lib comctl32.lib shlwapi.lib gdiplus.lib Delayimp.lib"
- OutputFile="$(OutDir)/$(ProjectName).dll"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories=""
- DelayLoadDLLs="gdiplus.dll"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- BaseAddress=""
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="true"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/mwclist.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- FavorSizeOrSpeed="2"
- OmitFramePointers="false"
- AdditionalIncludeDirectories="..\..\include\msapi; ..\..\include"
- PreprocessorDefinitions="FORCE_HOTKEY_IN_MODERN;WIN32;NDEBUG;_WINDOWS;_USRDLL;CLIST_EXPORTS;_CRT_SECURE_NO_WARNINGS"
- StringPooling="true"
- ExceptionHandling="1"
- RuntimeLibrary="2"
- BufferSecurityCheck="true"
- EnableEnhancedInstructionSet="0"
- DefaultCharIsUnsigned="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderThrough="commonheaders.h"
- AssemblerOutput="2"
- BrowseInformation="0"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG; FORCE_HOTKEY_IN_MODERN"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalOptions="/MACHINE:I386"
- AdditionalDependencies="MSImg32.Lib comctl32.lib shlwapi.lib gdiplus.lib Delayimp.lib"
- OutputFile="$(OutDir)/$(ProjectName).dll"
- IgnoreAllDefaultLibraries="false"
- IgnoreDefaultLibraryNames=""
- DelayLoadDLLs="gdiplus.dll"
- GenerateDebugInformation="true"
- GenerateMapFile="true"
- MapExports="false"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="1"
- BaseAddress=""
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath=".\init.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_aniavatars.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_awaymsg.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_cachefuncs.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_clc.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_clcidents.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_clcitems.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_clcmsgs.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_clcopts.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_clcpaint.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_clcutils.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_clistevents.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_clistmenus.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_clistmod.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_clistopts.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_clistsettings.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_clisttray.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_clui.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_cluiframes.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_cluiservices.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_commonheaders.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_contact.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_docking.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_extraimage.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_framesmenu.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_gdiplus.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_gettextasync.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_global.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_groupmenu.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_image_array.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_keyboard.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_log.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_newrowopts.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_popup.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_row.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_rowheight_funcs.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_rowtemplateopt.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_skinbutton.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_skineditor.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_skinengine.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_skinopt.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_skinselector.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_statusbar.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_statusbar_options.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_sync.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_tbbutton.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_toolbar.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_viewmodebar.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_xptheme.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath=".\hdr\resource.h"
- >
- </File>
- <File
- RelativePath=".\stdafx.h"
- >
- </File>
- <File
- RelativePath=".\version.h"
- >
- </File>
- <Filter
- Name="hdr"
- >
- <File
- RelativePath=".\hdr\modern_awaymsg.h"
- >
- </File>
- <File
- RelativePath=".\hdr\modern_cache_funcs.h"
- >
- </File>
- <File
- RelativePath=".\hdr\modern_clc.h"
- >
- </File>
- <File
- RelativePath=".\hdr\modern_clist.h"
- >
- </File>
- <File
- RelativePath=".\hdr\modern_clui.h"
- >
- </File>
- <File
- RelativePath=".\hdr\modern_cluiframes.h"
- >
- </File>
- <File
- RelativePath=".\hdr\modern_commonheaders.h"
- >
- </File>
- <File
- RelativePath=".\hdr\modern_commonprototypes.h"
- >
- </File>
- <File
- RelativePath=".\hdr\modern_defsettings.h"
- >
- </File>
- <File
- RelativePath=".\hdr\modern_effectenum.h"
- >
- </File>
- <File
- RelativePath=".\hdr\modern_gettextasync.h"
- >
- </File>
- <File
- RelativePath=".\hdr\modern_global_structure.h"
- >
- </File>
- <File
- RelativePath=".\hdr\modern_image_array.h"
- >
- </File>
- <File
- RelativePath=".\hdr\modern_log.h"
- >
- </File>
- <File
- RelativePath=".\hdr\modern_popup.h"
- >
- </File>
- <File
- RelativePath=".\hdr\modern_row.h"
- >
- </File>
- <File
- RelativePath=".\hdr\modern_rowheight_funcs.h"
- >
- </File>
- <File
- RelativePath=".\hdr\modern_skinengine.h"
- >
- </File>
- <File
- RelativePath=".\hdr\modern_skinselector.h"
- >
- </File>
- <File
- RelativePath=".\hdr\modern_statusbar.h"
- >
- </File>
- <File
- RelativePath=".\hdr\modern_statusmodes.h"
- >
- </File>
- <File
- RelativePath=".\hdr\modern_sync.h"
- >
- </File>
- </Filter>
- <Filter
- Name="m_api"
- >
- <File
- RelativePath="..\..\include\m_addcontact.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_avatars.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_awaymsg.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_button.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_chat.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_clc.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_clist.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_clistint.h"
- >
- </File>
- <File
- RelativePath=".\m_api\m_clui.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_clui.h"
- >
- </File>
- <File
- RelativePath=".\m_api\m_cluiframes.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_contactdir.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_contacts.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_database.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_email.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_file.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_findadd.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_fontservice.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_fuse.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_genmenu.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_history.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_icolib.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_icq.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_idle.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_ignore.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_imgsrvc.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_langpack.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_message.h"
- >
- </File>
- <File
- RelativePath=".\m_api\m_metacontacts.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_netlib.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_options.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_plugins.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_png.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_popup.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_protocols.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_protomod.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_protosvc.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_skin.h"
- >
- </File>
- <File
- RelativePath=".\m_api\m_skin_eng.h"
- >
- </File>
- <File
- RelativePath=".\m_api\m_skinbutton.h"
- >
- </File>
- <File
- RelativePath=".\m_api\m_smileyadd.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_system.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_system_cpp.h"
- >
- </File>
- <File
- RelativePath=".\m_api\m_toolbar.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_url.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_userinfo.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_utils.h"
- >
- </File>
- <File
- RelativePath=".\m_api\m_variables.h"
- >
- </File>
- <File
- RelativePath=".\m_api\m_xpTheme.h"
- >
- </File>
- <File
- RelativePath="..\..\include\newpluginapi.h"
- >
- </File>
- <File
- RelativePath="..\..\include\statusmodes.h"
- >
- </File>
- <File
- RelativePath="..\..\include\win2k.h"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
- >
- <File
- RelativePath=".\res\icon7.ico"
- >
- </File>
- <File
- RelativePath=".\resource.h"
- >
- </File>
- <File
- RelativePath=".\resource.rc"
- >
- </File>
- <File
- RelativePath=".\version.rc"
- >
- </File>
- <Filter
- Name="res"
- >
- <File
- RelativePath=".\res\1.ico"
- >
- </File>
- <File
- RelativePath=".\res\2.ico"
- >
- </File>
- <File
- RelativePath=".\res\3.ico"
- >
- </File>
- <File
- RelativePath=".\res\4.ico"
- >
- </File>
- <File
- RelativePath=".\res\5.ico"
- >
- </File>
- <File
- RelativePath=".\res\6.ico"
- >
- </File>
- <File
- RelativePath=".\res\7.ico"
- >
- </File>
- <File
- RelativePath=".\res\8.ico"
- >
- </File>
- <File
- RelativePath=".\res\addgoupp.ico"
- >
- </File>
- <File
- RelativePath=".\res\AlwaysVis.ico"
- >
- </File>
- <File
- RelativePath=".\res\away.ico"
- >
- </File>
- <File
- RelativePath=".\res\back.tga"
- >
- </File>
- <File
- RelativePath=".\res\chat.ico"
- >
- </File>
- <File
- RelativePath=".\res\Chatchannel.ico"
- >
- </File>
- <File
- RelativePath=".\res\dnd.ico"
- >
- </File>
- <File
- RelativePath=".\res\hide_avatar.ico"
- >
- </File>
- <File
- RelativePath=".\res\invisible.ico"
- >
- </File>
- <File
- RelativePath=".\res\listening_to.ico"
- >
- </File>
- <File
- RelativePath=".\res\lunch.ico"
- >
- </File>
- <File
- RelativePath=".\res\MicroAway.ico"
- >
- </File>
- <File
- RelativePath=".\res\MicroChat.ico"
- >
- </File>
- <File
- RelativePath=".\res\MicroDnd.ico"
- >
- </File>
- <File
- RelativePath=".\res\MicroInvisible.ico"
- >
- </File>
- <File
- RelativePath=".\res\MicroLunch.ico"
- >
- </File>
- <File
- RelativePath=".\res\MicroNa.ico"
- >
- </File>
- <File
- RelativePath=".\res\MicroOccupied.ico"
- >
- </File>
- <File
- RelativePath=".\res\MicroOffline.ico"
- >
- </File>
- <File
- RelativePath=".\res\MicroPhone.ico"
- >
- </File>
- <File
- RelativePath=".\res\NA.ico"
- >
- </File>
- <File
- RelativePath=".\res\neo_meta_create.cur"
- >
- </File>
- <File
- RelativePath=".\res\neo_meta_default.cur"
- >
- </File>
- <File
- RelativePath=".\res\neo_meta_move.cur"
- >
- </File>
- <File
- RelativePath=".\res\NeverVis.ico"
- >
- </File>
- <File
- RelativePath=".\res\occupied.ico"
- >
- </File>
- <File
- RelativePath=".\res\offline.ico"
- >
- </File>
- <File
- RelativePath=".\res\phone.ico"
- >
- </File>
- <File
- RelativePath=".\res\rate_high.ico"
- >
- </File>
- <File
- RelativePath=".\res\rate_low.ico"
- >
- </File>
- <File
- RelativePath=".\res\rate_med.ico"
- >
- </File>
- <File
- RelativePath=".\res\rate_none.ico"
- >
- </File>
- <File
- RelativePath=".\res\reset_view.ico"
- >
- </File>
- <File
- RelativePath=".\res\set_view.ico"
- >
- </File>
- <File
- RelativePath=".\res\show_avatar.ico"
- >
- </File>
- <File
- RelativePath=".\res\skin.msf"
- >
- </File>
- </Filter>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/plugins/modernb/clist_modern_9.vcproj b/plugins/modernb/clist_modern_9.vcproj deleted file mode 100644 index 66f80457e8..0000000000 --- a/plugins/modernb/clist_modern_9.vcproj +++ /dev/null @@ -1,1532 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="clist_modern"
- ProjectGUID="{D9057E63-AAAA-4FE7-800A-20C02F4761F3}"
- RootNamespace="clist_modern"
- TargetFrameworkVersion="131072"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/mwclist.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- EnableFiberSafeOptimizations="false"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;CLIST_EXPORTS;_CRT_SECURE_NO_WARNINGS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="false"
- FloatingPointModel="2"
- DefaultCharIsUnsigned="true"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="hdr/modern_commonheaders.h"
- AssemblerOutput="2"
- BrowseInformation="0"
- WarningLevel="3"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="MSImg32.Lib comctl32.lib shlwapi.lib gdiplus.lib Delayimp.lib"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- DelayLoadDLLs="gdiplus.dll"
- GenerateDebugInformation="true"
- MapExports="false"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="0"
- LinkTimeCodeGeneration="1"
- BaseAddress=""
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Release/mwclist.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- EnableFiberSafeOptimizations="false"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;CLIST_EXPORTS;_CRT_SECURE_NO_WARNINGS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="false"
- FloatingPointModel="2"
- DefaultCharIsUnsigned="true"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="hdr/modern_commonheaders.h"
- AssemblerOutput="2"
- BrowseInformation="0"
- WarningLevel="3"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="MSImg32.Lib comctl32.lib shlwapi.lib gdiplus.lib Delayimp.lib"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- DelayLoadDLLs="gdiplus.dll"
- GenerateDebugInformation="true"
- MapExports="false"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="0"
- LinkTimeCodeGeneration="1"
- BaseAddress=""
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- UseOfATL="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/mwclist.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;CLIST_EXPORTS;_CRT_SECURE_NO_WARNINGS"
- GeneratePreprocessedFile="0"
- ExceptionHandling="1"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- DefaultCharIsUnsigned="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="hdr/modern_commonheaders.h"
- BrowseInformation="1"
- WarningLevel="3"
- DebugInformationFormat="4"
- DisableSpecificWarnings="4996"
- ShowIncludes="false"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="MSImg32.Lib comctl32.lib shlwapi.lib gdiplus.lib Delayimp.lib"
- ShowProgress="0"
- AdditionalLibraryDirectories=""
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- DelayLoadDLLs="gdiplus.dll"
- GenerateDebugInformation="true"
- BaseAddress=""
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- UseOfATL="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Debug/mwclist.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;CLIST_EXPORTS;_CRT_SECURE_NO_WARNINGS"
- GeneratePreprocessedFile="0"
- ExceptionHandling="1"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- DefaultCharIsUnsigned="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="hdr/modern_commonheaders.h"
- BrowseInformation="1"
- WarningLevel="3"
- DebugInformationFormat="3"
- DisableSpecificWarnings="4996"
- ShowIncludes="false"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="MSImg32.Lib comctl32.lib shlwapi.lib gdiplus.lib Delayimp.lib"
- ShowProgress="0"
- AdditionalLibraryDirectories=""
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- DelayLoadDLLs="gdiplus.dll"
- GenerateDebugInformation="true"
- BaseAddress=""
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- UseOfATL="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/mwclist.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="_DEBUG_LOG;WIN32;_DEBUG;_WINDOWS;_USRDLL;CLIST_EXPORTS;_CRT_SECURE_NO_WARNINGS"
- GeneratePreprocessedFile="0"
- ExceptionHandling="1"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- BufferSecurityCheck="true"
- DefaultCharIsUnsigned="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="hdr/modern_commonheaders.h"
- BrowseInformation="1"
- WarningLevel="3"
- DebugInformationFormat="4"
- DisableSpecificWarnings="4996"
- ShowIncludes="false"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="MSImg32.Lib comctl32.lib shlwapi.lib gdiplus.lib Delayimp.lib"
- AdditionalLibraryDirectories=""
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- DelayLoadDLLs="gdiplus.dll"
- GenerateDebugInformation="true"
- BaseAddress=""
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- UseOfATL="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Debug/mwclist.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="_DEBUG_LOG;WIN32;_DEBUG;_WINDOWS;_USRDLL;CLIST_EXPORTS;_CRT_SECURE_NO_WARNINGS"
- GeneratePreprocessedFile="0"
- ExceptionHandling="1"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- BufferSecurityCheck="true"
- DefaultCharIsUnsigned="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="hdr/modern_commonheaders.h"
- BrowseInformation="1"
- WarningLevel="3"
- DebugInformationFormat="3"
- DisableSpecificWarnings="4996"
- ShowIncludes="false"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="MSImg32.Lib comctl32.lib shlwapi.lib gdiplus.lib Delayimp.lib"
- AdditionalLibraryDirectories=""
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- DelayLoadDLLs="gdiplus.dll"
- GenerateDebugInformation="true"
- BaseAddress=""
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/mwclist.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;CLIST_EXPORTS;_CRT_SECURE_NO_WARNINGS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- DefaultCharIsUnsigned="true"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="hdr/modern_commonheaders.h"
- BrowseInformation="0"
- WarningLevel="3"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="MSImg32.Lib comctl32.lib shlwapi.lib gdiplus.lib Delayimp.lib"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- IgnoreDefaultLibraryNames=""
- DelayLoadDLLs="gdiplus.dll"
- GenerateDebugInformation="true"
- MapExports="false"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress=""
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Release/mwclist.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;CLIST_EXPORTS;_CRT_SECURE_NO_WARNINGS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- DefaultCharIsUnsigned="true"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="hdr/modern_commonheaders.h"
- AssemblerOutput="2"
- BrowseInformation="0"
- WarningLevel="3"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="MSImg32.Lib comctl32.lib shlwapi.lib gdiplus.lib Delayimp.lib"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- IgnoreDefaultLibraryNames=""
- DelayLoadDLLs="gdiplus.dll"
- GenerateDebugInformation="true"
- MapExports="false"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress=""
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath=".\init.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_aniavatars.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_awaymsg.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_cachefuncs.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_clc.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_clcidents.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_clcitems.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_clcmsgs.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_clcopts.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_clcpaint.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_clcutils.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_clistevents.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_clistmenus.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_clistmod.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_clistopts.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_clistsettings.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_clisttray.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_clui.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_cluiframes.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_cluiservices.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_commonheaders.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\modern_contact.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_docking.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_extraimage.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_framesmenu.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_gdiplus.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_gettextasync.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_global.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_groupmenu.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_image_array.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_keyboard.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_log.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_newrowopts.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_popup.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_row.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_rowheight_funcs.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_rowtemplateopt.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_skinbutton.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_skineditor.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_skinengine.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_skinopt.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_skinselector.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_statusbar.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_statusbar_options.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_sync.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_tbbutton.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_toolbar.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_viewmodebar.cpp"
- >
- </File>
- <File
- RelativePath=".\modern_xptheme.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath=".\version.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
- >
- <File
- RelativePath=".\resource.h"
- >
- </File>
- <File
- RelativePath=".\resource.rc"
- >
- </File>
- <File
- RelativePath=".\version.rc"
- >
- </File>
- <Filter
- Name="res"
- >
- <File
- RelativePath=".\res\1.ico"
- >
- </File>
- <File
- RelativePath=".\res\2.ico"
- >
- </File>
- <File
- RelativePath=".\res\3.ico"
- >
- </File>
- <File
- RelativePath=".\res\4.ico"
- >
- </File>
- <File
- RelativePath=".\res\5.ico"
- >
- </File>
- <File
- RelativePath=".\res\6.ico"
- >
- </File>
- <File
- RelativePath=".\res\7.ico"
- >
- </File>
- <File
- RelativePath=".\res\8.ico"
- >
- </File>
- <File
- RelativePath=".\res\addgoupp.ico"
- >
- </File>
- <File
- RelativePath=".\res\AlwaysVis.ico"
- >
- </File>
- <File
- RelativePath=".\res\away.ico"
- >
- </File>
- <File
- RelativePath=".\res\back.tga"
- >
- </File>
- <File
- RelativePath=".\res\chat.ico"
- >
- </File>
- <File
- RelativePath=".\res\Chatchannel.ico"
- >
- </File>
- <File
- RelativePath=".\res\dnd.ico"
- >
- </File>
- <File
- RelativePath=".\res\hide_avatar.ico"
- >
- </File>
- <File
- RelativePath=".\res\invisible.ico"
- >
- </File>
- <File
- RelativePath=".\res\listening_to.ico"
- >
- </File>
- <File
- RelativePath=".\res\lunch.ico"
- >
- </File>
- <File
- RelativePath=".\res\MicroAway.ico"
- >
- </File>
- <File
- RelativePath=".\res\MicroChat.ico"
- >
- </File>
- <File
- RelativePath=".\res\MicroDnd.ico"
- >
- </File>
- <File
- RelativePath=".\res\MicroInvisible.ico"
- >
- </File>
- <File
- RelativePath=".\res\MicroLunch.ico"
- >
- </File>
- <File
- RelativePath=".\res\MicroNa.ico"
- >
- </File>
- <File
- RelativePath=".\res\MicroOccupied.ico"
- >
- </File>
- <File
- RelativePath=".\res\MicroOffline.ico"
- >
- </File>
- <File
- RelativePath=".\res\MicroPhone.ico"
- >
- </File>
- <File
- RelativePath=".\res\NA.ico"
- >
- </File>
- <File
- RelativePath=".\res\neo_meta_create.cur"
- >
- </File>
- <File
- RelativePath=".\res\neo_meta_default.cur"
- >
- </File>
- <File
- RelativePath=".\res\neo_meta_move.cur"
- >
- </File>
- <File
- RelativePath=".\res\NeverVis.ico"
- >
- </File>
- <File
- RelativePath=".\res\occupied.ico"
- >
- </File>
- <File
- RelativePath=".\res\offline.ico"
- >
- </File>
- <File
- RelativePath=".\res\phone.ico"
- >
- </File>
- <File
- RelativePath=".\res\rate_high.ico"
- >
- </File>
- <File
- RelativePath=".\res\rate_low.ico"
- >
- </File>
- <File
- RelativePath=".\res\rate_med.ico"
- >
- </File>
- <File
- RelativePath=".\res\rate_none.ico"
- >
- </File>
- <File
- RelativePath=".\res\reset_view.ico"
- >
- </File>
- <File
- RelativePath=".\res\set_view.ico"
- >
- </File>
- <File
- RelativePath=".\res\show_avatar.ico"
- >
- </File>
- <File
- RelativePath=".\res\skin.msf"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="m_api"
- >
- <File
- RelativePath="..\..\include\m_addcontact.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_avatars.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_awaymsg.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_button.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_chat.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_clc.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_clist.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_clistint.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_clui.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_cluiframes.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_contactdir.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_contacts.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_database.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_email.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_file.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_findadd.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_fontservice.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_fuse.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_genmenu.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_history.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_icolib.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_icq.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_idle.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_ignore.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_imgsrvc.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_langpack.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_message.h"
- >
- </File>
- <File
- RelativePath=".\m_api\m_metacontacts.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_netlib.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_options.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_plugins.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_png.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_popup.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_protocols.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_protomod.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_protosvc.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_skin.h"
- >
- </File>
- <File
- RelativePath=".\m_api\m_skin_eng.h"
- >
- </File>
- <File
- RelativePath=".\m_api\m_skinbutton.h"
- >
- </File>
- <File
- RelativePath=".\m_api\m_smileyadd.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_system.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_system_cpp.h"
- >
- </File>
- <File
- RelativePath=".\m_api\m_toolbar.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_url.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_userinfo.h"
- >
- </File>
- <File
- RelativePath="..\..\include\m_utils.h"
- >
- </File>
- <File
- RelativePath=".\m_api\m_variables.h"
- >
- </File>
- <File
- RelativePath=".\m_api\m_xpTheme.h"
- >
- </File>
- <File
- RelativePath="..\..\include\newpluginapi.h"
- >
- </File>
- <File
- RelativePath="..\..\include\statusmodes.h"
- >
- </File>
- <File
- RelativePath="..\..\include\win2k.h"
- >
- </File>
- </Filter>
- <Filter
- Name="hdr"
- >
- <File
- RelativePath=".\hdr\modern_awaymsg.h"
- >
- </File>
- <File
- RelativePath=".\hdr\modern_gettextasync.h"
- >
- </File>
- <File
- RelativePath=".\hdr\modern_global_structure.h"
- >
- </File>
- <File
- RelativePath=".\hdr\modern_skinselector.h"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/plugins/modernb/modernb.dep b/plugins/modernb/modernb.dep deleted file mode 100644 index 4fbca026bf..0000000000 --- a/plugins/modernb/modernb.dep +++ /dev/null @@ -1,2798 +0,0 @@ -# Microsoft Developer Studio Generated Dependency File, included by modernb.mak
-
-.\init.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clcpaint.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_clui.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
- ".\version.h"\
-
-
-.\modern_aniavatars.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_awaymsg.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_awaymsg.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\hdr\modern_sync.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_cachefuncs.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_gettextasync.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\hdr\modern_sync.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_clc.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_modernopt.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clcpaint.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_clcidents.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_clcitems.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_clcmsgs.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_clcopts.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_modernopt.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_effectenum.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\hdr\modern_sync.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_clcpaint.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clcpaint.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_clcutils.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_clistevents.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clcpaint.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_clistmenus.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_clistmod.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_modernopt.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_clui.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\hdr\modern_sync.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_clistopts.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_clistsettings.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_awaymsg.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_clisttray.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_clui.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clcpaint.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_clui.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_static_clui.h"\
- ".\hdr\modern_statusbar.h"\
- ".\hdr\modern_sync.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_skinbutton.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_cluiframes.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_static_cluiframes_service.h"\
- ".\hdr\modern_statusbar.h"\
- ".\hdr\modern_sync.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_cluiservices.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_commonheaders.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_contact.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_docking.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\hdr\modern_sync.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_skinbutton.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_extraimage.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_framesmenu.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_gdiplus.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_gettextasync.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_gettextasync.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\hdr\modern_sync.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_global.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_groupmenu.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_image_array.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_keyboard.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_log.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_newrowopts.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_popup.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_popup.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_row.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_rowheight_funcs.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clcpaint.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_rowtemplateopt.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_skinbutton.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clcpaint.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_skinbutton.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_skineditor.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\hdr\modern_sync.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_skinengine.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_png.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_effectenum.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\hdr\modern_sync.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_skinopt.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_modernopt.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\hdr\modern_sync.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_skinselector.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_skinbutton.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_statusbar.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clcpaint.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\hdr\modern_sync.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_statusbar_options.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_sync.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\hdr\modern_sync.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_tbbutton.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clcpaint.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_skinbutton.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_toolbar.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\hdr\modern_sync.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_skinbutton.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_viewmodebar.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_skinbutton.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\modern_xptheme.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_timezones.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\hdr\modern_cache_funcs.h"\
- ".\hdr\modern_clc.h"\
- ".\hdr\modern_clist.h"\
- ".\hdr\modern_cluiframes.h"\
- ".\hdr\modern_commonheaders.h"\
- ".\hdr\modern_commonprototypes.h"\
- ".\hdr\modern_defsettings.h"\
- ".\hdr\modern_global_structure.h"\
- ".\hdr\modern_image_array.h"\
- ".\hdr\modern_layered_window_engine.h"\
- ".\hdr\modern_log.h"\
- ".\hdr\modern_row.h"\
- ".\hdr\modern_rowheight_funcs.h"\
- ".\hdr\modern_skinengine.h"\
- ".\hdr\modern_skinselector.h"\
- ".\hdr\modern_statusbar.h"\
- ".\m_api\m_metacontacts.h"\
- ".\m_api\m_skin_eng.h"\
- ".\m_api\m_smileyadd.h"\
- ".\m_api\m_toolbar.h"\
- ".\m_api\m_variables.h"\
- ".\m_api\m_xptheme.h"\
-
-
-.\resource.rc : \
- ".\hdr\modern_statusmodes.h"\
- ".\res\1.ico"\
- ".\res\2.ico"\
- ".\res\3.ico"\
- ".\res\4.ico"\
- ".\res\5.ico"\
- ".\res\6.ico"\
- ".\res\7.ico"\
- ".\res\8.ico"\
- ".\res\addgoupp.ico"\
- ".\res\AlwaysVis.ico"\
- ".\res\away.ico"\
- ".\res\back.tga"\
- ".\res\chat.ico"\
- ".\res\Chatchannel.ico"\
- ".\res\dnd.ico"\
- ".\res\hide_avatar.ico"\
- ".\res\invisible.ico"\
- ".\res\listening_to.ico"\
- ".\res\lunch.ico"\
- ".\res\MicroAway.ico"\
- ".\res\MicroChat.ico"\
- ".\res\MicroDnd.ico"\
- ".\res\MicroInvisible.ico"\
- ".\res\MicroLunch.ico"\
- ".\res\MicroNa.ico"\
- ".\res\MicroOccupied.ico"\
- ".\res\MicroOffline.ico"\
- ".\res\MicroPhone.ico"\
- ".\res\NA.ico"\
- ".\res\neo_meta_create.cur"\
- ".\res\neo_meta_default.cur"\
- ".\res\neo_meta_move.cur"\
- ".\res\NeverVis.ico"\
- ".\res\occupied.ico"\
- ".\res\offline.ico"\
- ".\res\phone.ico"\
- ".\res\rate_high.ico"\
- ".\res\rate_low.ico"\
- ".\res\rate_med.ico"\
- ".\res\rate_none.ico"\
- ".\res\reset_view.ico"\
- ".\res\set_view.ico"\
- ".\res\show_avatar.ico"\
- ".\res\skin.msf"\
-
-
-.\version.rc : \
- ".\version.h"\
-
diff --git a/plugins/modernb/modernb.dsp b/plugins/modernb/modernb.dsp deleted file mode 100644 index 62000bd18e..0000000000 --- a/plugins/modernb/modernb.dsp +++ /dev/null @@ -1,885 +0,0 @@ -# Microsoft Developer Studio Project File - Name="modernb" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-CFG=modernb - Win32 Debug Unicode
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "modernb.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "modernb.mak" CFG="modernb - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "modernb - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "modernb - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "modernb - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "modernb - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "modernb - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 1
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Yu"hdr/modern_commonheaders.h" /FD /c
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "NDEBUG"
-# ADD RSC /l 0x809 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib comctl32.lib shell32.lib ole32.lib comdlg32.lib delayimp.lib gdiplus.lib msimg32.lib shlwapi.lib /nologo /base:"0x6590000" /dll /map /debug /machine:I386 /out:"../../bin/release/plugins/clist_modern.dll" /delayload:gdiplus.dll
-# SUBTRACT LINK32 /pdb:none
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 1
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Yu"hdr/modern_commonheaders.h" /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "_DEBUG"
-# ADD RSC /l 0x809 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib comctl32.lib shell32.lib ole32.lib comdlg32.lib delayimp.lib gdiplus.lib msimg32.lib shlwapi.lib /nologo /base:"0x6590000" /dll /debug /machine:I386 /out:"../../bin/debug/plugins/clist_modern.dll" /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none /incremental:no
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Release Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "modernb___Win32_Release_Unicode"
-# PROP BASE Intermediate_Dir "modernb___Win32_Release_Unicode"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "./Release_Unicode"
-# PROP Intermediate_Dir "./Release_Unicode"
-# PROP Ignore_Export_Lib 1
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MD /W3 /O2 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Yu"commonheaders.h" /FD /c
-# ADD CPP /nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Yu"hdr/modern_commonheaders.h" /FD /c
-# SUBTRACT CPP /Fr
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "NDEBUG"
-# ADD RSC /l 0x809 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib comctl32.lib shell32.lib ole32.lib comdlg32.lib /nologo /base:"0x6590000" /dll /machine:I386 /out:"../../bin/release/plugins/clist_mw.dll"
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib comctl32.lib shell32.lib ole32.lib comdlg32.lib delayimp.lib gdiplus.lib msimg32.lib shlwapi.lib /nologo /base:"0x6590000" /dll /map /debug /machine:I386 /out:"../../bin/release Unicode/plugins/clist_modern.dll" /delayload:gdiplus.dll
-# SUBTRACT LINK32 /pdb:none
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "modernb___Win32_Debug_Unicode"
-# PROP BASE Intermediate_Dir "modernb___Win32_Debug_Unicode"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "./Debug_Unicode"
-# PROP Intermediate_Dir "./Debug_Unicode"
-# PROP Ignore_Export_Lib 1
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Yu"commonheaders.h" /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Yu"hdr/modern_commonheaders.h" /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "_DEBUG"
-# ADD RSC /l 0x809 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib comctl32.lib shell32.lib ole32.lib comdlg32.lib /nologo /base:"0x6590000" /dll /debug /machine:I386 /out:"../../bin/debug/plugins/clist_mw.dll" /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib comctl32.lib shell32.lib ole32.lib comdlg32.lib delayimp.lib gdiplus.lib msimg32.lib shlwapi.lib /nologo /base:"0x6590000" /dll /debug /machine:I386 /out:"../../bin/debug Unicode/plugins/clist_modern.dll" /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none /incremental:no
-
-!ENDIF
-
-# Begin Target
-
-# Name "modernb - Win32 Release"
-# Name "modernb - Win32 Debug"
-# Name "modernb - Win32 Release Unicode"
-# Name "modernb - Win32 Debug Unicode"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=.\init.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_aniavatars.cpp
-# SUBTRACT CPP /YX /Yc /Yu
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_awaymsg.cpp
-# SUBTRACT CPP /YX /Yc /Yu
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_cachefuncs.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_clc.cpp
-# SUBTRACT CPP /YX /Yc /Yu
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_clcidents.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_clcitems.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_clcmsgs.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_clcopts.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_clcpaint.cpp
-# SUBTRACT CPP /YX /Yc /Yu
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_clcutils.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_clistevents.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_clistmenus.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_clistmod.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_clistopts.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_clistsettings.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_clisttray.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_clui.cpp
-# SUBTRACT CPP /YX /Yc /Yu
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_cluiframes.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_cluiservices.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_commonheaders.cpp
-# ADD CPP /Yc"hdr/modern_commonheaders.h"
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_contact.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_docking.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_extraimage.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_framesmenu.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_gdiplus.cpp
-# SUBTRACT CPP /YX /Yc /Yu
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_gettextasync.cpp
-# SUBTRACT CPP /YX /Yc /Yu
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_global.cpp
-# SUBTRACT CPP /YX /Yc /Yu
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_groupmenu.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_image_array.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_keyboard.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_log.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_newrowopts.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_popup.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_row.cpp
-# SUBTRACT CPP /YX /Yc /Yu
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_rowheight_funcs.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_rowtemplateopt.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_skinbutton.cpp
-# SUBTRACT CPP /YX /Yc /Yu
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_skineditor.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_skinengine.cpp
-# SUBTRACT CPP /YX /Yc /Yu
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_skinopt.cpp
-# SUBTRACT CPP /YX /Yc /Yu
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_skinselector.cpp
-# SUBTRACT CPP /YX /Yc /Yu
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_statusbar.cpp
-# SUBTRACT CPP /YX /Yc /Yu
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_statusbar_options.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_sync.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_tbbutton.cpp
-# SUBTRACT CPP /YX /Yc /Yu
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_toolbar.cpp
-# SUBTRACT CPP /YX /Yc /Yu
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_viewmodebar.cpp
-# SUBTRACT CPP /YX /Yc /Yu
-# End Source File
-# Begin Source File
-
-SOURCE=.\modern_xptheme.cpp
-# SUBTRACT CPP /YX /Yc /Yu
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\hdr\modern_awaymsg.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\hdr\modern_cache_funcs.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\hdr\modern_clc.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\hdr\modern_clist.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\hdr\modern_clui.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\hdr\modern_cluiframes.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\hdr\modern_commonheaders.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\hdr\modern_commonprototypes.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\hdr\modern_defsettings.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\hdr\modern_effectenum.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\hdr\modern_gettextasync.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\hdr\modern_global_structure.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\hdr\modern_image_array.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\hdr\modern_log.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\hdr\modern_popup.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\hdr\modern_row.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\hdr\modern_rowheight_funcs.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\hdr\modern_skinengine.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\hdr\modern_skinselector.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\hdr\modern_statusbar.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\hdr\modern_statusmodes.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\resource.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# Begin Source File
-
-SOURCE=".\res\&RQ.ico"
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\1.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\2.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\3.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\4.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\5.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\6.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\7.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\8.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\addcontact.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\addgoupp.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\AlwaysVis.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\away.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\blank.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\blank1.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\changefont.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\chat.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\Chatchannel.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\delete.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\detailsl.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\dnd.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\downarrow.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\dragcopy.cur
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\dropuser.cur
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\emptyblo.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\file.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\filledbl.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\finduser.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\freechat.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\Gaim.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\globus.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\groupope.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\groupshu.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\help.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\hide_avatar.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\history.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\hyperlin.cur
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\Icq2000.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\Icq2001.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\Icq2003.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\Icq2gof.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\Icq2goJ.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\IcqL4.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\IcqL5.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\IcqLite.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\IM2.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\invisible.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\Kopete.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\Licq.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\listening_to.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\lunch.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\message.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\MicroAway.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\MicroChat.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\MicroDnd.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\MicroInvisible.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\MicroLunch.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\MicroNa.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\MicroOccupied.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\MicroOffline.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\MicroPhone.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\miranda.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\mirandaclassic.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\mirandaw.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\msvc6.rc
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\multisend.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\NA.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\na2.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\neo_meta_create.cur
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\neo_meta_default.cur
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\neo_meta_move.cur
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\NeverVis.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\occupied.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\offline.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\offline2.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\online2.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\onthepho.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\options.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\outtolun.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\phone.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\QIP.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\rate_high.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\rate_low.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\rate_med.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\rate_none.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\rename.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\reply.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\reset_view.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\searchal.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\sendmail.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\set_view.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\show_avatar.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\Sim.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\smalldot.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\sms.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\sortcold.bmp
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\sortcolu.bmp
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\timestamp.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\Trillian.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\url.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\useronli.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\viewdetails.ico
-# End Source File
-# End Group
-# Begin Source File
-
-SOURCE=.\res\back.tga
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\skin.msf
-# End Source File
-# End Target
-# End Project
diff --git a/plugins/modernb/modernb.mak b/plugins/modernb/modernb.mak deleted file mode 100644 index 7ade625dc7..0000000000 --- a/plugins/modernb/modernb.mak +++ /dev/null @@ -1,1614 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on modernb.dsp
-!IF "$(CFG)" == ""
-CFG=modernb - Win32 Release Unicode
-!MESSAGE No configuration specified. Defaulting to modernb - Win32 Release Unicode.
-!ENDIF
-
-!IF "$(CFG)" != "modernb - Win32 Release" && "$(CFG)" != "modernb - Win32 Debug" && "$(CFG)" != "modernb - Win32 Release Unicode" && "$(CFG)" != "modernb - Win32 Debug Unicode"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "modernb.mak" CFG="modernb - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "modernb - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "modernb - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "modernb - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "modernb - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-!ERROR An invalid configuration is specified.
-!ENDIF
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE
-NULL=nul
-!ENDIF
-
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "modernb - Win32 Release"
-
-OUTDIR=.\Release
-INTDIR=.\Release
-
-ALL : "..\..\bin\release\plugins\clist_modern.dll"
-
-
-CLEAN :
- -@erase "$(INTDIR)\init.obj"
- -@erase "$(INTDIR)\modern_aniavatars.obj"
- -@erase "$(INTDIR)\modern_awaymsg.obj"
- -@erase "$(INTDIR)\modern_cachefuncs.obj"
- -@erase "$(INTDIR)\modern_clc.obj"
- -@erase "$(INTDIR)\modern_clcidents.obj"
- -@erase "$(INTDIR)\modern_clcitems.obj"
- -@erase "$(INTDIR)\modern_clcmsgs.obj"
- -@erase "$(INTDIR)\modern_clcopts.obj"
- -@erase "$(INTDIR)\modern_clcpaint.obj"
- -@erase "$(INTDIR)\modern_clcutils.obj"
- -@erase "$(INTDIR)\modern_clistevents.obj"
- -@erase "$(INTDIR)\modern_clistmenus.obj"
- -@erase "$(INTDIR)\modern_clistmod.obj"
- -@erase "$(INTDIR)\modern_clistopts.obj"
- -@erase "$(INTDIR)\modern_clistsettings.obj"
- -@erase "$(INTDIR)\modern_clisttray.obj"
- -@erase "$(INTDIR)\modern_clui.obj"
- -@erase "$(INTDIR)\modern_cluiframes.obj"
- -@erase "$(INTDIR)\modern_cluiservices.obj"
- -@erase "$(INTDIR)\modern_commonheaders.obj"
- -@erase "$(INTDIR)\modern_contact.obj"
- -@erase "$(INTDIR)\modern_docking.obj"
- -@erase "$(INTDIR)\modern_extraimage.obj"
- -@erase "$(INTDIR)\modern_framesmenu.obj"
- -@erase "$(INTDIR)\modern_gdiplus.obj"
- -@erase "$(INTDIR)\modern_gettextasync.obj"
- -@erase "$(INTDIR)\modern_global.obj"
- -@erase "$(INTDIR)\modern_groupmenu.obj"
- -@erase "$(INTDIR)\modern_image_array.obj"
- -@erase "$(INTDIR)\modern_keyboard.obj"
- -@erase "$(INTDIR)\modern_log.obj"
- -@erase "$(INTDIR)\modern_newrowopts.obj"
- -@erase "$(INTDIR)\modern_popup.obj"
- -@erase "$(INTDIR)\modern_row.obj"
- -@erase "$(INTDIR)\modern_rowheight_funcs.obj"
- -@erase "$(INTDIR)\modern_rowtemplateopt.obj"
- -@erase "$(INTDIR)\modern_skinbutton.obj"
- -@erase "$(INTDIR)\modern_skineditor.obj"
- -@erase "$(INTDIR)\modern_skinengine.obj"
- -@erase "$(INTDIR)\modern_skinopt.obj"
- -@erase "$(INTDIR)\modern_skinselector.obj"
- -@erase "$(INTDIR)\modern_statusbar.obj"
- -@erase "$(INTDIR)\modern_statusbar_options.obj"
- -@erase "$(INTDIR)\modern_sync.obj"
- -@erase "$(INTDIR)\modern_tbbutton.obj"
- -@erase "$(INTDIR)\modern_toolbar.obj"
- -@erase "$(INTDIR)\modern_viewmodebar.obj"
- -@erase "$(INTDIR)\modern_xptheme.obj"
- -@erase "$(INTDIR)\modernb.pch"
- -@erase "$(INTDIR)\msvc6.res"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\clist_modern.exp"
- -@erase "$(OUTDIR)\clist_modern.map"
- -@erase "$(OUTDIR)\clist_modern.pdb"
- -@erase "..\..\bin\release\plugins\clist_modern.dll"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP_PROJ=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fp"$(INTDIR)\modernb.pch" /Yu"hdr/modern_commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
-RSC_PROJ=/l 0x809 /fo"$(INTDIR)\msvc6.res" /d "NDEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\modernb.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib comctl32.lib shell32.lib ole32.lib comdlg32.lib delayimp.lib gdiplus.lib msimg32.lib shlwapi.lib /nologo /base:"0x6590000" /dll /incremental:no /pdb:"$(OUTDIR)\clist_modern.pdb" /map:"$(INTDIR)\clist_modern.map" /debug /machine:I386 /out:"../../bin/release/plugins/clist_modern.dll" /implib:"$(OUTDIR)\clist_modern.lib" /delayload:gdiplus.dll
-LINK32_OBJS= \
- "$(INTDIR)\init.obj" \
- "$(INTDIR)\modern_aniavatars.obj" \
- "$(INTDIR)\modern_awaymsg.obj" \
- "$(INTDIR)\modern_cachefuncs.obj" \
- "$(INTDIR)\modern_clc.obj" \
- "$(INTDIR)\modern_clcidents.obj" \
- "$(INTDIR)\modern_clcitems.obj" \
- "$(INTDIR)\modern_clcmsgs.obj" \
- "$(INTDIR)\modern_clcopts.obj" \
- "$(INTDIR)\modern_clcpaint.obj" \
- "$(INTDIR)\modern_clcutils.obj" \
- "$(INTDIR)\modern_clistevents.obj" \
- "$(INTDIR)\modern_clistmenus.obj" \
- "$(INTDIR)\modern_clistmod.obj" \
- "$(INTDIR)\modern_clistopts.obj" \
- "$(INTDIR)\modern_clistsettings.obj" \
- "$(INTDIR)\modern_clisttray.obj" \
- "$(INTDIR)\modern_clui.obj" \
- "$(INTDIR)\modern_cluiframes.obj" \
- "$(INTDIR)\modern_cluiservices.obj" \
- "$(INTDIR)\modern_commonheaders.obj" \
- "$(INTDIR)\modern_contact.obj" \
- "$(INTDIR)\modern_docking.obj" \
- "$(INTDIR)\modern_extraimage.obj" \
- "$(INTDIR)\modern_framesmenu.obj" \
- "$(INTDIR)\modern_gdiplus.obj" \
- "$(INTDIR)\modern_gettextasync.obj" \
- "$(INTDIR)\modern_global.obj" \
- "$(INTDIR)\modern_groupmenu.obj" \
- "$(INTDIR)\modern_image_array.obj" \
- "$(INTDIR)\modern_keyboard.obj" \
- "$(INTDIR)\modern_log.obj" \
- "$(INTDIR)\modern_newrowopts.obj" \
- "$(INTDIR)\modern_popup.obj" \
- "$(INTDIR)\modern_row.obj" \
- "$(INTDIR)\modern_rowheight_funcs.obj" \
- "$(INTDIR)\modern_rowtemplateopt.obj" \
- "$(INTDIR)\modern_skinbutton.obj" \
- "$(INTDIR)\modern_skineditor.obj" \
- "$(INTDIR)\modern_skinengine.obj" \
- "$(INTDIR)\modern_skinopt.obj" \
- "$(INTDIR)\modern_skinselector.obj" \
- "$(INTDIR)\modern_statusbar.obj" \
- "$(INTDIR)\modern_statusbar_options.obj" \
- "$(INTDIR)\modern_sync.obj" \
- "$(INTDIR)\modern_tbbutton.obj" \
- "$(INTDIR)\modern_toolbar.obj" \
- "$(INTDIR)\modern_viewmodebar.obj" \
- "$(INTDIR)\modern_xptheme.obj" \
- "$(INTDIR)\msvc6.res"
-
-"..\..\bin\release\plugins\clist_modern.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug"
-
-OUTDIR=.\Debug
-INTDIR=.\Debug
-
-ALL : "..\..\bin\debug\plugins\clist_modern.dll"
-
-
-CLEAN :
- -@erase "$(INTDIR)\init.obj"
- -@erase "$(INTDIR)\modern_aniavatars.obj"
- -@erase "$(INTDIR)\modern_awaymsg.obj"
- -@erase "$(INTDIR)\modern_cachefuncs.obj"
- -@erase "$(INTDIR)\modern_clc.obj"
- -@erase "$(INTDIR)\modern_clcidents.obj"
- -@erase "$(INTDIR)\modern_clcitems.obj"
- -@erase "$(INTDIR)\modern_clcmsgs.obj"
- -@erase "$(INTDIR)\modern_clcopts.obj"
- -@erase "$(INTDIR)\modern_clcpaint.obj"
- -@erase "$(INTDIR)\modern_clcutils.obj"
- -@erase "$(INTDIR)\modern_clistevents.obj"
- -@erase "$(INTDIR)\modern_clistmenus.obj"
- -@erase "$(INTDIR)\modern_clistmod.obj"
- -@erase "$(INTDIR)\modern_clistopts.obj"
- -@erase "$(INTDIR)\modern_clistsettings.obj"
- -@erase "$(INTDIR)\modern_clisttray.obj"
- -@erase "$(INTDIR)\modern_clui.obj"
- -@erase "$(INTDIR)\modern_cluiframes.obj"
- -@erase "$(INTDIR)\modern_cluiservices.obj"
- -@erase "$(INTDIR)\modern_commonheaders.obj"
- -@erase "$(INTDIR)\modern_contact.obj"
- -@erase "$(INTDIR)\modern_docking.obj"
- -@erase "$(INTDIR)\modern_extraimage.obj"
- -@erase "$(INTDIR)\modern_framesmenu.obj"
- -@erase "$(INTDIR)\modern_gdiplus.obj"
- -@erase "$(INTDIR)\modern_gettextasync.obj"
- -@erase "$(INTDIR)\modern_global.obj"
- -@erase "$(INTDIR)\modern_groupmenu.obj"
- -@erase "$(INTDIR)\modern_image_array.obj"
- -@erase "$(INTDIR)\modern_keyboard.obj"
- -@erase "$(INTDIR)\modern_log.obj"
- -@erase "$(INTDIR)\modern_newrowopts.obj"
- -@erase "$(INTDIR)\modern_popup.obj"
- -@erase "$(INTDIR)\modern_row.obj"
- -@erase "$(INTDIR)\modern_rowheight_funcs.obj"
- -@erase "$(INTDIR)\modern_rowtemplateopt.obj"
- -@erase "$(INTDIR)\modern_skinbutton.obj"
- -@erase "$(INTDIR)\modern_skineditor.obj"
- -@erase "$(INTDIR)\modern_skinengine.obj"
- -@erase "$(INTDIR)\modern_skinopt.obj"
- -@erase "$(INTDIR)\modern_skinselector.obj"
- -@erase "$(INTDIR)\modern_statusbar.obj"
- -@erase "$(INTDIR)\modern_statusbar_options.obj"
- -@erase "$(INTDIR)\modern_sync.obj"
- -@erase "$(INTDIR)\modern_tbbutton.obj"
- -@erase "$(INTDIR)\modern_toolbar.obj"
- -@erase "$(INTDIR)\modern_viewmodebar.obj"
- -@erase "$(INTDIR)\modern_xptheme.obj"
- -@erase "$(INTDIR)\modernb.pch"
- -@erase "$(INTDIR)\msvc6.res"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\clist_modern.exp"
- -@erase "$(OUTDIR)\clist_modern.pdb"
- -@erase "..\..\bin\debug\plugins\clist_modern.dll"
- -@erase "..\..\bin\debug\plugins\clist_modern.ilk"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP_PROJ=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fp"$(INTDIR)\modernb.pch" /Yu"hdr/modern_commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
-RSC_PROJ=/l 0x809 /fo"$(INTDIR)\msvc6.res" /d "_DEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\modernb.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib comctl32.lib shell32.lib ole32.lib comdlg32.lib delayimp.lib gdiplus.lib msimg32.lib shlwapi.lib /nologo /base:"0x6590000" /dll /incremental:yes /pdb:"$(OUTDIR)\clist_modern.pdb" /debug /machine:I386 /out:"../../bin/debug/plugins/clist_modern.dll" /implib:"$(OUTDIR)\clist_modern.lib" /pdbtype:sept
-LINK32_OBJS= \
- "$(INTDIR)\init.obj" \
- "$(INTDIR)\modern_aniavatars.obj" \
- "$(INTDIR)\modern_awaymsg.obj" \
- "$(INTDIR)\modern_cachefuncs.obj" \
- "$(INTDIR)\modern_clc.obj" \
- "$(INTDIR)\modern_clcidents.obj" \
- "$(INTDIR)\modern_clcitems.obj" \
- "$(INTDIR)\modern_clcmsgs.obj" \
- "$(INTDIR)\modern_clcopts.obj" \
- "$(INTDIR)\modern_clcpaint.obj" \
- "$(INTDIR)\modern_clcutils.obj" \
- "$(INTDIR)\modern_clistevents.obj" \
- "$(INTDIR)\modern_clistmenus.obj" \
- "$(INTDIR)\modern_clistmod.obj" \
- "$(INTDIR)\modern_clistopts.obj" \
- "$(INTDIR)\modern_clistsettings.obj" \
- "$(INTDIR)\modern_clisttray.obj" \
- "$(INTDIR)\modern_clui.obj" \
- "$(INTDIR)\modern_cluiframes.obj" \
- "$(INTDIR)\modern_cluiservices.obj" \
- "$(INTDIR)\modern_commonheaders.obj" \
- "$(INTDIR)\modern_contact.obj" \
- "$(INTDIR)\modern_docking.obj" \
- "$(INTDIR)\modern_extraimage.obj" \
- "$(INTDIR)\modern_framesmenu.obj" \
- "$(INTDIR)\modern_gdiplus.obj" \
- "$(INTDIR)\modern_gettextasync.obj" \
- "$(INTDIR)\modern_global.obj" \
- "$(INTDIR)\modern_groupmenu.obj" \
- "$(INTDIR)\modern_image_array.obj" \
- "$(INTDIR)\modern_keyboard.obj" \
- "$(INTDIR)\modern_log.obj" \
- "$(INTDIR)\modern_newrowopts.obj" \
- "$(INTDIR)\modern_popup.obj" \
- "$(INTDIR)\modern_row.obj" \
- "$(INTDIR)\modern_rowheight_funcs.obj" \
- "$(INTDIR)\modern_rowtemplateopt.obj" \
- "$(INTDIR)\modern_skinbutton.obj" \
- "$(INTDIR)\modern_skineditor.obj" \
- "$(INTDIR)\modern_skinengine.obj" \
- "$(INTDIR)\modern_skinopt.obj" \
- "$(INTDIR)\modern_skinselector.obj" \
- "$(INTDIR)\modern_statusbar.obj" \
- "$(INTDIR)\modern_statusbar_options.obj" \
- "$(INTDIR)\modern_sync.obj" \
- "$(INTDIR)\modern_tbbutton.obj" \
- "$(INTDIR)\modern_toolbar.obj" \
- "$(INTDIR)\modern_viewmodebar.obj" \
- "$(INTDIR)\modern_xptheme.obj" \
- "$(INTDIR)\msvc6.res"
-
-"..\..\bin\debug\plugins\clist_modern.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Release Unicode"
-
-OUTDIR=.\./Release_Unicode
-INTDIR=.\./Release_Unicode
-
-ALL : "..\..\bin\release Unicode\plugins\clist_modern.dll"
-
-
-CLEAN :
- -@erase "$(INTDIR)\init.obj"
- -@erase "$(INTDIR)\modern_aniavatars.obj"
- -@erase "$(INTDIR)\modern_awaymsg.obj"
- -@erase "$(INTDIR)\modern_cachefuncs.obj"
- -@erase "$(INTDIR)\modern_clc.obj"
- -@erase "$(INTDIR)\modern_clcidents.obj"
- -@erase "$(INTDIR)\modern_clcitems.obj"
- -@erase "$(INTDIR)\modern_clcmsgs.obj"
- -@erase "$(INTDIR)\modern_clcopts.obj"
- -@erase "$(INTDIR)\modern_clcpaint.obj"
- -@erase "$(INTDIR)\modern_clcutils.obj"
- -@erase "$(INTDIR)\modern_clistevents.obj"
- -@erase "$(INTDIR)\modern_clistmenus.obj"
- -@erase "$(INTDIR)\modern_clistmod.obj"
- -@erase "$(INTDIR)\modern_clistopts.obj"
- -@erase "$(INTDIR)\modern_clistsettings.obj"
- -@erase "$(INTDIR)\modern_clisttray.obj"
- -@erase "$(INTDIR)\modern_clui.obj"
- -@erase "$(INTDIR)\modern_cluiframes.obj"
- -@erase "$(INTDIR)\modern_cluiservices.obj"
- -@erase "$(INTDIR)\modern_commonheaders.obj"
- -@erase "$(INTDIR)\modern_contact.obj"
- -@erase "$(INTDIR)\modern_docking.obj"
- -@erase "$(INTDIR)\modern_extraimage.obj"
- -@erase "$(INTDIR)\modern_framesmenu.obj"
- -@erase "$(INTDIR)\modern_gdiplus.obj"
- -@erase "$(INTDIR)\modern_gettextasync.obj"
- -@erase "$(INTDIR)\modern_global.obj"
- -@erase "$(INTDIR)\modern_groupmenu.obj"
- -@erase "$(INTDIR)\modern_image_array.obj"
- -@erase "$(INTDIR)\modern_keyboard.obj"
- -@erase "$(INTDIR)\modern_log.obj"
- -@erase "$(INTDIR)\modern_newrowopts.obj"
- -@erase "$(INTDIR)\modern_popup.obj"
- -@erase "$(INTDIR)\modern_row.obj"
- -@erase "$(INTDIR)\modern_rowheight_funcs.obj"
- -@erase "$(INTDIR)\modern_rowtemplateopt.obj"
- -@erase "$(INTDIR)\modern_skinbutton.obj"
- -@erase "$(INTDIR)\modern_skineditor.obj"
- -@erase "$(INTDIR)\modern_skinengine.obj"
- -@erase "$(INTDIR)\modern_skinopt.obj"
- -@erase "$(INTDIR)\modern_skinselector.obj"
- -@erase "$(INTDIR)\modern_statusbar.obj"
- -@erase "$(INTDIR)\modern_statusbar_options.obj"
- -@erase "$(INTDIR)\modern_sync.obj"
- -@erase "$(INTDIR)\modern_tbbutton.obj"
- -@erase "$(INTDIR)\modern_toolbar.obj"
- -@erase "$(INTDIR)\modern_viewmodebar.obj"
- -@erase "$(INTDIR)\modern_xptheme.obj"
- -@erase "$(INTDIR)\modernb.pch"
- -@erase "$(INTDIR)\msvc6.res"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\clist_modern.exp"
- -@erase "$(OUTDIR)\clist_modern.map"
- -@erase "$(OUTDIR)\clist_modern.pdb"
- -@erase "..\..\bin\release Unicode\plugins\clist_modern.dll"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP_PROJ=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fp"$(INTDIR)\modernb.pch" /Yu"hdr/modern_commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
-RSC_PROJ=/l 0x809 /fo"$(INTDIR)\msvc6.res" /d "NDEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\modernb.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib comctl32.lib shell32.lib ole32.lib comdlg32.lib delayimp.lib gdiplus.lib msimg32.lib shlwapi.lib /nologo /base:"0x6590000" /dll /incremental:no /pdb:"$(OUTDIR)\clist_modern.pdb" /map:"$(INTDIR)\clist_modern.map" /debug /machine:I386 /out:"../../bin/release Unicode/plugins/clist_modern.dll" /implib:"$(OUTDIR)\clist_modern.lib" /delayload:gdiplus.dll
-LINK32_OBJS= \
- "$(INTDIR)\init.obj" \
- "$(INTDIR)\modern_aniavatars.obj" \
- "$(INTDIR)\modern_awaymsg.obj" \
- "$(INTDIR)\modern_cachefuncs.obj" \
- "$(INTDIR)\modern_clc.obj" \
- "$(INTDIR)\modern_clcidents.obj" \
- "$(INTDIR)\modern_clcitems.obj" \
- "$(INTDIR)\modern_clcmsgs.obj" \
- "$(INTDIR)\modern_clcopts.obj" \
- "$(INTDIR)\modern_clcpaint.obj" \
- "$(INTDIR)\modern_clcutils.obj" \
- "$(INTDIR)\modern_clistevents.obj" \
- "$(INTDIR)\modern_clistmenus.obj" \
- "$(INTDIR)\modern_clistmod.obj" \
- "$(INTDIR)\modern_clistopts.obj" \
- "$(INTDIR)\modern_clistsettings.obj" \
- "$(INTDIR)\modern_clisttray.obj" \
- "$(INTDIR)\modern_clui.obj" \
- "$(INTDIR)\modern_cluiframes.obj" \
- "$(INTDIR)\modern_cluiservices.obj" \
- "$(INTDIR)\modern_commonheaders.obj" \
- "$(INTDIR)\modern_contact.obj" \
- "$(INTDIR)\modern_docking.obj" \
- "$(INTDIR)\modern_extraimage.obj" \
- "$(INTDIR)\modern_framesmenu.obj" \
- "$(INTDIR)\modern_gdiplus.obj" \
- "$(INTDIR)\modern_gettextasync.obj" \
- "$(INTDIR)\modern_global.obj" \
- "$(INTDIR)\modern_groupmenu.obj" \
- "$(INTDIR)\modern_image_array.obj" \
- "$(INTDIR)\modern_keyboard.obj" \
- "$(INTDIR)\modern_log.obj" \
- "$(INTDIR)\modern_newrowopts.obj" \
- "$(INTDIR)\modern_popup.obj" \
- "$(INTDIR)\modern_row.obj" \
- "$(INTDIR)\modern_rowheight_funcs.obj" \
- "$(INTDIR)\modern_rowtemplateopt.obj" \
- "$(INTDIR)\modern_skinbutton.obj" \
- "$(INTDIR)\modern_skineditor.obj" \
- "$(INTDIR)\modern_skinengine.obj" \
- "$(INTDIR)\modern_skinopt.obj" \
- "$(INTDIR)\modern_skinselector.obj" \
- "$(INTDIR)\modern_statusbar.obj" \
- "$(INTDIR)\modern_statusbar_options.obj" \
- "$(INTDIR)\modern_sync.obj" \
- "$(INTDIR)\modern_tbbutton.obj" \
- "$(INTDIR)\modern_toolbar.obj" \
- "$(INTDIR)\modern_viewmodebar.obj" \
- "$(INTDIR)\modern_xptheme.obj" \
- "$(INTDIR)\msvc6.res"
-
-"..\..\bin\release Unicode\plugins\clist_modern.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug Unicode"
-
-OUTDIR=.\./Debug_Unicode
-INTDIR=.\./Debug_Unicode
-
-ALL : "..\..\bin\debug Unicode\plugins\clist_modern.dll"
-
-
-CLEAN :
- -@erase "$(INTDIR)\init.obj"
- -@erase "$(INTDIR)\modern_aniavatars.obj"
- -@erase "$(INTDIR)\modern_awaymsg.obj"
- -@erase "$(INTDIR)\modern_cachefuncs.obj"
- -@erase "$(INTDIR)\modern_clc.obj"
- -@erase "$(INTDIR)\modern_clcidents.obj"
- -@erase "$(INTDIR)\modern_clcitems.obj"
- -@erase "$(INTDIR)\modern_clcmsgs.obj"
- -@erase "$(INTDIR)\modern_clcopts.obj"
- -@erase "$(INTDIR)\modern_clcpaint.obj"
- -@erase "$(INTDIR)\modern_clcutils.obj"
- -@erase "$(INTDIR)\modern_clistevents.obj"
- -@erase "$(INTDIR)\modern_clistmenus.obj"
- -@erase "$(INTDIR)\modern_clistmod.obj"
- -@erase "$(INTDIR)\modern_clistopts.obj"
- -@erase "$(INTDIR)\modern_clistsettings.obj"
- -@erase "$(INTDIR)\modern_clisttray.obj"
- -@erase "$(INTDIR)\modern_clui.obj"
- -@erase "$(INTDIR)\modern_cluiframes.obj"
- -@erase "$(INTDIR)\modern_cluiservices.obj"
- -@erase "$(INTDIR)\modern_commonheaders.obj"
- -@erase "$(INTDIR)\modern_contact.obj"
- -@erase "$(INTDIR)\modern_docking.obj"
- -@erase "$(INTDIR)\modern_extraimage.obj"
- -@erase "$(INTDIR)\modern_framesmenu.obj"
- -@erase "$(INTDIR)\modern_gdiplus.obj"
- -@erase "$(INTDIR)\modern_gettextasync.obj"
- -@erase "$(INTDIR)\modern_global.obj"
- -@erase "$(INTDIR)\modern_groupmenu.obj"
- -@erase "$(INTDIR)\modern_image_array.obj"
- -@erase "$(INTDIR)\modern_keyboard.obj"
- -@erase "$(INTDIR)\modern_log.obj"
- -@erase "$(INTDIR)\modern_newrowopts.obj"
- -@erase "$(INTDIR)\modern_popup.obj"
- -@erase "$(INTDIR)\modern_row.obj"
- -@erase "$(INTDIR)\modern_rowheight_funcs.obj"
- -@erase "$(INTDIR)\modern_rowtemplateopt.obj"
- -@erase "$(INTDIR)\modern_skinbutton.obj"
- -@erase "$(INTDIR)\modern_skineditor.obj"
- -@erase "$(INTDIR)\modern_skinengine.obj"
- -@erase "$(INTDIR)\modern_skinopt.obj"
- -@erase "$(INTDIR)\modern_skinselector.obj"
- -@erase "$(INTDIR)\modern_statusbar.obj"
- -@erase "$(INTDIR)\modern_statusbar_options.obj"
- -@erase "$(INTDIR)\modern_sync.obj"
- -@erase "$(INTDIR)\modern_tbbutton.obj"
- -@erase "$(INTDIR)\modern_toolbar.obj"
- -@erase "$(INTDIR)\modern_viewmodebar.obj"
- -@erase "$(INTDIR)\modern_xptheme.obj"
- -@erase "$(INTDIR)\modernb.pch"
- -@erase "$(INTDIR)\msvc6.res"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\clist_modern.exp"
- -@erase "$(OUTDIR)\clist_modern.pdb"
- -@erase "..\..\bin\debug Unicode\plugins\clist_modern.dll"
- -@erase "..\..\bin\debug Unicode\plugins\clist_modern.ilk"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP_PROJ=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fp"$(INTDIR)\modernb.pch" /Yu"hdr/modern_commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
-RSC_PROJ=/l 0x809 /fo"$(INTDIR)\msvc6.res" /d "_DEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\modernb.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib comctl32.lib shell32.lib ole32.lib comdlg32.lib delayimp.lib gdiplus.lib msimg32.lib shlwapi.lib /nologo /base:"0x6590000" /dll /incremental:yes /pdb:"$(OUTDIR)\clist_modern.pdb" /debug /machine:I386 /out:"../../bin/debug Unicode/plugins/clist_modern.dll" /implib:"$(OUTDIR)\clist_modern.lib" /pdbtype:sept
-LINK32_OBJS= \
- "$(INTDIR)\init.obj" \
- "$(INTDIR)\modern_aniavatars.obj" \
- "$(INTDIR)\modern_awaymsg.obj" \
- "$(INTDIR)\modern_cachefuncs.obj" \
- "$(INTDIR)\modern_clc.obj" \
- "$(INTDIR)\modern_clcidents.obj" \
- "$(INTDIR)\modern_clcitems.obj" \
- "$(INTDIR)\modern_clcmsgs.obj" \
- "$(INTDIR)\modern_clcopts.obj" \
- "$(INTDIR)\modern_clcpaint.obj" \
- "$(INTDIR)\modern_clcutils.obj" \
- "$(INTDIR)\modern_clistevents.obj" \
- "$(INTDIR)\modern_clistmenus.obj" \
- "$(INTDIR)\modern_clistmod.obj" \
- "$(INTDIR)\modern_clistopts.obj" \
- "$(INTDIR)\modern_clistsettings.obj" \
- "$(INTDIR)\modern_clisttray.obj" \
- "$(INTDIR)\modern_clui.obj" \
- "$(INTDIR)\modern_cluiframes.obj" \
- "$(INTDIR)\modern_cluiservices.obj" \
- "$(INTDIR)\modern_commonheaders.obj" \
- "$(INTDIR)\modern_contact.obj" \
- "$(INTDIR)\modern_docking.obj" \
- "$(INTDIR)\modern_extraimage.obj" \
- "$(INTDIR)\modern_framesmenu.obj" \
- "$(INTDIR)\modern_gdiplus.obj" \
- "$(INTDIR)\modern_gettextasync.obj" \
- "$(INTDIR)\modern_global.obj" \
- "$(INTDIR)\modern_groupmenu.obj" \
- "$(INTDIR)\modern_image_array.obj" \
- "$(INTDIR)\modern_keyboard.obj" \
- "$(INTDIR)\modern_log.obj" \
- "$(INTDIR)\modern_newrowopts.obj" \
- "$(INTDIR)\modern_popup.obj" \
- "$(INTDIR)\modern_row.obj" \
- "$(INTDIR)\modern_rowheight_funcs.obj" \
- "$(INTDIR)\modern_rowtemplateopt.obj" \
- "$(INTDIR)\modern_skinbutton.obj" \
- "$(INTDIR)\modern_skineditor.obj" \
- "$(INTDIR)\modern_skinengine.obj" \
- "$(INTDIR)\modern_skinopt.obj" \
- "$(INTDIR)\modern_skinselector.obj" \
- "$(INTDIR)\modern_statusbar.obj" \
- "$(INTDIR)\modern_statusbar_options.obj" \
- "$(INTDIR)\modern_sync.obj" \
- "$(INTDIR)\modern_tbbutton.obj" \
- "$(INTDIR)\modern_toolbar.obj" \
- "$(INTDIR)\modern_viewmodebar.obj" \
- "$(INTDIR)\modern_xptheme.obj" \
- "$(INTDIR)\msvc6.res"
-
-"..\..\bin\debug Unicode\plugins\clist_modern.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-
-!IF "$(NO_EXTERNAL_DEPS)" != "1"
-!IF EXISTS("modernb.dep")
-!INCLUDE "modernb.dep"
-!ELSE
-!MESSAGE Warning: cannot find "modernb.dep"
-!ENDIF
-!ENDIF
-
-
-!IF "$(CFG)" == "modernb - Win32 Release" || "$(CFG)" == "modernb - Win32 Debug" || "$(CFG)" == "modernb - Win32 Release Unicode" || "$(CFG)" == "modernb - Win32 Debug Unicode"
-SOURCE=.\init.cpp
-
-"$(INTDIR)\init.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernb.pch"
-
-
-SOURCE=.\modern_aniavatars.cpp
-
-!IF "$(CFG)" == "modernb - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_aniavatars.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_aniavatars.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_aniavatars.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_aniavatars.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\modern_awaymsg.cpp
-
-!IF "$(CFG)" == "modernb - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_awaymsg.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_awaymsg.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_awaymsg.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_awaymsg.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\modern_cachefuncs.cpp
-
-"$(INTDIR)\modern_cachefuncs.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernb.pch"
-
-
-SOURCE=.\modern_clc.cpp
-
-!IF "$(CFG)" == "modernb - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_clc.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_clc.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_clc.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_clc.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\modern_clcidents.cpp
-
-"$(INTDIR)\modern_clcidents.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernb.pch"
-
-
-SOURCE=.\modern_clcitems.cpp
-
-"$(INTDIR)\modern_clcitems.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernb.pch"
-
-
-SOURCE=.\modern_clcmsgs.cpp
-
-"$(INTDIR)\modern_clcmsgs.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernb.pch"
-
-
-SOURCE=.\modern_clcopts.cpp
-
-"$(INTDIR)\modern_clcopts.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernb.pch"
-
-
-SOURCE=.\modern_clcpaint.cpp
-
-!IF "$(CFG)" == "modernb - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_clcpaint.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_clcpaint.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_clcpaint.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_clcpaint.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\modern_clcutils.cpp
-
-"$(INTDIR)\modern_clcutils.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernb.pch"
-
-
-SOURCE=.\modern_clistevents.cpp
-
-"$(INTDIR)\modern_clistevents.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernb.pch"
-
-
-SOURCE=.\modern_clistmenus.cpp
-
-"$(INTDIR)\modern_clistmenus.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernb.pch"
-
-
-SOURCE=.\modern_clistmod.cpp
-
-"$(INTDIR)\modern_clistmod.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernb.pch"
-
-
-SOURCE=.\modern_clistopts.cpp
-
-"$(INTDIR)\modern_clistopts.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernb.pch"
-
-
-SOURCE=.\modern_clistsettings.cpp
-
-"$(INTDIR)\modern_clistsettings.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernb.pch"
-
-
-SOURCE=.\modern_clisttray.cpp
-
-"$(INTDIR)\modern_clisttray.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernb.pch"
-
-
-SOURCE=.\modern_clui.cpp
-
-!IF "$(CFG)" == "modernb - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_clui.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_clui.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_clui.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_clui.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\modern_cluiframes.cpp
-
-"$(INTDIR)\modern_cluiframes.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernb.pch"
-
-
-SOURCE=.\modern_cluiservices.cpp
-
-"$(INTDIR)\modern_cluiservices.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernb.pch"
-
-
-SOURCE=.\modern_commonheaders.cpp
-
-!IF "$(CFG)" == "modernb - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fp"$(INTDIR)\modernb.pch" /Yc"hdr/modern_commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_commonheaders.obj" "$(INTDIR)\modernb.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fp"$(INTDIR)\modernb.pch" /Yc"hdr/modern_commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_commonheaders.obj" "$(INTDIR)\modernb.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fp"$(INTDIR)\modernb.pch" /Yc"hdr/modern_commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_commonheaders.obj" "$(INTDIR)\modernb.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fp"$(INTDIR)\modernb.pch" /Yc"hdr/modern_commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_commonheaders.obj" "$(INTDIR)\modernb.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\modern_contact.cpp
-
-"$(INTDIR)\modern_contact.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernb.pch"
-
-
-SOURCE=.\modern_docking.cpp
-
-"$(INTDIR)\modern_docking.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernb.pch"
-
-
-SOURCE=.\modern_extraimage.cpp
-
-"$(INTDIR)\modern_extraimage.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernb.pch"
-
-
-SOURCE=.\modern_framesmenu.cpp
-
-"$(INTDIR)\modern_framesmenu.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernb.pch"
-
-
-SOURCE=.\modern_gdiplus.cpp
-
-!IF "$(CFG)" == "modernb - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_gdiplus.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_gdiplus.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_gdiplus.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_gdiplus.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\modern_gettextasync.cpp
-
-!IF "$(CFG)" == "modernb - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_gettextasync.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_gettextasync.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_gettextasync.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_gettextasync.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\modern_global.cpp
-
-!IF "$(CFG)" == "modernb - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_global.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_global.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_global.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_global.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\modern_groupmenu.cpp
-
-"$(INTDIR)\modern_groupmenu.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernb.pch"
-
-
-SOURCE=.\modern_image_array.cpp
-
-"$(INTDIR)\modern_image_array.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernb.pch"
-
-
-SOURCE=.\modern_keyboard.cpp
-
-"$(INTDIR)\modern_keyboard.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernb.pch"
-
-
-SOURCE=.\modern_log.cpp
-
-"$(INTDIR)\modern_log.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernb.pch"
-
-
-SOURCE=.\modern_newrowopts.cpp
-
-"$(INTDIR)\modern_newrowopts.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernb.pch"
-
-
-SOURCE=.\modern_popup.cpp
-
-"$(INTDIR)\modern_popup.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernb.pch"
-
-
-SOURCE=.\modern_row.cpp
-
-!IF "$(CFG)" == "modernb - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_row.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_row.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_row.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_row.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\modern_rowheight_funcs.cpp
-
-"$(INTDIR)\modern_rowheight_funcs.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernb.pch"
-
-
-SOURCE=.\modern_rowtemplateopt.cpp
-
-"$(INTDIR)\modern_rowtemplateopt.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernb.pch"
-
-
-SOURCE=.\modern_skinbutton.cpp
-
-!IF "$(CFG)" == "modernb - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_skinbutton.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_skinbutton.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_skinbutton.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_skinbutton.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\modern_skineditor.cpp
-
-"$(INTDIR)\modern_skineditor.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernb.pch"
-
-
-SOURCE=.\modern_skinengine.cpp
-
-!IF "$(CFG)" == "modernb - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_skinengine.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_skinengine.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_skinengine.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_skinengine.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\modern_skinopt.cpp
-
-!IF "$(CFG)" == "modernb - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_skinopt.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_skinopt.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_skinopt.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_skinopt.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\modern_skinselector.cpp
-
-!IF "$(CFG)" == "modernb - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_skinselector.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_skinselector.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_skinselector.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_skinselector.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\modern_statusbar.cpp
-
-!IF "$(CFG)" == "modernb - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_statusbar.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_statusbar.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_statusbar.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_statusbar.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\modern_statusbar_options.cpp
-
-"$(INTDIR)\modern_statusbar_options.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernb.pch"
-
-
-SOURCE=.\modern_sync.cpp
-
-"$(INTDIR)\modern_sync.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernb.pch"
-
-
-SOURCE=.\modern_tbbutton.cpp
-
-!IF "$(CFG)" == "modernb - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_tbbutton.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_tbbutton.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_tbbutton.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_tbbutton.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\modern_toolbar.cpp
-
-!IF "$(CFG)" == "modernb - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_toolbar.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_toolbar.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_toolbar.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_toolbar.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\modern_viewmodebar.cpp
-
-!IF "$(CFG)" == "modernb - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_viewmodebar.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_viewmodebar.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_viewmodebar.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_viewmodebar.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\modern_xptheme.cpp
-
-!IF "$(CFG)" == "modernb - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_xptheme.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_xptheme.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\modern_xptheme.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernb - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernb_EXPORTS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\modern_xptheme.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\msvc6.rc
-
-"$(INTDIR)\msvc6.res" : $(SOURCE) "$(INTDIR)"
- $(RSC) $(RSC_PROJ) $(SOURCE)
-
-
-
-!ENDIF
diff --git a/plugins/modernopt/modernopt.dep b/plugins/modernopt/modernopt.dep deleted file mode 100644 index 6a976daef3..0000000000 --- a/plugins/modernopt/modernopt.dep +++ /dev/null @@ -1,78 +0,0 @@ -# Microsoft Developer Studio Generated Dependency File, included by modernopt.mak
-
-.\commonheaders.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_awaymsg.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_email.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_findadd.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\commonheaders.h"\
-
-
-.\modernopt.cpp : \
- "..\..\include\m_descbutton.h"\
- "..\..\include\m_iconheader.h"\
- "..\..\include\m_modernopt.h"\
- ".\modernopt.h"\
-
-
-.\mopt_home.cpp : \
- "..\..\include\m_descbutton.h"\
- "..\..\include\m_iconheader.h"\
- "..\..\include\m_modernopt.h"\
- ".\modernopt.h"\
-
-
-.\mopt_ignore.cpp : \
- "..\..\include\m_descbutton.h"\
- "..\..\include\m_iconheader.h"\
- "..\..\include\m_modernopt.h"\
- ".\modernopt.h"\
-
-
-.\mopt_selector.cpp : \
- "..\..\include\m_descbutton.h"\
- "..\..\include\m_iconheader.h"\
- "..\..\include\m_modernopt.h"\
- ".\modernopt.h"\
-
-
-.\resource.rc : \
- ".\res\big_advanced.ico"\
- ".\res\big_buddylist.ico"\
- ".\res\big_ignore.ico"\
- ".\res\big_message.ico"\
- ".\res\big_modules.ico"\
- ".\res\big_network.ico"\
- ".\res\big_skins.ico"\
- ".\res\big_status.ico"\
- ".\winres.h"\
-
diff --git a/plugins/modernopt/modernopt.dsp b/plugins/modernopt/modernopt.dsp deleted file mode 100644 index fb3016a476..0000000000 --- a/plugins/modernopt/modernopt.dsp +++ /dev/null @@ -1,200 +0,0 @@ -# Microsoft Developer Studio Project File - Name="modernopt" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-CFG=modernopt - Win32 Debug Unicode
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "modernopt.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "modernopt.mak" CFG="modernopt - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "modernopt - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "modernopt - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "modernopt - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "modernopt - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "modernopt - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernopt_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GX /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernopt_EXPORTS" /D "_UNICODE" /D "UNICODE" /FR /Yu"commonheaders.h" /FD /c
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x402 /d "NDEBUG"
-# ADD RSC /l 0x80c /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
-# ADD LINK32 ws2_32.lib msvcrt.lib comctl32.lib kernel32.lib user32.lib shell32.lib comdlg32.lib gdi32.lib rpcrt4.lib /nologo /dll /debug /machine:I386 /nodefaultlib /out:"../../bin/release/plugins/modernopt.dll" /filealign:512
-# SUBTRACT LINK32 /pdb:none
-
-!ELSEIF "$(CFG)" == "modernopt - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernopt_EXPORTS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernopt_EXPORTS" /FR /Yu"commonheaders.h" /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x402 /d "_DEBUG"
-# ADD RSC /l 0x80c /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 winspool.lib advapi32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib comctl32.lib shell32.lib comdlg32.lib gdi32.lib rpcrt4.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-
-!ELSEIF "$(CFG)" == "modernopt - Win32 Debug Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "modernopt___Win32_Debug_Unicode"
-# PROP BASE Intermediate_Dir "modernopt___Win32_Debug_Unicode"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug_Unicode"
-# PROP Intermediate_Dir "Debug_Unicode"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernopt_EXPORTS" /FR /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernopt_EXPORTS" /FR /Yu"commonheaders.h" /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x80c /d "_DEBUG"
-# ADD RSC /l 0x80c /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 winspool.lib advapi32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib comctl32.lib shell32.lib comdlg32.lib gdi32.lib rpcrt4.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-
-!ELSEIF "$(CFG)" == "modernopt - Win32 Release Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "modernopt___Win32_Release_Unicode"
-# PROP BASE Intermediate_Dir "modernopt___Win32_Release_Unicode"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release_Unicode"
-# PROP Intermediate_Dir "Release_Unicode"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "../../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernopt_EXPORTS" /D "_UNICODE" /D "UNICODE" /FR /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GX- /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernopt_EXPORTS" /D "_UNICODE" /FR /Yu"commonheaders.h" /FD /c
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x80c /d "NDEBUG"
-# ADD RSC /l 0x80c /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 ws2_32.lib kernel32.lib user32.lib shell32.lib msvcrt.lib comdlg32.lib gdi32.lib comctl32.lib /nologo /dll /machine:I386 /nodefaultlib /out:"../../bin/release/plugins/modernopt.dll"
-# ADD LINK32 ws2_32.lib msvcrt.lib comctl32.lib kernel32.lib user32.lib shell32.lib comdlg32.lib gdi32.lib rpcrt4.lib /nologo /dll /debug /machine:I386 /nodefaultlib /out:"../../bin/release unicode/plugins/modernopt.dll" /filealign:512
-# SUBTRACT LINK32 /pdb:none
-
-!ENDIF
-
-# Begin Target
-
-# Name "modernopt - Win32 Release"
-# Name "modernopt - Win32 Debug"
-# Name "modernopt - Win32 Debug Unicode"
-# Name "modernopt - Win32 Release Unicode"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=.\commonheaders.cpp
-# ADD CPP /Yc"commonheaders.h"
-# End Source File
-# Begin Source File
-
-SOURCE=.\main.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\modernopt.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\mopt_home.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\mopt_ignore.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\mopt_selector.cpp
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\commonheaders.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\modernopt.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# Begin Source File
-
-SOURCE=.\resource.rc
-# End Source File
-# End Group
-# End Target
-# End Project
diff --git a/plugins/modernopt/modernopt.dsw b/plugins/modernopt/modernopt.dsw deleted file mode 100644 index 86f40bce8a..0000000000 --- a/plugins/modernopt/modernopt.dsw +++ /dev/null @@ -1,44 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-
-###############################################################################
-
-Project: "modernopt"=.\modernopt.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
- Begin Project Dependency
- Project_Dep_Name zlib
- End Project Dependency
-}}}
-
-###############################################################################
-
-Project: "zlib"=..\zlib\zlib.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
-
diff --git a/plugins/modernopt/modernopt.mak b/plugins/modernopt/modernopt.mak deleted file mode 100644 index 61f0baf703..0000000000 --- a/plugins/modernopt/modernopt.mak +++ /dev/null @@ -1,540 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on modernopt.dsp
-!IF "$(CFG)" == ""
-CFG=modernopt - Win32 Debug Unicode
-!MESSAGE No configuration specified. Defaulting to modernopt - Win32 Debug Unicode.
-!ENDIF
-
-!IF "$(CFG)" != "modernopt - Win32 Release" && "$(CFG)" != "modernopt - Win32 Debug" && "$(CFG)" != "modernopt - Win32 Debug Unicode" && "$(CFG)" != "modernopt - Win32 Release Unicode"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "modernopt.mak" CFG="modernopt - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "modernopt - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "modernopt - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "modernopt - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "modernopt - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-!ERROR An invalid configuration is specified.
-!ENDIF
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE
-NULL=nul
-!ENDIF
-
-!IF "$(CFG)" == "modernopt - Win32 Release"
-
-OUTDIR=.\Release
-INTDIR=.\Release
-# Begin Custom Macros
-OutDir=.\Release
-# End Custom Macros
-
-ALL : "..\..\bin\release\plugins\modernopt.dll" "$(OUTDIR)\modernopt.bsc"
-
-
-CLEAN :
- -@erase "$(INTDIR)\commonheaders.obj"
- -@erase "$(INTDIR)\commonheaders.sbr"
- -@erase "$(INTDIR)\main.obj"
- -@erase "$(INTDIR)\main.sbr"
- -@erase "$(INTDIR)\modernopt.obj"
- -@erase "$(INTDIR)\modernopt.pch"
- -@erase "$(INTDIR)\modernopt.sbr"
- -@erase "$(INTDIR)\mopt_home.obj"
- -@erase "$(INTDIR)\mopt_home.sbr"
- -@erase "$(INTDIR)\mopt_ignore.obj"
- -@erase "$(INTDIR)\mopt_ignore.sbr"
- -@erase "$(INTDIR)\mopt_selector.obj"
- -@erase "$(INTDIR)\mopt_selector.sbr"
- -@erase "$(INTDIR)\resource.res"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(OUTDIR)\modernopt.bsc"
- -@erase "$(OUTDIR)\modernopt.exp"
- -@erase "$(OUTDIR)\modernopt.lib"
- -@erase "$(OUTDIR)\modernopt.pdb"
- -@erase "..\..\bin\release\plugins\modernopt.dll"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP=cl.exe
-CPP_PROJ=/nologo /MD /W3 /GX /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernopt_EXPORTS" /D "_UNICODE" /D "UNICODE" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\modernopt.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-MTL=midl.exe
-MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
-RSC=rc.exe
-RSC_PROJ=/l 0x80c /fo"$(INTDIR)\resource.res" /d "NDEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\modernopt.bsc"
-BSC32_SBRS= \
- "$(INTDIR)\commonheaders.sbr" \
- "$(INTDIR)\main.sbr" \
- "$(INTDIR)\modernopt.sbr" \
- "$(INTDIR)\mopt_home.sbr" \
- "$(INTDIR)\mopt_ignore.sbr" \
- "$(INTDIR)\mopt_selector.sbr"
-
-"$(OUTDIR)\modernopt.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
- $(BSC32) @<<
- $(BSC32_FLAGS) $(BSC32_SBRS)
-<<
-
-LINK32=link.exe
-LINK32_FLAGS=ws2_32.lib msvcrt.lib comctl32.lib kernel32.lib user32.lib shell32.lib comdlg32.lib gdi32.lib rpcrt4.lib /nologo /dll /incremental:no /pdb:"$(OUTDIR)\modernopt.pdb" /debug /machine:I386 /nodefaultlib /out:"../../bin/release/plugins/modernopt.dll" /implib:"$(OUTDIR)\modernopt.lib" /filealign:512
-LINK32_OBJS= \
- "$(INTDIR)\commonheaders.obj" \
- "$(INTDIR)\main.obj" \
- "$(INTDIR)\modernopt.obj" \
- "$(INTDIR)\mopt_home.obj" \
- "$(INTDIR)\mopt_ignore.obj" \
- "$(INTDIR)\mopt_selector.obj" \
- "$(INTDIR)\resource.res"
-
-"..\..\bin\release\plugins\modernopt.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "modernopt - Win32 Debug"
-
-OUTDIR=.\Debug
-INTDIR=.\Debug
-# Begin Custom Macros
-OutDir=.\Debug
-# End Custom Macros
-
-ALL : "$(OUTDIR)\modernopt.dll" "$(OUTDIR)\modernopt.bsc"
-
-
-CLEAN :
- -@erase "$(INTDIR)\commonheaders.obj"
- -@erase "$(INTDIR)\commonheaders.sbr"
- -@erase "$(INTDIR)\main.obj"
- -@erase "$(INTDIR)\main.sbr"
- -@erase "$(INTDIR)\modernopt.obj"
- -@erase "$(INTDIR)\modernopt.pch"
- -@erase "$(INTDIR)\modernopt.sbr"
- -@erase "$(INTDIR)\mopt_home.obj"
- -@erase "$(INTDIR)\mopt_home.sbr"
- -@erase "$(INTDIR)\mopt_ignore.obj"
- -@erase "$(INTDIR)\mopt_ignore.sbr"
- -@erase "$(INTDIR)\mopt_selector.obj"
- -@erase "$(INTDIR)\mopt_selector.sbr"
- -@erase "$(INTDIR)\resource.res"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\modernopt.bsc"
- -@erase "$(OUTDIR)\modernopt.dll"
- -@erase "$(OUTDIR)\modernopt.exp"
- -@erase "$(OUTDIR)\modernopt.ilk"
- -@erase "$(OUTDIR)\modernopt.lib"
- -@erase "$(OUTDIR)\modernopt.pdb"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP=cl.exe
-CPP_PROJ=/nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernopt_EXPORTS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\modernopt.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-MTL=midl.exe
-MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
-RSC=rc.exe
-RSC_PROJ=/l 0x80c /fo"$(INTDIR)\resource.res" /d "_DEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\modernopt.bsc"
-BSC32_SBRS= \
- "$(INTDIR)\commonheaders.sbr" \
- "$(INTDIR)\main.sbr" \
- "$(INTDIR)\modernopt.sbr" \
- "$(INTDIR)\mopt_home.sbr" \
- "$(INTDIR)\mopt_ignore.sbr" \
- "$(INTDIR)\mopt_selector.sbr"
-
-"$(OUTDIR)\modernopt.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
- $(BSC32) @<<
- $(BSC32_FLAGS) $(BSC32_SBRS)
-<<
-
-LINK32=link.exe
-LINK32_FLAGS=winspool.lib advapi32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib comctl32.lib shell32.lib comdlg32.lib gdi32.lib rpcrt4.lib /nologo /dll /incremental:yes /pdb:"$(OUTDIR)\modernopt.pdb" /debug /machine:I386 /out:"$(OUTDIR)\modernopt.dll" /implib:"$(OUTDIR)\modernopt.lib" /pdbtype:sept
-LINK32_OBJS= \
- "$(INTDIR)\commonheaders.obj" \
- "$(INTDIR)\main.obj" \
- "$(INTDIR)\modernopt.obj" \
- "$(INTDIR)\mopt_home.obj" \
- "$(INTDIR)\mopt_ignore.obj" \
- "$(INTDIR)\mopt_selector.obj" \
- "$(INTDIR)\resource.res"
-
-"$(OUTDIR)\modernopt.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "modernopt - Win32 Debug Unicode"
-
-OUTDIR=.\Debug_Unicode
-INTDIR=.\Debug_Unicode
-# Begin Custom Macros
-OutDir=.\Debug_Unicode
-# End Custom Macros
-
-ALL : "$(OUTDIR)\modernopt.dll" "$(OUTDIR)\modernopt.bsc"
-
-
-CLEAN :
- -@erase "$(INTDIR)\commonheaders.obj"
- -@erase "$(INTDIR)\commonheaders.sbr"
- -@erase "$(INTDIR)\main.obj"
- -@erase "$(INTDIR)\main.sbr"
- -@erase "$(INTDIR)\modernopt.obj"
- -@erase "$(INTDIR)\modernopt.pch"
- -@erase "$(INTDIR)\modernopt.sbr"
- -@erase "$(INTDIR)\mopt_home.obj"
- -@erase "$(INTDIR)\mopt_home.sbr"
- -@erase "$(INTDIR)\mopt_ignore.obj"
- -@erase "$(INTDIR)\mopt_ignore.sbr"
- -@erase "$(INTDIR)\mopt_selector.obj"
- -@erase "$(INTDIR)\mopt_selector.sbr"
- -@erase "$(INTDIR)\resource.res"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\modernopt.bsc"
- -@erase "$(OUTDIR)\modernopt.dll"
- -@erase "$(OUTDIR)\modernopt.exp"
- -@erase "$(OUTDIR)\modernopt.ilk"
- -@erase "$(OUTDIR)\modernopt.lib"
- -@erase "$(OUTDIR)\modernopt.pdb"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP=cl.exe
-CPP_PROJ=/nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernopt_EXPORTS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\modernopt.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-MTL=midl.exe
-MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
-RSC=rc.exe
-RSC_PROJ=/l 0x80c /fo"$(INTDIR)\resource.res" /d "_DEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\modernopt.bsc"
-BSC32_SBRS= \
- "$(INTDIR)\commonheaders.sbr" \
- "$(INTDIR)\main.sbr" \
- "$(INTDIR)\modernopt.sbr" \
- "$(INTDIR)\mopt_home.sbr" \
- "$(INTDIR)\mopt_ignore.sbr" \
- "$(INTDIR)\mopt_selector.sbr"
-
-"$(OUTDIR)\modernopt.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
- $(BSC32) @<<
- $(BSC32_FLAGS) $(BSC32_SBRS)
-<<
-
-LINK32=link.exe
-LINK32_FLAGS=winspool.lib advapi32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib comctl32.lib shell32.lib comdlg32.lib gdi32.lib rpcrt4.lib /nologo /dll /incremental:yes /pdb:"$(OUTDIR)\modernopt.pdb" /debug /machine:I386 /out:"$(OUTDIR)\modernopt.dll" /implib:"$(OUTDIR)\modernopt.lib" /pdbtype:sept
-LINK32_OBJS= \
- "$(INTDIR)\commonheaders.obj" \
- "$(INTDIR)\main.obj" \
- "$(INTDIR)\modernopt.obj" \
- "$(INTDIR)\mopt_home.obj" \
- "$(INTDIR)\mopt_ignore.obj" \
- "$(INTDIR)\mopt_selector.obj" \
- "$(INTDIR)\resource.res"
-
-"$(OUTDIR)\modernopt.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "modernopt - Win32 Release Unicode"
-
-OUTDIR=.\Release_Unicode
-INTDIR=.\Release_Unicode
-# Begin Custom Macros
-OutDir=.\Release_Unicode
-# End Custom Macros
-
-ALL : "..\..\bin\release unicode\plugins\modernopt.dll" "$(OUTDIR)\modernopt.bsc"
-
-
-CLEAN :
- -@erase "$(INTDIR)\commonheaders.obj"
- -@erase "$(INTDIR)\commonheaders.sbr"
- -@erase "$(INTDIR)\main.obj"
- -@erase "$(INTDIR)\main.sbr"
- -@erase "$(INTDIR)\modernopt.obj"
- -@erase "$(INTDIR)\modernopt.pch"
- -@erase "$(INTDIR)\modernopt.sbr"
- -@erase "$(INTDIR)\mopt_home.obj"
- -@erase "$(INTDIR)\mopt_home.sbr"
- -@erase "$(INTDIR)\mopt_ignore.obj"
- -@erase "$(INTDIR)\mopt_ignore.sbr"
- -@erase "$(INTDIR)\mopt_selector.obj"
- -@erase "$(INTDIR)\mopt_selector.sbr"
- -@erase "$(INTDIR)\resource.res"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(OUTDIR)\modernopt.bsc"
- -@erase "$(OUTDIR)\modernopt.exp"
- -@erase "$(OUTDIR)\modernopt.lib"
- -@erase "$(OUTDIR)\modernopt.pdb"
- -@erase "..\..\bin\release unicode\plugins\modernopt.dll"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP=cl.exe
-CPP_PROJ=/nologo /MD /W3 /GX- /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernopt_EXPORTS" /D "_UNICODE" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\modernopt.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-MTL=midl.exe
-MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
-RSC=rc.exe
-RSC_PROJ=/l 0x80c /fo"$(INTDIR)\resource.res" /d "NDEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\modernopt.bsc"
-BSC32_SBRS= \
- "$(INTDIR)\commonheaders.sbr" \
- "$(INTDIR)\main.sbr" \
- "$(INTDIR)\modernopt.sbr" \
- "$(INTDIR)\mopt_home.sbr" \
- "$(INTDIR)\mopt_ignore.sbr" \
- "$(INTDIR)\mopt_selector.sbr"
-
-"$(OUTDIR)\modernopt.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
- $(BSC32) @<<
- $(BSC32_FLAGS) $(BSC32_SBRS)
-<<
-
-LINK32=link.exe
-LINK32_FLAGS=ws2_32.lib msvcrt.lib comctl32.lib kernel32.lib user32.lib shell32.lib comdlg32.lib gdi32.lib rpcrt4.lib /nologo /dll /incremental:no /pdb:"$(OUTDIR)\modernopt.pdb" /debug /machine:I386 /nodefaultlib /out:"../../bin/release unicode/plugins/modernopt.dll" /implib:"$(OUTDIR)\modernopt.lib" /filealign:512
-LINK32_OBJS= \
- "$(INTDIR)\commonheaders.obj" \
- "$(INTDIR)\main.obj" \
- "$(INTDIR)\modernopt.obj" \
- "$(INTDIR)\mopt_home.obj" \
- "$(INTDIR)\mopt_ignore.obj" \
- "$(INTDIR)\mopt_selector.obj" \
- "$(INTDIR)\resource.res"
-
-"..\..\bin\release unicode\plugins\modernopt.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF
-
-
-!IF "$(NO_EXTERNAL_DEPS)" != "1"
-!IF EXISTS("modernopt.dep")
-!INCLUDE "modernopt.dep"
-!ELSE
-!MESSAGE Warning: cannot find "modernopt.dep"
-!ENDIF
-!ENDIF
-
-
-!IF "$(CFG)" == "modernopt - Win32 Release" || "$(CFG)" == "modernopt - Win32 Debug" || "$(CFG)" == "modernopt - Win32 Debug Unicode" || "$(CFG)" == "modernopt - Win32 Release Unicode"
-SOURCE=.\commonheaders.cpp
-
-!IF "$(CFG)" == "modernopt - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernopt_EXPORTS" /D "_UNICODE" /D "UNICODE" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\modernopt.pch" /Yc"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\commonheaders.obj" "$(INTDIR)\commonheaders.sbr" "$(INTDIR)\modernopt.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernopt - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "modernopt_EXPORTS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\modernopt.pch" /Yc"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\commonheaders.obj" "$(INTDIR)\commonheaders.sbr" "$(INTDIR)\modernopt.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernopt - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernopt_EXPORTS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\modernopt.pch" /Yc"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\commonheaders.obj" "$(INTDIR)\commonheaders.sbr" "$(INTDIR)\modernopt.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "modernopt - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX- /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "modernopt_EXPORTS" /D "_UNICODE" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\modernopt.pch" /Yc"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\commonheaders.obj" "$(INTDIR)\commonheaders.sbr" "$(INTDIR)\modernopt.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\main.cpp
-
-"$(INTDIR)\main.obj" "$(INTDIR)\main.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernopt.pch"
-
-
-SOURCE=.\modernopt.cpp
-
-"$(INTDIR)\modernopt.obj" "$(INTDIR)\modernopt.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernopt.pch"
-
-
-SOURCE=.\mopt_home.cpp
-
-"$(INTDIR)\mopt_home.obj" "$(INTDIR)\mopt_home.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernopt.pch"
-
-
-SOURCE=.\mopt_ignore.cpp
-
-"$(INTDIR)\mopt_ignore.obj" "$(INTDIR)\mopt_ignore.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernopt.pch"
-
-
-SOURCE=.\mopt_selector.cpp
-
-"$(INTDIR)\mopt_selector.obj" "$(INTDIR)\mopt_selector.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\modernopt.pch"
-
-
-SOURCE=.\resource.rc
-
-"$(INTDIR)\resource.res" : $(SOURCE) "$(INTDIR)"
- $(RSC) $(RSC_PROJ) $(SOURCE)
-
-
-
-!ENDIF
-
diff --git a/plugins/modernopt/modernopt.vcproj b/plugins/modernopt/modernopt.vcproj deleted file mode 100644 index e134e6b96e..0000000000 --- a/plugins/modernopt/modernopt.vcproj +++ /dev/null @@ -1,343 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="modernopt"
- ProjectGUID="{153DD132-084C-4DE4-8F40-A088BCB22723}"
- RootNamespace="modernopt">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;mebeam_EXPORTS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- BufferSecurityCheck="TRUE"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="comctl32.lib gdiplus.lib version.lib Rpcrt4.lib"
- LinkIncremental="2"
- SuppressStartupBanner="TRUE"
- GenerateDebugInformation="TRUE"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/mebeam.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2060"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- FavorSizeOrSpeed="2"
- OmitFramePointers="FALSE"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;mebeam_EXPORTS"
- StringPooling="TRUE"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="TRUE"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="vc7to6.lib comctl32.lib gdiplus.lib version.lib Rpcrt4.lib"
- LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="../../lib"
- IgnoreAllDefaultLibraries="TRUE"
- DelayLoadDLLs=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="1"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/mebeam.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2060"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="1">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;mebeam_EXPORTS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- BufferSecurityCheck="TRUE"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalDependencies="comctl32.lib gdiplus.lib version.lib Rpcrt4.lib"
- LinkIncremental="2"
- SuppressStartupBanner="TRUE"
- GenerateDebugInformation="TRUE"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/mebeam.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2060"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="1"
- WholeProgramOptimization="FALSE">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- FavorSizeOrSpeed="2"
- OmitFramePointers="FALSE"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;mebeam_EXPORTS"
- StringPooling="TRUE"
- RuntimeLibrary="0"
- BufferSecurityCheck="TRUE"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalDependencies="vc7to6.lib eh7.lib comctl32.lib gdiplus.lib version.lib Rpcrt4.lib"
- AdditionalLibraryDirectories="../../lib"
- IgnoreAllDefaultLibraries="TRUE"
- DelayLoadDLLs=""
- GenerateDebugInformation="TRUE"
- GenerateMapFile="TRUE"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="1"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/mebeam.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2060"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
- <File
- RelativePath=".\commonheaders.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\main.cpp">
- </File>
- <File
- RelativePath=".\modernopt.cpp">
- </File>
- <File
- RelativePath=".\mopt_home.cpp">
- </File>
- <File
- RelativePath=".\mopt_ignore.cpp">
- </File>
- <File
- RelativePath=".\mopt_selector.cpp">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl">
- <File
- RelativePath=".\commonheaders.h">
- </File>
- <File
- RelativePath=".\modernopt.h">
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
- <File
- RelativePath="resource.rc">
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/plugins/modernopt/modernopt_8.vcproj b/plugins/modernopt/modernopt_8.vcproj deleted file mode 100644 index 0c950cd7a5..0000000000 --- a/plugins/modernopt/modernopt_8.vcproj +++ /dev/null @@ -1,494 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="modernopt"
- ProjectGUID="{153DD132-084C-4DE4-8F40-A088BCB22723}"
- RootNamespace="modernopt"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/mebeam.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;mebeam_EXPORTS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- BufferSecurityCheck="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2060"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="comctl32.lib version.lib"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/mebeam.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- OmitFramePointers="false"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;mebeam_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="true"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2060"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="comctl32.lib version.lib"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories="../../lib"
- DelayLoadDLLs=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="1"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/mebeam.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;mebeam_EXPORTS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- BufferSecurityCheck="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2060"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="comctl32.lib version.lib"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/mebeam.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- OmitFramePointers="false"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;mebeam_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="true"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2060"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="comctl32.lib version.lib"
- AdditionalLibraryDirectories="../../lib"
- DelayLoadDLLs=""
- GenerateDebugInformation="true"
- GenerateMapFile="true"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="1"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath=".\commonheaders.cpp"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\main.cpp"
- >
- </File>
- <File
- RelativePath=".\modernopt.cpp"
- >
- </File>
- <File
- RelativePath=".\mopt_home.cpp"
- >
- </File>
- <File
- RelativePath=".\mopt_ignore.cpp"
- >
- </File>
- <File
- RelativePath=".\mopt_selector.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath=".\commonheaders.h"
- >
- </File>
- <File
- RelativePath=".\modernopt.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
- >
- <File
- RelativePath="resource.rc"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/plugins/modernopt/modernopt_9.vcproj b/plugins/modernopt/modernopt_9.vcproj deleted file mode 100644 index 4037e3bf5a..0000000000 --- a/plugins/modernopt/modernopt_9.vcproj +++ /dev/null @@ -1,935 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="modernopt"
- ProjectGUID="{153DD132-084C-4DE4-8F40-A088BCB22723}"
- RootNamespace="modernopt"
- TargetFrameworkVersion="131072"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/mebeam.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;mebeam_EXPORTS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- BufferSecurityCheck="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2060"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="comctl32.lib"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Debug/mebeam.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;mebeam_EXPORTS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- BufferSecurityCheck="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2060"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="comctl32.lib"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/mebeam.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- WarningLevel="3"
- SuppressStartupBanner="true"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2060"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="comctl32.lib"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories=""
- DelayLoadDLLs=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Release/mebeam.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- OmitFramePointers="false"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;mebeam_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- WarningLevel="3"
- SuppressStartupBanner="true"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2060"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="comctl32.lib"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- AdditionalLibraryDirectories=""
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- DelayLoadDLLs=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/mebeam.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;mebeam_EXPORTS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- BufferSecurityCheck="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2060"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="comctl32.lib"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Debug/mebeam.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;mebeam_EXPORTS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- BufferSecurityCheck="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2060"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="comctl32.lib"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/mebeam.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2060"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="comctl32.lib"
- AdditionalLibraryDirectories=""
- DelayLoadDLLs=""
- GenerateDebugInformation="true"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Release/mebeam.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- OmitFramePointers="false"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;mebeam_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- WarningLevel="3"
- SuppressStartupBanner="true"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2060"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="comctl32.lib"
- AdditionalLibraryDirectories=""
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- DelayLoadDLLs=""
- GenerateDebugInformation="true"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath=".\commonheaders.cpp"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\main.cpp"
- >
- </File>
- <File
- RelativePath=".\modernopt.cpp"
- >
- </File>
- <File
- RelativePath=".\mopt_home.cpp"
- >
- </File>
- <File
- RelativePath=".\mopt_ignore.cpp"
- >
- </File>
- <File
- RelativePath=".\mopt_selector.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath=".\commonheaders.h"
- >
- </File>
- <File
- RelativePath=".\modernopt.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
- >
- <File
- RelativePath=".\Res\big_advanced.ico"
- >
- </File>
- <File
- RelativePath=".\Res\big_buddylist.ico"
- >
- </File>
- <File
- RelativePath=".\Res\big_ignore.ico"
- >
- </File>
- <File
- RelativePath=".\Res\big_message.ico"
- >
- </File>
- <File
- RelativePath=".\Res\big_modules.ico"
- >
- </File>
- <File
- RelativePath=".\Res\big_network.ico"
- >
- </File>
- <File
- RelativePath=".\Res\big_skins.ico"
- >
- </File>
- <File
- RelativePath=".\Res\big_status.ico"
- >
- </File>
- <File
- RelativePath="resource.rc"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/plugins/mwclist/clist_mw.vcproj b/plugins/mwclist/clist_mw.vcproj deleted file mode 100644 index 7f129daa6d..0000000000 --- a/plugins/mwclist/clist_mw.vcproj +++ /dev/null @@ -1,1390 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="clist_mw"
- ProjectGUID="{56997126-0098-407A-94E1-7C5748C1C9EF}"
- RootNamespace="clist_mw"
- SccProjectName=""
- SccLocalPath="">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2"
- WholeProgramOptimization="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- GlobalOptimizations="TRUE"
- InlineFunctionExpansion="1"
- FavorSizeOrSpeed="2"
- OmitFramePointers="TRUE"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;clist_mw_EXPORTS"
- StringPooling="TRUE"
- ExceptionHandling="FALSE"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="TRUE"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="3"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalDependencies="vc7to6.lib comctl32.lib"
- OutputFile="$(OutDir)/clist_mw.dll"
- LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="../../lib"
- IgnoreAllDefaultLibraries="TRUE"
- GenerateDebugInformation="TRUE"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="1"
- BaseAddress="0x6590000"
- ImportLibrary=""
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/clist_mw.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- AdditionalIncludeDirectories="../../include"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;clist_mw_EXPORTS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="comctl32.lib"
- OutputFile="$(OutDir)/clist_mw.dll"
- LinkIncremental="2"
- SuppressStartupBanner="TRUE"
- GenerateDebugInformation="TRUE"
- BaseAddress="0x6590000"
- ImportLibrary=""
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/clist_mw.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- AdditionalIncludeDirectories="../../include"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="1">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;clist_mw_EXPORTS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- BufferSecurityCheck="TRUE"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalDependencies="comctl32.lib"
- OutputFile="$(OutDir)/clist_mw.dll"
- LinkIncremental="2"
- SuppressStartupBanner="TRUE"
- GenerateDebugInformation="TRUE"
- BaseAddress="0x6590000"
- ImportLibrary=""
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/clist_mw.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- AdditionalIncludeDirectories="../../include"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="1"
- WholeProgramOptimization="FALSE">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- GlobalOptimizations="TRUE"
- FavorSizeOrSpeed="2"
- OmitFramePointers="FALSE"
- OptimizeForProcessor="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;clist_mw_EXPORTS"
- StringPooling="TRUE"
- ExceptionHandling="FALSE"
- RuntimeLibrary="2"
- BufferSecurityCheck="TRUE"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="3"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalDependencies="vc7to6.lib comctl32.lib"
- OutputFile="$(OutDir)/clist_mw.dll"
- AdditionalLibraryDirectories="../../lib"
- IgnoreAllDefaultLibraries="TRUE"
- GenerateDebugInformation="TRUE"
- GenerateMapFile="TRUE"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="1"
- BaseAddress="0x6590000"
- ImportLibrary=""
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/clist_mw.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- AdditionalIncludeDirectories="../../include"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
- <File
- RelativePath=".\BkgrCfg.c">
- </File>
- <File
- RelativePath="clc.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="clcidents.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="clcitems.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="clcopts.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="clcpaint.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="clcutils.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="clistmenus.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="clistmod.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="clistopts.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="clistsettings.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="clisttray.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="clui.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="cluiopts.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="cluiservices.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="commonheaders.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="contact.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\groupmenu.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="init.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="keyboard.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"/>
- </FileConfiguration>
- </File>
- <Filter
- Name="CLUIFrames"
- Filter="">
- <File
- RelativePath="CLUIFrames\cluiframes.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- PrecompiledHeaderThrough="../commonheaders.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- PrecompiledHeaderThrough="../commonheaders.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- PrecompiledHeaderThrough="../commonheaders.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PrecompiledHeaderThrough="../commonheaders.h"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="CLUIFrames\cluiframes.h">
- </File>
- <File
- RelativePath="CLUIFrames\extraimage.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- PrecompiledHeaderThrough="../commonheaders.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- PrecompiledHeaderThrough="../commonheaders.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- PrecompiledHeaderThrough="../commonheaders.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PrecompiledHeaderThrough="../commonheaders.h"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="CLUIFrames\framesmenu.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- PrecompiledHeaderThrough="../commonheaders.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- PrecompiledHeaderThrough="../commonheaders.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- PrecompiledHeaderThrough="../commonheaders.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PrecompiledHeaderThrough="../commonheaders.h"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="CLUIFrames\m_cluiframes.h">
- </File>
- <File
- RelativePath="CLUIFrames\statusbar.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- PrecompiledHeaderThrough="../commonheaders.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- PrecompiledHeaderThrough="../commonheaders.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- PrecompiledHeaderThrough="../commonheaders.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PrecompiledHeaderThrough="../commonheaders.h"/>
- </FileConfiguration>
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl">
- <File
- RelativePath="clc.h">
- </File>
- <File
- RelativePath="clist.h">
- </File>
- <File
- RelativePath="commonheaders.h">
- </File>
- <File
- RelativePath="resource.h">
- </File>
- <File
- RelativePath="statusmodes.h">
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
- <File
- RelativePath="res\1.ico">
- </File>
- <File
- RelativePath="res\2.ico">
- </File>
- <File
- RelativePath="res\3.ico">
- </File>
- <File
- RelativePath="res\4.ico">
- </File>
- <File
- RelativePath="res\5.ico">
- </File>
- <File
- RelativePath="res\6.ico">
- </File>
- <File
- RelativePath="res\7.ico">
- </File>
- <File
- RelativePath="res\8.ico">
- </File>
- <File
- RelativePath="res\addcontact.ico">
- </File>
- <File
- RelativePath=".\res\addgoupp.ico">
- </File>
- <File
- RelativePath="res\away.ico">
- </File>
- <File
- RelativePath="res\blank.ico">
- </File>
- <File
- RelativePath=".\res\Center.ico">
- </File>
- <File
- RelativePath="res\changefont.ico">
- </File>
- <File
- RelativePath="res\delete.ico">
- </File>
- <File
- RelativePath="res\detailsl.ico">
- </File>
- <File
- RelativePath="res\dnd.ico">
- </File>
- <File
- RelativePath="res\downarrow.ico">
- </File>
- <File
- RelativePath="res\dragcopy.cur">
- </File>
- <File
- RelativePath="res\dropuser.cur">
- </File>
- <File
- RelativePath="res\emptyblo.ico">
- </File>
- <File
- RelativePath="res\file.ico">
- </File>
- <File
- RelativePath="res\filledbl.ico">
- </File>
- <File
- RelativePath="res\finduser.ico">
- </File>
- <File
- RelativePath="res\freechat.ico">
- </File>
- <File
- RelativePath=".\res\globus.ico">
- </File>
- <File
- RelativePath="res\groupope.ico">
- </File>
- <File
- RelativePath="res\groupshu.ico">
- </File>
- <File
- RelativePath="res\help.ico">
- </File>
- <File
- RelativePath="res\history.ico">
- </File>
- <File
- RelativePath="res\hyperlin.cur">
- </File>
- <File
- RelativePath=".\res\icon2.ico">
- </File>
- <File
- RelativePath="res\invisible.ico">
- </File>
- <File
- RelativePath="res\message.ico">
- </File>
- <File
- RelativePath="res\miranda.ico">
- </File>
- <File
- RelativePath="res\multisend.ico">
- </File>
- <File
- RelativePath="res\na2.ico">
- </File>
- <File
- RelativePath="res\notick.ico">
- </File>
- <File
- RelativePath="res\notick1.ico">
- </File>
- <File
- RelativePath="res\occupied.ico">
- </File>
- <File
- RelativePath="res\offline2.ico">
- </File>
- <File
- RelativePath="res\online2.ico">
- </File>
- <File
- RelativePath="res\onthepho.ico">
- </File>
- <File
- RelativePath="res\options.ico">
- </File>
- <File
- RelativePath="res\outtolun.ico">
- </File>
- <File
- RelativePath="res\rename.ico">
- </File>
- <File
- RelativePath="res\reply.ico">
- </File>
- <File
- RelativePath="resource.rc">
- </File>
- <File
- RelativePath="res\searchal.ico">
- </File>
- <File
- RelativePath="res\sendmail.ico">
- </File>
- <File
- RelativePath="res\smalldot.ico">
- </File>
- <File
- RelativePath="res\sms.ico">
- </File>
- <File
- RelativePath="res\sortcold.bmp">
- </File>
- <File
- RelativePath="res\sortcolu.bmp">
- </File>
- <File
- RelativePath="res\timestamp.ico">
- </File>
- <File
- RelativePath="res\url.ico">
- </File>
- <File
- RelativePath="res\useronli.ico">
- </File>
- <File
- RelativePath="res\viewdetails.ico">
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/plugins/mwclist/clist_mw_8.vcproj b/plugins/mwclist/clist_mw_8.vcproj deleted file mode 100644 index 8c39d0d12a..0000000000 --- a/plugins/mwclist/clist_mw_8.vcproj +++ /dev/null @@ -1,1799 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8,00"
- Name="clist_mw"
- ProjectGUID="{56997126-0098-407A-94E1-7C5748C1C9EF}"
- RootNamespace="clist_mw"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/clist_mw.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="2"
- FavorSizeOrSpeed="2"
- OmitFramePointers="true"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;clist_mw_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- AdditionalIncludeDirectories="../../include"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="comctl32.lib"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x6590000"
- ImportLibrary=""
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/clist_mw.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;clist_mw_EXPORTS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- AdditionalIncludeDirectories="../../include"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="comctl32.lib"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- BaseAddress="0x6590000"
- ImportLibrary=""
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/clist_mw.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;clist_mw_EXPORTS"
- StringPooling="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="0"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- AdditionalIncludeDirectories="../../include"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="comctl32.lib"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- BaseAddress="0x6590000"
- ImportLibrary=""
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/clist_mw.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;clist_mw_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- AdditionalIncludeDirectories="../../include"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="comctl32.lib"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x6590000"
- ImportLibrary=""
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath=".\BkgrCfg.c"
- >
- </File>
- <File
- RelativePath="clc.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="clcidents.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="clcitems.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="clcopts.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="clcpaint.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="clcutils.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="clistmenus.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="clistmod.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="clistopts.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="clistsettings.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="clisttray.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="clui.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="cluiopts.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="cluiservices.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="commonheaders.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="contact.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\groupmenu.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="init.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="keyboard.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <Filter
- Name="CLUIFrames"
- >
- <File
- RelativePath="CLUIFrames\cluiframes.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="CLUIFrames\cluiframes.h"
- >
- </File>
- <File
- RelativePath="CLUIFrames\extraimage.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="CLUIFrames\framesmenu.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="CLUIFrames\m_cluiframes.h"
- >
- </File>
- <File
- RelativePath="CLUIFrames\statusbar.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath="clc.h"
- >
- </File>
- <File
- RelativePath="clist.h"
- >
- </File>
- <File
- RelativePath="commonheaders.h"
- >
- </File>
- <File
- RelativePath="m_clist.h"
- >
- </File>
- <File
- RelativePath="m_clui.h"
- >
- </File>
- <File
- RelativePath="resource.h"
- >
- </File>
- <File
- RelativePath="statusmodes.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
- >
- <File
- RelativePath=".\res\&RQ.ico"
- >
- </File>
- <File
- RelativePath="res\1.ico"
- >
- </File>
- <File
- RelativePath="res\2.ico"
- >
- </File>
- <File
- RelativePath="res\3.ico"
- >
- </File>
- <File
- RelativePath="res\4.ico"
- >
- </File>
- <File
- RelativePath="res\5.ico"
- >
- </File>
- <File
- RelativePath="res\6.ico"
- >
- </File>
- <File
- RelativePath="res\7.ico"
- >
- </File>
- <File
- RelativePath="res\8.ico"
- >
- </File>
- <File
- RelativePath=".\res\addgoupp.ico"
- >
- </File>
- <File
- RelativePath=".\res\AgileMobile.ico"
- >
- </File>
- <File
- RelativePath=".\res\AlIcq.ico"
- >
- </File>
- <File
- RelativePath="res\blank.ico"
- >
- </File>
- <File
- RelativePath=".\res\Center.ico"
- >
- </File>
- <File
- RelativePath="res\delete.ico"
- >
- </File>
- <File
- RelativePath="res\dragcopy.cur"
- >
- </File>
- <File
- RelativePath="res\dropuser.cur"
- >
- </File>
- <File
- RelativePath=".\res\Gaim.ico"
- >
- </File>
- <File
- RelativePath=".\res\globus.ico"
- >
- </File>
- <File
- RelativePath=".\res\Gnomeicu.ico"
- >
- </File>
- <File
- RelativePath="res\hyperlin.cur"
- >
- </File>
- <File
- RelativePath=".\res\ico00001.ico"
- >
- </File>
- <File
- RelativePath=".\res\ico00002.ico"
- >
- </File>
- <File
- RelativePath=".\res\ico00003.ico"
- >
- </File>
- <File
- RelativePath=".\res\ico00004.ico"
- >
- </File>
- <File
- RelativePath=".\res\ico00005.ico"
- >
- </File>
- <File
- RelativePath=".\res\icon2.ico"
- >
- </File>
- <File
- RelativePath=".\res\IcqMac.ico"
- >
- </File>
- <File
- RelativePath=".\res\IM+.ico"
- >
- </File>
- <File
- RelativePath=".\res\IM2.ico"
- >
- </File>
- <File
- RelativePath=".\res\Kopete.ico"
- >
- </File>
- <File
- RelativePath=".\res\L.ico"
- >
- </File>
- <File
- RelativePath=".\res\L4.ico"
- >
- </File>
- <File
- RelativePath=".\res\L5.ico"
- >
- </File>
- <File
- RelativePath=".\res\LibIcq2000.ico"
- >
- </File>
- <File
- RelativePath=".\res\Licq.ico"
- >
- </File>
- <File
- RelativePath=".\res\Micq.ico"
- >
- </File>
- <File
- RelativePath="res\miranda.ico"
- >
- </File>
- <File
- RelativePath=".\res\Mob2Icq.ico"
- >
- </File>
- <File
- RelativePath=".\res\MobiCQ2.ico"
- >
- </File>
- <File
- RelativePath=".\res\NICQ2.ico"
- >
- </File>
- <File
- RelativePath="res\notick.ico"
- >
- </File>
- <File
- RelativePath="res\notick1.ico"
- >
- </File>
- <File
- RelativePath=".\res\PSI.ico"
- >
- </File>
- <File
- RelativePath=".\res\QIP.ico"
- >
- </File>
- <File
- RelativePath="res\rename.ico"
- >
- </File>
- <File
- RelativePath="resource.rc"
- >
- </File>
- <File
- RelativePath="res\sendmail.ico"
- >
- </File>
- <File
- RelativePath=".\res\Sim.ico"
- >
- </File>
- <File
- RelativePath="res\sms.ico"
- >
- </File>
- <File
- RelativePath=".\res\Spambot.ico"
- >
- </File>
- <File
- RelativePath=".\res\Sticq.ico"
- >
- </File>
- <File
- RelativePath=".\res\Stricq.ico"
- >
- </File>
- <File
- RelativePath=".\res\Trillian.ico"
- >
- </File>
- <File
- RelativePath=".\res\Vicq.ico"
- >
- </File>
- <File
- RelativePath=".\res\WebIcq.ico"
- >
- </File>
- <File
- RelativePath=".\res\Yamigo.ico"
- >
- </File>
- <File
- RelativePath=".\res\Ysm.ico"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/plugins/mwclist/clist_mw_9.vcproj b/plugins/mwclist/clist_mw_9.vcproj deleted file mode 100644 index 212f8467e1..0000000000 --- a/plugins/mwclist/clist_mw_9.vcproj +++ /dev/null @@ -1,3192 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="clist_mw"
- ProjectGUID="{56997126-0098-407A-94E1-7C5748C1C9EF}"
- RootNamespace="clist_mw"
- TargetFrameworkVersion="131072"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/clist_mw.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;clist_mw_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- AdditionalIncludeDirectories="../../include"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="comctl32.lib"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x6590000"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Release/clist_mw.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;clist_mw_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- AdditionalIncludeDirectories="../../include"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="comctl32.lib"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x6590000"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/clist_mw.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;clist_mw_EXPORTS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- AdditionalIncludeDirectories="../../include"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="comctl32.lib"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- BaseAddress="0x6590000"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Debug/clist_mw.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;clist_mw_EXPORTS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- AdditionalIncludeDirectories="../../include"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="comctl32.lib"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- BaseAddress="0x6590000"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/clist_mw.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;clist_mw_EXPORTS"
- StringPooling="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="0"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- AdditionalIncludeDirectories="../../include"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="comctl32.lib"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- BaseAddress="0x6590000"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Debug/clist_mw.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;clist_mw_EXPORTS"
- StringPooling="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="0"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- AdditionalIncludeDirectories="../../include"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="comctl32.lib"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- BaseAddress="0x6590000"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/clist_mw.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;clist_mw_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- AdditionalIncludeDirectories="../../include"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="comctl32.lib"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x6590000"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Release/clist_mw.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;clist_mw_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- AdditionalIncludeDirectories="../../include"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="comctl32.lib"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x6590000"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath=".\BkgrCfg.c"
- >
- </File>
- <File
- RelativePath="clc.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="clcidents.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="clcitems.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="clcopts.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="clcpaint.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="clcutils.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="clistmenus.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="clistmod.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="clistopts.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="clistsettings.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="clisttray.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="clui.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="cluiopts.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="cluiservices.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="commonheaders.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="contact.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\groupmenu.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="init.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="keyboard.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <Filter
- Name="CLUIFrames"
- >
- <File
- RelativePath="CLUIFrames\cluiframes.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="CLUIFrames\cluiframes.h"
- >
- </File>
- <File
- RelativePath="CLUIFrames\extraimage.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="CLUIFrames\framesmenu.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="CLUIFrames\statusbar.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;clist_mw_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- AdditionalIncludeDirectories=""
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath="clc.h"
- >
- </File>
- <File
- RelativePath="clist.h"
- >
- </File>
- <File
- RelativePath="commonheaders.h"
- >
- </File>
- <File
- RelativePath="m_clist.h"
- >
- </File>
- <File
- RelativePath="m_clui.h"
- >
- </File>
- <File
- RelativePath="resource.h"
- >
- </File>
- <File
- RelativePath="statusmodes.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
- >
- <File
- RelativePath=".\res\&RQ.ico"
- >
- </File>
- <File
- RelativePath="res\1.ico"
- >
- </File>
- <File
- RelativePath="res\2.ico"
- >
- </File>
- <File
- RelativePath="res\3.ico"
- >
- </File>
- <File
- RelativePath="res\4.ico"
- >
- </File>
- <File
- RelativePath="res\5.ico"
- >
- </File>
- <File
- RelativePath="res\6.ico"
- >
- </File>
- <File
- RelativePath="res\7.ico"
- >
- </File>
- <File
- RelativePath="res\8.ico"
- >
- </File>
- <File
- RelativePath=".\res\addgoupp.ico"
- >
- </File>
- <File
- RelativePath=".\res\AgileMobile.ico"
- >
- </File>
- <File
- RelativePath=".\res\AlIcq.ico"
- >
- </File>
- <File
- RelativePath="res\blank.ico"
- >
- </File>
- <File
- RelativePath=".\res\Center.ico"
- >
- </File>
- <File
- RelativePath="res\delete.ico"
- >
- </File>
- <File
- RelativePath="res\dragcopy.cur"
- >
- </File>
- <File
- RelativePath="res\dropuser.cur"
- >
- </File>
- <File
- RelativePath=".\res\Gaim.ico"
- >
- </File>
- <File
- RelativePath=".\res\globus.ico"
- >
- </File>
- <File
- RelativePath=".\res\Gnomeicu.ico"
- >
- </File>
- <File
- RelativePath="res\hyperlin.cur"
- >
- </File>
- <File
- RelativePath=".\res\ico00001.ico"
- >
- </File>
- <File
- RelativePath=".\res\ico00002.ico"
- >
- </File>
- <File
- RelativePath=".\res\ico00003.ico"
- >
- </File>
- <File
- RelativePath=".\res\ico00004.ico"
- >
- </File>
- <File
- RelativePath=".\res\ico00005.ico"
- >
- </File>
- <File
- RelativePath=".\res\icon2.ico"
- >
- </File>
- <File
- RelativePath=".\res\IcqMac.ico"
- >
- </File>
- <File
- RelativePath=".\res\IM+.ico"
- >
- </File>
- <File
- RelativePath=".\res\IM2.ico"
- >
- </File>
- <File
- RelativePath=".\res\Kopete.ico"
- >
- </File>
- <File
- RelativePath=".\res\L.ico"
- >
- </File>
- <File
- RelativePath=".\res\L4.ico"
- >
- </File>
- <File
- RelativePath=".\res\L5.ico"
- >
- </File>
- <File
- RelativePath=".\res\LibIcq2000.ico"
- >
- </File>
- <File
- RelativePath=".\res\Licq.ico"
- >
- </File>
- <File
- RelativePath=".\res\Micq.ico"
- >
- </File>
- <File
- RelativePath="res\miranda.ico"
- >
- </File>
- <File
- RelativePath=".\res\Mob2Icq.ico"
- >
- </File>
- <File
- RelativePath=".\res\MobiCQ2.ico"
- >
- </File>
- <File
- RelativePath=".\res\NICQ2.ico"
- >
- </File>
- <File
- RelativePath="res\notick.ico"
- >
- </File>
- <File
- RelativePath="res\notick1.ico"
- >
- </File>
- <File
- RelativePath=".\res\PSI.ico"
- >
- </File>
- <File
- RelativePath=".\res\QIP.ico"
- >
- </File>
- <File
- RelativePath="res\rename.ico"
- >
- </File>
- <File
- RelativePath="resource.rc"
- >
- </File>
- <File
- RelativePath="res\sendmail.ico"
- >
- </File>
- <File
- RelativePath=".\res\Sim.ico"
- >
- </File>
- <File
- RelativePath="res\sms.ico"
- >
- </File>
- <File
- RelativePath=".\res\Spambot.ico"
- >
- </File>
- <File
- RelativePath=".\res\Sticq.ico"
- >
- </File>
- <File
- RelativePath=".\res\Stricq.ico"
- >
- </File>
- <File
- RelativePath=".\res\Trillian.ico"
- >
- </File>
- <File
- RelativePath=".\res\Vicq.ico"
- >
- </File>
- <File
- RelativePath=".\res\WebIcq.ico"
- >
- </File>
- <File
- RelativePath=".\res\Yamigo.ico"
- >
- </File>
- <File
- RelativePath=".\res\Ysm.ico"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/plugins/mwclist/mwclist.dep b/plugins/mwclist/mwclist.dep deleted file mode 100644 index 2de3d09971..0000000000 --- a/plugins/mwclist/mwclist.dep +++ /dev/null @@ -1,248 +0,0 @@ -# Microsoft Developer Studio Generated Dependency File, included by mwclist.mak
-
-.\CLUIFrames\cluiframes.c : \
- "..\..\include\m_clc.h"\
- "..\..\include\m_clui.h"\
- ".\clc.h"\
- ".\clist.h"\
- ".\m_metacontacts.h"\
-
-
-.\CLUIFrames\extraimage.c : \
- "..\..\include\m_clc.h"\
- "..\..\include\m_clui.h"\
- ".\clc.h"\
- ".\clist.h"\
- ".\m_metacontacts.h"\
-
-
-.\CLUIFrames\framesmenu.c : \
- "..\..\include\m_clc.h"\
- "..\..\include\m_clui.h"\
- ".\clc.h"\
- ".\clist.h"\
- ".\m_metacontacts.h"\
-
-
-.\CLUIFrames\statusbar.c : \
- "..\..\include\m_clc.h"\
- "..\..\include\m_clui.h"\
- ".\clc.h"\
- ".\clist.h"\
- ".\m_metacontacts.h"\
-
-
-.\BkgrCfg.c : \
- "..\..\include\m_clc.h"\
- "..\..\include\m_clui.h"\
- ".\clc.h"\
- ".\clist.h"\
- ".\m_metacontacts.h"\
-
-
-.\clc.c : \
- "..\..\include\m_clc.h"\
- "..\..\include\m_clui.h"\
- ".\clc.h"\
- ".\clist.h"\
- ".\m_metacontacts.h"\
-
-
-.\clcidents.c : \
- "..\..\include\m_clc.h"\
- "..\..\include\m_clui.h"\
- ".\clc.h"\
- ".\clist.h"\
- ".\m_metacontacts.h"\
-
-
-.\clcitems.c : \
- "..\..\include\m_clc.h"\
- "..\..\include\m_clui.h"\
- ".\clc.h"\
- ".\clist.h"\
- ".\m_metacontacts.h"\
-
-
-.\clcopts.c : \
- "..\..\include\m_clc.h"\
- "..\..\include\m_clui.h"\
- ".\clc.h"\
- ".\clist.h"\
- ".\m_metacontacts.h"\
-
-
-.\clcpaint.c : \
- "..\..\include\m_clc.h"\
- "..\..\include\m_clui.h"\
- ".\clc.h"\
- ".\clist.h"\
- ".\m_metacontacts.h"\
-
-
-.\clcutils.c : \
- "..\..\include\m_clc.h"\
- "..\..\include\m_clui.h"\
- ".\clc.h"\
- ".\clist.h"\
- ".\m_metacontacts.h"\
-
-
-.\clistmenus.c : \
- "..\..\include\m_clc.h"\
- "..\..\include\m_clui.h"\
- ".\clc.h"\
- ".\clist.h"\
- ".\m_metacontacts.h"\
-
-
-.\clistmod.c : \
- "..\..\include\m_clc.h"\
- "..\..\include\m_clui.h"\
- ".\clc.h"\
- ".\clist.h"\
- ".\m_metacontacts.h"\
-
-
-.\clistopts.c : \
- "..\..\include\m_clc.h"\
- "..\..\include\m_clui.h"\
- ".\clc.h"\
- ".\clist.h"\
- ".\m_metacontacts.h"\
-
-
-.\clistsettings.c : \
- "..\..\include\m_clc.h"\
- "..\..\include\m_clui.h"\
- ".\clc.h"\
- ".\clist.h"\
- ".\m_metacontacts.h"\
-
-
-.\clisttray.c : \
- "..\..\include\m_clc.h"\
- "..\..\include\m_clui.h"\
- ".\clc.h"\
- ".\clist.h"\
- ".\m_metacontacts.h"\
-
-
-.\clui.c : \
- "..\..\include\m_clc.h"\
- "..\..\include\m_clui.h"\
- ".\clc.h"\
- ".\clist.h"\
- ".\m_metacontacts.h"\
-
-
-.\cluiopts.c : \
- "..\..\include\m_clc.h"\
- "..\..\include\m_clui.h"\
- ".\clc.h"\
- ".\clist.h"\
- ".\m_metacontacts.h"\
-
-
-.\cluiservices.c : \
- "..\..\include\m_clc.h"\
- "..\..\include\m_clui.h"\
- ".\clc.h"\
- ".\clist.h"\
- ".\m_metacontacts.h"\
-
-
-.\commonheaders.c : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\BkgrCfg.h"\
- ".\clc.h"\
- ".\clist.h"\
- ".\CLUIFrames\cluiframes.h"\
- ".\commonheaders.h"\
- ".\m_fontservice.h"\
- ".\m_metacontacts.h"\
- ".\m_mwclc.h"\
-
-
-.\contact.c : \
- "..\..\include\m_clc.h"\
- "..\..\include\m_clui.h"\
- ".\clc.h"\
- ".\clist.h"\
- ".\m_metacontacts.h"\
-
-
-.\groupmenu.c : \
- "..\..\include\m_clc.h"\
- "..\..\include\m_clui.h"\
- ".\clc.h"\
- ".\clist.h"\
- ".\m_metacontacts.h"\
-
-
-.\init.c : \
- "..\..\include\m_clc.h"\
- "..\..\include\m_clui.h"\
- ".\clc.h"\
- ".\clist.h"\
- ".\m_metacontacts.h"\
-
-
-.\keyboard.c : \
- "..\..\include\m_clc.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_hotkeys.h"\
- ".\clc.h"\
- ".\clist.h"\
- ".\m_metacontacts.h"\
-
-
-.\resource.rc : \
- ".\res\1.ico"\
- ".\res\2.ico"\
- ".\res\3.ico"\
- ".\res\4.ico"\
- ".\res\5.ico"\
- ".\res\6.ico"\
- ".\res\7.ico"\
- ".\res\8.ico"\
- ".\res\addgoupp.ico"\
- ".\res\blank.ico"\
- ".\res\delete.ico"\
- ".\res\dragcopy.cur"\
- ".\res\dropuser.cur"\
- ".\res\globus.ico"\
- ".\res\hyperlin.cur"\
- ".\res\notick.ico"\
- ".\res\notick1.ico"\
- ".\res\rename.ico"\
- ".\res\sendmail.ico"\
- ".\res\sms.ico"\
- ".\statusmodes.h"\
-
diff --git a/plugins/mwclist/mwclist.dsp b/plugins/mwclist/mwclist.dsp deleted file mode 100644 index 37fe06cd9b..0000000000 --- a/plugins/mwclist/mwclist.dsp +++ /dev/null @@ -1,811 +0,0 @@ -# Microsoft Developer Studio Project File - Name="mwclist" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-CFG=mwclist - Win32 Debug Unicode
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "mwclist.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "mwclist.mak" CFG="mwclist - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "mwclist - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "mwclist - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "mwclist - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "mwclist - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 1
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Yu"commonheaders.h" /FD /c
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "NDEBUG"
-# ADD RSC /l 0x809 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib comctl32.lib shell32.lib ole32.lib comdlg32.lib /nologo /base:"0x6590000" /dll /map /debug /machine:I386 /out:"../../bin/release/plugins/clist_mw.dll"
-# SUBTRACT LINK32 /pdb:none /incremental:yes
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 1
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Yu"commonheaders.h" /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "_DEBUG"
-# ADD RSC /l 0x809 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib comctl32.lib shell32.lib ole32.lib comdlg32.lib /nologo /base:"0x6590000" /dll /debug /machine:I386 /out:"../../bin/debug/plugins/clist_mw.dll" /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none /incremental:no
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "mwclist___Win32_Release_Unicode"
-# PROP BASE Intermediate_Dir "mwclist___Win32_Release_Unicode"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "./Release_Unicode"
-# PROP Intermediate_Dir "./Release_Unicode"
-# PROP Ignore_Export_Lib 1
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MD /W3 /O2 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Yu"commonheaders.h" /FD /c
-# ADD CPP /nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Yu"commonheaders.h" /FD /c
-# SUBTRACT CPP /Fr
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "NDEBUG"
-# ADD RSC /l 0x809 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib comctl32.lib shell32.lib ole32.lib comdlg32.lib /nologo /base:"0x6590000" /dll /machine:I386 /out:"../../bin/release/plugins/clist_mw.dll"
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib comctl32.lib shell32.lib ole32.lib comdlg32.lib /nologo /base:"0x6590000" /dll /map /debug /machine:I386 /out:"../../bin/release Unicode/plugins/clist_mw.dll"
-# SUBTRACT LINK32 /pdb:none /incremental:yes
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "mwclist___Win32_Debug_Unicode"
-# PROP BASE Intermediate_Dir "mwclist___Win32_Debug_Unicode"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "./Debug_Unicode"
-# PROP Intermediate_Dir "./Debug_Unicode"
-# PROP Ignore_Export_Lib 1
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Yu"commonheaders.h" /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Yu"commonheaders.h" /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "_DEBUG"
-# ADD RSC /l 0x809 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib comctl32.lib shell32.lib ole32.lib comdlg32.lib /nologo /base:"0x6590000" /dll /debug /machine:I386 /out:"../../bin/debug/plugins/clist_mw.dll" /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib comctl32.lib shell32.lib ole32.lib comdlg32.lib /nologo /base:"0x6590000" /dll /debug /machine:I386 /out:"../../bin/debug Unicode/plugins/clist_mw.dll" /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none /incremental:no
-
-!ENDIF
-
-# Begin Target
-
-# Name "mwclist - Win32 Release"
-# Name "mwclist - Win32 Debug"
-# Name "mwclist - Win32 Release Unicode"
-# Name "mwclist - Win32 Debug Unicode"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Group "CLUIFrames"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\CLUIFrames\cluiframes.c
-# ADD CPP /Yu"../commonheaders.h"
-# End Source File
-# Begin Source File
-
-SOURCE=.\CLUIFrames\cluiframes.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\CLUIFrames\extraimage.c
-# ADD CPP /Yu"../commonheaders.h"
-# End Source File
-# Begin Source File
-
-SOURCE=.\CLUIFrames\framesmenu.c
-# ADD CPP /Yu"../commonheaders.h"
-# End Source File
-# Begin Source File
-
-SOURCE=.\CLUIFrames\statusbar.c
-# ADD CPP /Yu"../commonheaders.h"
-# End Source File
-# End Group
-# Begin Source File
-
-SOURCE=.\BkgrCfg.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\clc.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-# ADD BASE CPP /Yu"commonheaders.h"
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\clcidents.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-# ADD BASE CPP /Yu"commonheaders.h"
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\clcitems.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-# ADD BASE CPP /Yu"commonheaders.h"
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\clcopts.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-# ADD BASE CPP /Yu"commonheaders.h"
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\clcpaint.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-# ADD BASE CPP /Yu"commonheaders.h"
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\clcutils.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-# ADD BASE CPP /Yu"commonheaders.h"
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\clistmenus.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-# ADD BASE CPP /Yu"commonheaders.h"
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\clistmod.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-# ADD BASE CPP /Yu"commonheaders.h"
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\clistopts.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-# ADD BASE CPP /Yu"commonheaders.h"
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\clistsettings.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-# ADD BASE CPP /Yu"commonheaders.h"
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\clisttray.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-# ADD BASE CPP /Yu"commonheaders.h"
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\clui.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-# ADD BASE CPP /Yu"commonheaders.h"
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\cluiopts.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-# ADD BASE CPP /Yu"commonheaders.h"
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\cluiservices.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-# ADD BASE CPP /Yu"commonheaders.h"
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\commonheaders.c
-# ADD CPP /Yc"commonheaders.h"
-# End Source File
-# Begin Source File
-
-SOURCE=.\contact.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-# ADD BASE CPP /Yu"commonheaders.h"
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\groupmenu.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\init.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-# ADD BASE CPP /Yu"commonheaders.h"
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\keyboard.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-# ADD BASE CPP /Yu"commonheaders.h"
-# ADD CPP /Yu"commonheaders.h"
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-!ENDIF
-
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\BkgrCfg.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\clc.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\clist.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\commonheaders.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\forkthread.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\resource.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\statusmodes.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# Begin Source File
-
-SOURCE=.\res\1.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\2.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\3.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\4.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\5.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\6.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\7.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\8.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\addcontact.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\addgoupp.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\away.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\blank.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\blank1.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\changefont.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\delete.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\detailsl.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\dnd.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\downarrow.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\dragcopy.cur
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\dropuser.cur
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\emptyblo.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\file.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\filledbl.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\finduser.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\freechat.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\globus.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\groupope.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\groupshu.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\help.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\history.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\hyperlin.cur
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\invisible.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\message.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\miranda.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\mirandaclassic.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\mirandaw.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\multisend.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\na2.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\notick.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\notick1.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\occupied.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\offline2.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\online2.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\onthepho.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\options.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\outtolun.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\rename.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\reply.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\resource.rc
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\searchal.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\sendmail.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\smalldot.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\sms.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\sortcold.bmp
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\sortcolu.bmp
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\timestamp.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\url.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\useronli.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\viewdetails.ico
-# End Source File
-# End Group
-# End Target
-# End Project
diff --git a/plugins/mwclist/mwclist.mak b/plugins/mwclist/mwclist.mak deleted file mode 100644 index c0709b77c7..0000000000 --- a/plugins/mwclist/mwclist.mak +++ /dev/null @@ -1,1407 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on mwclist.dsp
-!IF "$(CFG)" == ""
-CFG=mwclist - Win32 Debug Unicode
-!MESSAGE No configuration specified. Defaulting to mwclist - Win32 Debug Unicode.
-!ENDIF
-
-!IF "$(CFG)" != "mwclist - Win32 Release" && "$(CFG)" != "mwclist - Win32 Debug" && "$(CFG)" != "mwclist - Win32 Release Unicode" && "$(CFG)" != "mwclist - Win32 Debug Unicode"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "mwclist.mak" CFG="mwclist - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "mwclist - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "mwclist - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "mwclist - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "mwclist - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-!ERROR An invalid configuration is specified.
-!ENDIF
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE
-NULL=nul
-!ENDIF
-
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-OUTDIR=.\Release
-INTDIR=.\Release
-
-ALL : "..\..\bin\release\plugins\clist_mw.dll"
-
-
-CLEAN :
- -@erase "$(INTDIR)\BkgrCfg.obj"
- -@erase "$(INTDIR)\clc.obj"
- -@erase "$(INTDIR)\clcidents.obj"
- -@erase "$(INTDIR)\clcitems.obj"
- -@erase "$(INTDIR)\clcopts.obj"
- -@erase "$(INTDIR)\clcpaint.obj"
- -@erase "$(INTDIR)\clcutils.obj"
- -@erase "$(INTDIR)\clistmenus.obj"
- -@erase "$(INTDIR)\clistmod.obj"
- -@erase "$(INTDIR)\clistopts.obj"
- -@erase "$(INTDIR)\clistsettings.obj"
- -@erase "$(INTDIR)\clisttray.obj"
- -@erase "$(INTDIR)\clui.obj"
- -@erase "$(INTDIR)\cluiframes.obj"
- -@erase "$(INTDIR)\cluiopts.obj"
- -@erase "$(INTDIR)\cluiservices.obj"
- -@erase "$(INTDIR)\commonheaders.obj"
- -@erase "$(INTDIR)\contact.obj"
- -@erase "$(INTDIR)\extraimage.obj"
- -@erase "$(INTDIR)\framesmenu.obj"
- -@erase "$(INTDIR)\groupmenu.obj"
- -@erase "$(INTDIR)\init.obj"
- -@erase "$(INTDIR)\keyboard.obj"
- -@erase "$(INTDIR)\mwclist.pch"
- -@erase "$(INTDIR)\resource.res"
- -@erase "$(INTDIR)\statusbar.obj"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\clist_mw.exp"
- -@erase "$(OUTDIR)\clist_mw.map"
- -@erase "$(OUTDIR)\clist_mw.pdb"
- -@erase "..\..\bin\release\plugins\clist_mw.dll"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP_PROJ=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
-RSC_PROJ=/l 0x809 /fo"$(INTDIR)\resource.res" /d "NDEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\mwclist.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib comctl32.lib shell32.lib ole32.lib comdlg32.lib /nologo /base:"0x6590000" /dll /incremental:no /pdb:"$(OUTDIR)\clist_mw.pdb" /map:"$(INTDIR)\clist_mw.map" /debug /machine:I386 /out:"../../bin/release/plugins/clist_mw.dll" /implib:"$(OUTDIR)\clist_mw.lib"
-LINK32_OBJS= \
- "$(INTDIR)\cluiframes.obj" \
- "$(INTDIR)\extraimage.obj" \
- "$(INTDIR)\framesmenu.obj" \
- "$(INTDIR)\statusbar.obj" \
- "$(INTDIR)\BkgrCfg.obj" \
- "$(INTDIR)\clc.obj" \
- "$(INTDIR)\clcidents.obj" \
- "$(INTDIR)\clcitems.obj" \
- "$(INTDIR)\clcopts.obj" \
- "$(INTDIR)\clcpaint.obj" \
- "$(INTDIR)\clcutils.obj" \
- "$(INTDIR)\clistmenus.obj" \
- "$(INTDIR)\clistmod.obj" \
- "$(INTDIR)\clistopts.obj" \
- "$(INTDIR)\clistsettings.obj" \
- "$(INTDIR)\clisttray.obj" \
- "$(INTDIR)\clui.obj" \
- "$(INTDIR)\cluiopts.obj" \
- "$(INTDIR)\cluiservices.obj" \
- "$(INTDIR)\commonheaders.obj" \
- "$(INTDIR)\contact.obj" \
- "$(INTDIR)\groupmenu.obj" \
- "$(INTDIR)\init.obj" \
- "$(INTDIR)\keyboard.obj" \
- "$(INTDIR)\resource.res"
-
-"..\..\bin\release\plugins\clist_mw.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-OUTDIR=.\Debug
-INTDIR=.\Debug
-
-ALL : "..\..\bin\debug\plugins\clist_mw.dll"
-
-
-CLEAN :
- -@erase "$(INTDIR)\BkgrCfg.obj"
- -@erase "$(INTDIR)\clc.obj"
- -@erase "$(INTDIR)\clcidents.obj"
- -@erase "$(INTDIR)\clcitems.obj"
- -@erase "$(INTDIR)\clcopts.obj"
- -@erase "$(INTDIR)\clcpaint.obj"
- -@erase "$(INTDIR)\clcutils.obj"
- -@erase "$(INTDIR)\clistmenus.obj"
- -@erase "$(INTDIR)\clistmod.obj"
- -@erase "$(INTDIR)\clistopts.obj"
- -@erase "$(INTDIR)\clistsettings.obj"
- -@erase "$(INTDIR)\clisttray.obj"
- -@erase "$(INTDIR)\clui.obj"
- -@erase "$(INTDIR)\cluiframes.obj"
- -@erase "$(INTDIR)\cluiopts.obj"
- -@erase "$(INTDIR)\cluiservices.obj"
- -@erase "$(INTDIR)\commonheaders.obj"
- -@erase "$(INTDIR)\contact.obj"
- -@erase "$(INTDIR)\extraimage.obj"
- -@erase "$(INTDIR)\framesmenu.obj"
- -@erase "$(INTDIR)\groupmenu.obj"
- -@erase "$(INTDIR)\init.obj"
- -@erase "$(INTDIR)\keyboard.obj"
- -@erase "$(INTDIR)\mwclist.pch"
- -@erase "$(INTDIR)\resource.res"
- -@erase "$(INTDIR)\statusbar.obj"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\clist_mw.exp"
- -@erase "$(OUTDIR)\clist_mw.pdb"
- -@erase "..\..\bin\debug\plugins\clist_mw.dll"
- -@erase "..\..\bin\debug\plugins\clist_mw.ilk"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP_PROJ=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
-RSC_PROJ=/l 0x809 /fo"$(INTDIR)\resource.res" /d "_DEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\mwclist.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib comctl32.lib shell32.lib ole32.lib comdlg32.lib /nologo /base:"0x6590000" /dll /incremental:yes /pdb:"$(OUTDIR)\clist_mw.pdb" /debug /machine:I386 /out:"../../bin/debug/plugins/clist_mw.dll" /implib:"$(OUTDIR)\clist_mw.lib" /pdbtype:sept
-LINK32_OBJS= \
- "$(INTDIR)\cluiframes.obj" \
- "$(INTDIR)\extraimage.obj" \
- "$(INTDIR)\framesmenu.obj" \
- "$(INTDIR)\statusbar.obj" \
- "$(INTDIR)\BkgrCfg.obj" \
- "$(INTDIR)\clc.obj" \
- "$(INTDIR)\clcidents.obj" \
- "$(INTDIR)\clcitems.obj" \
- "$(INTDIR)\clcopts.obj" \
- "$(INTDIR)\clcpaint.obj" \
- "$(INTDIR)\clcutils.obj" \
- "$(INTDIR)\clistmenus.obj" \
- "$(INTDIR)\clistmod.obj" \
- "$(INTDIR)\clistopts.obj" \
- "$(INTDIR)\clistsettings.obj" \
- "$(INTDIR)\clisttray.obj" \
- "$(INTDIR)\clui.obj" \
- "$(INTDIR)\cluiopts.obj" \
- "$(INTDIR)\cluiservices.obj" \
- "$(INTDIR)\commonheaders.obj" \
- "$(INTDIR)\contact.obj" \
- "$(INTDIR)\groupmenu.obj" \
- "$(INTDIR)\init.obj" \
- "$(INTDIR)\keyboard.obj" \
- "$(INTDIR)\resource.res"
-
-"..\..\bin\debug\plugins\clist_mw.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-OUTDIR=.\./Release_Unicode
-INTDIR=.\./Release_Unicode
-
-ALL : "..\..\bin\release Unicode\plugins\clist_mw.dll"
-
-
-CLEAN :
- -@erase "$(INTDIR)\BkgrCfg.obj"
- -@erase "$(INTDIR)\clc.obj"
- -@erase "$(INTDIR)\clcidents.obj"
- -@erase "$(INTDIR)\clcitems.obj"
- -@erase "$(INTDIR)\clcopts.obj"
- -@erase "$(INTDIR)\clcpaint.obj"
- -@erase "$(INTDIR)\clcutils.obj"
- -@erase "$(INTDIR)\clistmenus.obj"
- -@erase "$(INTDIR)\clistmod.obj"
- -@erase "$(INTDIR)\clistopts.obj"
- -@erase "$(INTDIR)\clistsettings.obj"
- -@erase "$(INTDIR)\clisttray.obj"
- -@erase "$(INTDIR)\clui.obj"
- -@erase "$(INTDIR)\cluiframes.obj"
- -@erase "$(INTDIR)\cluiopts.obj"
- -@erase "$(INTDIR)\cluiservices.obj"
- -@erase "$(INTDIR)\commonheaders.obj"
- -@erase "$(INTDIR)\contact.obj"
- -@erase "$(INTDIR)\extraimage.obj"
- -@erase "$(INTDIR)\framesmenu.obj"
- -@erase "$(INTDIR)\groupmenu.obj"
- -@erase "$(INTDIR)\init.obj"
- -@erase "$(INTDIR)\keyboard.obj"
- -@erase "$(INTDIR)\mwclist.pch"
- -@erase "$(INTDIR)\resource.res"
- -@erase "$(INTDIR)\statusbar.obj"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\clist_mw.exp"
- -@erase "$(OUTDIR)\clist_mw.map"
- -@erase "$(OUTDIR)\clist_mw.pdb"
- -@erase "..\..\bin\release Unicode\plugins\clist_mw.dll"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP_PROJ=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
-RSC_PROJ=/l 0x809 /fo"$(INTDIR)\resource.res" /d "NDEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\mwclist.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib comctl32.lib shell32.lib ole32.lib comdlg32.lib /nologo /base:"0x6590000" /dll /incremental:no /pdb:"$(OUTDIR)\clist_mw.pdb" /map:"$(INTDIR)\clist_mw.map" /debug /machine:I386 /out:"../../bin/release Unicode/plugins/clist_mw.dll" /implib:"$(OUTDIR)\clist_mw.lib"
-LINK32_OBJS= \
- "$(INTDIR)\cluiframes.obj" \
- "$(INTDIR)\extraimage.obj" \
- "$(INTDIR)\framesmenu.obj" \
- "$(INTDIR)\statusbar.obj" \
- "$(INTDIR)\BkgrCfg.obj" \
- "$(INTDIR)\clc.obj" \
- "$(INTDIR)\clcidents.obj" \
- "$(INTDIR)\clcitems.obj" \
- "$(INTDIR)\clcopts.obj" \
- "$(INTDIR)\clcpaint.obj" \
- "$(INTDIR)\clcutils.obj" \
- "$(INTDIR)\clistmenus.obj" \
- "$(INTDIR)\clistmod.obj" \
- "$(INTDIR)\clistopts.obj" \
- "$(INTDIR)\clistsettings.obj" \
- "$(INTDIR)\clisttray.obj" \
- "$(INTDIR)\clui.obj" \
- "$(INTDIR)\cluiopts.obj" \
- "$(INTDIR)\cluiservices.obj" \
- "$(INTDIR)\commonheaders.obj" \
- "$(INTDIR)\contact.obj" \
- "$(INTDIR)\groupmenu.obj" \
- "$(INTDIR)\init.obj" \
- "$(INTDIR)\keyboard.obj" \
- "$(INTDIR)\resource.res"
-
-"..\..\bin\release Unicode\plugins\clist_mw.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-OUTDIR=.\./Debug_Unicode
-INTDIR=.\./Debug_Unicode
-
-ALL : "..\..\bin\debug Unicode\plugins\clist_mw.dll"
-
-
-CLEAN :
- -@erase "$(INTDIR)\BkgrCfg.obj"
- -@erase "$(INTDIR)\clc.obj"
- -@erase "$(INTDIR)\clcidents.obj"
- -@erase "$(INTDIR)\clcitems.obj"
- -@erase "$(INTDIR)\clcopts.obj"
- -@erase "$(INTDIR)\clcpaint.obj"
- -@erase "$(INTDIR)\clcutils.obj"
- -@erase "$(INTDIR)\clistmenus.obj"
- -@erase "$(INTDIR)\clistmod.obj"
- -@erase "$(INTDIR)\clistopts.obj"
- -@erase "$(INTDIR)\clistsettings.obj"
- -@erase "$(INTDIR)\clisttray.obj"
- -@erase "$(INTDIR)\clui.obj"
- -@erase "$(INTDIR)\cluiframes.obj"
- -@erase "$(INTDIR)\cluiopts.obj"
- -@erase "$(INTDIR)\cluiservices.obj"
- -@erase "$(INTDIR)\commonheaders.obj"
- -@erase "$(INTDIR)\contact.obj"
- -@erase "$(INTDIR)\extraimage.obj"
- -@erase "$(INTDIR)\framesmenu.obj"
- -@erase "$(INTDIR)\groupmenu.obj"
- -@erase "$(INTDIR)\init.obj"
- -@erase "$(INTDIR)\keyboard.obj"
- -@erase "$(INTDIR)\mwclist.pch"
- -@erase "$(INTDIR)\resource.res"
- -@erase "$(INTDIR)\statusbar.obj"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\clist_mw.exp"
- -@erase "$(OUTDIR)\clist_mw.pdb"
- -@erase "..\..\bin\debug Unicode\plugins\clist_mw.dll"
- -@erase "..\..\bin\debug Unicode\plugins\clist_mw.ilk"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP_PROJ=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
-RSC_PROJ=/l 0x809 /fo"$(INTDIR)\resource.res" /d "_DEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\mwclist.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib comctl32.lib shell32.lib ole32.lib comdlg32.lib /nologo /base:"0x6590000" /dll /incremental:yes /pdb:"$(OUTDIR)\clist_mw.pdb" /debug /machine:I386 /out:"../../bin/debug Unicode/plugins/clist_mw.dll" /implib:"$(OUTDIR)\clist_mw.lib" /pdbtype:sept
-LINK32_OBJS= \
- "$(INTDIR)\cluiframes.obj" \
- "$(INTDIR)\extraimage.obj" \
- "$(INTDIR)\framesmenu.obj" \
- "$(INTDIR)\statusbar.obj" \
- "$(INTDIR)\BkgrCfg.obj" \
- "$(INTDIR)\clc.obj" \
- "$(INTDIR)\clcidents.obj" \
- "$(INTDIR)\clcitems.obj" \
- "$(INTDIR)\clcopts.obj" \
- "$(INTDIR)\clcpaint.obj" \
- "$(INTDIR)\clcutils.obj" \
- "$(INTDIR)\clistmenus.obj" \
- "$(INTDIR)\clistmod.obj" \
- "$(INTDIR)\clistopts.obj" \
- "$(INTDIR)\clistsettings.obj" \
- "$(INTDIR)\clisttray.obj" \
- "$(INTDIR)\clui.obj" \
- "$(INTDIR)\cluiopts.obj" \
- "$(INTDIR)\cluiservices.obj" \
- "$(INTDIR)\commonheaders.obj" \
- "$(INTDIR)\contact.obj" \
- "$(INTDIR)\groupmenu.obj" \
- "$(INTDIR)\init.obj" \
- "$(INTDIR)\keyboard.obj" \
- "$(INTDIR)\resource.res"
-
-"..\..\bin\debug Unicode\plugins\clist_mw.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-
-!IF "$(NO_EXTERNAL_DEPS)" != "1"
-!IF EXISTS("mwclist.dep")
-!INCLUDE "mwclist.dep"
-!ELSE
-!MESSAGE Warning: cannot find "mwclist.dep"
-!ENDIF
-!ENDIF
-
-
-!IF "$(CFG)" == "mwclist - Win32 Release" || "$(CFG)" == "mwclist - Win32 Debug" || "$(CFG)" == "mwclist - Win32 Release Unicode" || "$(CFG)" == "mwclist - Win32 Debug Unicode"
-SOURCE=.\CLUIFrames\cluiframes.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"../commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\cluiframes.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"../commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\cluiframes.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"../commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\cluiframes.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"../commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\cluiframes.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\CLUIFrames\extraimage.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"../commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\extraimage.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"../commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\extraimage.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"../commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\extraimage.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"../commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\extraimage.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\CLUIFrames\framesmenu.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"../commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\framesmenu.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"../commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\framesmenu.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"../commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\framesmenu.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"../commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\framesmenu.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\CLUIFrames\statusbar.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"../commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\statusbar.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"../commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\statusbar.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"../commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\statusbar.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"../commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\statusbar.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\BkgrCfg.c
-
-"$(INTDIR)\BkgrCfg.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
-
-
-SOURCE=.\clc.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\clc.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\clc.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\clc.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\clc.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\clcidents.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\clcidents.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\clcidents.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\clcidents.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\clcidents.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\clcitems.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\clcitems.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\clcitems.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\clcitems.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\clcitems.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\clcopts.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\clcopts.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\clcopts.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\clcopts.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\clcopts.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\clcpaint.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\clcpaint.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\clcpaint.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\clcpaint.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\clcpaint.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\clcutils.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\clcutils.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\clcutils.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\clcutils.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\clcutils.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\clistmenus.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\clistmenus.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\clistmenus.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\clistmenus.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\clistmenus.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\clistmod.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\clistmod.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\clistmod.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\clistmod.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\clistmod.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\clistopts.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\clistopts.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\clistopts.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\clistopts.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\clistopts.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\clistsettings.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\clistsettings.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\clistsettings.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\clistsettings.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\clistsettings.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\clisttray.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\clisttray.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\clisttray.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\clisttray.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\clisttray.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\clui.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\clui.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\clui.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\clui.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\clui.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\cluiopts.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\cluiopts.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\cluiopts.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\cluiopts.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\cluiopts.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\cluiservices.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\cluiservices.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\cluiservices.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\cluiservices.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\cluiservices.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\commonheaders.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yc"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\commonheaders.obj" "$(INTDIR)\mwclist.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yc"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\commonheaders.obj" "$(INTDIR)\mwclist.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yc"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\commonheaders.obj" "$(INTDIR)\mwclist.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yc"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\commonheaders.obj" "$(INTDIR)\mwclist.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\contact.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\contact.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\contact.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\contact.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\contact.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\groupmenu.c
-
-"$(INTDIR)\groupmenu.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
-
-
-SOURCE=.\init.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\init.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\init.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\init.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\init.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\keyboard.c
-
-!IF "$(CFG)" == "mwclist - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\keyboard.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\keyboard.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\keyboard.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "mwclist - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "mwclist_EXPORTS" /Fp"$(INTDIR)\mwclist.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\keyboard.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\mwclist.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\resource.rc
-
-"$(INTDIR)\resource.res" : $(SOURCE) "$(INTDIR)"
- $(RSC) $(RSC_PROJ) $(SOURCE)
-
-
-
-!ENDIF
-
diff --git a/plugins/srmm/srmm.dep b/plugins/srmm/srmm.dep deleted file mode 100644 index 363f350138..0000000000 --- a/plugins/srmm/srmm.dep +++ /dev/null @@ -1,97 +0,0 @@ -# Microsoft Developer Studio Generated Dependency File, included by srmm.mak
-
-.\cmdlist.c : \
- "..\..\include\m_fontservice.h"\
- ".\msgs.h"\
-
-
-.\globals.c : \
- "..\..\include\m_fontservice.h"\
- ".\msgs.h"\
-
-
-.\msgdialog.c : \
- "..\..\include\m_fontservice.h"\
- ".\msgs.h"\
- ".\statusicon.h"\
-
-
-.\msglog.c : \
- "..\..\include\m_fontservice.h"\
- ".\msgs.h"\
-
-
-.\msgoptions.c : \
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_modernopt.h"\
- ".\msgs.h"\
-
-
-.\msgs.c : \
- "..\..\include\m_fontservice.h"\
- ".\msgs.h"\
- ".\statusicon.h"\
-
-
-.\msgtimedout.c : \
- "..\..\include\m_fontservice.h"\
- ".\msgs.h"\
-
-
-.\richutil.c : \
- "..\..\include\m_fontservice.h"\
- ".\msgs.h"\
-
-
-.\srmm.c : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\cmdlist.h"\
- ".\commonheaders.h"\
- ".\globals.h"\
- ".\msgs.h"\
- ".\richutil.h"\
- ".\version.h"\
-
-
-.\statusicon.c : \
- "..\..\include\m_fontservice.h"\
- ".\msgs.h"\
- ".\statusicon.h"\
-
-
-.\resource.rc : \
- "..\..\include\statusmodes.h"\
- ".\res\dragcopy.cur"\
- ".\res\dropuser.cur"\
- ".\res\hyperlin.cur"\
- ".\res\incoming.ico"\
- ".\res\notice.ico"\
- ".\res\outgoing.ico"\
-
diff --git a/plugins/srmm/srmm.dsp b/plugins/srmm/srmm.dsp deleted file mode 100644 index 5201636a12..0000000000 --- a/plugins/srmm/srmm.dsp +++ /dev/null @@ -1,295 +0,0 @@ -# Microsoft Developer Studio Project File - Name="srmm" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-CFG=srmm - Win32 Debug Unicode
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "srmm.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "srmm.mak" CFG="srmm - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "srmm - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "srmm - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "srmm - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "srmm - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "srmm - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 1
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SRMM_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SRMM_EXPORTS" /Yu"commonheaders.h" /FD /c
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "NDEBUG"
-# ADD RSC /l 0x809 /i "../../include" /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
-# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib shell32.lib ole32.lib comdlg32.lib /nologo /dll /map /debug /machine:I386 /out:"../../bin/release/plugins/srmm.dll"
-# SUBTRACT LINK32 /pdb:none /incremental:yes
-
-!ELSEIF "$(CFG)" == "srmm - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 1
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SRMM_EXPORTS" /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SRMM_EXPORTS" /Yu"commonheaders.h" /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "_DEBUG"
-# ADD RSC /l 0x809 /i "../../include" /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib shell32.lib ole32.lib comdlg32.lib /nologo /dll /debug /machine:I386 /out:"../../bin/debug/Plugins/srmm.dll" /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none /incremental:no
-
-!ELSEIF "$(CFG)" == "srmm - Win32 Release Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "srmm___Win32_Unicode_Release"
-# PROP BASE Intermediate_Dir "srmm___Win32_Unicode_Release"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir ".\Release_Unicode"
-# PROP Intermediate_Dir ".\Release_Unicode"
-# PROP Ignore_Export_Lib 1
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MD /W3 /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SRMM_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "UNICODE" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /Yu"commonheaders.h" /FD /c
-# SUBTRACT CPP /Fr
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /i "../../include" /d "NDEBUG"
-# ADD RSC /l 0x809 /i "../../include" /d "NDEBUG" /d "UNICODE"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib shell32.lib ole32.lib comdlg32.lib /nologo /dll /pdb:none /machine:I386 /out:"../../bin/release/plugins/srmm.dll"
-# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib shell32.lib ole32.lib comdlg32.lib /nologo /dll /map /debug /machine:I386 /out:"../../bin/Release Unicode/plugins/srmm.dll"
-# SUBTRACT LINK32 /pdb:none /incremental:yes
-
-!ELSEIF "$(CFG)" == "srmm - Win32 Debug Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "srmm___Win32_Unicode_Debug"
-# PROP BASE Intermediate_Dir "srmm___Win32_Unicode_Debug"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir ".\Debug_Unicode"
-# PROP Intermediate_Dir ".\Debug_Unicode"
-# PROP Ignore_Export_Lib 1
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SRMM_EXPORTS" /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "UNICODE" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /Yu"commonheaders.h" /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /i "../../include" /d "_DEBUG"
-# ADD RSC /l 0x809 /i "../../include" /d "_DEBUG" /d "UNICODE"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib shell32.lib ole32.lib comdlg32.lib /nologo /dll /debug /machine:I386 /out:"../../bin/debug/Plugins/srmm.dll" /pdbtype:sept
-# ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib shell32.lib ole32.lib comdlg32.lib /nologo /dll /debug /machine:I386 /out:"../../bin/Debug Unicode/Plugins/srmm.dll" /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none /incremental:no
-
-!ENDIF
-
-# Begin Target
-
-# Name "srmm - Win32 Release"
-# Name "srmm - Win32 Debug"
-# Name "srmm - Win32 Release Unicode"
-# Name "srmm - Win32 Debug Unicode"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=.\cmdlist.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\globals.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\msgdialog.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\msglog.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\msgoptions.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\msgs.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\msgtimedout.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\richutil.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\srmm.c
-# ADD CPP /Yc"commonheaders.h"
-# End Source File
-# Begin Source File
-
-SOURCE=.\statusicon.c
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\cmdlist.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\commonheaders.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\globals.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\msgs.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\resource.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\richutil.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\statusicon.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\version.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# Begin Source File
-
-SOURCE=.\res\add.ico
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\res\addcontact.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\clock.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\details.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\downarrow.ico
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\res\dragcopy.cur
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\res\dropuser.cur
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\history.ico
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\res\hyperlin.cur
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\incoming.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\notice.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\outgoing.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\resource.rc
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\typing.ico
-# End Source File
-# End Group
-# End Target
-# End Project
diff --git a/plugins/srmm/srmm.dsw b/plugins/srmm/srmm.dsw deleted file mode 100644 index 6a12af7ba5..0000000000 --- a/plugins/srmm/srmm.dsw +++ /dev/null @@ -1,29 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-
-###############################################################################
-
-Project: "srmm"=.\srmm.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
-
diff --git a/plugins/srmm/srmm.mak b/plugins/srmm/srmm.mak deleted file mode 100644 index 2e1ba514f9..0000000000 --- a/plugins/srmm/srmm.mak +++ /dev/null @@ -1,406 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on srmm.dsp
-!IF "$(CFG)" == ""
-CFG=srmm - Win32 Debug Unicode
-!MESSAGE No configuration specified. Defaulting to srmm - Win32 Debug Unicode.
-!ENDIF
-
-!IF "$(CFG)" != "srmm - Win32 Release" && "$(CFG)" != "srmm - Win32 Debug" && "$(CFG)" != "srmm - Win32 Release Unicode" && "$(CFG)" != "srmm - Win32 Debug Unicode"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "srmm.mak" CFG="srmm - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "srmm - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "srmm - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "srmm - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "srmm - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-!ERROR An invalid configuration is specified.
-!ENDIF
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE
-NULL=nul
-!ENDIF
-
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "srmm - Win32 Release"
-
-OUTDIR=.\Release
-INTDIR=.\Release
-
-ALL : "..\..\bin\release\plugins\srmm.dll"
-
-
-CLEAN :
- -@erase "$(INTDIR)\cmdlist.obj"
- -@erase "$(INTDIR)\globals.obj"
- -@erase "$(INTDIR)\msgdialog.obj"
- -@erase "$(INTDIR)\msglog.obj"
- -@erase "$(INTDIR)\msgoptions.obj"
- -@erase "$(INTDIR)\msgs.obj"
- -@erase "$(INTDIR)\msgtimedout.obj"
- -@erase "$(INTDIR)\resource.res"
- -@erase "$(INTDIR)\richutil.obj"
- -@erase "$(INTDIR)\srmm.obj"
- -@erase "$(INTDIR)\srmm.pch"
- -@erase "$(INTDIR)\statusicon.obj"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\srmm.exp"
- -@erase "$(OUTDIR)\srmm.map"
- -@erase "$(OUTDIR)\srmm.pdb"
- -@erase "..\..\bin\release\plugins\srmm.dll"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP_PROJ=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SRMM_EXPORTS" /Fp"$(INTDIR)\srmm.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
-RSC_PROJ=/l 0x809 /fo"$(INTDIR)\resource.res" /i "../../include" /d "NDEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\srmm.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=comctl32.lib kernel32.lib user32.lib gdi32.lib shell32.lib ole32.lib comdlg32.lib /nologo /dll /incremental:no /pdb:"$(OUTDIR)\srmm.pdb" /map:"$(INTDIR)\srmm.map" /debug /machine:I386 /out:"../../bin/release/plugins/srmm.dll" /implib:"$(OUTDIR)\srmm.lib"
-LINK32_OBJS= \
- "$(INTDIR)\cmdlist.obj" \
- "$(INTDIR)\globals.obj" \
- "$(INTDIR)\msgdialog.obj" \
- "$(INTDIR)\msglog.obj" \
- "$(INTDIR)\msgoptions.obj" \
- "$(INTDIR)\msgs.obj" \
- "$(INTDIR)\msgtimedout.obj" \
- "$(INTDIR)\richutil.obj" \
- "$(INTDIR)\srmm.obj" \
- "$(INTDIR)\statusicon.obj" \
- "$(INTDIR)\resource.res"
-
-"..\..\bin\release\plugins\srmm.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "srmm - Win32 Debug"
-
-OUTDIR=.\Debug
-INTDIR=.\Debug
-
-ALL : "..\..\bin\debug\Plugins\srmm.dll"
-
-
-CLEAN :
- -@erase "$(INTDIR)\cmdlist.obj"
- -@erase "$(INTDIR)\globals.obj"
- -@erase "$(INTDIR)\msgdialog.obj"
- -@erase "$(INTDIR)\msglog.obj"
- -@erase "$(INTDIR)\msgoptions.obj"
- -@erase "$(INTDIR)\msgs.obj"
- -@erase "$(INTDIR)\msgtimedout.obj"
- -@erase "$(INTDIR)\resource.res"
- -@erase "$(INTDIR)\richutil.obj"
- -@erase "$(INTDIR)\srmm.obj"
- -@erase "$(INTDIR)\srmm.pch"
- -@erase "$(INTDIR)\statusicon.obj"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\srmm.exp"
- -@erase "$(OUTDIR)\srmm.pdb"
- -@erase "..\..\bin\debug\Plugins\srmm.dll"
- -@erase "..\..\bin\debug\Plugins\srmm.ilk"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP_PROJ=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SRMM_EXPORTS" /Fp"$(INTDIR)\srmm.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
-RSC_PROJ=/l 0x809 /fo"$(INTDIR)\resource.res" /i "../../include" /d "_DEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\srmm.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=comctl32.lib kernel32.lib user32.lib gdi32.lib shell32.lib ole32.lib comdlg32.lib /nologo /dll /incremental:yes /pdb:"$(OUTDIR)\srmm.pdb" /debug /machine:I386 /out:"../../bin/debug/Plugins/srmm.dll" /implib:"$(OUTDIR)\srmm.lib" /pdbtype:sept
-LINK32_OBJS= \
- "$(INTDIR)\cmdlist.obj" \
- "$(INTDIR)\globals.obj" \
- "$(INTDIR)\msgdialog.obj" \
- "$(INTDIR)\msglog.obj" \
- "$(INTDIR)\msgoptions.obj" \
- "$(INTDIR)\msgs.obj" \
- "$(INTDIR)\msgtimedout.obj" \
- "$(INTDIR)\richutil.obj" \
- "$(INTDIR)\srmm.obj" \
- "$(INTDIR)\statusicon.obj" \
- "$(INTDIR)\resource.res"
-
-"..\..\bin\debug\Plugins\srmm.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "srmm - Win32 Release Unicode"
-
-OUTDIR=.\Release_Unicode
-INTDIR=.\Release_Unicode
-
-ALL : "..\..\bin\Release Unicode\plugins\srmm.dll"
-
-
-CLEAN :
- -@erase "$(INTDIR)\cmdlist.obj"
- -@erase "$(INTDIR)\globals.obj"
- -@erase "$(INTDIR)\msgdialog.obj"
- -@erase "$(INTDIR)\msglog.obj"
- -@erase "$(INTDIR)\msgoptions.obj"
- -@erase "$(INTDIR)\msgs.obj"
- -@erase "$(INTDIR)\msgtimedout.obj"
- -@erase "$(INTDIR)\resource.res"
- -@erase "$(INTDIR)\richutil.obj"
- -@erase "$(INTDIR)\srmm.obj"
- -@erase "$(INTDIR)\srmm.pch"
- -@erase "$(INTDIR)\statusicon.obj"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\srmm.exp"
- -@erase "$(OUTDIR)\srmm.map"
- -@erase "$(OUTDIR)\srmm.pdb"
- -@erase "..\..\bin\Release Unicode\plugins\srmm.dll"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP_PROJ=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "UNICODE" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /Fp"$(INTDIR)\srmm.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
-RSC_PROJ=/l 0x809 /fo"$(INTDIR)\resource.res" /i "../../include" /d "NDEBUG" /d "UNICODE"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\srmm.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=comctl32.lib kernel32.lib user32.lib gdi32.lib shell32.lib ole32.lib comdlg32.lib /nologo /dll /incremental:no /pdb:"$(OUTDIR)\srmm.pdb" /map:"$(INTDIR)\srmm.map" /debug /machine:I386 /out:"../../bin/Release Unicode/plugins/srmm.dll" /implib:"$(OUTDIR)\srmm.lib"
-LINK32_OBJS= \
- "$(INTDIR)\cmdlist.obj" \
- "$(INTDIR)\globals.obj" \
- "$(INTDIR)\msgdialog.obj" \
- "$(INTDIR)\msglog.obj" \
- "$(INTDIR)\msgoptions.obj" \
- "$(INTDIR)\msgs.obj" \
- "$(INTDIR)\msgtimedout.obj" \
- "$(INTDIR)\richutil.obj" \
- "$(INTDIR)\srmm.obj" \
- "$(INTDIR)\statusicon.obj" \
- "$(INTDIR)\resource.res"
-
-"..\..\bin\Release Unicode\plugins\srmm.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "srmm - Win32 Debug Unicode"
-
-OUTDIR=.\Debug_Unicode
-INTDIR=.\Debug_Unicode
-
-ALL : "..\..\bin\Debug Unicode\Plugins\srmm.dll"
-
-
-CLEAN :
- -@erase "$(INTDIR)\cmdlist.obj"
- -@erase "$(INTDIR)\globals.obj"
- -@erase "$(INTDIR)\msgdialog.obj"
- -@erase "$(INTDIR)\msglog.obj"
- -@erase "$(INTDIR)\msgoptions.obj"
- -@erase "$(INTDIR)\msgs.obj"
- -@erase "$(INTDIR)\msgtimedout.obj"
- -@erase "$(INTDIR)\resource.res"
- -@erase "$(INTDIR)\richutil.obj"
- -@erase "$(INTDIR)\srmm.obj"
- -@erase "$(INTDIR)\srmm.pch"
- -@erase "$(INTDIR)\statusicon.obj"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\srmm.exp"
- -@erase "$(OUTDIR)\srmm.pdb"
- -@erase "..\..\bin\Debug Unicode\Plugins\srmm.dll"
- -@erase "..\..\bin\Debug Unicode\Plugins\srmm.ilk"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP_PROJ=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "UNICODE" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /Fp"$(INTDIR)\srmm.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
-RSC_PROJ=/l 0x809 /fo"$(INTDIR)\resource.res" /i "../../include" /d "_DEBUG" /d "UNICODE"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\srmm.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=comctl32.lib kernel32.lib user32.lib gdi32.lib shell32.lib ole32.lib comdlg32.lib /nologo /dll /incremental:yes /pdb:"$(OUTDIR)\srmm.pdb" /debug /machine:I386 /out:"../../bin/Debug Unicode/Plugins/srmm.dll" /implib:"$(OUTDIR)\srmm.lib" /pdbtype:sept
-LINK32_OBJS= \
- "$(INTDIR)\cmdlist.obj" \
- "$(INTDIR)\globals.obj" \
- "$(INTDIR)\msgdialog.obj" \
- "$(INTDIR)\msglog.obj" \
- "$(INTDIR)\msgoptions.obj" \
- "$(INTDIR)\msgs.obj" \
- "$(INTDIR)\msgtimedout.obj" \
- "$(INTDIR)\richutil.obj" \
- "$(INTDIR)\srmm.obj" \
- "$(INTDIR)\statusicon.obj" \
- "$(INTDIR)\resource.res"
-
-"..\..\bin\Debug Unicode\Plugins\srmm.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-
-!IF "$(NO_EXTERNAL_DEPS)" != "1"
-!IF EXISTS("srmm.dep")
-!INCLUDE "srmm.dep"
-!ELSE
-!MESSAGE Warning: cannot find "srmm.dep"
-!ENDIF
-!ENDIF
-
-
-!IF "$(CFG)" == "srmm - Win32 Release" || "$(CFG)" == "srmm - Win32 Debug" || "$(CFG)" == "srmm - Win32 Release Unicode" || "$(CFG)" == "srmm - Win32 Debug Unicode"
-SOURCE=.\cmdlist.c
-
-"$(INTDIR)\cmdlist.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
-
-
-SOURCE=.\globals.c
-
-"$(INTDIR)\globals.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
-
-
-SOURCE=.\msgdialog.c
-
-"$(INTDIR)\msgdialog.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
-
-
-SOURCE=.\msglog.c
-
-"$(INTDIR)\msglog.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
-
-
-SOURCE=.\msgoptions.c
-
-"$(INTDIR)\msgoptions.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
-
-
-SOURCE=.\msgs.c
-
-"$(INTDIR)\msgs.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
-
-
-SOURCE=.\msgtimedout.c
-
-"$(INTDIR)\msgtimedout.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
-
-
-SOURCE=.\richutil.c
-
-"$(INTDIR)\richutil.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
-
-
-SOURCE=.\srmm.c
-
-!IF "$(CFG)" == "srmm - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SRMM_EXPORTS" /Fp"$(INTDIR)\srmm.pch" /Yc"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\srmm.obj" "$(INTDIR)\srmm.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "srmm - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SRMM_EXPORTS" /Fp"$(INTDIR)\srmm.pch" /Yc"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\srmm.obj" "$(INTDIR)\srmm.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "srmm - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "UNICODE" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /Fp"$(INTDIR)\srmm.pch" /Yc"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\srmm.obj" "$(INTDIR)\srmm.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "srmm - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "UNICODE" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /Fp"$(INTDIR)\srmm.pch" /Yc"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\srmm.obj" "$(INTDIR)\srmm.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\statusicon.c
-
-"$(INTDIR)\statusicon.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
-
-
-SOURCE=.\resource.rc
-
-"$(INTDIR)\resource.res" : $(SOURCE) "$(INTDIR)"
- $(RSC) $(RSC_PROJ) $(SOURCE)
-
-
-
-!ENDIF
-
diff --git a/plugins/srmm/srmm.vcproj b/plugins/srmm/srmm.vcproj deleted file mode 100644 index 3717eabb51..0000000000 --- a/plugins/srmm/srmm.vcproj +++ /dev/null @@ -1,657 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="srmm"
- RootNamespace="srmm"
- SccProjectName=""
- SccLocalPath="">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SRMM_EXPORTS"
- ExceptionHandling="FALSE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"
- BrowseInformationFile="$(IntDir)/"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="comctl32.lib"
- LinkIncremental="2"
- SuppressStartupBanner="TRUE"
- GenerateDebugInformation="TRUE"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/srmm.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- AdditionalIncludeDirectories="../../include"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="1"
- WholeProgramOptimization="FALSE">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- GlobalOptimizations="TRUE"
- FavorSizeOrSpeed="2"
- OmitFramePointers="FALSE"
- OptimizeForProcessor="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SRMM_EXPORTS;UNICODE"
- StringPooling="TRUE"
- RuntimeLibrary="2"
- BufferSecurityCheck="TRUE"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="3"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalDependencies="vc7to6.lib comctl32.lib"
- AdditionalLibraryDirectories="../../lib"
- IgnoreAllDefaultLibraries="TRUE"
- GenerateDebugInformation="TRUE"
- GenerateMapFile="TRUE"
- MapFileName="$(OutDir)/$(ProjectName).map"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Release_Unicode/srmm.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- AdditionalIncludeDirectories="../../include"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2"
- WholeProgramOptimization="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SRMM_EXPORTS"
- StringPooling="TRUE"
- ExceptionHandling="FALSE"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="TRUE"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"
- AssemblerOutput="3"
- BrowseInformationFile="$(IntDir)/"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="3"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalDependencies="vc7to6.lib comctl32.lib"
- LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="../../lib"
- IgnoreAllDefaultLibraries="TRUE"
- GenerateDebugInformation="TRUE"
- GenerateMapFile="TRUE"
- MapFileName="$(OutDir)/$(ProjectName).map"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/srmm.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- AdditionalIncludeDirectories="../../include"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SRMM_EXPORTS;UNICODE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- BufferSecurityCheck="TRUE"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="commonheaders.h"
- PrecompiledHeaderFile="$(IntDir)/$(ProjectName).pch"
- BrowseInformation="1"
- BrowseInformationFile="$(IntDir)/"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalDependencies="comctl32.lib"
- LinkIncremental="2"
- SuppressStartupBanner="TRUE"
- GenerateDebugInformation="TRUE"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug_Unicode/srmm.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- AdditionalIncludeDirectories="../../include"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
- <File
- RelativePath=".\cmdlist.c">
- </File>
- <File
- RelativePath=".\globals.c">
- </File>
- <File
- RelativePath="msgdialog.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;SRMM_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;SRMM_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;SRMM_EXPORTS;UNICODE;$(NoInherit)"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="msglog.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;SRMM_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;SRMM_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;SRMM_EXPORTS;UNICODE;$(NoInherit)"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="msgoptions.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;SRMM_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;SRMM_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;SRMM_EXPORTS;UNICODE;$(NoInherit)"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="msgs.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;SRMM_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;SRMM_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;SRMM_EXPORTS;UNICODE;$(NoInherit)"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="msgtimedout.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;SRMM_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;SRMM_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;SRMM_EXPORTS;UNICODE;$(NoInherit)"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\richutil.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="srmm.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;SRMM_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;SRMM_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;SRMM_EXPORTS;UNICODE;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="1"
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\statusicon.c">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl">
- <File
- RelativePath=".\cmdlist.h">
- </File>
- <File
- RelativePath="commonheaders.h">
- </File>
- <File
- RelativePath=".\globals.h">
- </File>
- <File
- RelativePath="msgs.h">
- </File>
- <File
- RelativePath="resource.h">
- </File>
- <File
- RelativePath=".\richutil.h">
- </File>
- <File
- RelativePath=".\statusicon.h">
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
- <File
- RelativePath=".\res\add.ico">
- </File>
- <File
- RelativePath=".\res\details.ico">
- </File>
- <File
- RelativePath=".\res\downarrow.ico">
- </File>
- <File
- RelativePath="..\..\src\res\dragcopy.cur">
- </File>
- <File
- RelativePath="..\..\src\res\dropuser.cur">
- </File>
- <File
- RelativePath=".\res\history.ico">
- </File>
- <File
- RelativePath="..\..\src\res\hyperlin.cur">
- </File>
- <File
- RelativePath=".\res\incoming.ico">
- </File>
- <File
- RelativePath=".\res\notice.ico">
- </File>
- <File
- RelativePath=".\res\outgoing.ico">
- </File>
- <File
- RelativePath="resource.rc">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions=""
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions=""
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions=""
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions=""
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\res\typing.ico">
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/plugins/srmm/srmm_8.vcproj b/plugins/srmm/srmm_8.vcproj deleted file mode 100644 index 785145c1c2..0000000000 --- a/plugins/srmm/srmm_8.vcproj +++ /dev/null @@ -1,622 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8,00"
- Name="srmm"
- ProjectGUID="{F47EAB99-C78F-4A92-87D5-B0E16FE5A133}"
- RootNamespace="srmm"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/srmm.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SRMM_EXPORTS"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- AdditionalIncludeDirectories="../../include"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="comctl32.lib"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release_Unicode/srmm.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SRMM_EXPORTS;UNICODE"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- AdditionalIncludeDirectories="../../include"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="comctl32.lib"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/srmm.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="2"
- FavorSizeOrSpeed="2"
- OmitFramePointers="true"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SRMM_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- AdditionalIncludeDirectories="../../include"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="comctl32.lib"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug_Unicode/srmm.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SRMM_EXPORTS;UNICODE"
- StringPooling="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="0"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile="$(IntDir)/$(ProjectName).pch"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- AdditionalIncludeDirectories="../../include"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="comctl32.lib"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath=".\cmdlist.c"
- >
- </File>
- <File
- RelativePath=".\globals.c"
- >
- </File>
- <File
- RelativePath="msgdialog.c"
- >
- </File>
- <File
- RelativePath="msglog.c"
- >
- </File>
- <File
- RelativePath="msgoptions.c"
- >
- </File>
- <File
- RelativePath="msgs.c"
- >
- </File>
- <File
- RelativePath="msgtimedout.c"
- >
- </File>
- <File
- RelativePath=".\richutil.c"
- >
- </File>
- <File
- RelativePath="srmm.c"
- >
- </File>
- <File
- RelativePath=".\statusicon.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath=".\cmdlist.h"
- >
- </File>
- <File
- RelativePath="commonheaders.h"
- >
- </File>
- <File
- RelativePath=".\globals.h"
- >
- </File>
- <File
- RelativePath="m_message.h"
- >
- </File>
- <File
- RelativePath="msgs.h"
- >
- </File>
- <File
- RelativePath="resource.h"
- >
- </File>
- <File
- RelativePath=".\richutil.h"
- >
- </File>
- <File
- RelativePath=".\statusicon.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
- >
- <File
- RelativePath="..\..\src\res\addcontact.ico"
- >
- </File>
- <File
- RelativePath="..\..\Miranda-IM\res\addcontact.ico"
- >
- </File>
- <File
- RelativePath="res\Clock32.ico"
- >
- </File>
- <File
- RelativePath="res\Clock8.ico"
- >
- </File>
- <File
- RelativePath="res\Details32.ico"
- >
- </File>
- <File
- RelativePath="res\Details8.ico"
- >
- </File>
- <File
- RelativePath="..\..\Miranda-IM\res\downarrow.ico"
- >
- </File>
- <File
- RelativePath="res\Downarrow32.ico"
- >
- </File>
- <File
- RelativePath="res\Downarrow8.ico"
- >
- </File>
- <File
- RelativePath="..\..\src\res\dragcopy.cur"
- >
- </File>
- <File
- RelativePath="..\..\Miranda-IM\res\dragcopy.cur"
- >
- </File>
- <File
- RelativePath="..\..\src\res\dropuser.cur"
- >
- </File>
- <File
- RelativePath="..\..\Miranda-IM\res\dropuser.cur"
- >
- </File>
- <File
- RelativePath="..\..\Miranda-IM\res\history.ico"
- >
- </File>
- <File
- RelativePath="res\History32.ico"
- >
- </File>
- <File
- RelativePath="res\History8.ico"
- >
- </File>
- <File
- RelativePath="..\..\src\res\hyperlin.cur"
- >
- </File>
- <File
- RelativePath="..\..\Miranda-IM\res\hyperlin.cur"
- >
- </File>
- <File
- RelativePath="..\..\Miranda-IM\res\multisend.ico"
- >
- </File>
- <File
- RelativePath="res\Multisend32.ico"
- >
- </File>
- <File
- RelativePath="res\Multisend8.ico"
- >
- </File>
- <File
- RelativePath="..\..\Miranda-IM\res\rename.ico"
- >
- </File>
- <File
- RelativePath="resource.rc"
- >
- </File>
- <File
- RelativePath="..\..\Miranda-IM\res\timestamp.ico"
- >
- </File>
- <File
- RelativePath="..\..\Miranda-IM\res\typing.ico"
- >
- </File>
- <File
- RelativePath="res\Typing32.ico"
- >
- </File>
- <File
- RelativePath="res\Typing8.ico"
- >
- </File>
- <File
- RelativePath="..\..\Miranda-IM\res\viewdetails.ico"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/plugins/srmm/srmm_9.vcproj b/plugins/srmm/srmm_9.vcproj deleted file mode 100644 index b11b8bf640..0000000000 --- a/plugins/srmm/srmm_9.vcproj +++ /dev/null @@ -1,945 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="srmm"
- ProjectGUID="{F47EAB99-C78F-4A92-87D5-B0E16FE5A133}"
- RootNamespace="srmm"
- TargetFrameworkVersion="131072"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/srmm.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SRMM_EXPORTS"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- UsePrecompiledHeader="0"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- AdditionalIncludeDirectories="../../include"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="comctl32.lib"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Debug/srmm.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SRMM_EXPORTS"
- StringPooling="false"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- UsePrecompiledHeader="0"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- AdditionalIncludeDirectories="../../include"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="comctl32.lib"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release_Unicode/srmm.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SRMM_EXPORTS;UNICODE"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="0"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- AdditionalIncludeDirectories="../../include"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="comctl32.lib"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Release_Unicode/srmm.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SRMM_EXPORTS;UNICODE"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="0"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- AdditionalIncludeDirectories="../../include"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="comctl32.lib"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/srmm.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SRMM_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="0"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- AdditionalIncludeDirectories="../../include"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="comctl32.lib"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="0"
- LinkTimeCodeGeneration="1"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Release/srmm.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SRMM_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="0"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- AdditionalIncludeDirectories="../../include"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="comctl32.lib"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="0"
- LinkTimeCodeGeneration="1"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug_Unicode/srmm.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SRMM_EXPORTS;UNICODE"
- StringPooling="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile="$(IntDir)/$(ProjectName).pch"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- AdditionalIncludeDirectories="../../include"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="comctl32.lib"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Debug_Unicode/srmm.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SRMM_EXPORTS;UNICODE"
- StringPooling="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile="$(IntDir)/$(ProjectName).pch"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- AdditionalIncludeDirectories="../../include"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="comctl32.lib"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath=".\cmdlist.c"
- >
- </File>
- <File
- RelativePath=".\globals.c"
- >
- </File>
- <File
- RelativePath="msgdialog.c"
- >
- </File>
- <File
- RelativePath="msglog.c"
- >
- </File>
- <File
- RelativePath="msgoptions.c"
- >
- </File>
- <File
- RelativePath="msgs.c"
- >
- </File>
- <File
- RelativePath="msgtimedout.c"
- >
- </File>
- <File
- RelativePath=".\richutil.c"
- >
- </File>
- <File
- RelativePath="srmm.c"
- >
- </File>
- <File
- RelativePath=".\statusicon.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath=".\cmdlist.h"
- >
- </File>
- <File
- RelativePath="commonheaders.h"
- >
- </File>
- <File
- RelativePath=".\globals.h"
- >
- </File>
- <File
- RelativePath="msgs.h"
- >
- </File>
- <File
- RelativePath="resource.h"
- >
- </File>
- <File
- RelativePath=".\richutil.h"
- >
- </File>
- <File
- RelativePath=".\statusicon.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
- >
- <File
- RelativePath=".\res\dragcopy.cur"
- >
- </File>
- <File
- RelativePath=".\res\dropuser.cur"
- >
- </File>
- <File
- RelativePath=".\res\hyperlin.cur"
- >
- </File>
- <File
- RelativePath=".\res\incoming.ico"
- >
- </File>
- <File
- RelativePath=".\res\notice.ico"
- >
- </File>
- <File
- RelativePath=".\res\outgoing.ico"
- >
- </File>
- <File
- RelativePath="resource.rc"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/plugins/tabsrmm/tabsrmm.dep b/plugins/tabsrmm/tabsrmm.dep deleted file mode 100644 index b7b9290a34..0000000000 --- a/plugins/tabsrmm/tabsrmm.dep +++ /dev/null @@ -1,3306 +0,0 @@ -# Microsoft Developer Studio Generated Dependency File, included by tabsrmm.mak
-
-.\chat\clist.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\chat\colorchooser.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\chat\log.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\chat\main.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\chat\manager.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\chat\message.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\chat\muchighlight.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\chat\options.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\chat\services.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\chat\tools.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\chat\window.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"tom.h"\
-
-
-.\src\buttonsbar.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\src\contactcache.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\src\container.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\src\containeroptions.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\src\controls.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\src\eventpopups.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\src\generic_msghandlers.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\src\globals.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\src\hotkeyhandler.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\src\ImageDataObject.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\ImageDataObject.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\src\infopanel.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\src\mim.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\tabmodplus\modplus.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\src\msgdialog.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\src\msgdlgutils.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\src\msglog.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\src\msgoptions.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_modernopt.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\tabmodplus\msgoptions_plus.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\src\msgs.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\src\selectcontainer.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\src\sendqueue.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\src\sidebar.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\src\srmm.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
-
-
-.\src\tabctrl.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\src\taskbar.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\src\templates.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\src\themeio.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\src\themes.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\src\translator.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\src\trayicon.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\src\TSButton.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\src\typingnotify.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\src\userprefs.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\src\utils.cpp : \
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\src\commonheaders.h"\
-
-
-.\tabsrmm_private.rc : \
- "..\..\include\statusmodes.h"\
- "..\..\src\res\cursor_drag_copy.CUR"\
- "..\..\src\res\cursor_drop_user.cur"\
- "..\..\src\res\cursor_hyperlink.cur"\
- ".\chat\chat.rc"\
- ".\res\overlay_disabled.ico"\
- ".\res\overlay_enabled.ico"\
- ".\res\res_TN\popup.ico"\
- ".\res\res_TN\popup_no.ico"\
- ".\res\SKIN\tabskin_aero.png"\
- ".\res\SKIN\tabskin_aero_button.png"\
- ".\res\SKIN\tabskin_aero_glow.png"\
- ".\resource.rc"\
-
diff --git a/plugins/tabsrmm/tabsrmm.dsp b/plugins/tabsrmm/tabsrmm.dsp deleted file mode 100644 index b7e26f154c..0000000000 --- a/plugins/tabsrmm/tabsrmm.dsp +++ /dev/null @@ -1,4127 +0,0 @@ -# Microsoft Developer Studio Project File - Name="tabSRMM" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-CFG=tabSRMM - Win32 Release Unicode
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "tabsrmm.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "tabsrmm.mak" CFG="tabSRMM - Win32 Release Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "tabSRMM - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "tabSRMM - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "tabSRMM - Win32 Release Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir ".\Release_Unicode"
-# PROP BASE Intermediate_Dir ".\Release_Unicode"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir ".\Release_Unicode"
-# PROP Intermediate_Dir ".\Release_Unicode"
-# PROP Ignore_Export_Lib 1
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /D "_MBCS" /Fp".\Release_Unicode/srmm.pch" /YX /GF /c
-# ADD CPP /nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /Fp".\Release_Unicode/srmm.pch" /Yu"commonheaders.h" /GF /c
-# SUBTRACT CPP /Fr
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "NDEBUG" /d "UNICODE"
-# ADD RSC /l 0x809 /fo".\tabsrmm_private.res" /d "NDEBUG" /d "UNICODE"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib /nologo /base:"0x6a540000" /subsystem:windows /dll /machine:IX86 /out:"..\..\Bin\Release\Plugins\tabsrmm_unicode.dll" /implib:".\Release_Unicode/srmm.lib" /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib msimg32.lib shlwapi.lib /nologo /base:"0x6a540000" /subsystem:windows /dll /map /debug /machine:IX86 /out:"..\..\Bin\Release Unicode\Plugins\tabsrmm.dll" /implib:".\Release_Unicode/srmm.lib" /opt:NOWIN98
-# SUBTRACT LINK32 /pdb:none /incremental:yes
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Debug Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir ".\Debug_Unicode"
-# PROP BASE Intermediate_Dir ".\Debug_Unicode"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir ".\Debug_Unicode"
-# PROP Intermediate_Dir ".\Debug_Unicode"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MDd /W3 /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /D "_MBCS" /FR /Fp".\Debug_Unicode/srmm.pch" /YX /GZ /c
-# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /GZ /c
-# SUBTRACT CPP /Fr /YX /Yc /Yu
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "_DEBUG"
-# ADD RSC /l 0x809 /d "_DEBUG" /d "UNICODE"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib /nologo /subsystem:windows /dll /incremental:no /pdb:".\Debug_Unicode\srmm.pdb" /debug /machine:IX86 /out:"..\..\Bin\Debug\Plugins\tabsrmm_unicode.dll" /implib:".\Debug_Unicode/srmm.lib" /pdbtype:sept
-# SUBTRACT BASE LINK32 /pdb:none
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib comctl32.lib msimg32.lib shlwapi.lib /nologo /base:"0x6a540000" /stack:0xfa00 /subsystem:windows /dll /incremental:no /map /debug /machine:IX86 /out:"..\..\Bin\Debug Unicode\Plugins\tabsrmm.dll" /implib:".\Debug_Unicode/srmm.lib" /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none
-
-!ENDIF
-
-# Begin Target
-
-# Name "tabSRMM - Win32 Release Unicode"
-# Name "tabSRMM - Win32 Debug Unicode"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Group "Chat"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\chat\chat.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\chat\chat_resource.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\chat\chatprototypes.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\chat\clist.cpp
-DEP_CPP_CLIST=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# ADD CPP /Yu"../src/commonheaders.h"
-# End Source File
-# Begin Source File
-
-SOURCE=.\chat\colorchooser.cpp
-DEP_CPP_COLOR=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# ADD CPP /Yu"../src/commonheaders.h"
-# End Source File
-# Begin Source File
-
-SOURCE=.\chat\log.cpp
-DEP_CPP_LOG_C=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# ADD CPP /Yu"../src/commonheaders.h"
-# End Source File
-# Begin Source File
-
-SOURCE=.\chat\main.cpp
-DEP_CPP_MAIN_=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# ADD CPP /Yu"../src/commonheaders.h"
-# End Source File
-# Begin Source File
-
-SOURCE=.\chat\manager.cpp
-DEP_CPP_MANAG=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# ADD CPP /Yu"../src/commonheaders.h"
-# End Source File
-# Begin Source File
-
-SOURCE=.\chat\message.cpp
-DEP_CPP_MESSA=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# ADD CPP /Yu"../src/commonheaders.h"
-# End Source File
-# Begin Source File
-
-SOURCE=.\chat\muchighlight.cpp
-DEP_CPP_MUCHI=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-
-!IF "$(CFG)" == "tabSRMM - Win32 Release Unicode"
-
-# ADD CPP /O2
-# SUBTRACT CPP /YX /Yc /Yu
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Debug Unicode"
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\chat\muchighlight.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\chat\options.cpp
-DEP_CPP_OPTIO=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# ADD CPP /Yu"../src/commonheaders.h"
-# End Source File
-# Begin Source File
-
-SOURCE=.\chat\services.cpp
-DEP_CPP_SERVI=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# ADD CPP /Yu"../src/commonheaders.h"
-# End Source File
-# Begin Source File
-
-SOURCE=.\chat\tools.cpp
-DEP_CPP_TOOLS=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# ADD CPP /Yu"../src/commonheaders.h"
-# End Source File
-# Begin Source File
-
-SOURCE=.\chat\window.cpp
-DEP_CPP_WINDO=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"tom.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# ADD CPP /Yu"../src/commonheaders.h"
-# End Source File
-# End Group
-# Begin Group "API"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\API\m_buttonbar.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\API\m_cln_skinedit.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\API\m_fingerprint.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\API\m_flash.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\API\m_folders.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\API\m_historyevents.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\API\m_ieview.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\API\m_mathmodule.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\API\m_metacontacts.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\API\m_msg_buttonsbar.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\API\m_nudge.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\API\m_popup2.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\API\m_smileyadd.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\API\m_spellchecker.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\API\m_timezones.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\API\m_updater.h
-# End Source File
-# End Group
-# Begin Source File
-
-SOURCE=.\src\buttonsbar.cpp
-DEP_CPP_BUTTO=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\contactcache.cpp
-DEP_CPP_CONTA=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\container.cpp
-DEP_CPP_CONTAI=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\containeroptions.cpp
-DEP_CPP_CONTAIN=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\controls.cpp
-DEP_CPP_CONTR=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\eventpopups.cpp
-DEP_CPP_EVENT=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\generic_msghandlers.cpp
-DEP_CPP_GENER=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\globals.cpp
-DEP_CPP_GLOBA=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\hotkeyhandler.cpp
-DEP_CPP_HOTKE=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\ImageDataObject.cpp
-DEP_CPP_IMAGE=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\ImageDataObject.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# SUBTRACT CPP /YX /Yc /Yu
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\infopanel.cpp
-DEP_CPP_INFOP=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\mim.cpp
-DEP_CPP_MIM_C=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\tabmodplus\modplus.cpp
-DEP_CPP_MODPL=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# ADD CPP /Yu"../src/commonheaders.h"
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\msgdialog.cpp
-DEP_CPP_MSGDI=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\msgdlgutils.cpp
-DEP_CPP_MSGDL=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\msglog.cpp
-DEP_CPP_MSGLO=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\msgoptions.cpp
-DEP_CPP_MSGOP=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_modernopt.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\tabmodplus\msgoptions_plus.cpp
-DEP_CPP_MSGOPT=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# ADD CPP /Yu"../src/commonheaders.h"
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\msgs.cpp
-DEP_CPP_MSGS_=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\selectcontainer.cpp
-DEP_CPP_SELEC=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\sendlater.cpp
-DEP_CPP_SENDL=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\sendqueue.cpp
-DEP_CPP_SENDQ=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\sidebar.cpp
-DEP_CPP_SIDEB=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\srmm.cpp
-DEP_CPP_SRMM_=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# ADD CPP /Yc"commonheaders.h"
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\tabctrl.cpp
-DEP_CPP_TABCT=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\taskbar.cpp
-DEP_CPP_TASKB=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\templates.cpp
-DEP_CPP_TEMPL=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\themeio.cpp
-DEP_CPP_THEME=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\themes.cpp
-DEP_CPP_THEMES=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\translator.cpp
-DEP_CPP_TRANS=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\trayicon.cpp
-DEP_CPP_TRAYI=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\TSButton.cpp
-DEP_CPP_TSBUT=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\typingnotify.cpp
-DEP_CPP_TYPIN=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\userprefs.cpp
-DEP_CPP_USERP=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\utils.cpp
-DEP_CPP_UTILS=\
- "..\..\include\m_acc.h"\
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\API\m_buttonbar.h"\
- ".\API\m_cln_skinedit.h"\
- ".\API\m_fingerprint.h"\
- ".\API\m_flash.h"\
- ".\API\m_folders.h"\
- ".\API\m_historyevents.h"\
- ".\API\m_ieview.h"\
- ".\API\m_mathmodule.h"\
- ".\API\m_metacontacts.h"\
- ".\API\m_msg_buttonsbar.h"\
- ".\API\m_nudge.h"\
- ".\API\m_popup2.h"\
- ".\API\m_smileyadd.h"\
- ".\API\m_spellchecker.h"\
- ".\API\m_timezones.h"\
- ".\API\m_updater.h"\
- ".\chat\chat.h"\
- ".\chat\chatprototypes.h"\
- ".\chat\muchighlight.h"\
- ".\include\contactcache.h"\
- ".\include\controls.h"\
- ".\include\functions.h"\
- ".\include\generic_msghandlers.h"\
- ".\include\globals.h"\
- ".\include\infopanel.h"\
- ".\include\mim.h"\
- ".\include\msgdlgutils.h"\
- ".\include\msgs.h"\
- ".\include\nen.h"\
- ".\include\sendlater.h"\
- ".\include\sendqueue.h"\
- ".\include\sidebar.h"\
- ".\include\taskbar.h"\
- ".\include\templates.h"\
- ".\include\themes.h"\
- ".\include\translator.h"\
- ".\include\typingnotify.h"\
- ".\include\utils.h"\
- ".\include\version.h"\
- ".\src\commonheaders.h"\
- {$(INCLUDE)}"uxtheme.h"\
-
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\src\commonheaders.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\include\contactcache.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\include\controls.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\include\functions.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\include\generic_msghandlers.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\include\globals.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\include\ImageDataObject.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\include\infopanel.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\include\mim.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\include\msgdlgutils.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\include\msgs.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\include\nen.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\include\resource.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\include\sendlater.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\include\sendqueue.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\include\sidebar.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\include\taskbar.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\include\templates.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\include\themes.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\include\translator.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\include\typingnotify.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\include\utils.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\include\version.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# Begin Source File
-
-SOURCE=.\tabsrmm_private.rc
-# End Source File
-# End Group
-# Begin Group "Misc Files"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\docs\changelog.txt
-# End Source File
-# Begin Source File
-
-SOURCE=langpacks\langpack_tabsrmm_german.txt
-# End Source File
-# Begin Source File
-
-SOURCE=.\Makefile.ansi
-# End Source File
-# Begin Source File
-
-SOURCE=MAKEFILE.W32
-# End Source File
-# Begin Source File
-
-SOURCE=.\docs\MetaContacts.TXT
-# End Source File
-# Begin Source File
-
-SOURCE=.\docs\Popups.txt
-# End Source File
-# Begin Source File
-
-SOURCE=.\docs\Readme.icons
-# End Source File
-# Begin Source File
-
-SOURCE=.\docs\readme.txt
-# End Source File
-# End Group
-# End Target
-# End Project
diff --git a/plugins/tabsrmm/tabsrmm.dsw b/plugins/tabsrmm/tabsrmm.dsw deleted file mode 100644 index 5a0cae088e..0000000000 --- a/plugins/tabsrmm/tabsrmm.dsw +++ /dev/null @@ -1,53 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00
-# WARNUNG: DIESE ARBEITSBEREICHSDATEI DARF NICHT BEARBEITET ODER GELЦSCHT WERDEN!
-
-###############################################################################
-
-Project: "ICONSXP"=.\icons\ICONSXP\ICONSXP.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "ICONS_NOVA"=.\ICONS\ICONS_NOVA\ICONS_NOVA.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "tabSRMM"=.\tabsrmm.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
-
diff --git a/plugins/tabsrmm/tabsrmm.mak b/plugins/tabsrmm/tabsrmm.mak deleted file mode 100644 index a37e195bff..0000000000 --- a/plugins/tabsrmm/tabsrmm.mak +++ /dev/null @@ -1,1575 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on tabsrmm.dsp
-!IF "$(CFG)" == ""
-CFG=tabSRMM - Win32 Debug
-!MESSAGE No configuration specified. Defaulting to tabSRMM - Win32 Debug.
-!ENDIF
-
-!IF "$(CFG)" != "tabSRMM - Win32 Debug" && "$(CFG)" != "tabSRMM - Win32 Release Unicode" && "$(CFG)" != "tabSRMM - Win32 Release" && "$(CFG)" != "tabSRMM - Win32 Debug Unicode"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "tabsrmm.mak" CFG="tabSRMM - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "tabSRMM - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "tabSRMM - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "tabSRMM - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "tabSRMM - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-!ERROR An invalid configuration is specified.
-!ENDIF
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE
-NULL=nul
-!ENDIF
-
-!IF "$(CFG)" == "tabSRMM - Win32 Debug"
-
-OUTDIR=.\Debug
-INTDIR=.\Debug
-
-ALL : "..\..\Bin\Debug\Plugins\tabsrmm.dll"
-
-
-CLEAN :
- -@erase "$(INTDIR)\buttonsbar.obj"
- -@erase "$(INTDIR)\clist.obj"
- -@erase "$(INTDIR)\colorchooser.obj"
- -@erase "$(INTDIR)\contactcache.obj"
- -@erase "$(INTDIR)\container.obj"
- -@erase "$(INTDIR)\containeroptions.obj"
- -@erase "$(INTDIR)\controls.obj"
- -@erase "$(INTDIR)\eventpopups.obj"
- -@erase "$(INTDIR)\generic_msghandlers.obj"
- -@erase "$(INTDIR)\globals.obj"
- -@erase "$(INTDIR)\hotkeyhandler.obj"
- -@erase "$(INTDIR)\ImageDataObject.obj"
- -@erase "$(INTDIR)\infopanel.obj"
- -@erase "$(INTDIR)\log.obj"
- -@erase "$(INTDIR)\main.obj"
- -@erase "$(INTDIR)\manager.obj"
- -@erase "$(INTDIR)\message.obj"
- -@erase "$(INTDIR)\mim.obj"
- -@erase "$(INTDIR)\modplus.obj"
- -@erase "$(INTDIR)\msgdialog.obj"
- -@erase "$(INTDIR)\msgdlgutils.obj"
- -@erase "$(INTDIR)\msglog.obj"
- -@erase "$(INTDIR)\msgoptions.obj"
- -@erase "$(INTDIR)\msgoptions_plus.obj"
- -@erase "$(INTDIR)\msgs.obj"
- -@erase "$(INTDIR)\muchighlight.obj"
- -@erase "$(INTDIR)\options.obj"
- -@erase "$(INTDIR)\selectcontainer.obj"
- -@erase "$(INTDIR)\sendlater.obj"
- -@erase "$(INTDIR)\sendqueue.obj"
- -@erase "$(INTDIR)\services.obj"
- -@erase "$(INTDIR)\sidebar.obj"
- -@erase "$(INTDIR)\srmm.obj"
- -@erase "$(INTDIR)\srmm.pch"
- -@erase "$(INTDIR)\tabctrl.obj"
- -@erase "$(INTDIR)\tabsrmm_private.res"
- -@erase "$(INTDIR)\taskbar.obj"
- -@erase "$(INTDIR)\templates.obj"
- -@erase "$(INTDIR)\themeio.obj"
- -@erase "$(INTDIR)\themes.obj"
- -@erase "$(INTDIR)\tools.obj"
- -@erase "$(INTDIR)\translator.obj"
- -@erase "$(INTDIR)\trayicon.obj"
- -@erase "$(INTDIR)\TSButton.obj"
- -@erase "$(INTDIR)\typingnotify.obj"
- -@erase "$(INTDIR)\userprefs.obj"
- -@erase "$(INTDIR)\utils.obj"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(INTDIR)\window.obj"
- -@erase "$(OUTDIR)\srmm.exp"
- -@erase "$(OUTDIR)\srmm.pdb"
- -@erase "..\..\Bin\Debug\Plugins\tabsrmm.dll"
- -@erase "..\..\Bin\Debug\Plugins\tabsrmm.ilk"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP=cl.exe
-CPP_PROJ=/nologo /MDd /W3 /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "_MBCS" /Fp"$(INTDIR)\srmm.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GZ /c
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-MTL=midl.exe
-MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
-RSC=rc.exe
-RSC_PROJ=/l 0x809 /fo"$(INTDIR)\tabsrmm_private.res" /d "_DEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\tabsrmm.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib msimg32.lib shlwapi.lib /nologo /subsystem:windows /dll /incremental:yes /pdb:"$(OUTDIR)\srmm.pdb" /debug /machine:IX86 /out:"..\..\Bin\Debug\Plugins\tabsrmm.dll" /implib:"$(OUTDIR)\srmm.lib" /pdbtype:sept
-LINK32_OBJS= \
- "$(INTDIR)\clist.obj" \
- "$(INTDIR)\colorchooser.obj" \
- "$(INTDIR)\log.obj" \
- "$(INTDIR)\main.obj" \
- "$(INTDIR)\manager.obj" \
- "$(INTDIR)\message.obj" \
- "$(INTDIR)\muchighlight.obj" \
- "$(INTDIR)\options.obj" \
- "$(INTDIR)\services.obj" \
- "$(INTDIR)\tools.obj" \
- "$(INTDIR)\window.obj" \
- "$(INTDIR)\buttonsbar.obj" \
- "$(INTDIR)\contactcache.obj" \
- "$(INTDIR)\container.obj" \
- "$(INTDIR)\containeroptions.obj" \
- "$(INTDIR)\controls.obj" \
- "$(INTDIR)\eventpopups.obj" \
- "$(INTDIR)\generic_msghandlers.obj" \
- "$(INTDIR)\globals.obj" \
- "$(INTDIR)\hotkeyhandler.obj" \
- "$(INTDIR)\ImageDataObject.obj" \
- "$(INTDIR)\infopanel.obj" \
- "$(INTDIR)\mim.obj" \
- "$(INTDIR)\modplus.obj" \
- "$(INTDIR)\msgdialog.obj" \
- "$(INTDIR)\msgdlgutils.obj" \
- "$(INTDIR)\msglog.obj" \
- "$(INTDIR)\msgoptions.obj" \
- "$(INTDIR)\msgoptions_plus.obj" \
- "$(INTDIR)\msgs.obj" \
- "$(INTDIR)\selectcontainer.obj" \
- "$(INTDIR)\sendlater.obj" \
- "$(INTDIR)\sendqueue.obj" \
- "$(INTDIR)\sidebar.obj" \
- "$(INTDIR)\srmm.obj" \
- "$(INTDIR)\tabctrl.obj" \
- "$(INTDIR)\taskbar.obj" \
- "$(INTDIR)\templates.obj" \
- "$(INTDIR)\themeio.obj" \
- "$(INTDIR)\themes.obj" \
- "$(INTDIR)\translator.obj" \
- "$(INTDIR)\trayicon.obj" \
- "$(INTDIR)\TSButton.obj" \
- "$(INTDIR)\typingnotify.obj" \
- "$(INTDIR)\userprefs.obj" \
- "$(INTDIR)\utils.obj" \
- "$(INTDIR)\tabsrmm_private.res"
-
-"..\..\Bin\Debug\Plugins\tabsrmm.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release Unicode"
-
-OUTDIR=.\Release_Unicode
-INTDIR=.\Release_Unicode
-
-ALL : "..\..\Bin\Release Unicode\Plugins\tabsrmm.dll"
-
-
-CLEAN :
- -@erase "$(INTDIR)\buttonsbar.obj"
- -@erase "$(INTDIR)\clist.obj"
- -@erase "$(INTDIR)\colorchooser.obj"
- -@erase "$(INTDIR)\contactcache.obj"
- -@erase "$(INTDIR)\container.obj"
- -@erase "$(INTDIR)\containeroptions.obj"
- -@erase "$(INTDIR)\controls.obj"
- -@erase "$(INTDIR)\eventpopups.obj"
- -@erase "$(INTDIR)\generic_msghandlers.obj"
- -@erase "$(INTDIR)\globals.obj"
- -@erase "$(INTDIR)\hotkeyhandler.obj"
- -@erase "$(INTDIR)\ImageDataObject.obj"
- -@erase "$(INTDIR)\infopanel.obj"
- -@erase "$(INTDIR)\log.obj"
- -@erase "$(INTDIR)\main.obj"
- -@erase "$(INTDIR)\manager.obj"
- -@erase "$(INTDIR)\message.obj"
- -@erase "$(INTDIR)\mim.obj"
- -@erase "$(INTDIR)\modplus.obj"
- -@erase "$(INTDIR)\msgdialog.obj"
- -@erase "$(INTDIR)\msgdlgutils.obj"
- -@erase "$(INTDIR)\msglog.obj"
- -@erase "$(INTDIR)\msgoptions.obj"
- -@erase "$(INTDIR)\msgoptions_plus.obj"
- -@erase "$(INTDIR)\msgs.obj"
- -@erase "$(INTDIR)\muchighlight.obj"
- -@erase "$(INTDIR)\options.obj"
- -@erase "$(INTDIR)\selectcontainer.obj"
- -@erase "$(INTDIR)\sendlater.obj"
- -@erase "$(INTDIR)\sendqueue.obj"
- -@erase "$(INTDIR)\services.obj"
- -@erase "$(INTDIR)\sidebar.obj"
- -@erase "$(INTDIR)\srmm.obj"
- -@erase "$(INTDIR)\srmm.pch"
- -@erase "$(INTDIR)\tabctrl.obj"
- -@erase "$(INTDIR)\taskbar.obj"
- -@erase "$(INTDIR)\templates.obj"
- -@erase "$(INTDIR)\themeio.obj"
- -@erase "$(INTDIR)\themes.obj"
- -@erase "$(INTDIR)\tools.obj"
- -@erase "$(INTDIR)\translator.obj"
- -@erase "$(INTDIR)\trayicon.obj"
- -@erase "$(INTDIR)\TSButton.obj"
- -@erase "$(INTDIR)\typingnotify.obj"
- -@erase "$(INTDIR)\userprefs.obj"
- -@erase "$(INTDIR)\utils.obj"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(INTDIR)\window.obj"
- -@erase "$(OUTDIR)\srmm.exp"
- -@erase "$(OUTDIR)\tabsrmm.map"
- -@erase "$(OUTDIR)\tabsrmm.pdb"
- -@erase "..\..\Bin\Release Unicode\Plugins\tabsrmm.dll"
- -@erase ".\tabsrmm_private.res"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP=cl.exe
-CPP_PROJ=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /Fp"$(INTDIR)\srmm.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GF /c
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-MTL=midl.exe
-MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
-RSC=rc.exe
-RSC_PROJ=/l 0x809 /fo".\tabsrmm_private.res" /d "NDEBUG" /d "UNICODE"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\tabsrmm.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib msimg32.lib shlwapi.lib /nologo /base:"0x6a540000" /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\tabsrmm.pdb" /map:"$(INTDIR)\tabsrmm.map" /debug /machine:IX86 /out:"..\..\Bin\Release Unicode\Plugins\tabsrmm.dll" /implib:"$(OUTDIR)\srmm.lib" /opt:NOWIN98
-LINK32_OBJS= \
- "$(INTDIR)\clist.obj" \
- "$(INTDIR)\colorchooser.obj" \
- "$(INTDIR)\log.obj" \
- "$(INTDIR)\main.obj" \
- "$(INTDIR)\manager.obj" \
- "$(INTDIR)\message.obj" \
- "$(INTDIR)\muchighlight.obj" \
- "$(INTDIR)\options.obj" \
- "$(INTDIR)\services.obj" \
- "$(INTDIR)\tools.obj" \
- "$(INTDIR)\window.obj" \
- "$(INTDIR)\buttonsbar.obj" \
- "$(INTDIR)\contactcache.obj" \
- "$(INTDIR)\container.obj" \
- "$(INTDIR)\containeroptions.obj" \
- "$(INTDIR)\controls.obj" \
- "$(INTDIR)\eventpopups.obj" \
- "$(INTDIR)\generic_msghandlers.obj" \
- "$(INTDIR)\globals.obj" \
- "$(INTDIR)\hotkeyhandler.obj" \
- "$(INTDIR)\ImageDataObject.obj" \
- "$(INTDIR)\infopanel.obj" \
- "$(INTDIR)\mim.obj" \
- "$(INTDIR)\modplus.obj" \
- "$(INTDIR)\msgdialog.obj" \
- "$(INTDIR)\msgdlgutils.obj" \
- "$(INTDIR)\msglog.obj" \
- "$(INTDIR)\msgoptions.obj" \
- "$(INTDIR)\msgoptions_plus.obj" \
- "$(INTDIR)\msgs.obj" \
- "$(INTDIR)\selectcontainer.obj" \
- "$(INTDIR)\sendlater.obj" \
- "$(INTDIR)\sendqueue.obj" \
- "$(INTDIR)\sidebar.obj" \
- "$(INTDIR)\srmm.obj" \
- "$(INTDIR)\tabctrl.obj" \
- "$(INTDIR)\taskbar.obj" \
- "$(INTDIR)\templates.obj" \
- "$(INTDIR)\themeio.obj" \
- "$(INTDIR)\themes.obj" \
- "$(INTDIR)\translator.obj" \
- "$(INTDIR)\trayicon.obj" \
- "$(INTDIR)\TSButton.obj" \
- "$(INTDIR)\typingnotify.obj" \
- "$(INTDIR)\userprefs.obj" \
- "$(INTDIR)\utils.obj" \
- ".\tabsrmm_private.res"
-
-"..\..\Bin\Release Unicode\Plugins\tabsrmm.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release"
-
-OUTDIR=.\Release
-INTDIR=.\Release
-
-ALL : "..\..\Bin\Release\Plugins\tabsrmm.dll"
-
-
-CLEAN :
- -@erase "$(INTDIR)\buttonsbar.obj"
- -@erase "$(INTDIR)\clist.obj"
- -@erase "$(INTDIR)\colorchooser.obj"
- -@erase "$(INTDIR)\contactcache.obj"
- -@erase "$(INTDIR)\container.obj"
- -@erase "$(INTDIR)\containeroptions.obj"
- -@erase "$(INTDIR)\controls.obj"
- -@erase "$(INTDIR)\eventpopups.obj"
- -@erase "$(INTDIR)\generic_msghandlers.obj"
- -@erase "$(INTDIR)\globals.obj"
- -@erase "$(INTDIR)\hotkeyhandler.obj"
- -@erase "$(INTDIR)\ImageDataObject.obj"
- -@erase "$(INTDIR)\infopanel.obj"
- -@erase "$(INTDIR)\log.obj"
- -@erase "$(INTDIR)\main.obj"
- -@erase "$(INTDIR)\manager.obj"
- -@erase "$(INTDIR)\message.obj"
- -@erase "$(INTDIR)\mim.obj"
- -@erase "$(INTDIR)\modplus.obj"
- -@erase "$(INTDIR)\msgdialog.obj"
- -@erase "$(INTDIR)\msgdlgutils.obj"
- -@erase "$(INTDIR)\msglog.obj"
- -@erase "$(INTDIR)\msgoptions.obj"
- -@erase "$(INTDIR)\msgoptions_plus.obj"
- -@erase "$(INTDIR)\msgs.obj"
- -@erase "$(INTDIR)\muchighlight.obj"
- -@erase "$(INTDIR)\options.obj"
- -@erase "$(INTDIR)\selectcontainer.obj"
- -@erase "$(INTDIR)\sendlater.obj"
- -@erase "$(INTDIR)\sendqueue.obj"
- -@erase "$(INTDIR)\services.obj"
- -@erase "$(INTDIR)\sidebar.obj"
- -@erase "$(INTDIR)\srmm.obj"
- -@erase "$(INTDIR)\srmm.pch"
- -@erase "$(INTDIR)\tabctrl.obj"
- -@erase "$(INTDIR)\tabsrmm_private.res"
- -@erase "$(INTDIR)\taskbar.obj"
- -@erase "$(INTDIR)\templates.obj"
- -@erase "$(INTDIR)\themeio.obj"
- -@erase "$(INTDIR)\themes.obj"
- -@erase "$(INTDIR)\tools.obj"
- -@erase "$(INTDIR)\translator.obj"
- -@erase "$(INTDIR)\trayicon.obj"
- -@erase "$(INTDIR)\TSButton.obj"
- -@erase "$(INTDIR)\typingnotify.obj"
- -@erase "$(INTDIR)\userprefs.obj"
- -@erase "$(INTDIR)\utils.obj"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(INTDIR)\window.obj"
- -@erase "$(OUTDIR)\srmm.exp"
- -@erase "$(OUTDIR)\tabsrmm.map"
- -@erase "..\..\Bin\Release\Plugins\tabsrmm.dll"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP=cl.exe
-CPP_PROJ=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "_MBCS" /Fp"$(INTDIR)\srmm.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GF /c
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-MTL=midl.exe
-MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
-RSC=rc.exe
-RSC_PROJ=/l 0x809 /fo"$(INTDIR)\tabsrmm_private.res" /d "NDEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\tabsrmm.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib msimg32.lib shlwapi.lib /nologo /base:"0x6a540000" /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\tabsrmm.pdb" /map:"$(INTDIR)\tabsrmm.map" /machine:IX86 /out:"..\..\Bin\Release\Plugins\tabsrmm.dll" /implib:"$(OUTDIR)\srmm.lib" /opt:NOWIN98
-LINK32_OBJS= \
- "$(INTDIR)\clist.obj" \
- "$(INTDIR)\colorchooser.obj" \
- "$(INTDIR)\log.obj" \
- "$(INTDIR)\main.obj" \
- "$(INTDIR)\manager.obj" \
- "$(INTDIR)\message.obj" \
- "$(INTDIR)\muchighlight.obj" \
- "$(INTDIR)\options.obj" \
- "$(INTDIR)\services.obj" \
- "$(INTDIR)\tools.obj" \
- "$(INTDIR)\window.obj" \
- "$(INTDIR)\buttonsbar.obj" \
- "$(INTDIR)\contactcache.obj" \
- "$(INTDIR)\container.obj" \
- "$(INTDIR)\containeroptions.obj" \
- "$(INTDIR)\controls.obj" \
- "$(INTDIR)\eventpopups.obj" \
- "$(INTDIR)\generic_msghandlers.obj" \
- "$(INTDIR)\globals.obj" \
- "$(INTDIR)\hotkeyhandler.obj" \
- "$(INTDIR)\ImageDataObject.obj" \
- "$(INTDIR)\infopanel.obj" \
- "$(INTDIR)\mim.obj" \
- "$(INTDIR)\modplus.obj" \
- "$(INTDIR)\msgdialog.obj" \
- "$(INTDIR)\msgdlgutils.obj" \
- "$(INTDIR)\msglog.obj" \
- "$(INTDIR)\msgoptions.obj" \
- "$(INTDIR)\msgoptions_plus.obj" \
- "$(INTDIR)\msgs.obj" \
- "$(INTDIR)\selectcontainer.obj" \
- "$(INTDIR)\sendlater.obj" \
- "$(INTDIR)\sendqueue.obj" \
- "$(INTDIR)\sidebar.obj" \
- "$(INTDIR)\srmm.obj" \
- "$(INTDIR)\tabctrl.obj" \
- "$(INTDIR)\taskbar.obj" \
- "$(INTDIR)\templates.obj" \
- "$(INTDIR)\themeio.obj" \
- "$(INTDIR)\themes.obj" \
- "$(INTDIR)\translator.obj" \
- "$(INTDIR)\trayicon.obj" \
- "$(INTDIR)\TSButton.obj" \
- "$(INTDIR)\typingnotify.obj" \
- "$(INTDIR)\userprefs.obj" \
- "$(INTDIR)\utils.obj" \
- "$(INTDIR)\tabsrmm_private.res"
-
-"..\..\Bin\Release\Plugins\tabsrmm.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Debug Unicode"
-
-OUTDIR=.\Debug_Unicode
-INTDIR=.\Debug_Unicode
-
-ALL : "..\..\Bin\Debug Unicode\Plugins\tabsrmm.dll"
-
-
-CLEAN :
- -@erase "$(INTDIR)\buttonsbar.obj"
- -@erase "$(INTDIR)\clist.obj"
- -@erase "$(INTDIR)\colorchooser.obj"
- -@erase "$(INTDIR)\contactcache.obj"
- -@erase "$(INTDIR)\container.obj"
- -@erase "$(INTDIR)\containeroptions.obj"
- -@erase "$(INTDIR)\controls.obj"
- -@erase "$(INTDIR)\eventpopups.obj"
- -@erase "$(INTDIR)\generic_msghandlers.obj"
- -@erase "$(INTDIR)\globals.obj"
- -@erase "$(INTDIR)\hotkeyhandler.obj"
- -@erase "$(INTDIR)\ImageDataObject.obj"
- -@erase "$(INTDIR)\infopanel.obj"
- -@erase "$(INTDIR)\log.obj"
- -@erase "$(INTDIR)\main.obj"
- -@erase "$(INTDIR)\manager.obj"
- -@erase "$(INTDIR)\message.obj"
- -@erase "$(INTDIR)\mim.obj"
- -@erase "$(INTDIR)\modplus.obj"
- -@erase "$(INTDIR)\msgdialog.obj"
- -@erase "$(INTDIR)\msgdlgutils.obj"
- -@erase "$(INTDIR)\msglog.obj"
- -@erase "$(INTDIR)\msgoptions.obj"
- -@erase "$(INTDIR)\msgoptions_plus.obj"
- -@erase "$(INTDIR)\msgs.obj"
- -@erase "$(INTDIR)\muchighlight.obj"
- -@erase "$(INTDIR)\options.obj"
- -@erase "$(INTDIR)\selectcontainer.obj"
- -@erase "$(INTDIR)\sendlater.obj"
- -@erase "$(INTDIR)\sendqueue.obj"
- -@erase "$(INTDIR)\services.obj"
- -@erase "$(INTDIR)\sidebar.obj"
- -@erase "$(INTDIR)\srmm.obj"
- -@erase "$(INTDIR)\tabctrl.obj"
- -@erase "$(INTDIR)\tabsrmm.pch"
- -@erase "$(INTDIR)\tabsrmm_private.res"
- -@erase "$(INTDIR)\taskbar.obj"
- -@erase "$(INTDIR)\templates.obj"
- -@erase "$(INTDIR)\themeio.obj"
- -@erase "$(INTDIR)\themes.obj"
- -@erase "$(INTDIR)\tools.obj"
- -@erase "$(INTDIR)\translator.obj"
- -@erase "$(INTDIR)\trayicon.obj"
- -@erase "$(INTDIR)\TSButton.obj"
- -@erase "$(INTDIR)\typingnotify.obj"
- -@erase "$(INTDIR)\userprefs.obj"
- -@erase "$(INTDIR)\utils.obj"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(INTDIR)\window.obj"
- -@erase "$(OUTDIR)\srmm.exp"
- -@erase "$(OUTDIR)\srmm.lib"
- -@erase "$(OUTDIR)\tabsrmm.map"
- -@erase "$(OUTDIR)\tabsrmm.pdb"
- -@erase "..\..\Bin\Debug Unicode\Plugins\tabsrmm.dll"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP=cl.exe
-CPP_PROJ=/nologo /MDd /W3 /GX /Zi /Od /I "../" /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GZ /c
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-MTL=midl.exe
-MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
-RSC=rc.exe
-RSC_PROJ=/l 0x809 /fo"$(INTDIR)\tabsrmm_private.res" /d "_DEBUG" /d "UNICODE"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\tabsrmm.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib comctl32.lib msimg32.lib shlwapi.lib /nologo /base:"0x6a540000" /stack:0xfa00 /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\tabsrmm.pdb" /map:"$(INTDIR)\tabsrmm.map" /debug /machine:IX86 /out:"..\..\Bin\Debug Unicode\Plugins\tabsrmm.dll" /implib:"$(OUTDIR)\srmm.lib" /pdbtype:sept
-LINK32_OBJS= \
- "$(INTDIR)\clist.obj" \
- "$(INTDIR)\colorchooser.obj" \
- "$(INTDIR)\log.obj" \
- "$(INTDIR)\main.obj" \
- "$(INTDIR)\manager.obj" \
- "$(INTDIR)\message.obj" \
- "$(INTDIR)\muchighlight.obj" \
- "$(INTDIR)\options.obj" \
- "$(INTDIR)\services.obj" \
- "$(INTDIR)\tools.obj" \
- "$(INTDIR)\window.obj" \
- "$(INTDIR)\buttonsbar.obj" \
- "$(INTDIR)\contactcache.obj" \
- "$(INTDIR)\container.obj" \
- "$(INTDIR)\containeroptions.obj" \
- "$(INTDIR)\controls.obj" \
- "$(INTDIR)\eventpopups.obj" \
- "$(INTDIR)\generic_msghandlers.obj" \
- "$(INTDIR)\globals.obj" \
- "$(INTDIR)\hotkeyhandler.obj" \
- "$(INTDIR)\ImageDataObject.obj" \
- "$(INTDIR)\infopanel.obj" \
- "$(INTDIR)\mim.obj" \
- "$(INTDIR)\modplus.obj" \
- "$(INTDIR)\msgdialog.obj" \
- "$(INTDIR)\msgdlgutils.obj" \
- "$(INTDIR)\msglog.obj" \
- "$(INTDIR)\msgoptions.obj" \
- "$(INTDIR)\msgoptions_plus.obj" \
- "$(INTDIR)\msgs.obj" \
- "$(INTDIR)\selectcontainer.obj" \
- "$(INTDIR)\sendlater.obj" \
- "$(INTDIR)\sendqueue.obj" \
- "$(INTDIR)\sidebar.obj" \
- "$(INTDIR)\srmm.obj" \
- "$(INTDIR)\tabctrl.obj" \
- "$(INTDIR)\taskbar.obj" \
- "$(INTDIR)\templates.obj" \
- "$(INTDIR)\themeio.obj" \
- "$(INTDIR)\themes.obj" \
- "$(INTDIR)\translator.obj" \
- "$(INTDIR)\trayicon.obj" \
- "$(INTDIR)\TSButton.obj" \
- "$(INTDIR)\typingnotify.obj" \
- "$(INTDIR)\userprefs.obj" \
- "$(INTDIR)\utils.obj" \
- "$(INTDIR)\tabsrmm_private.res"
-
-"..\..\Bin\Debug Unicode\Plugins\tabsrmm.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF
-
-
-!IF "$(NO_EXTERNAL_DEPS)" != "1"
-!IF EXISTS("tabsrmm.dep")
-!INCLUDE "tabsrmm.dep"
-!ELSE
-!MESSAGE Warning: cannot find "tabsrmm.dep"
-!ENDIF
-!ENDIF
-
-
-!IF "$(CFG)" == "tabSRMM - Win32 Debug" || "$(CFG)" == "tabSRMM - Win32 Release Unicode" || "$(CFG)" == "tabSRMM - Win32 Release" || "$(CFG)" == "tabSRMM - Win32 Debug Unicode"
-SOURCE=.\chat\clist.cpp
-
-!IF "$(CFG)" == "tabSRMM - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "_MBCS" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GZ /c
-
-"$(INTDIR)\clist.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GF /c
-
-"$(INTDIR)\clist.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "_MBCS" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GF /c
-
-"$(INTDIR)\clist.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /GX /Zi /Od /I "../" /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /Fp"$(INTDIR)\tabsrmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GZ /c
-
-"$(INTDIR)\clist.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\tabsrmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\chat\colorchooser.cpp
-
-!IF "$(CFG)" == "tabSRMM - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "_MBCS" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GZ /c
-
-"$(INTDIR)\colorchooser.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GF /c
-
-"$(INTDIR)\colorchooser.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "_MBCS" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GF /c
-
-"$(INTDIR)\colorchooser.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /GX /Zi /Od /I "../" /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /Fp"$(INTDIR)\tabsrmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GZ /c
-
-"$(INTDIR)\colorchooser.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\tabsrmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\chat\log.cpp
-
-!IF "$(CFG)" == "tabSRMM - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "_MBCS" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GZ /c
-
-"$(INTDIR)\log.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GF /c
-
-"$(INTDIR)\log.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "_MBCS" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GF /c
-
-"$(INTDIR)\log.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /GX /Zi /Od /I "../" /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /Fp"$(INTDIR)\tabsrmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GZ /c
-
-"$(INTDIR)\log.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\tabsrmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\chat\main.cpp
-
-!IF "$(CFG)" == "tabSRMM - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "_MBCS" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GZ /c
-
-"$(INTDIR)\main.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GF /c
-
-"$(INTDIR)\main.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "_MBCS" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GF /c
-
-"$(INTDIR)\main.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /GX /Zi /Od /I "../" /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /Fp"$(INTDIR)\tabsrmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GZ /c
-
-"$(INTDIR)\main.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\tabsrmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\chat\manager.cpp
-
-!IF "$(CFG)" == "tabSRMM - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "_MBCS" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GZ /c
-
-"$(INTDIR)\manager.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GF /c
-
-"$(INTDIR)\manager.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "_MBCS" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GF /c
-
-"$(INTDIR)\manager.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /GX /Zi /Od /I "../" /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /Fp"$(INTDIR)\tabsrmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GZ /c
-
-"$(INTDIR)\manager.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\tabsrmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\chat\message.cpp
-
-!IF "$(CFG)" == "tabSRMM - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "_MBCS" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GZ /c
-
-"$(INTDIR)\message.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GF /c
-
-"$(INTDIR)\message.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "_MBCS" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GF /c
-
-"$(INTDIR)\message.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /GX /Zi /Od /I "../" /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /Fp"$(INTDIR)\tabsrmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GZ /c
-
-"$(INTDIR)\message.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\tabsrmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\chat\muchighlight.cpp
-
-!IF "$(CFG)" == "tabSRMM - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "_MBCS" /Fp"$(INTDIR)\srmm.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GZ /c
-
-"$(INTDIR)\muchighlight.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O2 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GF /c
-
-"$(INTDIR)\muchighlight.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O2 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GF /c
-
-"$(INTDIR)\muchighlight.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /GX /Zi /Od /I "../" /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GZ /c
-
-"$(INTDIR)\muchighlight.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\chat\options.cpp
-
-!IF "$(CFG)" == "tabSRMM - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "_MBCS" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GZ /c
-
-"$(INTDIR)\options.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GF /c
-
-"$(INTDIR)\options.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "_MBCS" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GF /c
-
-"$(INTDIR)\options.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /GX /Zi /Od /I "../" /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /Fp"$(INTDIR)\tabsrmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GZ /c
-
-"$(INTDIR)\options.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\tabsrmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\chat\services.cpp
-
-!IF "$(CFG)" == "tabSRMM - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "_MBCS" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GZ /c
-
-"$(INTDIR)\services.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GF /c
-
-"$(INTDIR)\services.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "_MBCS" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GF /c
-
-"$(INTDIR)\services.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /GX /Zi /Od /I "../" /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /Fp"$(INTDIR)\tabsrmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GZ /c
-
-"$(INTDIR)\services.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\tabsrmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\chat\tools.cpp
-
-!IF "$(CFG)" == "tabSRMM - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "_MBCS" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GZ /c
-
-"$(INTDIR)\tools.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GF /c
-
-"$(INTDIR)\tools.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "_MBCS" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GF /c
-
-"$(INTDIR)\tools.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /GX /Zi /Od /I "../" /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /Fp"$(INTDIR)\tabsrmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GZ /c
-
-"$(INTDIR)\tools.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\tabsrmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\chat\window.cpp
-
-!IF "$(CFG)" == "tabSRMM - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "_MBCS" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GZ /c
-
-"$(INTDIR)\window.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GF /c
-
-"$(INTDIR)\window.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "_MBCS" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GF /c
-
-"$(INTDIR)\window.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /GX /Zi /Od /I "../" /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /Fp"$(INTDIR)\tabsrmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GZ /c
-
-"$(INTDIR)\window.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\tabsrmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\src\buttonsbar.cpp
-
-"$(INTDIR)\buttonsbar.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\src\contactcache.cpp
-
-"$(INTDIR)\contactcache.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\src\container.cpp
-
-"$(INTDIR)\container.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\src\containeroptions.cpp
-
-"$(INTDIR)\containeroptions.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\src\controls.cpp
-
-"$(INTDIR)\controls.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\src\eventpopups.cpp
-
-"$(INTDIR)\eventpopups.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\src\generic_msghandlers.cpp
-
-"$(INTDIR)\generic_msghandlers.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\src\globals.cpp
-
-"$(INTDIR)\globals.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\src\hotkeyhandler.cpp
-
-"$(INTDIR)\hotkeyhandler.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\src\ImageDataObject.cpp
-
-!IF "$(CFG)" == "tabSRMM - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GZ /c
-
-"$(INTDIR)\ImageDataObject.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GF /c
-
-"$(INTDIR)\ImageDataObject.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GF /c
-
-"$(INTDIR)\ImageDataObject.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /GX /Zi /Od /I "../" /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GZ /c
-
-"$(INTDIR)\ImageDataObject.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\src\infopanel.cpp
-
-"$(INTDIR)\infopanel.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\src\mim.cpp
-
-"$(INTDIR)\mim.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\tabmodplus\modplus.cpp
-
-!IF "$(CFG)" == "tabSRMM - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "_MBCS" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GZ /c
-
-"$(INTDIR)\modplus.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GF /c
-
-"$(INTDIR)\modplus.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "_MBCS" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GF /c
-
-"$(INTDIR)\modplus.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /GX /Zi /Od /I "../" /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /Fp"$(INTDIR)\tabsrmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GZ /c
-
-"$(INTDIR)\modplus.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\tabsrmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\src\msgdialog.cpp
-
-"$(INTDIR)\msgdialog.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\src\msgdlgutils.cpp
-
-"$(INTDIR)\msgdlgutils.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\src\msglog.cpp
-
-"$(INTDIR)\msglog.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\src\msgoptions.cpp
-
-"$(INTDIR)\msgoptions.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\tabmodplus\msgoptions_plus.cpp
-
-!IF "$(CFG)" == "tabSRMM - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "_MBCS" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GZ /c
-
-"$(INTDIR)\msgoptions_plus.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GF /c
-
-"$(INTDIR)\msgoptions_plus.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "_MBCS" /Fp"$(INTDIR)\srmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GF /c
-
-"$(INTDIR)\msgoptions_plus.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /GX /Zi /Od /I "../" /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /Fp"$(INTDIR)\tabsrmm.pch" /Yu"../src/commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GZ /c
-
-"$(INTDIR)\msgoptions_plus.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\tabsrmm.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\src\msgs.cpp
-
-"$(INTDIR)\msgs.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\src\selectcontainer.cpp
-
-"$(INTDIR)\selectcontainer.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\src\sendlater.cpp
-
-"$(INTDIR)\sendlater.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\src\sendqueue.cpp
-
-"$(INTDIR)\sendqueue.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\src\sidebar.cpp
-
-"$(INTDIR)\sidebar.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\src\srmm.cpp
-
-!IF "$(CFG)" == "tabSRMM - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "_MBCS" /Fp"$(INTDIR)\srmm.pch" /Yc"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GZ /c
-
-"$(INTDIR)\srmm.obj" "$(INTDIR)\srmm.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /Fp"$(INTDIR)\srmm.pch" /Yc"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GF /c
-
-"$(INTDIR)\srmm.obj" "$(INTDIR)\srmm.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "_MBCS" /Fp"$(INTDIR)\srmm.pch" /Yc"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GF /c
-
-"$(INTDIR)\srmm.obj" "$(INTDIR)\srmm.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /GX /Zi /Od /I "../" /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "SRMM_EXPORTS" /D "UNICODE" /Fp"$(INTDIR)\tabsrmm.pch" /Yc"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /GZ /c
-
-"$(INTDIR)\srmm.obj" "$(INTDIR)\tabsrmm.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\src\tabctrl.cpp
-
-"$(INTDIR)\tabctrl.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\src\taskbar.cpp
-
-"$(INTDIR)\taskbar.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\src\templates.cpp
-
-"$(INTDIR)\templates.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\src\themeio.cpp
-
-"$(INTDIR)\themeio.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\src\themes.cpp
-
-"$(INTDIR)\themes.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\src\translator.cpp
-
-"$(INTDIR)\translator.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\src\trayicon.cpp
-
-"$(INTDIR)\trayicon.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\src\TSButton.cpp
-
-"$(INTDIR)\TSButton.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\src\typingnotify.cpp
-
-"$(INTDIR)\typingnotify.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\src\userprefs.cpp
-
-"$(INTDIR)\userprefs.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\src\utils.cpp
-
-"$(INTDIR)\utils.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\srmm.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\tabsrmm_private.rc
-
-!IF "$(CFG)" == "tabSRMM - Win32 Debug"
-
-
-"$(INTDIR)\tabsrmm_private.res" : $(SOURCE) "$(INTDIR)"
- $(RSC) $(RSC_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release Unicode"
-
-
-".\tabsrmm_private.res" : $(SOURCE) "$(INTDIR)"
- $(RSC) $(RSC_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Release"
-
-
-"$(INTDIR)\tabsrmm_private.res" : $(SOURCE) "$(INTDIR)"
- $(RSC) $(RSC_PROJ) $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "tabSRMM - Win32 Debug Unicode"
-
-
-"$(INTDIR)\tabsrmm_private.res" : $(SOURCE) "$(INTDIR)"
- $(RSC) $(RSC_PROJ) $(SOURCE)
-
-
-!ENDIF
-
-
-!ENDIF
-
diff --git a/plugins/tabsrmm/tabsrmm_9.vcproj b/plugins/tabsrmm/tabsrmm_9.vcproj deleted file mode 100644 index 39a5c077c1..0000000000 --- a/plugins/tabsrmm/tabsrmm_9.vcproj +++ /dev/null @@ -1,1899 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="tabsrmm"
- ProjectGUID="{99D26CA1-BFD4-4E77-9A1E-919E54CF33F7}"
- RootNamespace="srmm"
- TargetFrameworkVersion="131072"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release Unicode/srmm.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- OmitFramePointers="false"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include; ../include"
- PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
- StringPooling="true"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="1"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- AssemblerListingLocation=""
- BrowseInformation="0"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG;UNICODE"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="comctl32.lib shlwapi.lib"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'"
- IgnoreAllDefaultLibraries="false"
- DelayLoadDLLs=""
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x6a540000"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Release Unicode/srmm.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- OmitFramePointers="true"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include; ../include"
- PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_WIN64;_AMD64"
- StringPooling="true"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- EnableEnhancedInstructionSet="0"
- FloatingPointModel="1"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- AssemblerListingLocation=""
- BrowseInformation="0"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_WIN64;_AMD64"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="comctl32.lib shlwapi.lib"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- IgnoreAllDefaultLibraries="false"
- DelayLoadDLLs=""
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="true"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress=""
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- UseOfATL="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug Unicode/srmm.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include; ../include"
- PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
- StringPooling="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="0"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="commonheaders.h"
- AssemblerListingLocation=""
- BrowseInformation="0"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="comctl32.lib shlwapi.lib"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- DelayLoadDLLs=""
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- UseOfATL="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Debug Unicode/srmm.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include; ../include"
- PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_WIN64;_AMD64"
- StringPooling="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- EnableEnhancedInstructionSet="0"
- FloatingPointModel="0"
- UsePrecompiledHeader="0"
- PrecompiledHeaderThrough="commonheaders.h"
- AssemblerListingLocation=""
- BrowseInformation="0"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_WIN64;_AMD64"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="comctl32.lib shlwapi.lib"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- DelayLoadDLLs=""
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath=".\src\buttonsbar.cpp"
- >
- </File>
- <File
- RelativePath=".\src\contactcache.cpp"
- >
- </File>
- <File
- RelativePath=".\src\container.cpp"
- >
- </File>
- <File
- RelativePath=".\src\containeroptions.cpp"
- >
- </File>
- <File
- RelativePath=".\src\controls.cpp"
- >
- </File>
- <File
- RelativePath=".\src\eventpopups.cpp"
- >
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- ExceptionHandling="1"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\src\generic_msghandlers.cpp"
- >
- </File>
- <File
- RelativePath=".\src\globals.cpp"
- >
- </File>
- <File
- RelativePath=".\src\hotkeyhandler.cpp"
- >
- </File>
- <File
- RelativePath=".\src\ImageDataObject.cpp"
- >
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\src\infopanel.cpp"
- >
- </File>
- <File
- RelativePath=".\src\mim.cpp"
- >
- </File>
- <File
- RelativePath=".\tabmodplus\modplus.cpp"
- >
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\src\msgdialog.cpp"
- >
- </File>
- <File
- RelativePath=".\src\msgdlgutils.cpp"
- >
- </File>
- <File
- RelativePath=".\src\msglog.cpp"
- >
- </File>
- <File
- RelativePath=".\src\msgoptions.cpp"
- >
- </File>
- <File
- RelativePath=".\tabmodplus\msgoptions_plus.cpp"
- >
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\src\msgs.cpp"
- >
- </File>
- <File
- RelativePath=".\src\selectcontainer.cpp"
- >
- </File>
- <File
- RelativePath=".\src\sendlater.cpp"
- >
- </File>
- <File
- RelativePath=".\src\sendqueue.cpp"
- >
- </File>
- <File
- RelativePath=".\src\sidebar.cpp"
- >
- </File>
- <File
- RelativePath=".\src\srmm.cpp"
- >
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\src\tabctrl.cpp"
- >
- </File>
- <File
- RelativePath=".\src\taskbar.cpp"
- >
- </File>
- <File
- RelativePath=".\src\templates.cpp"
- >
- </File>
- <File
- RelativePath=".\src\themeio.cpp"
- >
- </File>
- <File
- RelativePath=".\src\themes.cpp"
- >
- </File>
- <File
- RelativePath=".\src\translator.cpp"
- >
- </File>
- <File
- RelativePath=".\src\trayicon.cpp"
- >
- </File>
- <File
- RelativePath=".\src\TSButton.cpp"
- >
- </File>
- <File
- RelativePath=".\src\typingnotify.cpp"
- >
- </File>
- <File
- RelativePath=".\src\userprefs.cpp"
- >
- </File>
- <File
- RelativePath=".\src\utils.cpp"
- >
- </File>
- <Filter
- Name="Chat"
- >
- <File
- RelativePath=".\chat\chat.h"
- >
- </File>
- <File
- RelativePath=".\chat\chat.rc"
- >
- </File>
- <File
- RelativePath=".\chat\chat_resource.h"
- >
- </File>
- <File
- RelativePath=".\chat\chatprototypes.h"
- >
- </File>
- <File
- RelativePath=".\chat\clist.cpp"
- >
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\chat\colorchooser.cpp"
- >
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\chat\log.cpp"
- >
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\chat\main.cpp"
- >
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\chat\manager.cpp"
- >
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\chat\message.cpp"
- >
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\chat\muchighlight.cpp"
- >
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- FavorSizeOrSpeed="1"
- ExceptionHandling="1"
- UsePrecompiledHeader="0"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- FavorSizeOrSpeed="1"
- UsePrecompiledHeader="0"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\chat\muchighlight.h"
- >
- </File>
- <File
- RelativePath=".\chat\options.cpp"
- >
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\chat\services.cpp"
- >
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\chat\tools.cpp"
- >
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\chat\window.cpp"
- >
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../src/commonheaders.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- PrecompiledHeaderThrough="../commonheaders.h"
- />
- </FileConfiguration>
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath=".\src\commonheaders.h"
- >
- </File>
- <File
- RelativePath=".\include\contactcache.h"
- >
- </File>
- <File
- RelativePath=".\include\controls.h"
- >
- </File>
- <File
- RelativePath=".\include\functions.h"
- >
- </File>
- <File
- RelativePath=".\include\generic_msghandlers.h"
- >
- </File>
- <File
- RelativePath=".\include\globals.h"
- >
- </File>
- <File
- RelativePath=".\include\ImageDataObject.h"
- >
- </File>
- <File
- RelativePath=".\include\infopanel.h"
- >
- </File>
- <File
- RelativePath=".\include\mim.h"
- >
- </File>
- <File
- RelativePath=".\include\msgdlgutils.h"
- >
- </File>
- <File
- RelativePath=".\include\msgs.h"
- >
- </File>
- <File
- RelativePath=".\include\nen.h"
- >
- </File>
- <File
- RelativePath=".\include\resource.h"
- >
- </File>
- <File
- RelativePath=".\include\sendqueue.h"
- >
- </File>
- <File
- RelativePath=".\include\sidebar.h"
- >
- </File>
- <File
- RelativePath=".\include\taskbar.h"
- >
- </File>
- <File
- RelativePath=".\include\templates.h"
- >
- </File>
- <File
- RelativePath=".\include\themes.h"
- >
- </File>
- <File
- RelativePath=".\include\translator.h"
- >
- </File>
- <File
- RelativePath=".\include\typingnotify.h"
- >
- </File>
- <File
- RelativePath=".\include\utils.h"
- >
- </File>
- <File
- RelativePath=".\include\version.h"
- >
- </File>
- <Filter
- Name="API"
- >
- <File
- RelativePath="API\m_buttonbar.h"
- >
- </File>
- <File
- RelativePath=".\API\m_cln_skinedit.h"
- >
- </File>
- <File
- RelativePath=".\API\m_fingerprint.h"
- >
- </File>
- <File
- RelativePath=".\API\m_flash.h"
- >
- </File>
- <File
- RelativePath=".\API\m_folders.h"
- >
- </File>
- <File
- RelativePath=".\API\m_historyevents.h"
- >
- </File>
- <File
- RelativePath=".\API\m_ieview.h"
- >
- </File>
- <File
- RelativePath=".\API\m_mathmodule.h"
- >
- </File>
- <File
- RelativePath=".\API\m_metacontacts.h"
- >
- </File>
- <File
- RelativePath=".\API\m_msg_buttonsbar.h"
- >
- </File>
- <File
- RelativePath=".\API\m_nudge.h"
- >
- </File>
- <File
- RelativePath=".\API\m_popup2.h"
- >
- </File>
- <File
- RelativePath=".\API\m_smileyadd.h"
- >
- </File>
- <File
- RelativePath=".\API\m_spellchecker.h"
- >
- </File>
- <File
- RelativePath=".\API\m_toptoolbar.h"
- >
- </File>
- <File
- RelativePath=".\API\m_updater.h"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
- >
- <File
- RelativePath=".\chat\Icons\1.ico"
- >
- </File>
- <File
- RelativePath=".\chat\Icons\2.ico"
- >
- </File>
- <File
- RelativePath=".\chat\Icons\3.ico"
- >
- </File>
- <File
- RelativePath=".\chat\Icons\4.ico"
- >
- </File>
- <File
- RelativePath=".\chat\Icons\5.ico"
- >
- </File>
- <File
- RelativePath=".\chat\Icons\6.ico"
- >
- </File>
- <File
- RelativePath=".\chat\Icons\action.ico"
- >
- </File>
- <File
- RelativePath=".\chat\Icons\addmode.ico"
- >
- </File>
- <File
- RelativePath=".\chat\Icons\bkgcolor.ico"
- >
- </File>
- <File
- RelativePath=".\chat\Icons\blank.ico"
- >
- </File>
- <File
- RelativePath="..\..\src\res\cursor_drop_user.cur"
- >
- </File>
- <File
- RelativePath="..\..\src\res\cursor_hyperlink.cur"
- >
- </File>
- <File
- RelativePath=".\chat\Icons\filter.ico"
- >
- </File>
- <File
- RelativePath=".\chat\Icons\filter2.ico"
- >
- </File>
- <File
- RelativePath=".\chat\Icons\highlight.ico"
- >
- </File>
- <File
- RelativePath=".\tabmodplus\icons\imgclose.ico"
- >
- </File>
- <File
- RelativePath=".\tabmodplus\icons\imgopen.ico"
- >
- </File>
- <File
- RelativePath=".\chat\Icons\info.ico"
- >
- </File>
- <File
- RelativePath=".\chat\Icons\join.ico"
- >
- </File>
- <File
- RelativePath=".\chat\Icons\kick.ico"
- >
- </File>
- <File
- RelativePath=".\res\leftarrow.ico"
- >
- </File>
- <File
- RelativePath=".\chat\Icons\message.ico"
- >
- </File>
- <File
- RelativePath=".\chat\Icons\messageout.ico"
- >
- </File>
- <File
- RelativePath=".\msgwindow.rc"
- >
- </File>
- <File
- RelativePath=".\chat\Icons\nick.ico"
- >
- </File>
- <File
- RelativePath=".\chat\Icons\notice.ico"
- >
- </File>
- <File
- RelativePath=".\chat\Icons\overlay.ico"
- >
- </File>
- <File
- RelativePath=".\chat\Icons\part.ico"
- >
- </File>
- <File
- RelativePath=".\res\res_TN\popup.ico"
- >
- </File>
- <File
- RelativePath=".\res\res_TN\popup_no.ico"
- >
- </File>
- <File
- RelativePath=".\res\pulldown.ico"
- >
- </File>
- <File
- RelativePath=".\res\pullup.ico"
- >
- </File>
- <File
- RelativePath=".\chat\Icons\quit.ico"
- >
- </File>
- <File
- RelativePath=".\chat\Icons\removestatus.ico"
- >
- </File>
- <File
- RelativePath=".\resource.rc"
- >
- </File>
- <File
- RelativePath=".\res\rightarrow.ico"
- >
- </File>
- <File
- RelativePath=".\chat\Icons\topic.ico"
- >
- </File>
- <File
- RelativePath=".\chat\Icons\topicbut.ico"
- >
- </File>
- <File
- RelativePath=".\chat\Icons\window.ico"
- >
- </File>
- </Filter>
- <Filter
- Name="Misc Files"
- >
- <File
- RelativePath=".\docs\changelog.txt"
- >
- </File>
- <File
- RelativePath="docs\INSTALL"
- >
- </File>
- <File
- RelativePath="langpacks\langpack_tabsrmm_german.txt"
- >
- </File>
- <File
- RelativePath=".\Makefile.ansi"
- >
- </File>
- <File
- RelativePath=".\docs\Popups.txt"
- >
- </File>
- <File
- RelativePath=".\docs\Readme.icons"
- >
- </File>
- <File
- RelativePath=".\docs\readme.txt"
- >
- </File>
- <File
- RelativePath=".\skin\tabsrmm.tsk"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- <Global
- Name="RESOURCE_FILE"
- Value="resource.rc"
- />
- </Globals>
-</VisualStudioProject>
diff --git a/plugins/xml/xml.dep b/plugins/xml/xml.dep deleted file mode 100644 index 3d849f7b61..0000000000 --- a/plugins/xml/xml.dep +++ /dev/null @@ -1,23 +0,0 @@ -# Microsoft Developer Studio Generated Dependency File, included by xml.mak
-
-.\xml.cpp : \
- "..\..\include\m_langpack.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_xml.h"\
- "..\..\include\newpluginapi.h"\
- ".\commonheaders.h"\
-
-
-..\..\src\modules\xml\xmlApi.cpp : \
- "..\..\src\modules\xml\xmlParser.h"\
-
-
-..\..\src\modules\xml\xmlParser.cpp : \
- "..\..\src\modules\xml\xmlParser.h"\
-
-
-.\resource.rc : \
- ".\xml.ico"\
-
diff --git a/plugins/xml/xml.dsp b/plugins/xml/xml.dsp deleted file mode 100644 index 35ba72c5cb..0000000000 --- a/plugins/xml/xml.dsp +++ /dev/null @@ -1,192 +0,0 @@ -# Microsoft Developer Studio Project File - Name="xml" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-CFG=xml - Win32 Debug Unicode
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "xml.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "xml.mak" CFG="xml - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "xml - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "xml - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "xml - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "xml - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "xml - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "xml_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GX /O2 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "xml_EXPORTS" /D "_UNICODE" /D "UNICODE" /FR /Yu"commonheaders.h" /FD /c
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x402 /d "NDEBUG"
-# ADD RSC /l 0x80c /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
-# ADD LINK32 user32.lib advapi32.lib /nologo /dll /machine:I386 /out:"./release/xml.dll" /filealign:512
-# SUBTRACT LINK32 /pdb:none /nodefaultlib
-
-!ELSEIF "$(CFG)" == "xml - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "xml_EXPORTS" /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "xml_EXPORTS" /FR /Yu"commonheaders.h" /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x402 /d "_DEBUG"
-# ADD RSC /l 0x80c /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 winspool.lib advapi32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib shell32.lib comdlg32.lib gdi32.lib rpcrt4.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-
-!ELSEIF "$(CFG)" == "xml - Win32 Debug Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "xml___Win32_Debug_Unicode"
-# PROP BASE Intermediate_Dir "xml___Win32_Debug_Unicode"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug_Unicode"
-# PROP Intermediate_Dir "Debug_Unicode"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "xml_EXPORTS" /FR /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "xml_EXPORTS" /FR /Yu"commonheaders.h" /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x80c /d "_DEBUG"
-# ADD RSC /l 0x80c /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 winspool.lib advapi32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib shell32.lib comdlg32.lib gdi32.lib rpcrt4.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-
-!ELSEIF "$(CFG)" == "xml - Win32 Release Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "xml___Win32_Release_Unicode"
-# PROP BASE Intermediate_Dir "xml___Win32_Release_Unicode"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release_Unicode"
-# PROP Intermediate_Dir "Release_Unicode"
-# PROP Ignore_Export_Lib 1
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "../../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "xml_EXPORTS" /D "_UNICODE" /D "UNICODE" /FR /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GX /O2 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "xml_EXPORTS" /D "_UNICODE" /FR /Yu"commonheaders.h" /FD /c
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x80c /d "NDEBUG"
-# ADD RSC /l 0x80c /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 ws2_32.lib kernel32.lib user32.lib shell32.lib msvcrt.lib comdlg32.lib gdi32.lib comctl32.lib /nologo /dll /machine:I386 /nodefaultlib /out:"../../bin/release/plugins/xml.dll"
-# ADD LINK32 advapi32.lib user32.lib /nologo /dll /machine:I386 /out:"./release_unicode/xml.dll" /filealign:512
-# SUBTRACT LINK32 /pdb:none /nodefaultlib
-
-!ENDIF
-
-# Begin Target
-
-# Name "xml - Win32 Release"
-# Name "xml - Win32 Debug"
-# Name "xml - Win32 Debug Unicode"
-# Name "xml - Win32 Release Unicode"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=.\xml.cpp
-# ADD CPP /Yc"commonheaders.h"
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\modules\xml\xmlApi.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\modules\xml\xmlParser.cpp
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\commonheaders.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\modules\xml\xmlParser.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# Begin Source File
-
-SOURCE=.\resource.rc
-# End Source File
-# Begin Source File
-
-SOURCE=.\xml.ico
-# End Source File
-# End Group
-# End Target
-# End Project
diff --git a/plugins/xml/xml.dsw b/plugins/xml/xml.dsw deleted file mode 100644 index 367216f3a8..0000000000 --- a/plugins/xml/xml.dsw +++ /dev/null @@ -1,29 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-
-###############################################################################
-
-Project: "xml"="xml.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
-
diff --git a/plugins/xml/xml.mak b/plugins/xml/xml.mak deleted file mode 100644 index cab6fd2f7c..0000000000 --- a/plugins/xml/xml.mak +++ /dev/null @@ -1,475 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on xml.dsp
-!IF "$(CFG)" == ""
-CFG=xml - Win32 Release Unicode
-!MESSAGE No configuration specified. Defaulting to xml - Win32 Release Unicode.
-!ENDIF
-
-!IF "$(CFG)" != "xml - Win32 Release" && "$(CFG)" != "xml - Win32 Debug" && "$(CFG)" != "xml - Win32 Debug Unicode" && "$(CFG)" != "xml - Win32 Release Unicode"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "xml.mak" CFG="xml - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "xml - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "xml - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "xml - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "xml - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-!ERROR An invalid configuration is specified.
-!ENDIF
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE
-NULL=nul
-!ENDIF
-
-!IF "$(CFG)" == "xml - Win32 Release"
-
-OUTDIR=.\Release
-INTDIR=.\Release
-# Begin Custom Macros
-OutDir=.\Release
-# End Custom Macros
-
-ALL : "$(OUTDIR)\xml.dll" "$(OUTDIR)\xml.bsc"
-
-
-CLEAN :
- -@erase "$(INTDIR)\resource.res"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\xml.obj"
- -@erase "$(INTDIR)\xml.pch"
- -@erase "$(INTDIR)\xml.sbr"
- -@erase "$(INTDIR)\xmlApi.obj"
- -@erase "$(INTDIR)\xmlApi.sbr"
- -@erase "$(INTDIR)\xmlParser.obj"
- -@erase "$(INTDIR)\xmlParser.sbr"
- -@erase "$(OUTDIR)\xml.bsc"
- -@erase "$(OUTDIR)\xml.dll"
- -@erase "$(OUTDIR)\xml.exp"
- -@erase "$(OUTDIR)\xml.lib"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP=cl.exe
-CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "xml_EXPORTS" /D "_UNICODE" /D "UNICODE" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\xml.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-MTL=midl.exe
-MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
-RSC=rc.exe
-RSC_PROJ=/l 0x80c /fo"$(INTDIR)\resource.res" /d "NDEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\xml.bsc"
-BSC32_SBRS= \
- "$(INTDIR)\xml.sbr" \
- "$(INTDIR)\xmlApi.sbr" \
- "$(INTDIR)\xmlParser.sbr"
-
-"$(OUTDIR)\xml.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
- $(BSC32) @<<
- $(BSC32_FLAGS) $(BSC32_SBRS)
-<<
-
-LINK32=link.exe
-LINK32_FLAGS=user32.lib advapi32.lib /nologo /dll /incremental:no /pdb:"$(OUTDIR)\xml.pdb" /machine:I386 /out:"$(OUTDIR)\xml.dll" /implib:"$(OUTDIR)\xml.lib" /filealign:512
-LINK32_OBJS= \
- "$(INTDIR)\xml.obj" \
- "$(INTDIR)\xmlApi.obj" \
- "$(INTDIR)\xmlParser.obj" \
- "$(INTDIR)\resource.res"
-
-"$(OUTDIR)\xml.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "xml - Win32 Debug"
-
-OUTDIR=.\Debug
-INTDIR=.\Debug
-# Begin Custom Macros
-OutDir=.\Debug
-# End Custom Macros
-
-ALL : "$(OUTDIR)\xml.dll" "$(OUTDIR)\xml.bsc"
-
-
-CLEAN :
- -@erase "$(INTDIR)\resource.res"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(INTDIR)\xml.obj"
- -@erase "$(INTDIR)\xml.pch"
- -@erase "$(INTDIR)\xml.sbr"
- -@erase "$(INTDIR)\xmlApi.obj"
- -@erase "$(INTDIR)\xmlApi.sbr"
- -@erase "$(INTDIR)\xmlParser.obj"
- -@erase "$(INTDIR)\xmlParser.sbr"
- -@erase "$(OUTDIR)\xml.bsc"
- -@erase "$(OUTDIR)\xml.dll"
- -@erase "$(OUTDIR)\xml.exp"
- -@erase "$(OUTDIR)\xml.ilk"
- -@erase "$(OUTDIR)\xml.lib"
- -@erase "$(OUTDIR)\xml.pdb"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP=cl.exe
-CPP_PROJ=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "xml_EXPORTS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\xml.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-MTL=midl.exe
-MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
-RSC=rc.exe
-RSC_PROJ=/l 0x80c /fo"$(INTDIR)\resource.res" /d "_DEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\xml.bsc"
-BSC32_SBRS= \
- "$(INTDIR)\xml.sbr" \
- "$(INTDIR)\xmlApi.sbr" \
- "$(INTDIR)\xmlParser.sbr"
-
-"$(OUTDIR)\xml.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
- $(BSC32) @<<
- $(BSC32_FLAGS) $(BSC32_SBRS)
-<<
-
-LINK32=link.exe
-LINK32_FLAGS=winspool.lib advapi32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib shell32.lib comdlg32.lib gdi32.lib rpcrt4.lib /nologo /dll /incremental:yes /pdb:"$(OUTDIR)\xml.pdb" /debug /machine:I386 /out:"$(OUTDIR)\xml.dll" /implib:"$(OUTDIR)\xml.lib" /pdbtype:sept
-LINK32_OBJS= \
- "$(INTDIR)\xml.obj" \
- "$(INTDIR)\xmlApi.obj" \
- "$(INTDIR)\xmlParser.obj" \
- "$(INTDIR)\resource.res"
-
-"$(OUTDIR)\xml.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "xml - Win32 Debug Unicode"
-
-OUTDIR=.\Debug_Unicode
-INTDIR=.\Debug_Unicode
-# Begin Custom Macros
-OutDir=.\Debug_Unicode
-# End Custom Macros
-
-ALL : "$(OUTDIR)\xml.dll" "$(OUTDIR)\xml.bsc"
-
-
-CLEAN :
- -@erase "$(INTDIR)\resource.res"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(INTDIR)\xml.obj"
- -@erase "$(INTDIR)\xml.pch"
- -@erase "$(INTDIR)\xml.sbr"
- -@erase "$(INTDIR)\xmlApi.obj"
- -@erase "$(INTDIR)\xmlApi.sbr"
- -@erase "$(INTDIR)\xmlParser.obj"
- -@erase "$(INTDIR)\xmlParser.sbr"
- -@erase "$(OUTDIR)\xml.bsc"
- -@erase "$(OUTDIR)\xml.dll"
- -@erase "$(OUTDIR)\xml.exp"
- -@erase "$(OUTDIR)\xml.ilk"
- -@erase "$(OUTDIR)\xml.lib"
- -@erase "$(OUTDIR)\xml.pdb"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP=cl.exe
-CPP_PROJ=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "xml_EXPORTS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\xml.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-MTL=midl.exe
-MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
-RSC=rc.exe
-RSC_PROJ=/l 0x80c /fo"$(INTDIR)\resource.res" /d "_DEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\xml.bsc"
-BSC32_SBRS= \
- "$(INTDIR)\xml.sbr" \
- "$(INTDIR)\xmlApi.sbr" \
- "$(INTDIR)\xmlParser.sbr"
-
-"$(OUTDIR)\xml.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
- $(BSC32) @<<
- $(BSC32_FLAGS) $(BSC32_SBRS)
-<<
-
-LINK32=link.exe
-LINK32_FLAGS=winspool.lib advapi32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib shell32.lib comdlg32.lib gdi32.lib rpcrt4.lib /nologo /dll /incremental:yes /pdb:"$(OUTDIR)\xml.pdb" /debug /machine:I386 /out:"$(OUTDIR)\xml.dll" /implib:"$(OUTDIR)\xml.lib" /pdbtype:sept
-LINK32_OBJS= \
- "$(INTDIR)\xml.obj" \
- "$(INTDIR)\xmlApi.obj" \
- "$(INTDIR)\xmlParser.obj" \
- "$(INTDIR)\resource.res"
-
-"$(OUTDIR)\xml.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "xml - Win32 Release Unicode"
-
-OUTDIR=.\Release_Unicode
-INTDIR=.\Release_Unicode
-# Begin Custom Macros
-OutDir=.\Release_Unicode
-# End Custom Macros
-
-ALL : "$(OUTDIR)\xml.dll" "$(OUTDIR)\xml.bsc"
-
-
-CLEAN :
- -@erase "$(INTDIR)\resource.res"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\xml.obj"
- -@erase "$(INTDIR)\xml.pch"
- -@erase "$(INTDIR)\xml.sbr"
- -@erase "$(INTDIR)\xmlApi.obj"
- -@erase "$(INTDIR)\xmlApi.sbr"
- -@erase "$(INTDIR)\xmlParser.obj"
- -@erase "$(INTDIR)\xmlParser.sbr"
- -@erase "$(OUTDIR)\xml.bsc"
- -@erase "$(OUTDIR)\xml.dll"
- -@erase "$(OUTDIR)\xml.exp"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP=cl.exe
-CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "xml_EXPORTS" /D "_UNICODE" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\xml.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-MTL=midl.exe
-MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
-RSC=rc.exe
-RSC_PROJ=/l 0x80c /fo"$(INTDIR)\resource.res" /d "NDEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\xml.bsc"
-BSC32_SBRS= \
- "$(INTDIR)\xml.sbr" \
- "$(INTDIR)\xmlApi.sbr" \
- "$(INTDIR)\xmlParser.sbr"
-
-"$(OUTDIR)\xml.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
- $(BSC32) @<<
- $(BSC32_FLAGS) $(BSC32_SBRS)
-<<
-
-LINK32=link.exe
-LINK32_FLAGS=advapi32.lib user32.lib /nologo /dll /incremental:no /pdb:"$(OUTDIR)\xml.pdb" /machine:I386 /out:"$(OUTDIR)\xml.dll" /implib:"$(OUTDIR)\xml.lib" /filealign:512
-LINK32_OBJS= \
- "$(INTDIR)\xml.obj" \
- "$(INTDIR)\xmlApi.obj" \
- "$(INTDIR)\xmlParser.obj" \
- "$(INTDIR)\resource.res"
-
-"$(OUTDIR)\xml.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF
-
-
-!IF "$(NO_EXTERNAL_DEPS)" != "1"
-!IF EXISTS("xml.dep")
-!INCLUDE "xml.dep"
-!ELSE
-!MESSAGE Warning: cannot find "xml.dep"
-!ENDIF
-!ENDIF
-
-
-!IF "$(CFG)" == "xml - Win32 Release" || "$(CFG)" == "xml - Win32 Debug" || "$(CFG)" == "xml - Win32 Debug Unicode" || "$(CFG)" == "xml - Win32 Release Unicode"
-SOURCE=.\xml.cpp
-
-!IF "$(CFG)" == "xml - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /O2 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "xml_EXPORTS" /D "_UNICODE" /D "UNICODE" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\xml.pch" /Yc"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\xml.obj" "$(INTDIR)\xml.sbr" "$(INTDIR)\xml.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "xml - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "xml_EXPORTS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\xml.pch" /Yc"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\xml.obj" "$(INTDIR)\xml.sbr" "$(INTDIR)\xml.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "xml - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "xml_EXPORTS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\xml.pch" /Yc"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\xml.obj" "$(INTDIR)\xml.sbr" "$(INTDIR)\xml.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "xml - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /O2 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "xml_EXPORTS" /D "_UNICODE" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\xml.pch" /Yc"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\xml.obj" "$(INTDIR)\xml.sbr" "$(INTDIR)\xml.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=..\..\src\modules\xml\xmlApi.cpp
-
-"$(INTDIR)\xmlApi.obj" "$(INTDIR)\xmlApi.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\xml.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=..\..\src\modules\xml\xmlParser.cpp
-
-"$(INTDIR)\xmlParser.obj" "$(INTDIR)\xmlParser.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\xml.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\resource.rc
-
-"$(INTDIR)\resource.res" : $(SOURCE) "$(INTDIR)"
- $(RSC) $(RSC_PROJ) $(SOURCE)
-
-
-
-!ENDIF
diff --git a/plugins/zlib/zlib.dep b/plugins/zlib/zlib.dep deleted file mode 100644 index 6ca0fc6d5b..0000000000 --- a/plugins/zlib/zlib.dep +++ /dev/null @@ -1,105 +0,0 @@ -# Microsoft Developer Studio Generated Dependency File, included by zlib.mak
-
-.\adler32.c : \
- ".\zconf.h"\
- ".\zlib.h"\
- ".\zutil.h"\
-
-
-.\compress.c : \
- ".\zconf.h"\
- ".\zlib.h"\
-
-
-.\crc32.c : \
- ".\crc32.h"\
- ".\zconf.h"\
- ".\zlib.h"\
- ".\zutil.h"\
-
-
-.\deflate.c : \
- ".\deflate.h"\
- ".\zconf.h"\
- ".\zlib.h"\
- ".\zutil.h"\
-
-
-.\gzclose.c : \
- ".\gzguts.h"\
- ".\zconf.h"\
- ".\zlib.h"\
-
-
-.\gzlib.c : \
- ".\gzguts.h"\
- ".\zconf.h"\
- ".\zlib.h"\
-
-
-.\gzread.c : \
- ".\gzguts.h"\
- ".\zconf.h"\
- ".\zlib.h"\
-
-
-.\gzwrite.c : \
- ".\gzguts.h"\
- ".\zconf.h"\
- ".\zlib.h"\
-
-
-.\infback.c : \
- ".\inffast.h"\
- ".\inffixed.h"\
- ".\inflate.h"\
- ".\inftrees.h"\
- ".\zconf.h"\
- ".\zlib.h"\
- ".\zutil.h"\
-
-
-.\inffast.c : \
- ".\inffast.h"\
- ".\inflate.h"\
- ".\inftrees.h"\
- ".\zconf.h"\
- ".\zlib.h"\
- ".\zutil.h"\
-
-
-.\inflate.c : \
- ".\inffast.h"\
- ".\inffixed.h"\
- ".\inflate.h"\
- ".\inftrees.h"\
- ".\zconf.h"\
- ".\zlib.h"\
- ".\zutil.h"\
-
-
-.\inftrees.c : \
- ".\inftrees.h"\
- ".\zconf.h"\
- ".\zlib.h"\
- ".\zutil.h"\
-
-
-.\trees.c : \
- ".\deflate.h"\
- ".\trees.h"\
- ".\zconf.h"\
- ".\zlib.h"\
- ".\zutil.h"\
-
-
-.\uncompr.c : \
- ".\zconf.h"\
- ".\zlib.h"\
-
-
-.\zutil.c : \
- ".\zconf.h"\
- ".\zlib.h"\
- ".\zutil.h"\
-
diff --git a/plugins/zlib/zlib.dsp b/plugins/zlib/zlib.dsp deleted file mode 100644 index ff680db0fa..0000000000 --- a/plugins/zlib/zlib.dsp +++ /dev/null @@ -1,278 +0,0 @@ -# Microsoft Developer Studio Project File - Name="zlib" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-CFG=zlib - Win32 Debug Unicode
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "zlib.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "zlib.mak" CFG="zlib - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "zlib - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "zlib - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "zlib - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "zlib - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "zlib - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "zlib_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /FD /c
-# SUBTRACT CPP /YX
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x419 /d "NDEBUG"
-# ADD RSC /l 0x419 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /map /debug /machine:I386 /out:"../../bin/Release/zlib.dll" /filealign:512
-# SUBTRACT LINK32 /pdb:none /incremental:yes
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "zlib_EXPORTS" /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /FR /YX /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x419 /d "_DEBUG"
-# ADD RSC /l 0x419 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"../../bin/Debug/zlib.dll" /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none /incremental:no
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Release Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "zlib___Win32_Release_Unicode"
-# PROP BASE Intermediate_Dir "zlib___Win32_Release_Unicode"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release_Unicode"
-# PROP Intermediate_Dir "Release_Unicode"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /FD /c
-# SUBTRACT BASE CPP /YX
-# ADD CPP /nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /FD /c
-# SUBTRACT CPP /YX
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x419 /d "NDEBUG"
-# ADD RSC /l 0x419 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /map /debug /machine:I386 /out:"../../bin/Release/zlib.dll" /filealign:512
-# SUBTRACT BASE LINK32 /pdb:none /incremental:yes
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /map /debug /machine:I386 /out:"../../bin/Release Unicode/zlib.dll" /filealign:512
-# SUBTRACT LINK32 /pdb:none /incremental:yes
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "zlib___Win32_Debug_Unicode"
-# PROP BASE Intermediate_Dir "zlib___Win32_Debug_Unicode"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug_Unicode"
-# PROP Intermediate_Dir "Debug_Unicode"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /FR /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /FR /YX /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x419 /d "_DEBUG"
-# ADD RSC /l 0x419 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"../../bin/Debug/zlib.dll" /pdbtype:sept
-# SUBTRACT BASE LINK32 /pdb:none /incremental:no
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"../../bin/Debug Unicode/zlib.dll" /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none /incremental:no
-
-!ENDIF
-
-# Begin Target
-
-# Name "zlib - Win32 Release"
-# Name "zlib - Win32 Debug"
-# Name "zlib - Win32 Release Unicode"
-# Name "zlib - Win32 Debug Unicode"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=.\adler32.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\compress.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\crc32.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\crc32.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\deflate.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\deflate.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\gzclose.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\gzguts.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\gzlib.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\gzread.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\gzwrite.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\infback.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\inffast.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\inffast.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\inffixed.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\inflate.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\inflate.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\inftrees.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\inftrees.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\trees.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\trees.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\uncompr.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\zconf.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\zlib.def
-# End Source File
-# Begin Source File
-
-SOURCE=.\zlib.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\zutil.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\zutil.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\zlib.rc
-# End Source File
-# End Group
-# End Target
-# End Project
diff --git a/plugins/zlib/zlib.mak b/plugins/zlib/zlib.mak deleted file mode 100644 index 77b9a859f4..0000000000 --- a/plugins/zlib/zlib.mak +++ /dev/null @@ -1,965 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on zlib.dsp
-!IF "$(CFG)" == ""
-CFG=zlib - Win32 Debug Unicode
-!MESSAGE No configuration specified. Defaulting to zlib - Win32 Debug Unicode.
-!ENDIF
-
-!IF "$(CFG)" != "zlib - Win32 Release" && "$(CFG)" != "zlib - Win32 Debug" && "$(CFG)" != "zlib - Win32 Release Unicode" && "$(CFG)" != "zlib - Win32 Debug Unicode"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "zlib.mak" CFG="zlib - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "zlib - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "zlib - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "zlib - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "zlib - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-!ERROR An invalid configuration is specified.
-!ENDIF
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE
-NULL=nul
-!ENDIF
-
-!IF "$(CFG)" == "zlib - Win32 Release"
-
-OUTDIR=.\Release
-INTDIR=.\Release
-
-ALL : "..\..\bin\Release\zlib.dll"
-
-
-CLEAN :
- -@erase "$(INTDIR)\adler32.obj"
- -@erase "$(INTDIR)\compress.obj"
- -@erase "$(INTDIR)\crc32.obj"
- -@erase "$(INTDIR)\deflate.obj"
- -@erase "$(INTDIR)\gzclose.obj"
- -@erase "$(INTDIR)\gzlib.obj"
- -@erase "$(INTDIR)\gzread.obj"
- -@erase "$(INTDIR)\gzwrite.obj"
- -@erase "$(INTDIR)\infback.obj"
- -@erase "$(INTDIR)\inffast.obj"
- -@erase "$(INTDIR)\inflate.obj"
- -@erase "$(INTDIR)\inftrees.obj"
- -@erase "$(INTDIR)\trees.obj"
- -@erase "$(INTDIR)\uncompr.obj"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(INTDIR)\zlib.res"
- -@erase "$(INTDIR)\zutil.obj"
- -@erase "$(OUTDIR)\zlib.exp"
- -@erase "$(OUTDIR)\zlib.lib"
- -@erase "$(OUTDIR)\zlib.map"
- -@erase "$(OUTDIR)\zlib.pdb"
- -@erase "..\..\bin\Release\zlib.dll"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP=cl.exe
-CPP_PROJ=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-MTL=midl.exe
-MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
-RSC=rc.exe
-RSC_PROJ=/l 0x419 /fo"$(INTDIR)\zlib.res" /d "NDEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\zlib.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:no /pdb:"$(OUTDIR)\zlib.pdb" /map:"$(INTDIR)\zlib.map" /debug /machine:I386 /def:".\zlib.def" /out:"../../bin/Release/zlib.dll" /implib:"$(OUTDIR)\zlib.lib" /filealign:512
-DEF_FILE= \
- ".\zlib.def"
-LINK32_OBJS= \
- "$(INTDIR)\adler32.obj" \
- "$(INTDIR)\compress.obj" \
- "$(INTDIR)\crc32.obj" \
- "$(INTDIR)\deflate.obj" \
- "$(INTDIR)\gzclose.obj" \
- "$(INTDIR)\gzlib.obj" \
- "$(INTDIR)\gzread.obj" \
- "$(INTDIR)\gzwrite.obj" \
- "$(INTDIR)\infback.obj" \
- "$(INTDIR)\inffast.obj" \
- "$(INTDIR)\inflate.obj" \
- "$(INTDIR)\inftrees.obj" \
- "$(INTDIR)\trees.obj" \
- "$(INTDIR)\uncompr.obj" \
- "$(INTDIR)\zutil.obj" \
- "$(INTDIR)\zlib.res"
-
-"..\..\bin\Release\zlib.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug"
-
-OUTDIR=.\Debug
-INTDIR=.\Debug
-# Begin Custom Macros
-OutDir=.\Debug
-# End Custom Macros
-
-ALL : "..\..\bin\Debug\zlib.dll" "$(OUTDIR)\zlib.bsc"
-
-
-CLEAN :
- -@erase "$(INTDIR)\adler32.obj"
- -@erase "$(INTDIR)\adler32.sbr"
- -@erase "$(INTDIR)\compress.obj"
- -@erase "$(INTDIR)\compress.sbr"
- -@erase "$(INTDIR)\crc32.obj"
- -@erase "$(INTDIR)\crc32.sbr"
- -@erase "$(INTDIR)\deflate.obj"
- -@erase "$(INTDIR)\deflate.sbr"
- -@erase "$(INTDIR)\gzclose.obj"
- -@erase "$(INTDIR)\gzclose.sbr"
- -@erase "$(INTDIR)\gzlib.obj"
- -@erase "$(INTDIR)\gzlib.sbr"
- -@erase "$(INTDIR)\gzread.obj"
- -@erase "$(INTDIR)\gzread.sbr"
- -@erase "$(INTDIR)\gzwrite.obj"
- -@erase "$(INTDIR)\gzwrite.sbr"
- -@erase "$(INTDIR)\infback.obj"
- -@erase "$(INTDIR)\infback.sbr"
- -@erase "$(INTDIR)\inffast.obj"
- -@erase "$(INTDIR)\inffast.sbr"
- -@erase "$(INTDIR)\inflate.obj"
- -@erase "$(INTDIR)\inflate.sbr"
- -@erase "$(INTDIR)\inftrees.obj"
- -@erase "$(INTDIR)\inftrees.sbr"
- -@erase "$(INTDIR)\trees.obj"
- -@erase "$(INTDIR)\trees.sbr"
- -@erase "$(INTDIR)\uncompr.obj"
- -@erase "$(INTDIR)\uncompr.sbr"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(INTDIR)\zlib.res"
- -@erase "$(INTDIR)\zutil.obj"
- -@erase "$(INTDIR)\zutil.sbr"
- -@erase "$(OUTDIR)\zlib.bsc"
- -@erase "$(OUTDIR)\zlib.exp"
- -@erase "$(OUTDIR)\zlib.lib"
- -@erase "$(OUTDIR)\zlib.pdb"
- -@erase "..\..\bin\Debug\zlib.dll"
- -@erase "..\..\bin\Debug\zlib.ilk"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP=cl.exe
-CPP_PROJ=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\zlib.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-MTL=midl.exe
-MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
-RSC=rc.exe
-RSC_PROJ=/l 0x419 /fo"$(INTDIR)\zlib.res" /d "_DEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\zlib.bsc"
-BSC32_SBRS= \
- "$(INTDIR)\adler32.sbr" \
- "$(INTDIR)\compress.sbr" \
- "$(INTDIR)\crc32.sbr" \
- "$(INTDIR)\deflate.sbr" \
- "$(INTDIR)\gzclose.sbr" \
- "$(INTDIR)\gzlib.sbr" \
- "$(INTDIR)\gzread.sbr" \
- "$(INTDIR)\gzwrite.sbr" \
- "$(INTDIR)\infback.sbr" \
- "$(INTDIR)\inffast.sbr" \
- "$(INTDIR)\inflate.sbr" \
- "$(INTDIR)\inftrees.sbr" \
- "$(INTDIR)\trees.sbr" \
- "$(INTDIR)\uncompr.sbr" \
- "$(INTDIR)\zutil.sbr"
-
-"$(OUTDIR)\zlib.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
- $(BSC32) @<<
- $(BSC32_FLAGS) $(BSC32_SBRS)
-<<
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /pdb:"$(OUTDIR)\zlib.pdb" /debug /machine:I386 /def:".\zlib.def" /out:"../../bin/Debug/zlib.dll" /implib:"$(OUTDIR)\zlib.lib" /pdbtype:sept
-DEF_FILE= \
- ".\zlib.def"
-LINK32_OBJS= \
- "$(INTDIR)\adler32.obj" \
- "$(INTDIR)\compress.obj" \
- "$(INTDIR)\crc32.obj" \
- "$(INTDIR)\deflate.obj" \
- "$(INTDIR)\gzclose.obj" \
- "$(INTDIR)\gzlib.obj" \
- "$(INTDIR)\gzread.obj" \
- "$(INTDIR)\gzwrite.obj" \
- "$(INTDIR)\infback.obj" \
- "$(INTDIR)\inffast.obj" \
- "$(INTDIR)\inflate.obj" \
- "$(INTDIR)\inftrees.obj" \
- "$(INTDIR)\trees.obj" \
- "$(INTDIR)\uncompr.obj" \
- "$(INTDIR)\zutil.obj" \
- "$(INTDIR)\zlib.res"
-
-"..\..\bin\Debug\zlib.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Release Unicode"
-
-OUTDIR=.\Release_Unicode
-INTDIR=.\Release_Unicode
-
-ALL : "..\..\bin\Release Unicode\zlib.dll"
-
-
-CLEAN :
- -@erase "$(INTDIR)\adler32.obj"
- -@erase "$(INTDIR)\compress.obj"
- -@erase "$(INTDIR)\crc32.obj"
- -@erase "$(INTDIR)\deflate.obj"
- -@erase "$(INTDIR)\gzclose.obj"
- -@erase "$(INTDIR)\gzlib.obj"
- -@erase "$(INTDIR)\gzread.obj"
- -@erase "$(INTDIR)\gzwrite.obj"
- -@erase "$(INTDIR)\infback.obj"
- -@erase "$(INTDIR)\inffast.obj"
- -@erase "$(INTDIR)\inflate.obj"
- -@erase "$(INTDIR)\inftrees.obj"
- -@erase "$(INTDIR)\trees.obj"
- -@erase "$(INTDIR)\uncompr.obj"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(INTDIR)\zlib.res"
- -@erase "$(INTDIR)\zutil.obj"
- -@erase "$(OUTDIR)\zlib.exp"
- -@erase "$(OUTDIR)\zlib.lib"
- -@erase "$(OUTDIR)\zlib.map"
- -@erase "$(OUTDIR)\zlib.pdb"
- -@erase "..\..\bin\Release Unicode\zlib.dll"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP=cl.exe
-CPP_PROJ=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-MTL=midl.exe
-MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
-RSC=rc.exe
-RSC_PROJ=/l 0x419 /fo"$(INTDIR)\zlib.res" /d "NDEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\zlib.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:no /pdb:"$(OUTDIR)\zlib.pdb" /map:"$(INTDIR)\zlib.map" /debug /machine:I386 /def:".\zlib.def" /out:"../../bin/Release Unicode/zlib.dll" /implib:"$(OUTDIR)\zlib.lib" /filealign:512
-DEF_FILE= \
- ".\zlib.def"
-LINK32_OBJS= \
- "$(INTDIR)\adler32.obj" \
- "$(INTDIR)\compress.obj" \
- "$(INTDIR)\crc32.obj" \
- "$(INTDIR)\deflate.obj" \
- "$(INTDIR)\gzclose.obj" \
- "$(INTDIR)\gzlib.obj" \
- "$(INTDIR)\gzread.obj" \
- "$(INTDIR)\gzwrite.obj" \
- "$(INTDIR)\infback.obj" \
- "$(INTDIR)\inffast.obj" \
- "$(INTDIR)\inflate.obj" \
- "$(INTDIR)\inftrees.obj" \
- "$(INTDIR)\trees.obj" \
- "$(INTDIR)\uncompr.obj" \
- "$(INTDIR)\zutil.obj" \
- "$(INTDIR)\zlib.res"
-
-"..\..\bin\Release Unicode\zlib.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug Unicode"
-
-OUTDIR=.\Debug_Unicode
-INTDIR=.\Debug_Unicode
-# Begin Custom Macros
-OutDir=.\Debug_Unicode
-# End Custom Macros
-
-ALL : "..\..\bin\Debug Unicode\zlib.dll" "$(OUTDIR)\zlib.bsc"
-
-
-CLEAN :
- -@erase "$(INTDIR)\adler32.obj"
- -@erase "$(INTDIR)\adler32.sbr"
- -@erase "$(INTDIR)\compress.obj"
- -@erase "$(INTDIR)\compress.sbr"
- -@erase "$(INTDIR)\crc32.obj"
- -@erase "$(INTDIR)\crc32.sbr"
- -@erase "$(INTDIR)\deflate.obj"
- -@erase "$(INTDIR)\deflate.sbr"
- -@erase "$(INTDIR)\gzclose.obj"
- -@erase "$(INTDIR)\gzclose.sbr"
- -@erase "$(INTDIR)\gzlib.obj"
- -@erase "$(INTDIR)\gzlib.sbr"
- -@erase "$(INTDIR)\gzread.obj"
- -@erase "$(INTDIR)\gzread.sbr"
- -@erase "$(INTDIR)\gzwrite.obj"
- -@erase "$(INTDIR)\gzwrite.sbr"
- -@erase "$(INTDIR)\infback.obj"
- -@erase "$(INTDIR)\infback.sbr"
- -@erase "$(INTDIR)\inffast.obj"
- -@erase "$(INTDIR)\inffast.sbr"
- -@erase "$(INTDIR)\inflate.obj"
- -@erase "$(INTDIR)\inflate.sbr"
- -@erase "$(INTDIR)\inftrees.obj"
- -@erase "$(INTDIR)\inftrees.sbr"
- -@erase "$(INTDIR)\trees.obj"
- -@erase "$(INTDIR)\trees.sbr"
- -@erase "$(INTDIR)\uncompr.obj"
- -@erase "$(INTDIR)\uncompr.sbr"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(INTDIR)\zlib.res"
- -@erase "$(INTDIR)\zutil.obj"
- -@erase "$(INTDIR)\zutil.sbr"
- -@erase "$(OUTDIR)\zlib.bsc"
- -@erase "$(OUTDIR)\zlib.exp"
- -@erase "$(OUTDIR)\zlib.lib"
- -@erase "$(OUTDIR)\zlib.pdb"
- -@erase "..\..\bin\Debug Unicode\zlib.dll"
- -@erase "..\..\bin\Debug Unicode\zlib.ilk"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP=cl.exe
-CPP_PROJ=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\zlib.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-MTL=midl.exe
-MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
-RSC=rc.exe
-RSC_PROJ=/l 0x419 /fo"$(INTDIR)\zlib.res" /d "_DEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\zlib.bsc"
-BSC32_SBRS= \
- "$(INTDIR)\adler32.sbr" \
- "$(INTDIR)\compress.sbr" \
- "$(INTDIR)\crc32.sbr" \
- "$(INTDIR)\deflate.sbr" \
- "$(INTDIR)\gzclose.sbr" \
- "$(INTDIR)\gzlib.sbr" \
- "$(INTDIR)\gzread.sbr" \
- "$(INTDIR)\gzwrite.sbr" \
- "$(INTDIR)\infback.sbr" \
- "$(INTDIR)\inffast.sbr" \
- "$(INTDIR)\inflate.sbr" \
- "$(INTDIR)\inftrees.sbr" \
- "$(INTDIR)\trees.sbr" \
- "$(INTDIR)\uncompr.sbr" \
- "$(INTDIR)\zutil.sbr"
-
-"$(OUTDIR)\zlib.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
- $(BSC32) @<<
- $(BSC32_FLAGS) $(BSC32_SBRS)
-<<
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /pdb:"$(OUTDIR)\zlib.pdb" /debug /machine:I386 /def:".\zlib.def" /out:"../../bin/Debug Unicode/zlib.dll" /implib:"$(OUTDIR)\zlib.lib" /pdbtype:sept
-DEF_FILE= \
- ".\zlib.def"
-LINK32_OBJS= \
- "$(INTDIR)\adler32.obj" \
- "$(INTDIR)\compress.obj" \
- "$(INTDIR)\crc32.obj" \
- "$(INTDIR)\deflate.obj" \
- "$(INTDIR)\gzclose.obj" \
- "$(INTDIR)\gzlib.obj" \
- "$(INTDIR)\gzread.obj" \
- "$(INTDIR)\gzwrite.obj" \
- "$(INTDIR)\infback.obj" \
- "$(INTDIR)\inffast.obj" \
- "$(INTDIR)\inflate.obj" \
- "$(INTDIR)\inftrees.obj" \
- "$(INTDIR)\trees.obj" \
- "$(INTDIR)\uncompr.obj" \
- "$(INTDIR)\zutil.obj" \
- "$(INTDIR)\zlib.res"
-
-"..\..\bin\Debug Unicode\zlib.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF
-
-
-!IF "$(NO_EXTERNAL_DEPS)" != "1"
-!IF EXISTS("zlib.dep")
-!INCLUDE "zlib.dep"
-!ELSE
-!MESSAGE Warning: cannot find "zlib.dep"
-!ENDIF
-!ENDIF
-
-
-!IF "$(CFG)" == "zlib - Win32 Release" || "$(CFG)" == "zlib - Win32 Debug" || "$(CFG)" == "zlib - Win32 Release Unicode" || "$(CFG)" == "zlib - Win32 Debug Unicode"
-SOURCE=.\adler32.c
-
-!IF "$(CFG)" == "zlib - Win32 Release"
-
-
-"$(INTDIR)\adler32.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug"
-
-
-"$(INTDIR)\adler32.obj" "$(INTDIR)\adler32.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Release Unicode"
-
-
-"$(INTDIR)\adler32.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug Unicode"
-
-
-"$(INTDIR)\adler32.obj" "$(INTDIR)\adler32.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\compress.c
-
-!IF "$(CFG)" == "zlib - Win32 Release"
-
-
-"$(INTDIR)\compress.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug"
-
-
-"$(INTDIR)\compress.obj" "$(INTDIR)\compress.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Release Unicode"
-
-
-"$(INTDIR)\compress.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug Unicode"
-
-
-"$(INTDIR)\compress.obj" "$(INTDIR)\compress.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\crc32.c
-
-!IF "$(CFG)" == "zlib - Win32 Release"
-
-
-"$(INTDIR)\crc32.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug"
-
-
-"$(INTDIR)\crc32.obj" "$(INTDIR)\crc32.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Release Unicode"
-
-
-"$(INTDIR)\crc32.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug Unicode"
-
-
-"$(INTDIR)\crc32.obj" "$(INTDIR)\crc32.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\deflate.c
-
-!IF "$(CFG)" == "zlib - Win32 Release"
-
-
-"$(INTDIR)\deflate.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug"
-
-
-"$(INTDIR)\deflate.obj" "$(INTDIR)\deflate.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Release Unicode"
-
-
-"$(INTDIR)\deflate.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug Unicode"
-
-
-"$(INTDIR)\deflate.obj" "$(INTDIR)\deflate.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\gzclose.c
-
-!IF "$(CFG)" == "zlib - Win32 Release"
-
-
-"$(INTDIR)\gzclose.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug"
-
-
-"$(INTDIR)\gzclose.obj" "$(INTDIR)\gzclose.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Release Unicode"
-
-
-"$(INTDIR)\gzclose.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug Unicode"
-
-
-"$(INTDIR)\gzclose.obj" "$(INTDIR)\gzclose.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\gzlib.c
-
-!IF "$(CFG)" == "zlib - Win32 Release"
-
-
-"$(INTDIR)\gzlib.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug"
-
-
-"$(INTDIR)\gzlib.obj" "$(INTDIR)\gzlib.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Release Unicode"
-
-
-"$(INTDIR)\gzlib.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug Unicode"
-
-
-"$(INTDIR)\gzlib.obj" "$(INTDIR)\gzlib.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\gzread.c
-
-!IF "$(CFG)" == "zlib - Win32 Release"
-
-
-"$(INTDIR)\gzread.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug"
-
-
-"$(INTDIR)\gzread.obj" "$(INTDIR)\gzread.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Release Unicode"
-
-
-"$(INTDIR)\gzread.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug Unicode"
-
-
-"$(INTDIR)\gzread.obj" "$(INTDIR)\gzread.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\gzwrite.c
-
-!IF "$(CFG)" == "zlib - Win32 Release"
-
-
-"$(INTDIR)\gzwrite.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug"
-
-
-"$(INTDIR)\gzwrite.obj" "$(INTDIR)\gzwrite.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Release Unicode"
-
-
-"$(INTDIR)\gzwrite.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug Unicode"
-
-
-"$(INTDIR)\gzwrite.obj" "$(INTDIR)\gzwrite.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\infback.c
-
-!IF "$(CFG)" == "zlib - Win32 Release"
-
-
-"$(INTDIR)\infback.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug"
-
-
-"$(INTDIR)\infback.obj" "$(INTDIR)\infback.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Release Unicode"
-
-
-"$(INTDIR)\infback.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug Unicode"
-
-
-"$(INTDIR)\infback.obj" "$(INTDIR)\infback.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\inffast.c
-
-!IF "$(CFG)" == "zlib - Win32 Release"
-
-
-"$(INTDIR)\inffast.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug"
-
-
-"$(INTDIR)\inffast.obj" "$(INTDIR)\inffast.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Release Unicode"
-
-
-"$(INTDIR)\inffast.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug Unicode"
-
-
-"$(INTDIR)\inffast.obj" "$(INTDIR)\inffast.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\inflate.c
-
-!IF "$(CFG)" == "zlib - Win32 Release"
-
-
-"$(INTDIR)\inflate.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug"
-
-
-"$(INTDIR)\inflate.obj" "$(INTDIR)\inflate.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Release Unicode"
-
-
-"$(INTDIR)\inflate.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug Unicode"
-
-
-"$(INTDIR)\inflate.obj" "$(INTDIR)\inflate.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\inftrees.c
-
-!IF "$(CFG)" == "zlib - Win32 Release"
-
-
-"$(INTDIR)\inftrees.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug"
-
-
-"$(INTDIR)\inftrees.obj" "$(INTDIR)\inftrees.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Release Unicode"
-
-
-"$(INTDIR)\inftrees.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug Unicode"
-
-
-"$(INTDIR)\inftrees.obj" "$(INTDIR)\inftrees.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\trees.c
-
-!IF "$(CFG)" == "zlib - Win32 Release"
-
-
-"$(INTDIR)\trees.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug"
-
-
-"$(INTDIR)\trees.obj" "$(INTDIR)\trees.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Release Unicode"
-
-
-"$(INTDIR)\trees.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug Unicode"
-
-
-"$(INTDIR)\trees.obj" "$(INTDIR)\trees.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\uncompr.c
-
-!IF "$(CFG)" == "zlib - Win32 Release"
-
-
-"$(INTDIR)\uncompr.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug"
-
-
-"$(INTDIR)\uncompr.obj" "$(INTDIR)\uncompr.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Release Unicode"
-
-
-"$(INTDIR)\uncompr.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug Unicode"
-
-
-"$(INTDIR)\uncompr.obj" "$(INTDIR)\uncompr.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\zutil.c
-
-!IF "$(CFG)" == "zlib - Win32 Release"
-
-
-"$(INTDIR)\zutil.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug"
-
-
-"$(INTDIR)\zutil.obj" "$(INTDIR)\zutil.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Release Unicode"
-
-
-"$(INTDIR)\zutil.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "zlib - Win32 Debug Unicode"
-
-
-"$(INTDIR)\zutil.obj" "$(INTDIR)\zutil.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\zlib.rc
-
-"$(INTDIR)\zlib.res" : $(SOURCE) "$(INTDIR)"
- $(RSC) $(RSC_PROJ) $(SOURCE)
-
-
-
-!ENDIF
-
diff --git a/plugins/zlib/zlib.vcproj b/plugins/zlib/zlib.vcproj deleted file mode 100644 index 1b87a72151..0000000000 --- a/plugins/zlib/zlib.vcproj +++ /dev/null @@ -1,646 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="zlib"
- ProjectGUID="{FFD8637D-909C-4586-9E42-120B66B564FE}"
- SccProjectName=""
- SccLocalPath="">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2"
- WholeProgramOptimization="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- GlobalOptimizations="TRUE"
- InlineFunctionExpansion="1"
- FavorSizeOrSpeed="2"
- OmitFramePointers="FALSE"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL"
- StringPooling="TRUE"
- ExceptionHandling="FALSE"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="TRUE"
- BrowseInformationFile="$(IntDir)/"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="3"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/filealign:512"
- AdditionalDependencies="vc7to6.lib"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="../../lib"
- IgnoreAllDefaultLibraries="TRUE"
- ModuleDefinitionFile=".\zlib.def"
- GenerateDebugInformation="TRUE"
- GenerateMapFile="TRUE"
- MapFileName="$(OutDir)/$(ProjectName).map"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/zlib.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1049"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL"
- ExceptionHandling="FALSE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="2"
- BrowseInformation="1"
- BrowseInformationFile="$(IntDir)/"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="2"
- SuppressStartupBanner="TRUE"
- ModuleDefinitionFile=".\zlib.def"
- GenerateDebugInformation="TRUE"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/zlib.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1049"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL"
- ExceptionHandling="FALSE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- BufferSecurityCheck="TRUE"
- UsePrecompiledHeader="2"
- BrowseInformation="1"
- BrowseInformationFile="$(IntDir)/"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="2"
- SuppressStartupBanner="TRUE"
- ModuleDefinitionFile=".\zlib.def"
- GenerateDebugInformation="TRUE"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/zlib.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1049"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2"
- WholeProgramOptimization="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- GlobalOptimizations="TRUE"
- FavorSizeOrSpeed="2"
- OmitFramePointers="FALSE"
- OptimizeForProcessor="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL"
- StringPooling="TRUE"
- ExceptionHandling="FALSE"
- RuntimeLibrary="2"
- BufferSecurityCheck="TRUE"
- BrowseInformationFile="$(IntDir)/"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="3"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/filealign:512"
- AdditionalDependencies="vc7to6.lib "
- AdditionalLibraryDirectories="../../lib"
- IgnoreAllDefaultLibraries="TRUE"
- ModuleDefinitionFile=".\zlib.def"
- GenerateDebugInformation="TRUE"
- GenerateMapFile="TRUE"
- MapFileName="$(OutDir)/$(ProjectName).map"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/zlib.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1049"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
- <File
- RelativePath="adler32.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="compress.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="crc32.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="crc32.h">
- </File>
- <File
- RelativePath="deflate.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="deflate.h">
- </File>
- <File
- RelativePath=".\gzio.c">
- </File>
- <File
- RelativePath=".\infback.c">
- </File>
- <File
- RelativePath="inffast.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="inffast.h">
- </File>
- <File
- RelativePath="inflate.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="inflate.h">
- </File>
- <File
- RelativePath="inftrees.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="inftrees.h">
- </File>
- <File
- RelativePath="trees.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="trees.h">
- </File>
- <File
- RelativePath="uncompr.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="zconf.h">
- </File>
- <File
- RelativePath="zlib.def">
- </File>
- <File
- RelativePath="zlib.h">
- </File>
- <File
- RelativePath="zutil.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="zutil.h">
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="">
- <File
- RelativePath=".\zlib.rc">
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/plugins/zlib/zlib_8.vcproj b/plugins/zlib/zlib_8.vcproj deleted file mode 100644 index 4963bd3eef..0000000000 --- a/plugins/zlib/zlib_8.vcproj +++ /dev/null @@ -1,514 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8,00"
- Name="zlib"
- ProjectGUID="{E2A369CD-EDA3-414F-8AD0-E732CD7EE68C}"
- RootNamespace="zlib"
- SccProjectName=""
- SccLocalPath=""
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/zlib.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="2"
- FavorSizeOrSpeed="2"
- OmitFramePointers="true"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1049"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/filealign:512"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'"
- IgnoreAllDefaultLibraries="false"
- ModuleDefinitionFile=".\zlib.def"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/zlib.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1049"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- IgnoreAllDefaultLibraries="false"
- ModuleDefinitionFile=".\zlib.def"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/zlib.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- StringPooling="false"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1049"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- IgnoreAllDefaultLibraries="false"
- ModuleDefinitionFile=".\zlib.def"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/zlib.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- BrowseInformation="0"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1049"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/filealign:512"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'"
- IgnoreAllDefaultLibraries="false"
- ModuleDefinitionFile=".\zlib.def"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath="adler32.c"
- >
- </File>
- <File
- RelativePath="compress.c"
- >
- </File>
- <File
- RelativePath="crc32.c"
- >
- </File>
- <File
- RelativePath="crc32.h"
- >
- </File>
- <File
- RelativePath="deflate.c"
- >
- </File>
- <File
- RelativePath="deflate.h"
- >
- </File>
- <File
- RelativePath=".\gzio.c"
- >
- </File>
- <File
- RelativePath=".\infback.c"
- >
- </File>
- <File
- RelativePath="inffast.c"
- >
- </File>
- <File
- RelativePath="inffast.h"
- >
- </File>
- <File
- RelativePath="inflate.c"
- >
- </File>
- <File
- RelativePath="inflate.h"
- >
- </File>
- <File
- RelativePath="inftrees.c"
- >
- </File>
- <File
- RelativePath="inftrees.h"
- >
- </File>
- <File
- RelativePath="trees.c"
- >
- </File>
- <File
- RelativePath="trees.h"
- >
- </File>
- <File
- RelativePath="uncompr.c"
- >
- </File>
- <File
- RelativePath="zconf.h"
- >
- </File>
- <File
- RelativePath="zlib.def"
- >
- </File>
- <File
- RelativePath="zlib.h"
- >
- </File>
- <File
- RelativePath="zutil.c"
- >
- </File>
- <File
- RelativePath="zutil.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- >
- <File
- RelativePath=".\zlib.rc"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/plugins/zlib/zlib_9.vcproj b/plugins/zlib/zlib_9.vcproj deleted file mode 100644 index b8ab77a18d..0000000000 --- a/plugins/zlib/zlib_9.vcproj +++ /dev/null @@ -1,882 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="zlib"
- ProjectGUID="{E2A369CD-EDA3-414F-8AD0-E732CD7EE68C}"
- RootNamespace="zlib"
- TargetFrameworkVersion="131072"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/zlib.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- WarningLevel="3"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1049"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/filealign:512"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'"
- ModuleDefinitionFile=".\zlib.def"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="0"
- LinkTimeCodeGeneration="1"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Release/zlib.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- WarningLevel="3"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1049"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/filealign:512"
- AdditionalManifestDependencies=""
- ModuleDefinitionFile=".\zlib.def"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="0"
- LinkTimeCodeGeneration="1"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/zlib.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1049"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- ModuleDefinitionFile=".\zlib.def"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Debug/zlib.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1049"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalManifestDependencies=""
- ModuleDefinitionFile=".\zlib.def"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/zlib.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
- StringPooling="false"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1049"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- ModuleDefinitionFile=".\zlib.def"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Debug/zlib.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
- StringPooling="false"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1049"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalManifestDependencies=""
- ModuleDefinitionFile=".\zlib.def"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/zlib.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- BrowseInformation="0"
- WarningLevel="3"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1049"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/filealign:512"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'"
- ModuleDefinitionFile=".\zlib.def"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Release/zlib.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- WarningLevel="3"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1049"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/filealign:512"
- AdditionalManifestDependencies=""
- ModuleDefinitionFile=".\zlib.def"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath="adler32.c"
- >
- </File>
- <File
- RelativePath="compress.c"
- >
- </File>
- <File
- RelativePath="crc32.c"
- >
- </File>
- <File
- RelativePath="crc32.h"
- >
- </File>
- <File
- RelativePath="deflate.c"
- >
- </File>
- <File
- RelativePath="deflate.h"
- >
- </File>
- <File
- RelativePath=".\gzclose.c"
- >
- </File>
- <File
- RelativePath=".\gzguts.h"
- >
- </File>
- <File
- RelativePath=".\gzlib.c"
- >
- </File>
- <File
- RelativePath=".\gzread.c"
- >
- </File>
- <File
- RelativePath=".\gzwrite.c"
- >
- </File>
- <File
- RelativePath=".\infback.c"
- >
- </File>
- <File
- RelativePath="inffast.c"
- >
- </File>
- <File
- RelativePath="inffast.h"
- >
- </File>
- <File
- RelativePath="inflate.c"
- >
- </File>
- <File
- RelativePath="inflate.h"
- >
- </File>
- <File
- RelativePath="inftrees.c"
- >
- </File>
- <File
- RelativePath="inftrees.h"
- >
- </File>
- <File
- RelativePath="trees.c"
- >
- </File>
- <File
- RelativePath="trees.h"
- >
- </File>
- <File
- RelativePath="uncompr.c"
- >
- </File>
- <File
- RelativePath="zconf.h"
- >
- </File>
- <File
- RelativePath="zlib.def"
- >
- </File>
- <File
- RelativePath="zlib.h"
- >
- </File>
- <File
- RelativePath="zutil.c"
- >
- </File>
- <File
- RelativePath="zutil.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- >
- <File
- RelativePath=".\zlib.rc"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/protocols/AimOscar/aim.dsw b/protocols/AimOscar/aim.dsw deleted file mode 100644 index 625c23b6ba..0000000000 --- a/protocols/AimOscar/aim.dsw +++ /dev/null @@ -1,30 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-
-###############################################################################
-
-Project: "aim"=".\aimoscar.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
-
-
\ No newline at end of file diff --git a/protocols/AimOscar/aim_7.sln b/protocols/AimOscar/aim_7.sln deleted file mode 100644 index dfe07092b9..0000000000 --- a/protocols/AimOscar/aim_7.sln +++ /dev/null @@ -1,21 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "aim", "aim_7.vcproj", "{8FBFE966-FBD2-4E01-9DB1-88399D0FA3CA}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
-EndProject
-Global
- GlobalSection(SolutionConfiguration) = preSolution
- Debug = Debug
- Release = Release
- EndGlobalSection
- GlobalSection(ProjectConfiguration) = postSolution
- {8FBFE966-FBD2-4E01-9DB1-88399D0FA3CA}.Debug.ActiveCfg = Debug|Win32
- {8FBFE966-FBD2-4E01-9DB1-88399D0FA3CA}.Debug.Build.0 = Debug|Win32
- {8FBFE966-FBD2-4E01-9DB1-88399D0FA3CA}.Release.ActiveCfg = Release|Win32
- {8FBFE966-FBD2-4E01-9DB1-88399D0FA3CA}.Release.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- EndGlobalSection
- GlobalSection(ExtensibilityAddIns) = postSolution
- EndGlobalSection
-EndGlobal
diff --git a/protocols/AimOscar/aim_7.vcproj b/protocols/AimOscar/aim_7.vcproj deleted file mode 100644 index 3794bc281b..0000000000 --- a/protocols/AimOscar/aim_7.vcproj +++ /dev/null @@ -1,473 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="aim"
- ProjectGUID="{8FBFE966-FBD2-4E01-9DB1-88399D0FA3CA}"
- SccProjectName=""
- SccLocalPath="">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- GlobalOptimizations="TRUE"
- InlineFunctionExpansion="1"
- FavorSizeOrSpeed="2"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;AIM_EXPORTS"
- StringPooling="TRUE"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="TRUE"
- UsePrecompiledHeader="2"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalDependencies="vc7to6.lib eh7.lib wsock32.lib oldnames.lib"
- LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="../../lib"
- IgnoreAllDefaultLibraries="TRUE"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/aim.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;AIM_EXPORTS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- PrecompiledHeaderThrough=""
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="wsock32.lib"
- LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- GenerateDebugInformation="TRUE"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/aim.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"
- ExcludedFromBuild="FALSE"/>
- <Tool
- Name="VCPreBuildEventTool"
- ExcludedFromBuild="FALSE"/>
- <Tool
- Name="VCPreLinkEventTool"
- ExcludedFromBuild="FALSE"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="1">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;AIM_EXPORTS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- PrecompiledHeaderThrough=""
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="wsock32.lib"
- LinkIncremental="2"
- SuppressStartupBanner="TRUE"
- GenerateDebugInformation="TRUE"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/aim.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"
- ExcludedFromBuild="FALSE"/>
- <Tool
- Name="VCPreBuildEventTool"
- ExcludedFromBuild="FALSE"/>
- <Tool
- Name="VCPreLinkEventTool"
- ExcludedFromBuild="FALSE"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="1">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- GlobalOptimizations="TRUE"
- InlineFunctionExpansion="1"
- FavorSizeOrSpeed="2"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;AIM_EXPORTS"
- StringPooling="TRUE"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="TRUE"
- UsePrecompiledHeader="2"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="vc7to6.lib eh7.lib wsock32.lib oldnames.lib"
- LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="../../lib"
- IgnoreAllDefaultLibraries="TRUE"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/aim.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
- <File
- RelativePath=".\aim.cpp">
- </File>
- <File
- RelativePath=".\aim.rc">
- </File>
- <File
- RelativePath=".\avatars.cpp">
- </File>
- <File
- RelativePath=".\away.cpp">
- </File>
- <File
- RelativePath=".\chat.cpp">
- </File>
- <File
- RelativePath=".\client.cpp">
- </File>
- <File
- RelativePath=".\connection.cpp">
- </File>
- <File
- RelativePath=".\conv.cpp">
- </File>
- <File
- RelativePath=".\direct_connect.cpp">
- </File>
- <File
- RelativePath=".\error.cpp">
- </File>
- <File
- RelativePath=".\file.cpp">
- </File>
- <File
- RelativePath=".\flap.cpp">
- </File>
- <File
- RelativePath=".\links.cpp">
- </File>
- <File
- RelativePath=".\packets.cpp">
- </File>
- <File
- RelativePath=".\popup.cpp">
- </File>
- <File
- RelativePath=".\proto.cpp">
- </File>
- <File
- RelativePath=".\proxy.cpp">
- </File>
- <File
- RelativePath=".\server.cpp">
- </File>
- <File
- RelativePath=".\services.cpp">
- </File>
- <File
- RelativePath=".\snac.cpp">
- </File>
- <File
- RelativePath=".\theme.cpp">
- </File>
- <File
- RelativePath=".\thread.cpp">
- </File>
- <File
- RelativePath=".\tlv.cpp">
- </File>
- <File
- RelativePath=".\ui.cpp">
- </File>
- <File
- RelativePath=".\utility.cpp">
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
- <File
- RelativePath=".\icons\admin.ico">
- </File>
- <File
- RelativePath=".\icons\aol.ico">
- </File>
- <File
- RelativePath=".\icons\bot.ico">
- </File>
- <File
- RelativePath=".\icons\confirmed.ico">
- </File>
- <File
- RelativePath=".\icons\hiptop.ico">
- </File>
- <File
- RelativePath=".\icons\icq.ico">
- </File>
- <File
- RelativePath=".\icons\oscar.ico">
- </File>
- <File
- RelativePath=".\icons\unconfirmed.ico">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl">
- <File
- RelativePath=".\aim.h">
- </File>
- <File
- RelativePath=".\avatars.h">
- </File>
- <File
- RelativePath=".\away.h">
- </File>
- <File
- RelativePath=".\chat.h">
- </File>
- <File
- RelativePath=".\client.h">
- </File>
- <File
- RelativePath=".\connection.h">
- </File>
- <File
- RelativePath=".\conv.h">
- </File>
- <File
- RelativePath=".\defines.h">
- </File>
- <File
- RelativePath=".\direct_connect.h">
- </File>
- <File
- RelativePath=".\error.h">
- </File>
- <File
- RelativePath=".\file.h">
- </File>
- <File
- RelativePath=".\flap.h">
- </File>
- <File
- RelativePath=".\links.h">
- </File>
- <File
- RelativePath=".\m_cluiframes.h">
- </File>
- <File
- RelativePath=".\packets.h">
- </File>
- <File
- RelativePath=".\popup.h">
- </File>
- <File
- RelativePath=".\proto.h">
- </File>
- <File
- RelativePath=".\proxy.h">
- </File>
- <File
- RelativePath=".\resource.h">
- </File>
- <File
- RelativePath=".\server.h">
- </File>
- <File
- RelativePath=".\services.h">
- </File>
- <File
- RelativePath=".\snac.h">
- </File>
- <File
- RelativePath=".\strl.h">
- </File>
- <File
- RelativePath=".\theme.h">
- </File>
- <File
- RelativePath=".\thread.h">
- </File>
- <File
- RelativePath=".\tlv.h">
- </File>
- <File
- RelativePath=".\ui.h">
- </File>
- <File
- RelativePath=".\utility.h">
- </File>
- </Filter>
- <File
- RelativePath=".\Makefile">
- </File>
- </Files>
- <Globals>
- <Global
- Name="RESOURCE_FILE"
- Value="aim.rc"/>
- </Globals>
-</VisualStudioProject>
diff --git a/protocols/AimOscar/aim_8.sln b/protocols/AimOscar/aim_8.sln deleted file mode 100644 index 3b6ab31b77..0000000000 --- a/protocols/AimOscar/aim_8.sln +++ /dev/null @@ -1,26 +0,0 @@ -п»ї
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual C++ Express 2005
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "aim", "aim_8.vcproj", "{736E59E5-CDCE-4C88-9C3A-E7913D45C9EC}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug Unicode|Win32 = Debug Unicode|Win32
- Debug|Win32 = Debug|Win32
- Release Unicode|Win32 = Release Unicode|Win32
- Release|Win32 = Release|Win32
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {736E59E5-CDCE-4C88-9C3A-E7913D45C9EC}.Debug Unicode|Win32.ActiveCfg = Debug Unicode|Win32
- {736E59E5-CDCE-4C88-9C3A-E7913D45C9EC}.Debug Unicode|Win32.Build.0 = Debug Unicode|Win32
- {736E59E5-CDCE-4C88-9C3A-E7913D45C9EC}.Debug|Win32.ActiveCfg = Debug|Win32
- {736E59E5-CDCE-4C88-9C3A-E7913D45C9EC}.Debug|Win32.Build.0 = Debug|Win32
- {736E59E5-CDCE-4C88-9C3A-E7913D45C9EC}.Release Unicode|Win32.ActiveCfg = Release Unicode|Win32
- {736E59E5-CDCE-4C88-9C3A-E7913D45C9EC}.Release Unicode|Win32.Build.0 = Release Unicode|Win32
- {736E59E5-CDCE-4C88-9C3A-E7913D45C9EC}.Release|Win32.ActiveCfg = Release|Win32
- {736E59E5-CDCE-4C88-9C3A-E7913D45C9EC}.Release|Win32.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/protocols/AimOscar/aim_8.vcproj b/protocols/AimOscar/aim_8.vcproj deleted file mode 100644 index f673428557..0000000000 --- a/protocols/AimOscar/aim_8.vcproj +++ /dev/null @@ -1,786 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="aim"
- ProjectGUID="{736E59E5-CDCE-4C88-9C3A-E7913D45C9EC}"
- RootNamespace="aim"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/aim.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;AIM_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="0"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="aim.h"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- ExcludedFromBuild="false"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/aim.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;AIM_EXPORTS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="aim.h"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- ExcludedFromBuild="false"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="wsock32.lib"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- ExcludedFromBuild="false"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- ExcludedFromBuild="false"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/aim.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;AIM_EXPORTS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- PrecompiledHeaderThrough="aim.h"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- ExcludedFromBuild="false"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="wsock32.lib"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- ExcludedFromBuild="false"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/aim.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;AIM_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- PrecompiledHeaderThrough="aim.h"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="1"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath=".\aim.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\aim.rc"
- >
- </File>
- <File
- RelativePath=".\avatars.cpp"
- >
- </File>
- <File
- RelativePath=".\away.cpp"
- >
- </File>
- <File
- RelativePath=".\chat.cpp"
- >
- </File>
- <File
- RelativePath=".\client.cpp"
- >
- </File>
- <File
- RelativePath=".\connection.cpp"
- >
- </File>
- <File
- RelativePath=".\conv.cpp"
- >
- </File>
- <File
- RelativePath=".\direct_connect.cpp"
- >
- </File>
- <File
- RelativePath=".\error.cpp"
- >
- </File>
- <File
- RelativePath=".\file.cpp"
- >
- </File>
- <File
- RelativePath=".\flap.cpp"
- >
- </File>
- <File
- RelativePath=".\links.cpp"
- >
- </File>
- <File
- RelativePath=".\packets.cpp"
- >
- </File>
- <File
- RelativePath=".\popup.cpp"
- >
- </File>
- <File
- RelativePath=".\proto.cpp"
- >
- </File>
- <File
- RelativePath=".\proxy.cpp"
- >
- </File>
- <File
- RelativePath=".\server.cpp"
- >
- </File>
- <File
- RelativePath=".\services.cpp"
- >
- </File>
- <File
- RelativePath=".\snac.cpp"
- >
- </File>
- <File
- RelativePath=".\theme.cpp"
- >
- </File>
- <File
- RelativePath=".\thread.cpp"
- >
- </File>
- <File
- RelativePath=".\tlv.cpp"
- >
- </File>
- <File
- RelativePath=".\ui.cpp"
- >
- </File>
- <File
- RelativePath=".\utility.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
- >
- <File
- RelativePath=".\icons\add.ico"
- >
- </File>
- <File
- RelativePath=".\icons\admin.ico"
- >
- </File>
- <File
- RelativePath=".\icons\aol.ico"
- >
- </File>
- <File
- RelativePath=".\icons\away.ico"
- >
- </File>
- <File
- RelativePath=".\icons\backgroundcolor.ico"
- >
- </File>
- <File
- RelativePath=".\icons\block.ico"
- >
- </File>
- <File
- RelativePath=".\icons\bold.ico"
- >
- </File>
- <File
- RelativePath=".\icons\bot.ico"
- >
- </File>
- <File
- RelativePath=".\icons\confirmed.ico"
- >
- </File>
- <File
- RelativePath=".\icons\foregroundcolor.ico"
- >
- </File>
- <File
- RelativePath=".\icons\hiptop.ico"
- >
- </File>
- <File
- RelativePath=".\icons\icq.ico"
- >
- </File>
- <File
- RelativePath=".\icons\idle.ico"
- >
- </File>
- <File
- RelativePath=".\icons\inbox.ico"
- >
- </File>
- <File
- RelativePath=".\icons\italic.ico"
- >
- </File>
- <File
- RelativePath=".\icons\link.ico"
- >
- </File>
- <File
- RelativePath=".\icons\nbold.ico"
- >
- </File>
- <File
- RelativePath=".\icons\nitalic.ico"
- >
- </File>
- <File
- RelativePath=".\icons\nnormalscript.ico"
- >
- </File>
- <File
- RelativePath=".\icons\normalscript.ico"
- >
- </File>
- <File
- RelativePath=".\icons\nsubscript.ico"
- >
- </File>
- <File
- RelativePath=".\icons\nsuperscript.ico"
- >
- </File>
- <File
- RelativePath=".\icons\nunderline.ico"
- >
- </File>
- <File
- RelativePath=".\icons\oscar.ico"
- >
- </File>
- <File
- RelativePath=".\icons\profile.ico"
- >
- </File>
- <File
- RelativePath=".\icons\subscript.ico"
- >
- </File>
- <File
- RelativePath=".\icons\superscript.ico"
- >
- </File>
- <File
- RelativePath=".\icons\unconfirmed.ico"
- >
- </File>
- <File
- RelativePath=".\icons\underline.ico"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath=".\aim.h"
- >
- </File>
- <File
- RelativePath=".\avatars.h"
- >
- </File>
- <File
- RelativePath=".\away.h"
- >
- </File>
- <File
- RelativePath=".\chat.h"
- >
- </File>
- <File
- RelativePath=".\client.h"
- >
- </File>
- <File
- RelativePath=".\connection.h"
- >
- </File>
- <File
- RelativePath=".\conv.h"
- >
- </File>
- <File
- RelativePath=".\defines.h"
- >
- </File>
- <File
- RelativePath=".\direct_connect.h"
- >
- </File>
- <File
- RelativePath=".\error.h"
- >
- </File>
- <File
- RelativePath=".\file.h"
- >
- </File>
- <File
- RelativePath=".\flap.h"
- >
- </File>
- <File
- RelativePath=".\links.h"
- >
- </File>
- <File
- RelativePath=".\m_cluiframes.h"
- >
- </File>
- <File
- RelativePath=".\packets.h"
- >
- </File>
- <File
- RelativePath=".\popup.h"
- >
- </File>
- <File
- RelativePath=".\proto.h"
- >
- </File>
- <File
- RelativePath=".\proxy.h"
- >
- </File>
- <File
- RelativePath=".\resource.h"
- >
- </File>
- <File
- RelativePath=".\server.h"
- >
- </File>
- <File
- RelativePath=".\services.h"
- >
- </File>
- <File
- RelativePath=".\snac.h"
- >
- </File>
- <File
- RelativePath=".\theme.h"
- >
- </File>
- <File
- RelativePath=".\thread.h"
- >
- </File>
- <File
- RelativePath=".\tlv.h"
- >
- </File>
- <File
- RelativePath=".\ui.h"
- >
- </File>
- <File
- RelativePath=".\utility.h"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- <Global
- Name="RESOURCE_FILE"
- Value="aim.rc"
- />
- </Globals>
-</VisualStudioProject>
diff --git a/protocols/AimOscar/aim_9.vcproj b/protocols/AimOscar/aim_9.vcproj deleted file mode 100644 index 82110bcbec..0000000000 --- a/protocols/AimOscar/aim_9.vcproj +++ /dev/null @@ -1,1160 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="aim"
- ProjectGUID="{736E59E5-CDCE-4C88-9C3A-E7913D45C9EC}"
- RootNamespace="aim"
- TargetFrameworkVersion="131072"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/aim.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;AIM_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="0"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="aim.h"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib"
- GenerateDebugInformation="true"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="0"
- LinkTimeCodeGeneration="1"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Release/aim.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;AIM_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="0"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="aim.h"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib"
- LinkIncremental="1"
- GenerateDebugInformation="true"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- ExcludedFromBuild="false"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/aim.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;AIM_EXPORTS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="aim.h"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- ExcludedFromBuild="false"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib"
- GenerateDebugInformation="true"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- ExcludedFromBuild="false"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- ExcludedFromBuild="false"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Debug/aim.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;AIM_EXPORTS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="aim.h"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- ExcludedFromBuild="false"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="wsock32.lib"
- LinkIncremental="1"
- GenerateDebugInformation="true"
- RandomizedBaseAddress="1"
- ImportLibrary=""
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- ExcludedFromBuild="false"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- ExcludedFromBuild="false"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/aim.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;AIM_EXPORTS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="aim.h"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- ExcludedFromBuild="false"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib"
- GenerateDebugInformation="true"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- ExcludedFromBuild="false"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- ExcludedFromBuild="false"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Debug/aim.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;AIM_EXPORTS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="aim.h"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- ExcludedFromBuild="false"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="wsock32.lib"
- LinkIncremental="1"
- GenerateDebugInformation="true"
- RandomizedBaseAddress="1"
- ImportLibrary=""
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- ExcludedFromBuild="false"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/aim.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;AIM_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="aim.h"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib"
- GenerateDebugInformation="true"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Release/aim.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;AIM_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="aim.h"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib"
- LinkIncremental="1"
- GenerateDebugInformation="true"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath=".\aim.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\avatars.cpp"
- >
- </File>
- <File
- RelativePath=".\away.cpp"
- >
- </File>
- <File
- RelativePath=".\chat.cpp"
- >
- </File>
- <File
- RelativePath=".\client.cpp"
- >
- </File>
- <File
- RelativePath=".\connection.cpp"
- >
- </File>
- <File
- RelativePath=".\conv.cpp"
- >
- </File>
- <File
- RelativePath=".\direct_connect.cpp"
- >
- </File>
- <File
- RelativePath=".\error.cpp"
- >
- </File>
- <File
- RelativePath=".\file.cpp"
- >
- </File>
- <File
- RelativePath=".\flap.cpp"
- >
- </File>
- <File
- RelativePath=".\links.cpp"
- >
- </File>
- <File
- RelativePath=".\packets.cpp"
- >
- </File>
- <File
- RelativePath=".\popup.cpp"
- >
- </File>
- <File
- RelativePath=".\proto.cpp"
- >
- </File>
- <File
- RelativePath=".\proxy.cpp"
- >
- </File>
- <File
- RelativePath=".\server.cpp"
- >
- </File>
- <File
- RelativePath=".\services.cpp"
- >
- </File>
- <File
- RelativePath=".\snac.cpp"
- >
- </File>
- <File
- RelativePath=".\theme.cpp"
- >
- </File>
- <File
- RelativePath=".\thread.cpp"
- >
- </File>
- <File
- RelativePath=".\tlv.cpp"
- >
- </File>
- <File
- RelativePath=".\ui.cpp"
- >
- </File>
- <File
- RelativePath=".\utility.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
- >
- <File
- RelativePath=".\icons\add.ico"
- >
- </File>
- <File
- RelativePath=".\icons\admin.ico"
- >
- </File>
- <File
- RelativePath=".\aim.rc"
- >
- </File>
- <File
- RelativePath=".\icons\aol.ico"
- >
- </File>
- <File
- RelativePath=".\icons\away.ico"
- >
- </File>
- <File
- RelativePath=".\icons\backgroundcolor.ico"
- >
- </File>
- <File
- RelativePath=".\icons\block.ico"
- >
- </File>
- <File
- RelativePath=".\icons\bold.ico"
- >
- </File>
- <File
- RelativePath=".\icons\bot.ico"
- >
- </File>
- <File
- RelativePath=".\icons\confirmed.ico"
- >
- </File>
- <File
- RelativePath=".\icons\foregroundcolor.ico"
- >
- </File>
- <File
- RelativePath=".\icons\hiptop.ico"
- >
- </File>
- <File
- RelativePath=".\icons\icq.ico"
- >
- </File>
- <File
- RelativePath=".\icons\idle.ico"
- >
- </File>
- <File
- RelativePath=".\icons\inbox.ico"
- >
- </File>
- <File
- RelativePath=".\icons\italic.ico"
- >
- </File>
- <File
- RelativePath=".\icons\nbold.ico"
- >
- </File>
- <File
- RelativePath=".\icons\nitalic.ico"
- >
- </File>
- <File
- RelativePath=".\icons\nnormalscript.ico"
- >
- </File>
- <File
- RelativePath=".\icons\normalscript.ico"
- >
- </File>
- <File
- RelativePath=".\icons\nsubscript.ico"
- >
- </File>
- <File
- RelativePath=".\icons\nsuperscript.ico"
- >
- </File>
- <File
- RelativePath=".\icons\nunderline.ico"
- >
- </File>
- <File
- RelativePath=".\icons\oscar.ico"
- >
- </File>
- <File
- RelativePath=".\icons\profile.ico"
- >
- </File>
- <File
- RelativePath=".\icons\subscript.ico"
- >
- </File>
- <File
- RelativePath=".\icons\superscript.ico"
- >
- </File>
- <File
- RelativePath=".\icons\unconfirmed.ico"
- >
- </File>
- <File
- RelativePath=".\icons\underline.ico"
- >
- </File>
- <File
- RelativePath=".\version.rc"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath=".\aim.h"
- >
- </File>
- <File
- RelativePath=".\avatars.h"
- >
- </File>
- <File
- RelativePath=".\conv.h"
- >
- </File>
- <File
- RelativePath=".\direct_connect.h"
- >
- </File>
- <File
- RelativePath=".\file.h"
- >
- </File>
- <File
- RelativePath=".\flap.h"
- >
- </File>
- <File
- RelativePath=".\links.h"
- >
- </File>
- <File
- RelativePath=".\packets.h"
- >
- </File>
- <File
- RelativePath=".\proto.h"
- >
- </File>
- <File
- RelativePath=".\proxy.h"
- >
- </File>
- <File
- RelativePath=".\resource.h"
- >
- </File>
- <File
- RelativePath=".\snac.h"
- >
- </File>
- <File
- RelativePath=".\theme.h"
- >
- </File>
- <File
- RelativePath=".\tlv.h"
- >
- </File>
- <File
- RelativePath=".\ui.h"
- >
- </File>
- <File
- RelativePath=".\utility.h"
- >
- </File>
- <File
- RelativePath=".\version.h"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- <Global
- Name="RESOURCE_FILE"
- Value="aim.rc"
- />
- </Globals>
-</VisualStudioProject>
diff --git a/protocols/AimOscar/aimoscar.dep b/protocols/AimOscar/aimoscar.dep deleted file mode 100644 index d382acb0fa..0000000000 --- a/protocols/AimOscar/aimoscar.dep +++ /dev/null @@ -1,1311 +0,0 @@ -# Microsoft Developer Studio Generated Dependency File, included by aimoscar.mak
-
-.\aim.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\aim.h"\
- ".\avatars.h"\
- ".\chat.h"\
- ".\conv.h"\
- ".\direct_connect.h"\
- ".\file.h"\
- ".\flap.h"\
- ".\links.h"\
- ".\packets.h"\
- ".\proto.h"\
- ".\proxy.h"\
- ".\snac.h"\
- ".\theme.h"\
- ".\tlv.h"\
- ".\ui.h"\
- ".\utility.h"\
- ".\version.h"\
-
-
-.\avatars.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\aim.h"\
- ".\avatars.h"\
- ".\chat.h"\
- ".\conv.h"\
- ".\direct_connect.h"\
- ".\file.h"\
- ".\flap.h"\
- ".\links.h"\
- ".\m_folders.h"\
- ".\packets.h"\
- ".\proto.h"\
- ".\proxy.h"\
- ".\snac.h"\
- ".\theme.h"\
- ".\tlv.h"\
- ".\ui.h"\
- ".\utility.h"\
-
-
-.\away.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\aim.h"\
- ".\avatars.h"\
- ".\chat.h"\
- ".\conv.h"\
- ".\direct_connect.h"\
- ".\file.h"\
- ".\flap.h"\
- ".\links.h"\
- ".\packets.h"\
- ".\proto.h"\
- ".\proxy.h"\
- ".\snac.h"\
- ".\theme.h"\
- ".\tlv.h"\
- ".\ui.h"\
- ".\utility.h"\
-
-
-.\chat.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\aim.h"\
- ".\avatars.h"\
- ".\chat.h"\
- ".\conv.h"\
- ".\direct_connect.h"\
- ".\file.h"\
- ".\flap.h"\
- ".\links.h"\
- ".\packets.h"\
- ".\proto.h"\
- ".\proxy.h"\
- ".\snac.h"\
- ".\theme.h"\
- ".\tlv.h"\
- ".\ui.h"\
- ".\utility.h"\
-
-
-.\client.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\aim.h"\
- ".\avatars.h"\
- ".\chat.h"\
- ".\conv.h"\
- ".\direct_connect.h"\
- ".\file.h"\
- ".\flap.h"\
- ".\links.h"\
- ".\packets.h"\
- ".\proto.h"\
- ".\proxy.h"\
- ".\snac.h"\
- ".\theme.h"\
- ".\tlv.h"\
- ".\ui.h"\
- ".\utility.h"\
- ".\version.h"\
-
-
-.\connection.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\aim.h"\
- ".\avatars.h"\
- ".\chat.h"\
- ".\conv.h"\
- ".\direct_connect.h"\
- ".\file.h"\
- ".\flap.h"\
- ".\links.h"\
- ".\packets.h"\
- ".\proto.h"\
- ".\proxy.h"\
- ".\snac.h"\
- ".\theme.h"\
- ".\tlv.h"\
- ".\ui.h"\
- ".\utility.h"\
-
-
-.\conv.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\aim.h"\
- ".\avatars.h"\
- ".\chat.h"\
- ".\conv.h"\
- ".\direct_connect.h"\
- ".\file.h"\
- ".\flap.h"\
- ".\links.h"\
- ".\packets.h"\
- ".\proto.h"\
- ".\proxy.h"\
- ".\snac.h"\
- ".\theme.h"\
- ".\tlv.h"\
- ".\ui.h"\
- ".\utility.h"\
-
-
-.\direct_connect.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\aim.h"\
- ".\avatars.h"\
- ".\chat.h"\
- ".\conv.h"\
- ".\direct_connect.h"\
- ".\file.h"\
- ".\flap.h"\
- ".\links.h"\
- ".\packets.h"\
- ".\proto.h"\
- ".\proxy.h"\
- ".\snac.h"\
- ".\theme.h"\
- ".\tlv.h"\
- ".\ui.h"\
- ".\utility.h"\
-
-
-.\error.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\aim.h"\
- ".\avatars.h"\
- ".\chat.h"\
- ".\conv.h"\
- ".\direct_connect.h"\
- ".\file.h"\
- ".\flap.h"\
- ".\links.h"\
- ".\packets.h"\
- ".\proto.h"\
- ".\proxy.h"\
- ".\snac.h"\
- ".\theme.h"\
- ".\tlv.h"\
- ".\ui.h"\
- ".\utility.h"\
-
-
-.\file.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\aim.h"\
- ".\avatars.h"\
- ".\chat.h"\
- ".\conv.h"\
- ".\direct_connect.h"\
- ".\file.h"\
- ".\flap.h"\
- ".\links.h"\
- ".\packets.h"\
- ".\proto.h"\
- ".\proxy.h"\
- ".\snac.h"\
- ".\theme.h"\
- ".\tlv.h"\
- ".\ui.h"\
- ".\utility.h"\
-
-
-.\flap.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\aim.h"\
- ".\avatars.h"\
- ".\chat.h"\
- ".\conv.h"\
- ".\direct_connect.h"\
- ".\file.h"\
- ".\flap.h"\
- ".\links.h"\
- ".\packets.h"\
- ".\proto.h"\
- ".\proxy.h"\
- ".\snac.h"\
- ".\theme.h"\
- ".\tlv.h"\
- ".\ui.h"\
- ".\utility.h"\
-
-
-.\links.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\aim.h"\
- ".\avatars.h"\
- ".\chat.h"\
- ".\conv.h"\
- ".\direct_connect.h"\
- ".\file.h"\
- ".\flap.h"\
- ".\links.h"\
- ".\m_assocmgr.h"\
- ".\packets.h"\
- ".\proto.h"\
- ".\proxy.h"\
- ".\snac.h"\
- ".\theme.h"\
- ".\tlv.h"\
- ".\ui.h"\
- ".\utility.h"\
-
-
-.\packets.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\aim.h"\
- ".\avatars.h"\
- ".\chat.h"\
- ".\conv.h"\
- ".\direct_connect.h"\
- ".\file.h"\
- ".\flap.h"\
- ".\links.h"\
- ".\packets.h"\
- ".\proto.h"\
- ".\proxy.h"\
- ".\snac.h"\
- ".\theme.h"\
- ".\tlv.h"\
- ".\ui.h"\
- ".\utility.h"\
-
-
-.\popup.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\aim.h"\
- ".\avatars.h"\
- ".\chat.h"\
- ".\conv.h"\
- ".\direct_connect.h"\
- ".\file.h"\
- ".\flap.h"\
- ".\links.h"\
- ".\packets.h"\
- ".\proto.h"\
- ".\proxy.h"\
- ".\snac.h"\
- ".\theme.h"\
- ".\tlv.h"\
- ".\ui.h"\
- ".\utility.h"\
-
-
-.\proto.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\aim.h"\
- ".\avatars.h"\
- ".\chat.h"\
- ".\conv.h"\
- ".\direct_connect.h"\
- ".\file.h"\
- ".\flap.h"\
- ".\links.h"\
- ".\packets.h"\
- ".\proto.h"\
- ".\proxy.h"\
- ".\snac.h"\
- ".\theme.h"\
- ".\tlv.h"\
- ".\ui.h"\
- ".\utility.h"\
-
-
-.\proxy.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\aim.h"\
- ".\avatars.h"\
- ".\chat.h"\
- ".\conv.h"\
- ".\direct_connect.h"\
- ".\file.h"\
- ".\flap.h"\
- ".\links.h"\
- ".\packets.h"\
- ".\proto.h"\
- ".\proxy.h"\
- ".\snac.h"\
- ".\theme.h"\
- ".\tlv.h"\
- ".\ui.h"\
- ".\utility.h"\
-
-
-.\server.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\aim.h"\
- ".\avatars.h"\
- ".\chat.h"\
- ".\conv.h"\
- ".\direct_connect.h"\
- ".\file.h"\
- ".\flap.h"\
- ".\links.h"\
- ".\packets.h"\
- ".\proto.h"\
- ".\proxy.h"\
- ".\snac.h"\
- ".\theme.h"\
- ".\tlv.h"\
- ".\ui.h"\
- ".\utility.h"\
- ".\version.h"\
-
-
-.\services.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\aim.h"\
- ".\avatars.h"\
- ".\chat.h"\
- ".\conv.h"\
- ".\direct_connect.h"\
- ".\file.h"\
- ".\flap.h"\
- ".\links.h"\
- ".\packets.h"\
- ".\proto.h"\
- ".\proxy.h"\
- ".\snac.h"\
- ".\theme.h"\
- ".\tlv.h"\
- ".\ui.h"\
- ".\utility.h"\
-
-
-.\snac.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\aim.h"\
- ".\avatars.h"\
- ".\chat.h"\
- ".\conv.h"\
- ".\direct_connect.h"\
- ".\file.h"\
- ".\flap.h"\
- ".\links.h"\
- ".\packets.h"\
- ".\proto.h"\
- ".\proxy.h"\
- ".\snac.h"\
- ".\theme.h"\
- ".\tlv.h"\
- ".\ui.h"\
- ".\utility.h"\
-
-
-.\theme.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\aim.h"\
- ".\avatars.h"\
- ".\chat.h"\
- ".\conv.h"\
- ".\direct_connect.h"\
- ".\file.h"\
- ".\flap.h"\
- ".\links.h"\
- ".\m_extraicons.h"\
- ".\packets.h"\
- ".\proto.h"\
- ".\proxy.h"\
- ".\snac.h"\
- ".\theme.h"\
- ".\tlv.h"\
- ".\ui.h"\
- ".\utility.h"\
-
-
-.\thread.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\aim.h"\
- ".\avatars.h"\
- ".\chat.h"\
- ".\conv.h"\
- ".\direct_connect.h"\
- ".\file.h"\
- ".\flap.h"\
- ".\links.h"\
- ".\packets.h"\
- ".\proto.h"\
- ".\proxy.h"\
- ".\snac.h"\
- ".\theme.h"\
- ".\tlv.h"\
- ".\ui.h"\
- ".\utility.h"\
-
-
-.\tlv.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\aim.h"\
- ".\avatars.h"\
- ".\chat.h"\
- ".\conv.h"\
- ".\direct_connect.h"\
- ".\file.h"\
- ".\flap.h"\
- ".\links.h"\
- ".\packets.h"\
- ".\proto.h"\
- ".\proxy.h"\
- ".\snac.h"\
- ".\theme.h"\
- ".\tlv.h"\
- ".\ui.h"\
- ".\utility.h"\
-
-
-.\ui.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\aim.h"\
- ".\avatars.h"\
- ".\chat.h"\
- ".\conv.h"\
- ".\direct_connect.h"\
- ".\file.h"\
- ".\flap.h"\
- ".\links.h"\
- ".\packets.h"\
- ".\proto.h"\
- ".\proxy.h"\
- ".\snac.h"\
- ".\theme.h"\
- ".\tlv.h"\
- ".\ui.h"\
- ".\utility.h"\
-
-
-.\utility.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_history.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\msapi\vsstyle.h"\
- "..\..\include\msapi\vssym32.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\aim.h"\
- ".\avatars.h"\
- ".\chat.h"\
- ".\conv.h"\
- ".\direct_connect.h"\
- ".\file.h"\
- ".\flap.h"\
- ".\links.h"\
- ".\packets.h"\
- ".\proto.h"\
- ".\proxy.h"\
- ".\snac.h"\
- ".\theme.h"\
- ".\tlv.h"\
- ".\ui.h"\
- ".\utility.h"\
-
-
-.\aim.rc : \
- ".\icons\add.ico"\
- ".\icons\admin.ico"\
- ".\icons\aol.ico"\
- ".\icons\away.ico"\
- ".\icons\backgroundcolor.ico"\
- ".\icons\block.ico"\
- ".\icons\bold.ico"\
- ".\icons\bot.ico"\
- ".\icons\confirmed.ico"\
- ".\icons\foregroundcolor.ico"\
- ".\icons\hiptop.ico"\
- ".\icons\icq.ico"\
- ".\icons\idle.ico"\
- ".\icons\inbox.ico"\
- ".\icons\italic.ico"\
- ".\icons\nbold.ico"\
- ".\icons\nitalic.ico"\
- ".\icons\nnormalscript.ico"\
- ".\icons\normalscript.ico"\
- ".\icons\nsubscript.ico"\
- ".\icons\nsuperscript.ico"\
- ".\icons\nunderline.ico"\
- ".\icons\oscar.ico"\
- ".\icons\profile.ico"\
- ".\icons\subscript.ico"\
- ".\icons\superscript.ico"\
- ".\icons\unconfirmed.ico"\
- ".\icons\underline.ico"\
-
diff --git a/protocols/AimOscar/aimoscar.dsp b/protocols/AimOscar/aimoscar.dsp deleted file mode 100644 index 9c36bcbad0..0000000000 --- a/protocols/AimOscar/aimoscar.dsp +++ /dev/null @@ -1,480 +0,0 @@ -# Microsoft Developer Studio Project File - Name="aim" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-CFG=aim - Win32 Debug Unicode
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "aimoscar.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "aimoscar.mak" CFG="aim - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "aim - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "aim - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "aim - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "aim - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "aim - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 1
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "AIM_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_" /YX /FD /c
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
-# ADD LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /dll /map /debug /machine:I386 /out:"../../bin/release/plugins/Aim.dll" /ALIGN:4096 /ignore:4108
-# SUBTRACT LINK32 /pdb:none
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "AIM_EXPORTS" /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /W2 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "AIM_EXPORTS" /FR /YX /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"../../bin/debug/plugins/Aim.dll" /pdbtype:sept
-
-!ELSEIF "$(CFG)" == "aim - Win32 Release Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "aim___Win32_Release_Unicode"
-# PROP BASE Intermediate_Dir "aim___Win32_Release_Unicode"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release_Unicode"
-# PROP Intermediate_Dir "Release_Unicode"
-# PROP Ignore_Export_Lib 1
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "AIM_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /YX /FD /c
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /map /debug /machine:I386 /out:"../../bin/release/plugins/Aim.dll" /ALIGN:4096 /ignore:4108
-# SUBTRACT BASE LINK32 /pdb:none
-# ADD LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /dll /map /debug /machine:I386 /out:"../../bin/release unicode/plugins/Aim.dll" /ALIGN:4096 /ignore:4108
-# SUBTRACT LINK32 /pdb:none
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "aim___Win32_Debug_Unicode"
-# PROP BASE Intermediate_Dir "aim___Win32_Debug_Unicode"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug_Unicode"
-# PROP Intermediate_Dir "Debug_Unicode"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MDd /W2 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "AIM_EXPORTS" /FR /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /W2 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "AIM_EXPORTS" /FR /YX /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"../../bin/debug/plugins/Aim.dll" /pdbtype:sept
-# ADD LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"../../bin/debug unicode/plugins/Aim.dll" /pdbtype:sept
-
-!ENDIF
-
-# Begin Target
-
-# Name "aim - Win32 Release"
-# Name "aim - Win32 Debug"
-# Name "aim - Win32 Release Unicode"
-# Name "aim - Win32 Debug Unicode"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=.\aim.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\avatars.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\away.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\chat.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\client.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\connection.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\conv.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\direct_connect.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\error.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\file.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\flap.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\links.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\packets.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\popup.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\proto.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\proxy.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\server.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\services.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\snac.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\theme.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\thread.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\tlv.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ui.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\utility.cpp
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\aim.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\avatars.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\chat.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\client.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\conv.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\defines.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\direct_connect.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\error.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\file.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\flap.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\links.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\packets.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\popup.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\proto.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\proxy.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\resource.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\server.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\services.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\snac.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\strl.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\theme.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\tlv.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\ui.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\utility.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\version.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# Begin Source File
-
-SOURCE=.\icons\add.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\admin.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\aim.rc
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\aol.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\away.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\backgroundcolor.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\block.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\bold.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\bot.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\confirmed.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\foregroundcolor.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\hiptop.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\icq.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\idle.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\inbox.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\italic.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\link.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\nbold.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\nitalic.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\nnormalscript.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\normalscript.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\nsubscript.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\nsuperscript.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\nunderline.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\oscar.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\profile.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\subscript.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\superscript.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\unconfirmed.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\underline.ico
-# End Source File
-# End Group
-# End Target
-# End Project
diff --git a/protocols/AimOscar/aimoscar.mak b/protocols/AimOscar/aimoscar.mak deleted file mode 100644 index 13c5131586..0000000000 --- a/protocols/AimOscar/aimoscar.mak +++ /dev/null @@ -1,1315 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on aimoscar.dsp
-!IF "$(CFG)" == ""
-CFG=aim - Win32 Release Unicode
-!MESSAGE No configuration specified. Defaulting to aim - Win32 Release Unicode.
-!ENDIF
-
-!IF "$(CFG)" != "aim - Win32 Release" && "$(CFG)" != "aim - Win32 Debug" && "$(CFG)" != "aim - Win32 Release Unicode" && "$(CFG)" != "aim - Win32 Debug Unicode"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "aimoscar.mak" CFG="aim - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "aim - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "aim - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "aim - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "aim - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-!ERROR An invalid configuration is specified.
-!ENDIF
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE
-NULL=nul
-!ENDIF
-
-!IF "$(CFG)" == "aim - Win32 Release"
-
-OUTDIR=.\Release
-INTDIR=.\Release
-
-ALL : "..\..\bin\release\plugins\Aim.dll"
-
-
-CLEAN :
- -@erase "$(INTDIR)\aim.obj"
- -@erase "$(INTDIR)\aim.res"
- -@erase "$(INTDIR)\avatars.obj"
- -@erase "$(INTDIR)\away.obj"
- -@erase "$(INTDIR)\chat.obj"
- -@erase "$(INTDIR)\client.obj"
- -@erase "$(INTDIR)\connection.obj"
- -@erase "$(INTDIR)\conv.obj"
- -@erase "$(INTDIR)\direct_connect.obj"
- -@erase "$(INTDIR)\error.obj"
- -@erase "$(INTDIR)\file.obj"
- -@erase "$(INTDIR)\flap.obj"
- -@erase "$(INTDIR)\links.obj"
- -@erase "$(INTDIR)\packets.obj"
- -@erase "$(INTDIR)\popup.obj"
- -@erase "$(INTDIR)\proto.obj"
- -@erase "$(INTDIR)\proxy.obj"
- -@erase "$(INTDIR)\server.obj"
- -@erase "$(INTDIR)\services.obj"
- -@erase "$(INTDIR)\snac.obj"
- -@erase "$(INTDIR)\theme.obj"
- -@erase "$(INTDIR)\thread.obj"
- -@erase "$(INTDIR)\tlv.obj"
- -@erase "$(INTDIR)\ui.obj"
- -@erase "$(INTDIR)\utility.obj"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\Aim.exp"
- -@erase "$(OUTDIR)\Aim.map"
- -@erase "$(OUTDIR)\Aim.pdb"
- -@erase "..\..\bin\release\plugins\Aim.dll"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP=cl.exe
-CPP_PROJ=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_" /Fp"$(INTDIR)\aimoscar.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-MTL=midl.exe
-MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
-RSC=rc.exe
-RSC_PROJ=/l 0x409 /fo"$(INTDIR)\aim.res" /d "NDEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\aimoscar.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=wsock32.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /dll /incremental:no /pdb:"$(OUTDIR)\Aim.pdb" /map:"$(INTDIR)\Aim.map" /debug /machine:I386 /out:"../../bin/release/plugins/Aim.dll" /implib:"$(OUTDIR)\Aim.lib" /ALIGN:4096 /ignore:4108
-LINK32_OBJS= \
- "$(INTDIR)\aim.obj" \
- "$(INTDIR)\avatars.obj" \
- "$(INTDIR)\away.obj" \
- "$(INTDIR)\chat.obj" \
- "$(INTDIR)\client.obj" \
- "$(INTDIR)\connection.obj" \
- "$(INTDIR)\conv.obj" \
- "$(INTDIR)\direct_connect.obj" \
- "$(INTDIR)\error.obj" \
- "$(INTDIR)\file.obj" \
- "$(INTDIR)\flap.obj" \
- "$(INTDIR)\links.obj" \
- "$(INTDIR)\packets.obj" \
- "$(INTDIR)\popup.obj" \
- "$(INTDIR)\proto.obj" \
- "$(INTDIR)\proxy.obj" \
- "$(INTDIR)\server.obj" \
- "$(INTDIR)\services.obj" \
- "$(INTDIR)\snac.obj" \
- "$(INTDIR)\theme.obj" \
- "$(INTDIR)\thread.obj" \
- "$(INTDIR)\tlv.obj" \
- "$(INTDIR)\ui.obj" \
- "$(INTDIR)\utility.obj" \
- "$(INTDIR)\aim.res"
-
-"..\..\bin\release\plugins\Aim.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug"
-
-OUTDIR=.\Debug
-INTDIR=.\Debug
-# Begin Custom Macros
-OutDir=.\Debug
-# End Custom Macros
-
-ALL : "..\..\bin\debug\plugins\Aim.dll" "$(OUTDIR)\aimoscar.bsc"
-
-
-CLEAN :
- -@erase "$(INTDIR)\aim.obj"
- -@erase "$(INTDIR)\aim.res"
- -@erase "$(INTDIR)\aim.sbr"
- -@erase "$(INTDIR)\avatars.obj"
- -@erase "$(INTDIR)\avatars.sbr"
- -@erase "$(INTDIR)\away.obj"
- -@erase "$(INTDIR)\away.sbr"
- -@erase "$(INTDIR)\chat.obj"
- -@erase "$(INTDIR)\chat.sbr"
- -@erase "$(INTDIR)\client.obj"
- -@erase "$(INTDIR)\client.sbr"
- -@erase "$(INTDIR)\connection.obj"
- -@erase "$(INTDIR)\connection.sbr"
- -@erase "$(INTDIR)\conv.obj"
- -@erase "$(INTDIR)\conv.sbr"
- -@erase "$(INTDIR)\direct_connect.obj"
- -@erase "$(INTDIR)\direct_connect.sbr"
- -@erase "$(INTDIR)\error.obj"
- -@erase "$(INTDIR)\error.sbr"
- -@erase "$(INTDIR)\file.obj"
- -@erase "$(INTDIR)\file.sbr"
- -@erase "$(INTDIR)\flap.obj"
- -@erase "$(INTDIR)\flap.sbr"
- -@erase "$(INTDIR)\links.obj"
- -@erase "$(INTDIR)\links.sbr"
- -@erase "$(INTDIR)\packets.obj"
- -@erase "$(INTDIR)\packets.sbr"
- -@erase "$(INTDIR)\popup.obj"
- -@erase "$(INTDIR)\popup.sbr"
- -@erase "$(INTDIR)\proto.obj"
- -@erase "$(INTDIR)\proto.sbr"
- -@erase "$(INTDIR)\proxy.obj"
- -@erase "$(INTDIR)\proxy.sbr"
- -@erase "$(INTDIR)\server.obj"
- -@erase "$(INTDIR)\server.sbr"
- -@erase "$(INTDIR)\services.obj"
- -@erase "$(INTDIR)\services.sbr"
- -@erase "$(INTDIR)\snac.obj"
- -@erase "$(INTDIR)\snac.sbr"
- -@erase "$(INTDIR)\theme.obj"
- -@erase "$(INTDIR)\theme.sbr"
- -@erase "$(INTDIR)\thread.obj"
- -@erase "$(INTDIR)\thread.sbr"
- -@erase "$(INTDIR)\tlv.obj"
- -@erase "$(INTDIR)\tlv.sbr"
- -@erase "$(INTDIR)\ui.obj"
- -@erase "$(INTDIR)\ui.sbr"
- -@erase "$(INTDIR)\utility.obj"
- -@erase "$(INTDIR)\utility.sbr"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\Aim.exp"
- -@erase "$(OUTDIR)\Aim.lib"
- -@erase "$(OUTDIR)\Aim.pdb"
- -@erase "$(OUTDIR)\aimoscar.bsc"
- -@erase "..\..\bin\debug\plugins\Aim.dll"
- -@erase "..\..\bin\debug\plugins\Aim.ilk"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP=cl.exe
-CPP_PROJ=/nologo /MDd /W2 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "AIM_EXPORTS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\aimoscar.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-MTL=midl.exe
-MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
-RSC=rc.exe
-RSC_PROJ=/l 0x409 /fo"$(INTDIR)\aim.res" /d "_DEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\aimoscar.bsc"
-BSC32_SBRS= \
- "$(INTDIR)\aim.sbr" \
- "$(INTDIR)\avatars.sbr" \
- "$(INTDIR)\away.sbr" \
- "$(INTDIR)\chat.sbr" \
- "$(INTDIR)\client.sbr" \
- "$(INTDIR)\connection.sbr" \
- "$(INTDIR)\conv.sbr" \
- "$(INTDIR)\direct_connect.sbr" \
- "$(INTDIR)\error.sbr" \
- "$(INTDIR)\file.sbr" \
- "$(INTDIR)\flap.sbr" \
- "$(INTDIR)\links.sbr" \
- "$(INTDIR)\packets.sbr" \
- "$(INTDIR)\popup.sbr" \
- "$(INTDIR)\proto.sbr" \
- "$(INTDIR)\proxy.sbr" \
- "$(INTDIR)\server.sbr" \
- "$(INTDIR)\services.sbr" \
- "$(INTDIR)\snac.sbr" \
- "$(INTDIR)\theme.sbr" \
- "$(INTDIR)\thread.sbr" \
- "$(INTDIR)\tlv.sbr" \
- "$(INTDIR)\ui.sbr" \
- "$(INTDIR)\utility.sbr"
-
-"$(OUTDIR)\aimoscar.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
- $(BSC32) @<<
- $(BSC32_FLAGS) $(BSC32_SBRS)
-<<
-
-LINK32=link.exe
-LINK32_FLAGS=wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /pdb:"$(OUTDIR)\Aim.pdb" /debug /machine:I386 /out:"../../bin/debug/plugins/Aim.dll" /implib:"$(OUTDIR)\Aim.lib" /pdbtype:sept
-LINK32_OBJS= \
- "$(INTDIR)\aim.obj" \
- "$(INTDIR)\avatars.obj" \
- "$(INTDIR)\away.obj" \
- "$(INTDIR)\chat.obj" \
- "$(INTDIR)\client.obj" \
- "$(INTDIR)\connection.obj" \
- "$(INTDIR)\conv.obj" \
- "$(INTDIR)\direct_connect.obj" \
- "$(INTDIR)\error.obj" \
- "$(INTDIR)\file.obj" \
- "$(INTDIR)\flap.obj" \
- "$(INTDIR)\links.obj" \
- "$(INTDIR)\packets.obj" \
- "$(INTDIR)\popup.obj" \
- "$(INTDIR)\proto.obj" \
- "$(INTDIR)\proxy.obj" \
- "$(INTDIR)\server.obj" \
- "$(INTDIR)\services.obj" \
- "$(INTDIR)\snac.obj" \
- "$(INTDIR)\theme.obj" \
- "$(INTDIR)\thread.obj" \
- "$(INTDIR)\tlv.obj" \
- "$(INTDIR)\ui.obj" \
- "$(INTDIR)\utility.obj" \
- "$(INTDIR)\aim.res"
-
-"..\..\bin\debug\plugins\Aim.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "aim - Win32 Release Unicode"
-
-OUTDIR=.\Release_Unicode
-INTDIR=.\Release_Unicode
-
-ALL : "..\..\bin\release unicode\plugins\Aim.dll"
-
-
-CLEAN :
- -@erase "$(INTDIR)\aim.obj"
- -@erase "$(INTDIR)\aim.res"
- -@erase "$(INTDIR)\avatars.obj"
- -@erase "$(INTDIR)\away.obj"
- -@erase "$(INTDIR)\chat.obj"
- -@erase "$(INTDIR)\client.obj"
- -@erase "$(INTDIR)\connection.obj"
- -@erase "$(INTDIR)\conv.obj"
- -@erase "$(INTDIR)\direct_connect.obj"
- -@erase "$(INTDIR)\error.obj"
- -@erase "$(INTDIR)\file.obj"
- -@erase "$(INTDIR)\flap.obj"
- -@erase "$(INTDIR)\links.obj"
- -@erase "$(INTDIR)\packets.obj"
- -@erase "$(INTDIR)\popup.obj"
- -@erase "$(INTDIR)\proto.obj"
- -@erase "$(INTDIR)\proxy.obj"
- -@erase "$(INTDIR)\server.obj"
- -@erase "$(INTDIR)\services.obj"
- -@erase "$(INTDIR)\snac.obj"
- -@erase "$(INTDIR)\theme.obj"
- -@erase "$(INTDIR)\thread.obj"
- -@erase "$(INTDIR)\tlv.obj"
- -@erase "$(INTDIR)\ui.obj"
- -@erase "$(INTDIR)\utility.obj"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\Aim.exp"
- -@erase "$(OUTDIR)\Aim.map"
- -@erase "$(OUTDIR)\Aim.pdb"
- -@erase "..\..\bin\release unicode\plugins\Aim.dll"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP=cl.exe
-CPP_PROJ=/nologo /MD /W3 /Zi /O1 /I "../../include" /I "../../include/msapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /Fp"$(INTDIR)\aimoscar.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-MTL=midl.exe
-MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
-RSC=rc.exe
-RSC_PROJ=/l 0x409 /fo"$(INTDIR)\aim.res" /d "NDEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\aimoscar.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=wsock32.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /dll /incremental:no /pdb:"$(OUTDIR)\Aim.pdb" /map:"$(INTDIR)\Aim.map" /debug /machine:I386 /out:"../../bin/release unicode/plugins/Aim.dll" /implib:"$(OUTDIR)\Aim.lib" /ALIGN:4096 /ignore:4108
-LINK32_OBJS= \
- "$(INTDIR)\aim.obj" \
- "$(INTDIR)\avatars.obj" \
- "$(INTDIR)\away.obj" \
- "$(INTDIR)\chat.obj" \
- "$(INTDIR)\client.obj" \
- "$(INTDIR)\connection.obj" \
- "$(INTDIR)\conv.obj" \
- "$(INTDIR)\direct_connect.obj" \
- "$(INTDIR)\error.obj" \
- "$(INTDIR)\file.obj" \
- "$(INTDIR)\flap.obj" \
- "$(INTDIR)\links.obj" \
- "$(INTDIR)\packets.obj" \
- "$(INTDIR)\popup.obj" \
- "$(INTDIR)\proto.obj" \
- "$(INTDIR)\proxy.obj" \
- "$(INTDIR)\server.obj" \
- "$(INTDIR)\services.obj" \
- "$(INTDIR)\snac.obj" \
- "$(INTDIR)\theme.obj" \
- "$(INTDIR)\thread.obj" \
- "$(INTDIR)\tlv.obj" \
- "$(INTDIR)\ui.obj" \
- "$(INTDIR)\utility.obj" \
- "$(INTDIR)\aim.res"
-
-"..\..\bin\release unicode\plugins\Aim.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug Unicode"
-
-OUTDIR=.\Debug_Unicode
-INTDIR=.\Debug_Unicode
-# Begin Custom Macros
-OutDir=.\Debug_Unicode
-# End Custom Macros
-
-ALL : "..\..\bin\debug unicode\plugins\Aim.dll" "$(OUTDIR)\aimoscar.bsc"
-
-
-CLEAN :
- -@erase "$(INTDIR)\aim.obj"
- -@erase "$(INTDIR)\aim.res"
- -@erase "$(INTDIR)\aim.sbr"
- -@erase "$(INTDIR)\avatars.obj"
- -@erase "$(INTDIR)\avatars.sbr"
- -@erase "$(INTDIR)\away.obj"
- -@erase "$(INTDIR)\away.sbr"
- -@erase "$(INTDIR)\chat.obj"
- -@erase "$(INTDIR)\chat.sbr"
- -@erase "$(INTDIR)\client.obj"
- -@erase "$(INTDIR)\client.sbr"
- -@erase "$(INTDIR)\connection.obj"
- -@erase "$(INTDIR)\connection.sbr"
- -@erase "$(INTDIR)\conv.obj"
- -@erase "$(INTDIR)\conv.sbr"
- -@erase "$(INTDIR)\direct_connect.obj"
- -@erase "$(INTDIR)\direct_connect.sbr"
- -@erase "$(INTDIR)\error.obj"
- -@erase "$(INTDIR)\error.sbr"
- -@erase "$(INTDIR)\file.obj"
- -@erase "$(INTDIR)\file.sbr"
- -@erase "$(INTDIR)\flap.obj"
- -@erase "$(INTDIR)\flap.sbr"
- -@erase "$(INTDIR)\links.obj"
- -@erase "$(INTDIR)\links.sbr"
- -@erase "$(INTDIR)\packets.obj"
- -@erase "$(INTDIR)\packets.sbr"
- -@erase "$(INTDIR)\popup.obj"
- -@erase "$(INTDIR)\popup.sbr"
- -@erase "$(INTDIR)\proto.obj"
- -@erase "$(INTDIR)\proto.sbr"
- -@erase "$(INTDIR)\proxy.obj"
- -@erase "$(INTDIR)\proxy.sbr"
- -@erase "$(INTDIR)\server.obj"
- -@erase "$(INTDIR)\server.sbr"
- -@erase "$(INTDIR)\services.obj"
- -@erase "$(INTDIR)\services.sbr"
- -@erase "$(INTDIR)\snac.obj"
- -@erase "$(INTDIR)\snac.sbr"
- -@erase "$(INTDIR)\theme.obj"
- -@erase "$(INTDIR)\theme.sbr"
- -@erase "$(INTDIR)\thread.obj"
- -@erase "$(INTDIR)\thread.sbr"
- -@erase "$(INTDIR)\tlv.obj"
- -@erase "$(INTDIR)\tlv.sbr"
- -@erase "$(INTDIR)\ui.obj"
- -@erase "$(INTDIR)\ui.sbr"
- -@erase "$(INTDIR)\utility.obj"
- -@erase "$(INTDIR)\utility.sbr"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\Aim.exp"
- -@erase "$(OUTDIR)\Aim.lib"
- -@erase "$(OUTDIR)\Aim.pdb"
- -@erase "$(OUTDIR)\aimoscar.bsc"
- -@erase "..\..\bin\debug unicode\plugins\Aim.dll"
- -@erase "..\..\bin\debug unicode\plugins\Aim.ilk"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP=cl.exe
-CPP_PROJ=/nologo /MDd /W2 /Gm /GX /ZI /Od /I "../../include" /I "../../include/msapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "AIM_EXPORTS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\aimoscar.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-MTL=midl.exe
-MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
-RSC=rc.exe
-RSC_PROJ=/l 0x409 /fo"$(INTDIR)\aim.res" /d "_DEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\aimoscar.bsc"
-BSC32_SBRS= \
- "$(INTDIR)\aim.sbr" \
- "$(INTDIR)\avatars.sbr" \
- "$(INTDIR)\away.sbr" \
- "$(INTDIR)\chat.sbr" \
- "$(INTDIR)\client.sbr" \
- "$(INTDIR)\connection.sbr" \
- "$(INTDIR)\conv.sbr" \
- "$(INTDIR)\direct_connect.sbr" \
- "$(INTDIR)\error.sbr" \
- "$(INTDIR)\file.sbr" \
- "$(INTDIR)\flap.sbr" \
- "$(INTDIR)\links.sbr" \
- "$(INTDIR)\packets.sbr" \
- "$(INTDIR)\popup.sbr" \
- "$(INTDIR)\proto.sbr" \
- "$(INTDIR)\proxy.sbr" \
- "$(INTDIR)\server.sbr" \
- "$(INTDIR)\services.sbr" \
- "$(INTDIR)\snac.sbr" \
- "$(INTDIR)\theme.sbr" \
- "$(INTDIR)\thread.sbr" \
- "$(INTDIR)\tlv.sbr" \
- "$(INTDIR)\ui.sbr" \
- "$(INTDIR)\utility.sbr"
-
-"$(OUTDIR)\aimoscar.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
- $(BSC32) @<<
- $(BSC32_FLAGS) $(BSC32_SBRS)
-<<
-
-LINK32=link.exe
-LINK32_FLAGS=wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /pdb:"$(OUTDIR)\Aim.pdb" /debug /machine:I386 /out:"../../bin/debug unicode/plugins/Aim.dll" /implib:"$(OUTDIR)\Aim.lib" /pdbtype:sept
-LINK32_OBJS= \
- "$(INTDIR)\aim.obj" \
- "$(INTDIR)\avatars.obj" \
- "$(INTDIR)\away.obj" \
- "$(INTDIR)\chat.obj" \
- "$(INTDIR)\client.obj" \
- "$(INTDIR)\connection.obj" \
- "$(INTDIR)\conv.obj" \
- "$(INTDIR)\direct_connect.obj" \
- "$(INTDIR)\error.obj" \
- "$(INTDIR)\file.obj" \
- "$(INTDIR)\flap.obj" \
- "$(INTDIR)\links.obj" \
- "$(INTDIR)\packets.obj" \
- "$(INTDIR)\popup.obj" \
- "$(INTDIR)\proto.obj" \
- "$(INTDIR)\proxy.obj" \
- "$(INTDIR)\server.obj" \
- "$(INTDIR)\services.obj" \
- "$(INTDIR)\snac.obj" \
- "$(INTDIR)\theme.obj" \
- "$(INTDIR)\thread.obj" \
- "$(INTDIR)\tlv.obj" \
- "$(INTDIR)\ui.obj" \
- "$(INTDIR)\utility.obj" \
- "$(INTDIR)\aim.res"
-
-"..\..\bin\debug unicode\plugins\Aim.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF
-
-
-!IF "$(NO_EXTERNAL_DEPS)" != "1"
-!IF EXISTS("aimoscar.dep")
-!INCLUDE "aimoscar.dep"
-!ELSE
-!MESSAGE Warning: cannot find "aimoscar.dep"
-!ENDIF
-!ENDIF
-
-
-!IF "$(CFG)" == "aim - Win32 Release" || "$(CFG)" == "aim - Win32 Debug" || "$(CFG)" == "aim - Win32 Release Unicode" || "$(CFG)" == "aim - Win32 Debug Unicode"
-SOURCE=.\aim.cpp
-
-!IF "$(CFG)" == "aim - Win32 Release"
-
-
-"$(INTDIR)\aim.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug"
-
-
-"$(INTDIR)\aim.obj" "$(INTDIR)\aim.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Release Unicode"
-
-
-"$(INTDIR)\aim.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug Unicode"
-
-
-"$(INTDIR)\aim.obj" "$(INTDIR)\aim.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\avatars.cpp
-
-!IF "$(CFG)" == "aim - Win32 Release"
-
-
-"$(INTDIR)\avatars.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug"
-
-
-"$(INTDIR)\avatars.obj" "$(INTDIR)\avatars.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Release Unicode"
-
-
-"$(INTDIR)\avatars.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug Unicode"
-
-
-"$(INTDIR)\avatars.obj" "$(INTDIR)\avatars.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\away.cpp
-
-!IF "$(CFG)" == "aim - Win32 Release"
-
-
-"$(INTDIR)\away.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug"
-
-
-"$(INTDIR)\away.obj" "$(INTDIR)\away.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Release Unicode"
-
-
-"$(INTDIR)\away.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug Unicode"
-
-
-"$(INTDIR)\away.obj" "$(INTDIR)\away.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\chat.cpp
-
-!IF "$(CFG)" == "aim - Win32 Release"
-
-
-"$(INTDIR)\chat.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug"
-
-
-"$(INTDIR)\chat.obj" "$(INTDIR)\chat.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Release Unicode"
-
-
-"$(INTDIR)\chat.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug Unicode"
-
-
-"$(INTDIR)\chat.obj" "$(INTDIR)\chat.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\client.cpp
-
-!IF "$(CFG)" == "aim - Win32 Release"
-
-
-"$(INTDIR)\client.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug"
-
-
-"$(INTDIR)\client.obj" "$(INTDIR)\client.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Release Unicode"
-
-
-"$(INTDIR)\client.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug Unicode"
-
-
-"$(INTDIR)\client.obj" "$(INTDIR)\client.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\connection.cpp
-
-!IF "$(CFG)" == "aim - Win32 Release"
-
-
-"$(INTDIR)\connection.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug"
-
-
-"$(INTDIR)\connection.obj" "$(INTDIR)\connection.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Release Unicode"
-
-
-"$(INTDIR)\connection.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug Unicode"
-
-
-"$(INTDIR)\connection.obj" "$(INTDIR)\connection.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\conv.cpp
-
-!IF "$(CFG)" == "aim - Win32 Release"
-
-
-"$(INTDIR)\conv.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug"
-
-
-"$(INTDIR)\conv.obj" "$(INTDIR)\conv.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Release Unicode"
-
-
-"$(INTDIR)\conv.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug Unicode"
-
-
-"$(INTDIR)\conv.obj" "$(INTDIR)\conv.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\direct_connect.cpp
-
-!IF "$(CFG)" == "aim - Win32 Release"
-
-
-"$(INTDIR)\direct_connect.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug"
-
-
-"$(INTDIR)\direct_connect.obj" "$(INTDIR)\direct_connect.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Release Unicode"
-
-
-"$(INTDIR)\direct_connect.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug Unicode"
-
-
-"$(INTDIR)\direct_connect.obj" "$(INTDIR)\direct_connect.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\error.cpp
-
-!IF "$(CFG)" == "aim - Win32 Release"
-
-
-"$(INTDIR)\error.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug"
-
-
-"$(INTDIR)\error.obj" "$(INTDIR)\error.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Release Unicode"
-
-
-"$(INTDIR)\error.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug Unicode"
-
-
-"$(INTDIR)\error.obj" "$(INTDIR)\error.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\file.cpp
-
-!IF "$(CFG)" == "aim - Win32 Release"
-
-
-"$(INTDIR)\file.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug"
-
-
-"$(INTDIR)\file.obj" "$(INTDIR)\file.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Release Unicode"
-
-
-"$(INTDIR)\file.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug Unicode"
-
-
-"$(INTDIR)\file.obj" "$(INTDIR)\file.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\flap.cpp
-
-!IF "$(CFG)" == "aim - Win32 Release"
-
-
-"$(INTDIR)\flap.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug"
-
-
-"$(INTDIR)\flap.obj" "$(INTDIR)\flap.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Release Unicode"
-
-
-"$(INTDIR)\flap.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug Unicode"
-
-
-"$(INTDIR)\flap.obj" "$(INTDIR)\flap.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\links.cpp
-
-!IF "$(CFG)" == "aim - Win32 Release"
-
-
-"$(INTDIR)\links.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug"
-
-
-"$(INTDIR)\links.obj" "$(INTDIR)\links.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Release Unicode"
-
-
-"$(INTDIR)\links.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug Unicode"
-
-
-"$(INTDIR)\links.obj" "$(INTDIR)\links.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\packets.cpp
-
-!IF "$(CFG)" == "aim - Win32 Release"
-
-
-"$(INTDIR)\packets.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug"
-
-
-"$(INTDIR)\packets.obj" "$(INTDIR)\packets.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Release Unicode"
-
-
-"$(INTDIR)\packets.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug Unicode"
-
-
-"$(INTDIR)\packets.obj" "$(INTDIR)\packets.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\popup.cpp
-
-!IF "$(CFG)" == "aim - Win32 Release"
-
-
-"$(INTDIR)\popup.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug"
-
-
-"$(INTDIR)\popup.obj" "$(INTDIR)\popup.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Release Unicode"
-
-
-"$(INTDIR)\popup.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug Unicode"
-
-
-"$(INTDIR)\popup.obj" "$(INTDIR)\popup.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\proto.cpp
-
-!IF "$(CFG)" == "aim - Win32 Release"
-
-
-"$(INTDIR)\proto.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug"
-
-
-"$(INTDIR)\proto.obj" "$(INTDIR)\proto.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Release Unicode"
-
-
-"$(INTDIR)\proto.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug Unicode"
-
-
-"$(INTDIR)\proto.obj" "$(INTDIR)\proto.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\proxy.cpp
-
-!IF "$(CFG)" == "aim - Win32 Release"
-
-
-"$(INTDIR)\proxy.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug"
-
-
-"$(INTDIR)\proxy.obj" "$(INTDIR)\proxy.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Release Unicode"
-
-
-"$(INTDIR)\proxy.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug Unicode"
-
-
-"$(INTDIR)\proxy.obj" "$(INTDIR)\proxy.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\server.cpp
-
-!IF "$(CFG)" == "aim - Win32 Release"
-
-
-"$(INTDIR)\server.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug"
-
-
-"$(INTDIR)\server.obj" "$(INTDIR)\server.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Release Unicode"
-
-
-"$(INTDIR)\server.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug Unicode"
-
-
-"$(INTDIR)\server.obj" "$(INTDIR)\server.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\services.cpp
-
-!IF "$(CFG)" == "aim - Win32 Release"
-
-
-"$(INTDIR)\services.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug"
-
-
-"$(INTDIR)\services.obj" "$(INTDIR)\services.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Release Unicode"
-
-
-"$(INTDIR)\services.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug Unicode"
-
-
-"$(INTDIR)\services.obj" "$(INTDIR)\services.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\snac.cpp
-
-!IF "$(CFG)" == "aim - Win32 Release"
-
-
-"$(INTDIR)\snac.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug"
-
-
-"$(INTDIR)\snac.obj" "$(INTDIR)\snac.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Release Unicode"
-
-
-"$(INTDIR)\snac.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug Unicode"
-
-
-"$(INTDIR)\snac.obj" "$(INTDIR)\snac.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\theme.cpp
-
-!IF "$(CFG)" == "aim - Win32 Release"
-
-
-"$(INTDIR)\theme.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug"
-
-
-"$(INTDIR)\theme.obj" "$(INTDIR)\theme.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Release Unicode"
-
-
-"$(INTDIR)\theme.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug Unicode"
-
-
-"$(INTDIR)\theme.obj" "$(INTDIR)\theme.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\thread.cpp
-
-!IF "$(CFG)" == "aim - Win32 Release"
-
-
-"$(INTDIR)\thread.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug"
-
-
-"$(INTDIR)\thread.obj" "$(INTDIR)\thread.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Release Unicode"
-
-
-"$(INTDIR)\thread.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug Unicode"
-
-
-"$(INTDIR)\thread.obj" "$(INTDIR)\thread.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\tlv.cpp
-
-!IF "$(CFG)" == "aim - Win32 Release"
-
-
-"$(INTDIR)\tlv.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug"
-
-
-"$(INTDIR)\tlv.obj" "$(INTDIR)\tlv.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Release Unicode"
-
-
-"$(INTDIR)\tlv.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug Unicode"
-
-
-"$(INTDIR)\tlv.obj" "$(INTDIR)\tlv.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\ui.cpp
-
-!IF "$(CFG)" == "aim - Win32 Release"
-
-
-"$(INTDIR)\ui.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug"
-
-
-"$(INTDIR)\ui.obj" "$(INTDIR)\ui.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Release Unicode"
-
-
-"$(INTDIR)\ui.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug Unicode"
-
-
-"$(INTDIR)\ui.obj" "$(INTDIR)\ui.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\utility.cpp
-
-!IF "$(CFG)" == "aim - Win32 Release"
-
-
-"$(INTDIR)\utility.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug"
-
-
-"$(INTDIR)\utility.obj" "$(INTDIR)\utility.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Release Unicode"
-
-
-"$(INTDIR)\utility.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "aim - Win32 Debug Unicode"
-
-
-"$(INTDIR)\utility.obj" "$(INTDIR)\utility.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ENDIF
-
-SOURCE=.\aim.rc
-
-"$(INTDIR)\aim.res" : $(SOURCE) "$(INTDIR)"
- $(RSC) $(RSC_PROJ) $(SOURCE)
-
-
-
-!ENDIF
-
diff --git a/protocols/GTalkExt/GTalkExt.dep b/protocols/GTalkExt/GTalkExt.dep deleted file mode 100644 index 2f87f618c7..0000000000 --- a/protocols/GTalkExt/GTalkExt.dep +++ /dev/null @@ -1,325 +0,0 @@ -# Microsoft Developer Studio Generated Dependency File, included by GTalkExt.mak
-
-.\avatar.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_jabber.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_xml.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- ".\avatar.h"\
- ".\options.h"\
- ".\resources.h"\
- ".\stdafx.h"\
- ".\targetver.h"\
- {$(INCLUDE)}"psapi.h"\
-
-
-.\db.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_jabber.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_xml.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- ".\options.h"\
- ".\resources.h"\
- ".\stdafx.h"\
- ".\targetver.h"\
- {$(INCLUDE)}"psapi.h"\
-
-
-.\dllmain.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_jabber.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_xml.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- ".\notifications.h"\
- ".\options.h"\
- ".\popups.h"\
- ".\resources.h"\
- ".\stdafx.h"\
- ".\targetver.h"\
- {$(INCLUDE)}"psapi.h"\
-
-
-.\GTalkExt.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_jabber.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_xml.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- ".\avatar.h"\
- ".\handlers.h"\
- ".\menu.h"\
- ".\options.h"\
- ".\resources.h"\
- ".\stdafx.h"\
- ".\targetver.h"\
- ".\tipper_items.h"\
- {$(INCLUDE)}"psapi.h"\
-
-
-.\handlers.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_jabber.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_xml.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- ".\db.h"\
- ".\handlers.h"\
- ".\notifications.h"\
- ".\options.h"\
- ".\popups.h"\
- ".\resources.h"\
- ".\stdafx.h"\
- ".\targetver.h"\
- {$(INCLUDE)}"psapi.h"\
-
-
-.\inbox.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_jabber.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_xml.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- ".\db.h"\
- ".\inbox.h"\
- ".\notifications.h"\
- ".\options.h"\
- ".\resources.h"\
- ".\stdafx.h"\
- ".\targetver.h"\
- {$(INCLUDE)}"psapi.h"\
-
-
-.\menu.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_jabber.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_xml.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- ".\inbox.h"\
- ".\menu.h"\
- ".\options.h"\
- ".\resources.h"\
- ".\stdafx.h"\
- ".\targetver.h"\
- {$(INCLUDE)}"psapi.h"\
-
-
-.\notifications.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_jabber.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_xml.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- ".\avatar.h"\
- ".\db.h"\
- ".\inbox.h"\
- ".\notifications.h"\
- ".\options.h"\
- ".\resources.h"\
- ".\stdafx.h"\
- ".\targetver.h"\
- {$(INCLUDE)}"psapi.h"\
-
-
-.\options.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_jabber.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_xml.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- ".\options.h"\
- ".\resources.h"\
- ".\stdafx.h"\
- ".\targetver.h"\
- {$(INCLUDE)}"psapi.h"\
-
-
-.\popups.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_jabber.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_xml.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- ".\options.h"\
- ".\popups.h"\
- ".\resources.h"\
- ".\stdafx.h"\
- ".\targetver.h"\
- {$(INCLUDE)}"psapi.h"\
-
-
-.\stdafx.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_jabber.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_xml.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- ".\stdafx.h"\
- ".\targetver.h"\
- {$(INCLUDE)}"psapi.h"\
-
-
-.\tipper_items.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_jabber.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_xml.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- ".\resources.h"\
- ".\stdafx.h"\
- ".\targetver.h"\
- ".\tipper_items.h"\
- {$(INCLUDE)}"psapi.h"\
-
-
-.\res\settings.rc : \
- ".\include\m_utils.h"\
- ".\resources.h"\
-
diff --git a/protocols/GTalkExt/GTalkExt.dsp b/protocols/GTalkExt/GTalkExt.dsp deleted file mode 100644 index 90e3e7a87e..0000000000 --- a/protocols/GTalkExt/GTalkExt.dsp +++ /dev/null @@ -1,268 +0,0 @@ -# Microsoft Developer Studio Project File - Name="GTalkExt" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-CFG=GTalkExt - Win32 Debug Unicode
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "GTalkExt.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "GTalkExt.mak" CFG="GTalkExt - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "GTalkExt - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "GTalkExt - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "GTalkExt - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "GTalkExt - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "GTalkExt - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GTalkExt_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GTalkExt_EXPORTS" /Yu"stdafx.h" /FD /c
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "NDEBUG"
-# ADD RSC /l 0x809 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x5130000" /dll /map /debug /machine:I386 /out:"../../bin/release/plugins/GTalkExt.dll" /IGNORE:4089
-# SUBTRACT LINK32 /pdb:none /incremental:yes
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GTalkExt_EXPORTS" /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GTalkExt_EXPORTS" /Fr /Yu"stdafx.h" /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "_DEBUG"
-# ADD RSC /l 0x809 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /map /debug /machine:I386 /out:"../../bin/debug/plugins/GTalkExt.dll" /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none /incremental:no
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Release Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "GTalkExt___Win32_Release_Unicode"
-# PROP BASE Intermediate_Dir "GTalkExt___Win32_Release_Unicode"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release_Unicode"
-# PROP Intermediate_Dir "Release_Unicode"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MD /W3 /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GTalkExt_EXPORTS" /Yu"commonheaders.h" /FD /c
-# ADD CPP /nologo /MD /W3 /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "GTalkExt_EXPORTS" /Yu"stdafx.h" /FD /c
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "NDEBUG"
-# ADD RSC /l 0x809 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x5130000" /dll /map /debug /machine:I386 /out:"../../bin/release/plugins/GTalkExt.dll" /IGNORE:4089
-# SUBTRACT BASE LINK32 /pdb:none /incremental:yes
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x5130000" /dll /map /debug /machine:I386 /out:"../../bin/release unicode/plugins/GTalkExt.dll" /IGNORE:4089
-# SUBTRACT LINK32 /pdb:none /incremental:yes
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Debug Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "GTalkExt___Win32_Debug_Unicode"
-# PROP BASE Intermediate_Dir "GTalkExt___Win32_Debug_Unicode"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug_Unicode"
-# PROP Intermediate_Dir "Debug_Unicode"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MDd /W3 /Gm /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GTalkExt_EXPORTS" /Fr /Yu"commonheaders.h" /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "GTalkExt_EXPORTS" /Fr /Yu"stdafx.h" /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "_DEBUG"
-# ADD RSC /l 0x809 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /map /debug /machine:I386 /out:"../../bin/debug/plugins/GTalkExt.dll" /pdbtype:sept
-# SUBTRACT BASE LINK32 /pdb:none /incremental:no
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /map /debug /machine:I386 /out:"../../bin/debug Unicode/plugins/GTalkExt.dll" /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none /incremental:no
-
-!ENDIF
-
-# Begin Target
-
-# Name "GTalkExt - Win32 Release"
-# Name "GTalkExt - Win32 Debug"
-# Name "GTalkExt - Win32 Release Unicode"
-# Name "GTalkExt - Win32 Debug Unicode"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=.\avatar.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\db.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\dllmain.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\GTalkExt.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\handlers.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\inbox.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\menu.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\notifications.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\options.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\popups.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\stdafx.cpp
-# ADD CPP /Yc"stdafx.h"
-# End Source File
-# Begin Source File
-
-SOURCE=.\tipper_items.cpp
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\avatar.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\db.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\handlers.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\inbox.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\menu.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\notifications.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\options.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\popups.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\resources.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\stdafx.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\targetver.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\tipper_items.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# Begin Source File
-
-SOURCE=.\res\settings.rc
-# End Source File
-# End Group
-# End Target
-# End Project
diff --git a/protocols/GTalkExt/GTalkExt.dsw b/protocols/GTalkExt/GTalkExt.dsw deleted file mode 100644 index 7fccd102e5..0000000000 --- a/protocols/GTalkExt/GTalkExt.dsw +++ /dev/null @@ -1,29 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-
-###############################################################################
-
-Project: "GTalkExt"=.\GTalkExt.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
-
diff --git a/protocols/GTalkExt/GTalkExt.mak b/protocols/GTalkExt/GTalkExt.mak deleted file mode 100644 index 1746490886..0000000000 --- a/protocols/GTalkExt/GTalkExt.mak +++ /dev/null @@ -1,782 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on GTalkExt.dsp
-!IF "$(CFG)" == ""
-CFG=GTalkExt - Win32 Release Unicode
-!MESSAGE No configuration specified. Defaulting to GTalkExt - Win32 Release Unicode.
-!ENDIF
-
-!IF "$(CFG)" != "GTalkExt - Win32 Release" && "$(CFG)" != "GTalkExt - Win32 Debug" && "$(CFG)" != "GTalkExt - Win32 Release Unicode" && "$(CFG)" != "GTalkExt - Win32 Debug Unicode"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "GTalkExt.mak" CFG="GTalkExt - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "GTalkExt - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "GTalkExt - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "GTalkExt - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "GTalkExt - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-!ERROR An invalid configuration is specified.
-!ENDIF
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE
-NULL=nul
-!ENDIF
-
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "GTalkExt - Win32 Release"
-
-OUTDIR=.\Release
-INTDIR=.\Release
-
-ALL : "..\..\bin\release\plugins\GTalkExt.dll"
-
-
-CLEAN :
- -@erase "$(INTDIR)\avatar.obj"
- -@erase "$(INTDIR)\db.obj"
- -@erase "$(INTDIR)\dllmain.obj"
- -@erase "$(INTDIR)\GTalkExt.obj"
- -@erase "$(INTDIR)\GTalkExt.pch"
- -@erase "$(INTDIR)\handlers.obj"
- -@erase "$(INTDIR)\inbox.obj"
- -@erase "$(INTDIR)\menu.obj"
- -@erase "$(INTDIR)\notifications.obj"
- -@erase "$(INTDIR)\options.obj"
- -@erase "$(INTDIR)\popups.obj"
- -@erase "$(INTDIR)\settings.res"
- -@erase "$(INTDIR)\stdafx.obj"
- -@erase "$(INTDIR)\tipper_items.obj"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\GTalkExt.exp"
- -@erase "$(OUTDIR)\GTalkExt.lib"
- -@erase "$(OUTDIR)\GTalkExt.map"
- -@erase "$(OUTDIR)\GTalkExt.pdb"
- -@erase "..\..\bin\release\plugins\GTalkExt.dll"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP_PROJ=/nologo /MD /W3 /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GTalkExt_EXPORTS" /Fp"$(INTDIR)\GTalkExt.pch" /Yu"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
-RSC_PROJ=/l 0x809 /fo"$(INTDIR)\settings.res" /d "NDEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\GTalkExt.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x5130000" /dll /incremental:no /pdb:"$(OUTDIR)\GTalkExt.pdb" /map:"$(INTDIR)\GTalkExt.map" /debug /machine:I386 /out:"../../bin/release/plugins/GTalkExt.dll" /implib:"$(OUTDIR)\GTalkExt.lib" /IGNORE:4089
-LINK32_OBJS= \
- "$(INTDIR)\tipper_items.obj" \
- "$(INTDIR)\avatar.obj" \
- "$(INTDIR)\db.obj" \
- "$(INTDIR)\dllmain.obj" \
- "$(INTDIR)\GTalkExt.obj" \
- "$(INTDIR)\handlers.obj" \
- "$(INTDIR)\inbox.obj" \
- "$(INTDIR)\menu.obj" \
- "$(INTDIR)\notifications.obj" \
- "$(INTDIR)\options.obj" \
- "$(INTDIR)\popups.obj" \
- "$(INTDIR)\stdafx.obj" \
- "$(INTDIR)\settings.res"
-
-"..\..\bin\release\plugins\GTalkExt.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Debug"
-
-OUTDIR=.\Debug
-INTDIR=.\Debug
-# Begin Custom Macros
-OutDir=.\Debug
-# End Custom Macros
-
-ALL : "..\..\bin\debug\plugins\GTalkExt.dll" "$(OUTDIR)\GTalkExt.bsc"
-
-
-CLEAN :
- -@erase "$(INTDIR)\avatar.obj"
- -@erase "$(INTDIR)\avatar.sbr"
- -@erase "$(INTDIR)\db.obj"
- -@erase "$(INTDIR)\db.sbr"
- -@erase "$(INTDIR)\dllmain.obj"
- -@erase "$(INTDIR)\dllmain.sbr"
- -@erase "$(INTDIR)\GTalkExt.obj"
- -@erase "$(INTDIR)\GTalkExt.pch"
- -@erase "$(INTDIR)\GTalkExt.sbr"
- -@erase "$(INTDIR)\handlers.obj"
- -@erase "$(INTDIR)\handlers.sbr"
- -@erase "$(INTDIR)\inbox.obj"
- -@erase "$(INTDIR)\inbox.sbr"
- -@erase "$(INTDIR)\menu.obj"
- -@erase "$(INTDIR)\menu.sbr"
- -@erase "$(INTDIR)\notifications.obj"
- -@erase "$(INTDIR)\notifications.sbr"
- -@erase "$(INTDIR)\options.obj"
- -@erase "$(INTDIR)\options.sbr"
- -@erase "$(INTDIR)\popups.obj"
- -@erase "$(INTDIR)\popups.sbr"
- -@erase "$(INTDIR)\settings.res"
- -@erase "$(INTDIR)\stdafx.obj"
- -@erase "$(INTDIR)\stdafx.sbr"
- -@erase "$(INTDIR)\tipper_items.obj"
- -@erase "$(INTDIR)\tipper_items.sbr"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\GTalkExt.exp"
- -@erase "$(OUTDIR)\GTalkExt.lib"
- -@erase "$(OUTDIR)\GTalkExt.map"
- -@erase "$(OUTDIR)\GTalkExt.pdb"
- -@erase "$(OUTDIR)\GTalkExt.bsc"
- -@erase "..\..\bin\debug\plugins\GTalkExt.dll"
- -@erase "..\..\bin\debug\plugins\GTalkExt.ilk"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP_PROJ=/nologo /MDd /W3 /Gm /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GTalkExt_EXPORTS" /Fr"$(INTDIR)\\" /Fp"$(INTDIR)\GTalkExt.pch" /Yu"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
-RSC_PROJ=/l 0x809 /fo"$(INTDIR)\settings.res" /d "_DEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\GTalkExt.bsc"
-BSC32_SBRS= \
- "$(INTDIR)\tipper_items.sbr" \
- "$(INTDIR)\avatar.sbr" \
- "$(INTDIR)\db.sbr" \
- "$(INTDIR)\dllmain.sbr" \
- "$(INTDIR)\GTalkExt.sbr" \
- "$(INTDIR)\handlers.sbr" \
- "$(INTDIR)\inbox.sbr" \
- "$(INTDIR)\menu.sbr" \
- "$(INTDIR)\notifications.sbr" \
- "$(INTDIR)\options.sbr" \
- "$(INTDIR)\popups.sbr" \
- "$(INTDIR)\stdafx.sbr"
-
-"$(OUTDIR)\GTalkExt.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
- $(BSC32) @<<
- $(BSC32_FLAGS) $(BSC32_SBRS)
-<<
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /pdb:"$(OUTDIR)\GTalkExt.pdb" /map:"$(INTDIR)\GTalkExt.map" /debug /machine:I386 /out:"../../bin/debug/plugins/GTalkExt.dll" /implib:"$(OUTDIR)\GTalkExt.lib" /pdbtype:sept
-LINK32_OBJS= \
- "$(INTDIR)\tipper_items.obj" \
- "$(INTDIR)\avatar.obj" \
- "$(INTDIR)\db.obj" \
- "$(INTDIR)\dllmain.obj" \
- "$(INTDIR)\GTalkExt.obj" \
- "$(INTDIR)\handlers.obj" \
- "$(INTDIR)\inbox.obj" \
- "$(INTDIR)\menu.obj" \
- "$(INTDIR)\notifications.obj" \
- "$(INTDIR)\options.obj" \
- "$(INTDIR)\popups.obj" \
- "$(INTDIR)\stdafx.obj" \
- "$(INTDIR)\settings.res"
-
-"..\..\bin\debug\plugins\GTalkExt.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Release Unicode"
-
-OUTDIR=.\Release_Unicode
-INTDIR=.\Release_Unicode
-
-ALL : "..\..\bin\release unicode\plugins\GTalkExt.dll"
-
-
-CLEAN :
- -@erase "$(INTDIR)\avatar.obj"
- -@erase "$(INTDIR)\db.obj"
- -@erase "$(INTDIR)\dllmain.obj"
- -@erase "$(INTDIR)\GTalkExt.obj"
- -@erase "$(INTDIR)\GTalkExt.pch"
- -@erase "$(INTDIR)\handlers.obj"
- -@erase "$(INTDIR)\inbox.obj"
- -@erase "$(INTDIR)\menu.obj"
- -@erase "$(INTDIR)\notifications.obj"
- -@erase "$(INTDIR)\options.obj"
- -@erase "$(INTDIR)\popups.obj"
- -@erase "$(INTDIR)\settings.res"
- -@erase "$(INTDIR)\stdafx.obj"
- -@erase "$(INTDIR)\tipper_items.obj"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\GTalkExt.exp"
- -@erase "$(OUTDIR)\GTalkExt.lib"
- -@erase "$(OUTDIR)\GTalkExt.map"
- -@erase "$(OUTDIR)\GTalkExt.pdb"
- -@erase "..\..\bin\release unicode\plugins\GTalkExt.dll"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP_PROJ=/nologo /MD /W3 /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "GTalkExt_EXPORTS" /Fp"$(INTDIR)\GTalkExt.pch" /Yu"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
-RSC_PROJ=/l 0x809 /fo"$(INTDIR)\settings.res" /d "NDEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\GTalkExt.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x5130000" /dll /incremental:no /pdb:"$(OUTDIR)\GTalkExt.pdb" /map:"$(INTDIR)\GTalkExt.map" /debug /machine:I386 /out:"../../bin/release unicode/plugins/GTalkExt.dll" /implib:"$(OUTDIR)\GTalkExt.lib" /IGNORE:4089
-LINK32_OBJS= \
- "$(INTDIR)\tipper_items.obj" \
- "$(INTDIR)\avatar.obj" \
- "$(INTDIR)\db.obj" \
- "$(INTDIR)\dllmain.obj" \
- "$(INTDIR)\GTalkExt.obj" \
- "$(INTDIR)\handlers.obj" \
- "$(INTDIR)\inbox.obj" \
- "$(INTDIR)\menu.obj" \
- "$(INTDIR)\notifications.obj" \
- "$(INTDIR)\options.obj" \
- "$(INTDIR)\popups.obj" \
- "$(INTDIR)\stdafx.obj" \
- "$(INTDIR)\settings.res"
-
-"..\..\bin\release unicode\plugins\GTalkExt.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Debug Unicode"
-
-OUTDIR=.\Debug_Unicode
-INTDIR=.\Debug_Unicode
-# Begin Custom Macros
-OutDir=.\Debug_Unicode
-# End Custom Macros
-
-ALL : "..\..\bin\debug Unicode\plugins\GTalkExt.dll" "$(OUTDIR)\GTalkExt.bsc"
-
-
-CLEAN :
- -@erase "$(INTDIR)\avatar.obj"
- -@erase "$(INTDIR)\avatar.sbr"
- -@erase "$(INTDIR)\db.obj"
- -@erase "$(INTDIR)\db.sbr"
- -@erase "$(INTDIR)\dllmain.obj"
- -@erase "$(INTDIR)\dllmain.sbr"
- -@erase "$(INTDIR)\GTalkExt.obj"
- -@erase "$(INTDIR)\GTalkExt.pch"
- -@erase "$(INTDIR)\GTalkExt.sbr"
- -@erase "$(INTDIR)\handlers.obj"
- -@erase "$(INTDIR)\handlers.sbr"
- -@erase "$(INTDIR)\inbox.obj"
- -@erase "$(INTDIR)\inbox.sbr"
- -@erase "$(INTDIR)\menu.obj"
- -@erase "$(INTDIR)\menu.sbr"
- -@erase "$(INTDIR)\notifications.obj"
- -@erase "$(INTDIR)\notifications.sbr"
- -@erase "$(INTDIR)\options.obj"
- -@erase "$(INTDIR)\options.sbr"
- -@erase "$(INTDIR)\popups.obj"
- -@erase "$(INTDIR)\popups.sbr"
- -@erase "$(INTDIR)\settings.res"
- -@erase "$(INTDIR)\stdafx.obj"
- -@erase "$(INTDIR)\stdafx.sbr"
- -@erase "$(INTDIR)\tipper_items.obj"
- -@erase "$(INTDIR)\tipper_items.sbr"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\GTalkExt.exp"
- -@erase "$(OUTDIR)\GTalkExt.lib"
- -@erase "$(OUTDIR)\GTalkExt.map"
- -@erase "$(OUTDIR)\GTalkExt.pdb"
- -@erase "$(OUTDIR)\GTalkExt.bsc"
- -@erase "..\..\bin\debug Unicode\plugins\GTalkExt.dll"
- -@erase "..\..\bin\debug Unicode\plugins\GTalkExt.ilk"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP_PROJ=/nologo /MDd /W3 /Gm /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "GTalkExt_EXPORTS" /Fr"$(INTDIR)\\" /Fp"$(INTDIR)\GTalkExt.pch" /Yu"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
-RSC_PROJ=/l 0x809 /fo"$(INTDIR)\settings.res" /d "_DEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\GTalkExt.bsc"
-BSC32_SBRS= \
- "$(INTDIR)\tipper_items.sbr" \
- "$(INTDIR)\avatar.sbr" \
- "$(INTDIR)\db.sbr" \
- "$(INTDIR)\dllmain.sbr" \
- "$(INTDIR)\GTalkExt.sbr" \
- "$(INTDIR)\handlers.sbr" \
- "$(INTDIR)\inbox.sbr" \
- "$(INTDIR)\menu.sbr" \
- "$(INTDIR)\notifications.sbr" \
- "$(INTDIR)\options.sbr" \
- "$(INTDIR)\popups.sbr" \
- "$(INTDIR)\stdafx.sbr"
-
-"$(OUTDIR)\GTalkExt.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
- $(BSC32) @<<
- $(BSC32_FLAGS) $(BSC32_SBRS)
-<<
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /pdb:"$(OUTDIR)\GTalkExt.pdb" /map:"$(INTDIR)\GTalkExt.map" /debug /machine:I386 /out:"../../bin/debug Unicode/plugins/GTalkExt.dll" /implib:"$(OUTDIR)\GTalkExt.lib" /pdbtype:sept
-LINK32_OBJS= \
- "$(INTDIR)\tipper_items.obj" \
- "$(INTDIR)\avatar.obj" \
- "$(INTDIR)\db.obj" \
- "$(INTDIR)\dllmain.obj" \
- "$(INTDIR)\GTalkExt.obj" \
- "$(INTDIR)\handlers.obj" \
- "$(INTDIR)\inbox.obj" \
- "$(INTDIR)\menu.obj" \
- "$(INTDIR)\notifications.obj" \
- "$(INTDIR)\options.obj" \
- "$(INTDIR)\popups.obj" \
- "$(INTDIR)\stdafx.obj" \
- "$(INTDIR)\settings.res"
-
-"..\..\bin\debug Unicode\plugins\GTalkExt.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-
-!IF "$(NO_EXTERNAL_DEPS)" != "1"
-!IF EXISTS("GTalkExt.dep")
-!INCLUDE "GTalkExt.dep"
-!ELSE
-!MESSAGE Warning: cannot find "GTalkExt.dep"
-!ENDIF
-!ENDIF
-
-
-!IF "$(CFG)" == "GTalkExt - Win32 Release" || "$(CFG)" == "GTalkExt - Win32 Debug" || "$(CFG)" == "GTalkExt - Win32 Release Unicode" || "$(CFG)" == "GTalkExt - Win32 Debug Unicode"
-SOURCE=.\avatar.cpp
-
-!IF "$(CFG)" == "GTalkExt - Win32 Release"
-
-
-"$(INTDIR)\avatar.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Debug"
-
-
-"$(INTDIR)\avatar.obj" "$(INTDIR)\avatar.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Release Unicode"
-
-
-"$(INTDIR)\avatar.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Debug Unicode"
-
-
-"$(INTDIR)\avatar.obj" "$(INTDIR)\avatar.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ENDIF
-
-SOURCE=.\db.cpp
-
-!IF "$(CFG)" == "GTalkExt - Win32 Release"
-
-
-"$(INTDIR)\db.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Debug"
-
-
-"$(INTDIR)\db.obj" "$(INTDIR)\db.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Release Unicode"
-
-
-"$(INTDIR)\db.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Debug Unicode"
-
-
-"$(INTDIR)\db.obj" "$(INTDIR)\db.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ENDIF
-
-SOURCE=.\dllmain.cpp
-
-!IF "$(CFG)" == "GTalkExt - Win32 Release"
-
-
-"$(INTDIR)\dllmain.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Debug"
-
-
-"$(INTDIR)\dllmain.obj" "$(INTDIR)\dllmain.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Release Unicode"
-
-
-"$(INTDIR)\dllmain.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Debug Unicode"
-
-
-"$(INTDIR)\dllmain.obj" "$(INTDIR)\dllmain.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ENDIF
-
-SOURCE=.\GTalkExt.cpp
-
-!IF "$(CFG)" == "GTalkExt - Win32 Release"
-
-
-"$(INTDIR)\GTalkExt.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Debug"
-
-
-"$(INTDIR)\GTalkExt.obj" "$(INTDIR)\GTalkExt.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Release Unicode"
-
-
-"$(INTDIR)\GTalkExt.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Debug Unicode"
-
-
-"$(INTDIR)\GTalkExt.obj" "$(INTDIR)\GTalkExt.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ENDIF
-
-SOURCE=.\handlers.cpp
-
-!IF "$(CFG)" == "GTalkExt - Win32 Release"
-
-
-"$(INTDIR)\handlers.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Debug"
-
-
-"$(INTDIR)\handlers.obj" "$(INTDIR)\handlers.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Release Unicode"
-
-
-"$(INTDIR)\handlers.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Debug Unicode"
-
-
-"$(INTDIR)\handlers.obj" "$(INTDIR)\handlers.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ENDIF
-
-SOURCE=.\inbox.cpp
-
-!IF "$(CFG)" == "GTalkExt - Win32 Release"
-
-
-"$(INTDIR)\inbox.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Debug"
-
-
-"$(INTDIR)\inbox.obj" "$(INTDIR)\inbox.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Release Unicode"
-
-
-"$(INTDIR)\inbox.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Debug Unicode"
-
-
-"$(INTDIR)\inbox.obj" "$(INTDIR)\inbox.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ENDIF
-
-SOURCE=.\menu.cpp
-
-!IF "$(CFG)" == "GTalkExt - Win32 Release"
-
-
-"$(INTDIR)\menu.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Debug"
-
-
-"$(INTDIR)\menu.obj" "$(INTDIR)\menu.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Release Unicode"
-
-
-"$(INTDIR)\menu.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Debug Unicode"
-
-
-"$(INTDIR)\menu.obj" "$(INTDIR)\menu.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ENDIF
-
-SOURCE=.\notifications.cpp
-
-!IF "$(CFG)" == "GTalkExt - Win32 Release"
-
-
-"$(INTDIR)\notifications.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Debug"
-
-
-"$(INTDIR)\notifications.obj" "$(INTDIR)\notifications.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Release Unicode"
-
-
-"$(INTDIR)\notifications.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Debug Unicode"
-
-
-"$(INTDIR)\notifications.obj" "$(INTDIR)\notifications.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ENDIF
-
-SOURCE=.\options.cpp
-
-!IF "$(CFG)" == "GTalkExt - Win32 Release"
-
-
-"$(INTDIR)\options.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Debug"
-
-
-"$(INTDIR)\options.obj" "$(INTDIR)\options.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Release Unicode"
-
-
-"$(INTDIR)\options.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Debug Unicode"
-
-
-"$(INTDIR)\options.obj" "$(INTDIR)\options.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ENDIF
-
-SOURCE=.\popups.cpp
-
-!IF "$(CFG)" == "GTalkExt - Win32 Release"
-
-
-"$(INTDIR)\popups.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Debug"
-
-
-"$(INTDIR)\popups.obj" "$(INTDIR)\popups.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Release Unicode"
-
-
-"$(INTDIR)\popups.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Debug Unicode"
-
-
-"$(INTDIR)\popups.obj" "$(INTDIR)\popups.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ENDIF
-
-SOURCE=.\stdafx.cpp
-
-!IF "$(CFG)" == "GTalkExt - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GTalkExt_EXPORTS" /Fp"$(INTDIR)\GTalkExt.pch" /Yc"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\stdafx.obj" "$(INTDIR)\GTalkExt.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GTalkExt_EXPORTS" /Fr"$(INTDIR)\\" /Fp"$(INTDIR)\GTalkExt.pch" /Yc"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\stdafx.obj" "$(INTDIR)\stdafx.sbr" "$(INTDIR)\GTalkExt.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "GTalkExt_EXPORTS" /Fp"$(INTDIR)\GTalkExt.pch" /Yc"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\stdafx.obj" "$(INTDIR)\GTalkExt.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "GTalkExt_EXPORTS" /Fr"$(INTDIR)\\" /Fp"$(INTDIR)\GTalkExt.pch" /Yc"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\stdafx.obj" "$(INTDIR)\stdafx.sbr" "$(INTDIR)\GTalkExt.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\tipper_items.cpp
-
-!IF "$(CFG)" == "GTalkExt - Win32 Release"
-
-
-"$(INTDIR)\tipper_items.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Debug"
-
-
-"$(INTDIR)\tipper_items.obj" "$(INTDIR)\tipper_items.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Release Unicode"
-
-
-"$(INTDIR)\tipper_items.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Debug Unicode"
-
-
-"$(INTDIR)\tipper_items.obj" "$(INTDIR)\tipper_items.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\GTalkExt.pch"
-
-
-!ENDIF
-
-SOURCE=.\res\settings.rc
-
-!IF "$(CFG)" == "GTalkExt - Win32 Release"
-
-
-"$(INTDIR)\settings.res" : $(SOURCE) "$(INTDIR)"
- $(RSC) /l 0x809 /fo"$(INTDIR)\settings.res" /i "res" /d "NDEBUG" $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Debug"
-
-
-"$(INTDIR)\settings.res" : $(SOURCE) "$(INTDIR)"
- $(RSC) /l 0x809 /fo"$(INTDIR)\settings.res" /i "res" /d "_DEBUG" $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Release Unicode"
-
-
-"$(INTDIR)\settings.res" : $(SOURCE) "$(INTDIR)"
- $(RSC) /l 0x809 /fo"$(INTDIR)\settings.res" /i "res" /d "NDEBUG" $(SOURCE)
-
-
-!ELSEIF "$(CFG)" == "GTalkExt - Win32 Debug Unicode"
-
-
-"$(INTDIR)\settings.res" : $(SOURCE) "$(INTDIR)"
- $(RSC) /l 0x809 /fo"$(INTDIR)\settings.res" /i "res" /d "_DEBUG" $(SOURCE)
-
-
-!ENDIF
-
-
-!ENDIF
diff --git a/protocols/GTalkExt/GTalkExt.vcproj b/protocols/GTalkExt/GTalkExt.vcproj deleted file mode 100644 index 0aa27e60d4..0000000000 --- a/protocols/GTalkExt/GTalkExt.vcproj +++ /dev/null @@ -1,522 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9,00"
- Name="GTalkExt"
- ProjectGUID="{2A737817-2443-48FF-A2E8-CA8D69E450F3}"
- RootNamespace="GTalkExt"
- Keyword="Win32Proj"
- TargetFrameworkVersion="196613"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include;../ExternalAPI"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GTALKEXT_EXPORTS"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="2"
- WarningLevel="3"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- ShowProgress="1"
- LinkIncremental="2"
- AdditionalLibraryDirectories=""
- GenerateDebugInformation="true"
- SubSystem="2"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- EnableIntrinsicFunctions="true"
- AdditionalIncludeDirectories="../../include;../ExternalAPI"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GTALKEXT_EXPORTS"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="2"
- WarningLevel="3"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="1"
- GenerateDebugInformation="true"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include;../ExternalAPI"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GTALKEXT_EXPORTS"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="2"
- WarningLevel="3"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- ShowProgress="1"
- LinkIncremental="2"
- AdditionalLibraryDirectories=""
- GenerateDebugInformation="true"
- SubSystem="2"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- AdditionalIncludeDirectories="../../include;../ExternalAPI"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GTALKEXT_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="2"
- WarningLevel="3"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="1"
- GenerateDebugInformation="true"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
- >
- <File
- RelativePath=".\avatar.cpp"
- >
- </File>
- <File
- RelativePath=".\db.cpp"
- >
- </File>
- <File
- RelativePath=".\dllmain.cpp"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- CompileAsManaged="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- CompileAsManaged="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- CompileAsManaged="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- CompileAsManaged="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\GTalkExt.cpp"
- >
- </File>
- <File
- RelativePath=".\handlers.cpp"
- >
- </File>
- <File
- RelativePath=".\inbox.cpp"
- >
- </File>
- <File
- RelativePath=".\menu.cpp"
- >
- </File>
- <File
- RelativePath=".\notifications.cpp"
- >
- </File>
- <File
- RelativePath=".\options.cpp"
- >
- </File>
- <File
- RelativePath=".\popups.cpp"
- >
- </File>
- <File
- RelativePath=".\stdafx.cpp"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\tipper_items.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
- >
- <File
- RelativePath=".\avatar.h"
- >
- </File>
- <File
- RelativePath=".\db.h"
- >
- </File>
- <File
- RelativePath=".\handlers.h"
- >
- </File>
- <File
- RelativePath=".\inbox.h"
- >
- </File>
- <File
- RelativePath=".\menu.h"
- >
- </File>
- <File
- RelativePath=".\notifications.h"
- >
- </File>
- <File
- RelativePath=".\options.h"
- >
- </File>
- <File
- RelativePath=".\popups.h"
- >
- </File>
- <File
- RelativePath=".\resources.h"
- >
- </File>
- <File
- RelativePath=".\stdafx.h"
- >
- </File>
- <File
- RelativePath=".\targetver.h"
- >
- </File>
- <File
- RelativePath=".\tipper_items.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
- UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
- >
- <File
- RelativePath=".\res\settings.rc"
- >
- </File>
- </Filter>
- <File
- RelativePath=".\langpack_GTalkExt_russian.txt"
- >
- </File>
- <File
- RelativePath=".\ReadMe.txt"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/protocols/Gadu-Gadu/Gadu-Gadu.dep b/protocols/Gadu-Gadu/Gadu-Gadu.dep deleted file mode 100644 index 56ff26a212..0000000000 --- a/protocols/Gadu-Gadu/Gadu-Gadu.dep +++ /dev/null @@ -1,939 +0,0 @@ -# Microsoft Developer Studio Generated Dependency File, included by Gadu-Gadu.mak
-
-.\libgadu\common.c : \
- "..\..\include\m_plugins.h"\
- "..\..\include\m_ssl.h"\
- "..\..\include\newpluginapi.h"\
- ".\libgadu\internal.h"\
- ".\libgadu\libgadu.h"\
- ".\libgadu\win32.h"\
-
-
-.\libgadu\dcc.c : \
- "..\..\include\m_plugins.h"\
- "..\..\include\m_ssl.h"\
- "..\..\include\newpluginapi.h"\
- ".\libgadu\compat.h"\
- ".\libgadu\libgadu.h"\
- ".\libgadu\win32.h"\
-
-
-.\libgadu\dcc7.c : \
- "..\..\include\m_plugins.h"\
- "..\..\include\m_ssl.h"\
- "..\..\include\newpluginapi.h"\
- ".\libgadu\compat.h"\
- ".\libgadu\internal.h"\
- ".\libgadu\libgadu.h"\
- ".\libgadu\protocol.h"\
- ".\libgadu\resolver.h"\
- ".\libgadu\win32.h"\
-
-
-.\libgadu\events.c : \
- "..\..\include\m_plugins.h"\
- "..\..\include\m_ssl.h"\
- "..\..\include\newpluginapi.h"\
- ".\libgadu\compat.h"\
- ".\libgadu\internal.h"\
- ".\libgadu\libgadu.h"\
- ".\libgadu\protocol.h"\
- ".\libgadu\win32.h"\
-
-
-.\libgadu\http.c : \
- "..\..\include\m_plugins.h"\
- "..\..\include\m_ssl.h"\
- "..\..\include\newpluginapi.h"\
- ".\libgadu\compat.h"\
- ".\libgadu\libgadu.h"\
- ".\libgadu\resolver.h"\
- ".\libgadu\win32.h"\
-
-
-.\libgadu\libgadu.c : \
- "..\..\include\m_plugins.h"\
- "..\..\include\m_ssl.h"\
- "..\..\include\newpluginapi.h"\
- ".\libgadu\compat.h"\
- ".\libgadu\internal.h"\
- ".\libgadu\libgadu.h"\
- ".\libgadu\protocol.h"\
- ".\libgadu\resolver.h"\
- ".\libgadu\win32.h"\
-
-
-.\libgadu\pthread.c : \
- "..\..\include\m_plugins.h"\
- "..\..\include\m_system.h"\
- "..\..\include\newpluginapi.h"\
- ".\libgadu\pthread.h"\
-
-
-.\libgadu\pubdir.c : \
- "..\..\include\m_plugins.h"\
- "..\..\include\m_ssl.h"\
- "..\..\include\newpluginapi.h"\
- ".\libgadu\libgadu.h"\
- ".\libgadu\win32.h"\
-
-
-.\libgadu\pubdir50.c : \
- "..\..\include\m_plugins.h"\
- "..\..\include\m_ssl.h"\
- "..\..\include\newpluginapi.h"\
- ".\libgadu\internal.h"\
- ".\libgadu\libgadu.h"\
- ".\libgadu\win32.h"\
-
-
-.\libgadu\resolver.c : \
- "..\..\include\m_plugins.h"\
- "..\..\include\m_ssl.h"\
- "..\..\include\newpluginapi.h"\
- ".\libgadu\compat.h"\
- ".\libgadu\libgadu.h"\
- ".\libgadu\pthread.h"\
- ".\libgadu\resolver.h"\
- ".\libgadu\win32.h"\
-
-
-.\libgadu\sha1.c : \
- "..\..\include\m_plugins.h"\
- "..\..\include\m_ssl.h"\
- "..\..\include\newpluginapi.h"\
- ".\libgadu\libgadu.h"\
- ".\libgadu\win32.h"\
-
-
-.\libgadu\win32.c : \
- ".\libgadu\win32.h"\
-
-
-.\avatar.c : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_ssl.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_xml.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\dynstuff.h"\
- ".\gg.h"\
- ".\libgadu\libgadu.h"\
- ".\libgadu\protocol.h"\
- ".\m_folders.h"\
- ".\resource.h"\
-
-
-.\core.c : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_ssl.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_xml.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\dynstuff.h"\
- ".\gg.h"\
- ".\libgadu\libgadu.h"\
- ".\m_folders.h"\
- ".\resource.h"\
-
-
-.\dialogs.c : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_ssl.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_xml.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\dynstuff.h"\
- ".\gg.h"\
- ".\libgadu\libgadu.h"\
- ".\m_folders.h"\
- ".\resource.h"\
-
-
-.\dynstuff.c : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_ssl.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_xml.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\dynstuff.h"\
- ".\gg.h"\
- ".\libgadu\libgadu.h"\
- ".\m_folders.h"\
- ".\resource.h"\
-
-
-.\filetransfer.c : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_ssl.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_xml.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\dynstuff.h"\
- ".\gg.h"\
- ".\libgadu\libgadu.h"\
- ".\m_folders.h"\
- ".\resource.h"\
-
-
-.\gg.c : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_ssl.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\m_xml.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\dynstuff.h"\
- ".\gg.h"\
- ".\libgadu\libgadu.h"\
- ".\m_folders.h"\
- ".\resource.h"\
- ".\version.h"\
-
-
-.\groupchat.c : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_ssl.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_xml.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\dynstuff.h"\
- ".\gg.h"\
- ".\libgadu\libgadu.h"\
- ".\m_folders.h"\
- ".\m_metacontacts.h"\
- ".\resource.h"\
-
-
-.\icolib.c : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_ssl.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_xml.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\dynstuff.h"\
- ".\gg.h"\
- ".\libgadu\libgadu.h"\
- ".\m_folders.h"\
- ".\resource.h"\
-
-
-.\image.c : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_ssl.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_xml.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\dynstuff.h"\
- ".\gg.h"\
- ".\libgadu\libgadu.h"\
- ".\m_folders.h"\
- ".\resource.h"\
-
-
-.\import.c : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_ssl.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_xml.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\dynstuff.h"\
- ".\gg.h"\
- ".\libgadu\libgadu.h"\
- ".\m_folders.h"\
- ".\resource.h"\
-
-
-.\keepalive.c : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_ssl.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_xml.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\dynstuff.h"\
- ".\gg.h"\
- ".\libgadu\libgadu.h"\
- ".\m_folders.h"\
- ".\resource.h"\
-
-
-.\links.c : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_ssl.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_xml.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\dynstuff.h"\
- ".\gg.h"\
- ".\libgadu\libgadu.h"\
- ".\m_assocmgr.h"\
- ".\m_folders.h"\
- ".\resource.h"\
-
-
-.\oauth.c : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_ssl.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_xml.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\dynstuff.h"\
- ".\gg.h"\
- ".\libgadu\libgadu.h"\
- ".\libgadu\protocol.h"\
- ".\m_folders.h"\
- ".\resource.h"\
-
-
-.\ownerinfo.c : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_ssl.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_xml.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\dynstuff.h"\
- ".\gg.h"\
- ".\libgadu\libgadu.h"\
- ".\m_folders.h"\
- ".\resource.h"\
-
-
-.\popups.c : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_ssl.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_xml.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\dynstuff.h"\
- ".\gg.h"\
- ".\libgadu\libgadu.h"\
- ".\m_folders.h"\
- ".\resource.h"\
-
-
-.\services.c : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_ssl.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_xml.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\dynstuff.h"\
- ".\gg.h"\
- ".\libgadu\libgadu.h"\
- ".\m_folders.h"\
- ".\resource.h"\
-
-
-.\sessions.c : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_ssl.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_xml.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\dynstuff.h"\
- ".\gg.h"\
- ".\libgadu\libgadu.h"\
- ".\m_folders.h"\
- ".\resource.h"\
-
-
-.\token.c : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_ssl.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_xml.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\dynstuff.h"\
- ".\gg.h"\
- ".\libgadu\libgadu.h"\
- ".\m_folders.h"\
- ".\resource.h"\
-
-
-.\userutils.c : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_freeimage.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_imgsrvc.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_ssl.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_xml.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\dynstuff.h"\
- ".\gg.h"\
- ".\libgadu\libgadu.h"\
- ".\m_folders.h"\
- ".\resource.h"\
-
-
-.\resource.rc : \
- "..\..\include\m_version.h"\
- ".\icons\block.ico"\
- ".\icons\clear_ignored_conference.ico"\
- ".\icons\conference.ico"\
- ".\icons\delete.ico"\
- ".\icons\export_list_to_server.ico"\
- ".\icons\export_list_to_txt_file.ico"\
- ".\icons\gg.ico"\
- ".\icons\image.ico"\
- ".\icons\import_list_from_server.ico"\
- ".\icons\import_list_from_txt_file.ico"\
- ".\icons\list.ico"\
- ".\icons\next.ico"\
- ".\icons\previous.ico"\
- ".\icons\remove_list_from_server.ico"\
- ".\icons\save.ico"\
- ".\icons\sessions.ico"\
- ".\icons\settings.ico"\
- ".\resource.h"\
- ".\version.h"\
- ".\version.rc"\
-
diff --git a/protocols/Gadu-Gadu/Gadu-Gadu.dsp b/protocols/Gadu-Gadu/Gadu-Gadu.dsp deleted file mode 100644 index 0fa4846284..0000000000 --- a/protocols/Gadu-Gadu/Gadu-Gadu.dsp +++ /dev/null @@ -1,378 +0,0 @@ -# Microsoft Developer Studio Project File - Name="GG" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-CFG=GG - Win32 Release
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "Gadu-Gadu.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "Gadu-Gadu.mak" CFG="GG - Win32 Release"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "GG - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "GG - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "GG - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GG_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "libgadu" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GG_EXPORTS" /FAcs /YX /FD /c
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /i "../../include" /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib version.lib /nologo /base:"0x32500000" /dll /map /debug /machine:I386 /out:"../../bin/release/plugins/GG.dll" /ALIGN:4096 /ignore:4108
-# SUBTRACT LINK32 /pdb:none
-
-!ELSEIF "$(CFG)" == "GG - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GG_EXPORTS" /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "libgadu" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GG_EXPORTS" /FAcs /YX /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /i "../../include" /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib version.lib /nologo /base:"0x32500000" /dll /map /debug /machine:I386 /out:"../../bin/debug/plugins/GG.dll" /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none
-
-!ENDIF
-
-# Begin Target
-
-# Name "GG - Win32 Release"
-# Name "GG - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Group "libgadu"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\libgadu\common.c
-# SUBTRACT CPP /YX
-# End Source File
-# Begin Source File
-
-SOURCE=.\libgadu\compat.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libgadu\dcc.c
-# SUBTRACT CPP /YX
-# End Source File
-# Begin Source File
-
-SOURCE=.\libgadu\dcc7.c
-# SUBTRACT CPP /YX
-# End Source File
-# Begin Source File
-
-SOURCE=.\libgadu\events.c
-# SUBTRACT CPP /YX
-# End Source File
-# Begin Source File
-
-SOURCE=.\libgadu\http.c
-# SUBTRACT CPP /YX
-# End Source File
-# Begin Source File
-
-SOURCE=.\libgadu\internal.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libgadu\libgadu.c
-# SUBTRACT CPP /YX
-# End Source File
-# Begin Source File
-
-SOURCE=.\libgadu\libgadu.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libgadu\protocol.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libgadu\pthread.c
-# SUBTRACT CPP /YX
-# End Source File
-# Begin Source File
-
-SOURCE=.\libgadu\pthread.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libgadu\pubdir.c
-# SUBTRACT CPP /YX
-# End Source File
-# Begin Source File
-
-SOURCE=.\libgadu\pubdir50.c
-# SUBTRACT CPP /YX
-# End Source File
-# Begin Source File
-
-SOURCE=.\libgadu\resolver.c
-# SUBTRACT CPP /YX
-# End Source File
-# Begin Source File
-
-SOURCE=.\libgadu\resolver.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libgadu\sha1.c
-# SUBTRACT CPP /YX
-# End Source File
-# Begin Source File
-
-SOURCE=.\libgadu\win32.c
-# SUBTRACT CPP /YX
-# End Source File
-# Begin Source File
-
-SOURCE=.\libgadu\win32.h
-# End Source File
-# End Group
-# Begin Source File
-
-SOURCE=.\avatar.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\core.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\dialogs.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\dynstuff.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\filetransfer.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\gg.c
-# ADD CPP /Yc"gg.h"
-# End Source File
-# Begin Source File
-
-SOURCE=.\groupchat.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\icolib.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\image.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\import.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\keepalive.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\links.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\oauth.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\ownerinfo.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\popups.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\services.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\sessions.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\token.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\userutils.c
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\dynstuff.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\gg.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\resource.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\version.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# Begin Source File
-
-SOURCE=.\icons\block.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\clear_ignored_conference.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\conference.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\delete.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\export_list_to_server.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\export_list_to_txt_file.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\gg.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\image.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\import_list_from_server.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\import_list_from_txt_file.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\list.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\next.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\previous.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\remove_list_from_server.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\resource.rc
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\save.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\sessions.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icons\settings.ico
-# End Source File
-# End Group
-# Begin Source File
-
-SOURCE=".\docs\build-howto.txt"
-# End Source File
-# Begin Source File
-
-SOURCE=".\docs\gg-license.txt"
-# End Source File
-# Begin Source File
-
-SOURCE=".\docs\gg-readme.txt"
-# End Source File
-# Begin Source File
-
-SOURCE=".\docs\gg-translation-sample.txt"
-# End Source File
-# End Target
-# End Project
diff --git a/protocols/Gadu-Gadu/Gadu-Gadu.dsw b/protocols/Gadu-Gadu/Gadu-Gadu.dsw deleted file mode 100644 index 95a01d8270..0000000000 --- a/protocols/Gadu-Gadu/Gadu-Gadu.dsw +++ /dev/null @@ -1,29 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-
-###############################################################################
-
-Project: "Gadu-Gadu"=".\Gadu-Gadu.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
-
diff --git a/protocols/Gadu-Gadu/Gadu-Gadu.mak b/protocols/Gadu-Gadu/Gadu-Gadu.mak deleted file mode 100644 index 00d0d64716..0000000000 --- a/protocols/Gadu-Gadu/Gadu-Gadu.mak +++ /dev/null @@ -1,728 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Gadu-Gadu.dsp
-!IF "$(CFG)" == ""
-CFG=GG - Win32 Release
-!MESSAGE No configuration specified. Defaulting to GG - Win32 Release.
-!ENDIF
-
-!IF "$(CFG)" != "GG - Win32 Release" && "$(CFG)" != "GG - Win32 Debug"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "Gadu-Gadu.mak" CFG="GG - Win32 Release"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "GG - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "GG - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-!ERROR An invalid configuration is specified.
-!ENDIF
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE
-NULL=nul
-!ENDIF
-
-!IF "$(CFG)" == "GG - Win32 Release"
-
-OUTDIR=.\Release
-INTDIR=.\Release
-# Begin Custom Macros
-OutDir=.\Release
-# End Custom Macros
-
-ALL : "..\..\bin\release\plugins\GG.dll" "$(OUTDIR)\Gadu-Gadu.pch"
-
-
-CLEAN :
- -@erase "$(INTDIR)\avatar.obj"
- -@erase "$(INTDIR)\common.obj"
- -@erase "$(INTDIR)\core.obj"
- -@erase "$(INTDIR)\dcc.obj"
- -@erase "$(INTDIR)\dcc7.obj"
- -@erase "$(INTDIR)\dialogs.obj"
- -@erase "$(INTDIR)\dynstuff.obj"
- -@erase "$(INTDIR)\events.obj"
- -@erase "$(INTDIR)\filetransfer.obj"
- -@erase "$(INTDIR)\Gadu-Gadu.pch"
- -@erase "$(INTDIR)\gg.obj"
- -@erase "$(INTDIR)\groupchat.obj"
- -@erase "$(INTDIR)\http.obj"
- -@erase "$(INTDIR)\icolib.obj"
- -@erase "$(INTDIR)\image.obj"
- -@erase "$(INTDIR)\import.obj"
- -@erase "$(INTDIR)\keepalive.obj"
- -@erase "$(INTDIR)\libgadu.obj"
- -@erase "$(INTDIR)\links.obj"
- -@erase "$(INTDIR)\oauth.obj"
- -@erase "$(INTDIR)\ownerinfo.obj"
- -@erase "$(INTDIR)\popups.obj"
- -@erase "$(INTDIR)\pthread.obj"
- -@erase "$(INTDIR)\pubdir.obj"
- -@erase "$(INTDIR)\pubdir50.obj"
- -@erase "$(INTDIR)\resolver.obj"
- -@erase "$(INTDIR)\resource.res"
- -@erase "$(INTDIR)\services.obj"
- -@erase "$(INTDIR)\sessions.obj"
- -@erase "$(INTDIR)\sha1.obj"
- -@erase "$(INTDIR)\token.obj"
- -@erase "$(INTDIR)\userutils.obj"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(INTDIR)\win32.obj"
- -@erase "$(OUTDIR)\GG.exp"
- -@erase "$(OUTDIR)\GG.lib"
- -@erase "$(OUTDIR)\GG.map"
- -@erase "$(OUTDIR)\GG.pdb"
- -@erase "..\..\bin\release\plugins\GG.dll"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP=cl.exe
-CPP_PROJ=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "libgadu" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GG_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fp"$(INTDIR)\Gadu-Gadu.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-MTL=midl.exe
-MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
-RSC=rc.exe
-RSC_PROJ=/l 0x409 /fo"$(INTDIR)\resource.res" /i "../../include" /d "NDEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\Gadu-Gadu.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib version.lib /nologo /base:"0x32500000" /dll /incremental:no /pdb:"$(OUTDIR)\GG.pdb" /map:"$(INTDIR)\GG.map" /debug /machine:I386 /out:"../../bin/release/plugins/GG.dll" /implib:"$(OUTDIR)\GG.lib" /ALIGN:4096 /ignore:4108
-LINK32_OBJS= \
- "$(INTDIR)\common.obj" \
- "$(INTDIR)\dcc.obj" \
- "$(INTDIR)\dcc7.obj" \
- "$(INTDIR)\events.obj" \
- "$(INTDIR)\http.obj" \
- "$(INTDIR)\libgadu.obj" \
- "$(INTDIR)\pthread.obj" \
- "$(INTDIR)\pubdir.obj" \
- "$(INTDIR)\pubdir50.obj" \
- "$(INTDIR)\resolver.obj" \
- "$(INTDIR)\sha1.obj" \
- "$(INTDIR)\win32.obj" \
- "$(INTDIR)\avatar.obj" \
- "$(INTDIR)\core.obj" \
- "$(INTDIR)\dialogs.obj" \
- "$(INTDIR)\dynstuff.obj" \
- "$(INTDIR)\filetransfer.obj" \
- "$(INTDIR)\gg.obj" \
- "$(INTDIR)\groupchat.obj" \
- "$(INTDIR)\icolib.obj" \
- "$(INTDIR)\image.obj" \
- "$(INTDIR)\import.obj" \
- "$(INTDIR)\keepalive.obj" \
- "$(INTDIR)\links.obj" \
- "$(INTDIR)\oauth.obj" \
- "$(INTDIR)\ownerinfo.obj" \
- "$(INTDIR)\popups.obj" \
- "$(INTDIR)\services.obj" \
- "$(INTDIR)\sessions.obj" \
- "$(INTDIR)\token.obj" \
- "$(INTDIR)\userutils.obj" \
- "$(INTDIR)\resource.res"
-
-"..\..\bin\release\plugins\GG.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "GG - Win32 Debug"
-
-OUTDIR=.\Debug
-INTDIR=.\Debug
-# Begin Custom Macros
-OutDir=.\Debug
-# End Custom Macros
-
-ALL : "..\..\bin\debug\plugins\GG.dll" "$(OUTDIR)\Gadu-Gadu.pch"
-
-
-CLEAN :
- -@erase "$(INTDIR)\avatar.obj"
- -@erase "$(INTDIR)\common.obj"
- -@erase "$(INTDIR)\core.obj"
- -@erase "$(INTDIR)\dcc.obj"
- -@erase "$(INTDIR)\dcc7.obj"
- -@erase "$(INTDIR)\dialogs.obj"
- -@erase "$(INTDIR)\dynstuff.obj"
- -@erase "$(INTDIR)\events.obj"
- -@erase "$(INTDIR)\filetransfer.obj"
- -@erase "$(INTDIR)\Gadu-Gadu.pch"
- -@erase "$(INTDIR)\gg.obj"
- -@erase "$(INTDIR)\groupchat.obj"
- -@erase "$(INTDIR)\http.obj"
- -@erase "$(INTDIR)\icolib.obj"
- -@erase "$(INTDIR)\image.obj"
- -@erase "$(INTDIR)\import.obj"
- -@erase "$(INTDIR)\keepalive.obj"
- -@erase "$(INTDIR)\libgadu.obj"
- -@erase "$(INTDIR)\links.obj"
- -@erase "$(INTDIR)\oauth.obj"
- -@erase "$(INTDIR)\ownerinfo.obj"
- -@erase "$(INTDIR)\popups.obj"
- -@erase "$(INTDIR)\pthread.obj"
- -@erase "$(INTDIR)\pubdir.obj"
- -@erase "$(INTDIR)\pubdir50.obj"
- -@erase "$(INTDIR)\resolver.obj"
- -@erase "$(INTDIR)\resource.res"
- -@erase "$(INTDIR)\services.obj"
- -@erase "$(INTDIR)\sessions.obj"
- -@erase "$(INTDIR)\sha1.obj"
- -@erase "$(INTDIR)\token.obj"
- -@erase "$(INTDIR)\userutils.obj"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(INTDIR)\win32.obj"
- -@erase "$(OUTDIR)\GG.exp"
- -@erase "$(OUTDIR)\GG.lib"
- -@erase "$(OUTDIR)\GG.map"
- -@erase "$(OUTDIR)\GG.pdb"
- -@erase "..\..\bin\debug\plugins\GG.dll"
- -@erase "..\..\bin\debug\plugins\GG.ilk"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP=cl.exe
-CPP_PROJ=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "libgadu" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GG_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fp"$(INTDIR)\Gadu-Gadu.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-MTL=midl.exe
-MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
-RSC=rc.exe
-RSC_PROJ=/l 0x409 /fo"$(INTDIR)\resource.res" /i "../../include" /d "_DEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\Gadu-Gadu.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib version.lib /nologo /base:"0x32500000" /dll /incremental:yes /pdb:"$(OUTDIR)\GG.pdb" /map:"$(INTDIR)\GG.map" /debug /machine:I386 /out:"../../bin/debug/plugins/GG.dll" /implib:"$(OUTDIR)\GG.lib" /pdbtype:sept
-LINK32_OBJS= \
- "$(INTDIR)\common.obj" \
- "$(INTDIR)\dcc.obj" \
- "$(INTDIR)\dcc7.obj" \
- "$(INTDIR)\events.obj" \
- "$(INTDIR)\http.obj" \
- "$(INTDIR)\libgadu.obj" \
- "$(INTDIR)\pthread.obj" \
- "$(INTDIR)\pubdir.obj" \
- "$(INTDIR)\pubdir50.obj" \
- "$(INTDIR)\resolver.obj" \
- "$(INTDIR)\sha1.obj" \
- "$(INTDIR)\win32.obj" \
- "$(INTDIR)\avatar.obj" \
- "$(INTDIR)\core.obj" \
- "$(INTDIR)\dialogs.obj" \
- "$(INTDIR)\dynstuff.obj" \
- "$(INTDIR)\filetransfer.obj" \
- "$(INTDIR)\gg.obj" \
- "$(INTDIR)\groupchat.obj" \
- "$(INTDIR)\icolib.obj" \
- "$(INTDIR)\image.obj" \
- "$(INTDIR)\import.obj" \
- "$(INTDIR)\keepalive.obj" \
- "$(INTDIR)\links.obj" \
- "$(INTDIR)\oauth.obj" \
- "$(INTDIR)\ownerinfo.obj" \
- "$(INTDIR)\popups.obj" \
- "$(INTDIR)\services.obj" \
- "$(INTDIR)\sessions.obj" \
- "$(INTDIR)\token.obj" \
- "$(INTDIR)\userutils.obj" \
- "$(INTDIR)\resource.res"
-
-"..\..\bin\debug\plugins\GG.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF
-
-
-!IF "$(NO_EXTERNAL_DEPS)" != "1"
-!IF EXISTS("Gadu-Gadu.dep")
-!INCLUDE "Gadu-Gadu.dep"
-!ELSE
-!MESSAGE Warning: cannot find "Gadu-Gadu.dep"
-!ENDIF
-!ENDIF
-
-
-!IF "$(CFG)" == "GG - Win32 Release" || "$(CFG)" == "GG - Win32 Debug"
-SOURCE=.\libgadu\common.c
-
-!IF "$(CFG)" == "GG - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "libgadu" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GG_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\common.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "GG - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "libgadu" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GG_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\common.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\libgadu\dcc.c
-
-!IF "$(CFG)" == "GG - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "libgadu" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GG_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\dcc.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "GG - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "libgadu" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GG_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\dcc.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\libgadu\dcc7.c
-
-!IF "$(CFG)" == "GG - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "libgadu" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GG_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\dcc7.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "GG - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "libgadu" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GG_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\dcc7.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\libgadu\events.c
-
-!IF "$(CFG)" == "GG - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "libgadu" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GG_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\events.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "GG - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "libgadu" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GG_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\events.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\libgadu\http.c
-
-!IF "$(CFG)" == "GG - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "libgadu" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GG_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\http.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "GG - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "libgadu" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GG_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\http.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\libgadu\libgadu.c
-
-!IF "$(CFG)" == "GG - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "libgadu" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GG_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\libgadu.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "GG - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "libgadu" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GG_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\libgadu.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\libgadu\pthread.c
-
-!IF "$(CFG)" == "GG - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "libgadu" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GG_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\pthread.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "GG - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "libgadu" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GG_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\pthread.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\libgadu\pubdir.c
-
-!IF "$(CFG)" == "GG - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "libgadu" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GG_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\pubdir.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "GG - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "libgadu" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GG_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\pubdir.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\libgadu\pubdir50.c
-
-!IF "$(CFG)" == "GG - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "libgadu" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GG_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\pubdir50.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "GG - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "libgadu" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GG_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\pubdir50.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\libgadu\resolver.c
-
-!IF "$(CFG)" == "GG - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "libgadu" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GG_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\resolver.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "GG - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "libgadu" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GG_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\resolver.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\libgadu\sha1.c
-
-!IF "$(CFG)" == "GG - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "libgadu" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GG_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\sha1.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "GG - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "libgadu" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GG_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\sha1.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\libgadu\win32.c
-
-!IF "$(CFG)" == "GG - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "libgadu" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GG_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\win32.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "GG - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "libgadu" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GG_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\win32.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\avatar.c
-
-"$(INTDIR)\avatar.obj" : $(SOURCE) "$(INTDIR)"
-
-
-SOURCE=.\core.c
-
-"$(INTDIR)\core.obj" : $(SOURCE) "$(INTDIR)"
-
-
-SOURCE=.\dialogs.c
-
-"$(INTDIR)\dialogs.obj" : $(SOURCE) "$(INTDIR)"
-
-
-SOURCE=.\dynstuff.c
-
-"$(INTDIR)\dynstuff.obj" : $(SOURCE) "$(INTDIR)"
-
-
-SOURCE=.\filetransfer.c
-
-"$(INTDIR)\filetransfer.obj" : $(SOURCE) "$(INTDIR)"
-
-
-SOURCE=.\gg.c
-
-!IF "$(CFG)" == "GG - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /I "libgadu" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GG_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fp"$(INTDIR)\Gadu-Gadu.pch" /Yc"gg.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\gg.obj" "$(INTDIR)\Gadu-Gadu.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "GG - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "libgadu" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GG_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fp"$(INTDIR)\Gadu-Gadu.pch" /Yc"gg.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\gg.obj" "$(INTDIR)\Gadu-Gadu.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\groupchat.c
-
-"$(INTDIR)\groupchat.obj" : $(SOURCE) "$(INTDIR)"
-
-
-SOURCE=.\icolib.c
-
-"$(INTDIR)\icolib.obj" : $(SOURCE) "$(INTDIR)"
-
-
-SOURCE=.\image.c
-
-"$(INTDIR)\image.obj" : $(SOURCE) "$(INTDIR)"
-
-
-SOURCE=.\import.c
-
-"$(INTDIR)\import.obj" : $(SOURCE) "$(INTDIR)"
-
-
-SOURCE=.\keepalive.c
-
-"$(INTDIR)\keepalive.obj" : $(SOURCE) "$(INTDIR)"
-
-
-SOURCE=.\links.c
-
-"$(INTDIR)\links.obj" : $(SOURCE) "$(INTDIR)"
-
-
-SOURCE=.\oauth.c
-
-"$(INTDIR)\oauth.obj" : $(SOURCE) "$(INTDIR)"
-
-
-SOURCE=.\ownerinfo.c
-
-"$(INTDIR)\ownerinfo.obj" : $(SOURCE) "$(INTDIR)"
-
-
-SOURCE=.\popups.c
-
-"$(INTDIR)\popups.obj" : $(SOURCE) "$(INTDIR)"
-
-
-SOURCE=.\services.c
-
-"$(INTDIR)\services.obj" : $(SOURCE) "$(INTDIR)"
-
-
-SOURCE=.\sessions.c
-
-"$(INTDIR)\sessions.obj" : $(SOURCE) "$(INTDIR)"
-
-
-SOURCE=.\token.c
-
-"$(INTDIR)\token.obj" : $(SOURCE) "$(INTDIR)"
-
-
-SOURCE=.\userutils.c
-
-"$(INTDIR)\userutils.obj" : $(SOURCE) "$(INTDIR)"
-
-
-SOURCE=.\resource.rc
-
-"$(INTDIR)\resource.res" : $(SOURCE) "$(INTDIR)"
- $(RSC) $(RSC_PROJ) $(SOURCE)
-
-
-
-!ENDIF
-
diff --git a/protocols/Gadu-Gadu/Gadu-Gadu.vcproj b/protocols/Gadu-Gadu/Gadu-Gadu.vcproj deleted file mode 100644 index d1b763fb26..0000000000 --- a/protocols/Gadu-Gadu/Gadu-Gadu.vcproj +++ /dev/null @@ -1,1623 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="GG"
- ProjectGUID="{9F77E06C-47DD-4F07-AD5A-AB1DF6E19060}"
- SccProjectName=""
- SccLocalPath="">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include,libgadu"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GG_EXPORTS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="2"
- PrecompiledHeaderFile=".\Debug/Gadu-Gadu.pch"
- AssemblerOutput="2"
- AssemblerListingLocation=".\Debug/"
- ObjectFile=".\Debug/"
- ProgramDataBaseFileName=".\Debug/"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="wsock32.lib version.lib"
- OutputFile="../../bin/debug/plugins/GG.dll"
- LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- GenerateDebugInformation="TRUE"
- ProgramDatabaseFile=".\Debug/GG.pdb"
- GenerateMapFile="TRUE"
- MapFileName=".\Debug/GG.map"
- BaseAddress="0x32500000"
- ImportLibrary=".\Debug/GG.lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/Gadu-Gadu.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- GlobalOptimizations="TRUE"
- InlineFunctionExpansion="1"
- FavorSizeOrSpeed="2"
- AdditionalIncludeDirectories="../../include,libgadu"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GG_EXPORTS"
- StringPooling="TRUE"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="TRUE"
- UsePrecompiledHeader="2"
- AssemblerOutput="2"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="3"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalOptions="/ALIGN:4096 /ignore:4108"
- AdditionalDependencies="vc7to6.lib wsock32.lib version.lib"
- OutputFile="$(OutDir)/GG.dll"
- LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="../../lib"
- IgnoreAllDefaultLibraries="TRUE"
- GenerateDebugInformation="TRUE"
- GenerateMapFile="TRUE"
- BaseAddress="0x32500000"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/Gadu-Gadu.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include,libgadu"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GG_EXPORTS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="2"
- PrecompiledHeaderFile=".\Debug/Gadu-Gadu.pch"
- AssemblerOutput="2"
- AssemblerListingLocation=".\Debug/"
- ObjectFile=".\Debug/"
- ProgramDataBaseFileName=".\Debug/"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="wsock32.lib version.lib"
- OutputFile="../../bin/debug/plugins/GG.dll"
- LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- GenerateDebugInformation="TRUE"
- ProgramDatabaseFile=".\Debug/GG.pdb"
- GenerateMapFile="TRUE"
- MapFileName=".\Debug/GG.map"
- BaseAddress="0x32500000"
- ImportLibrary=".\Debug/GG.lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/Gadu-Gadu.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2"
- WholeProgramOptimization="FALSE">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- GlobalOptimizations="TRUE"
- InlineFunctionExpansion="1"
- FavorSizeOrSpeed="2"
- OmitFramePointers="TRUE"
- AdditionalIncludeDirectories="../../include,libgadu"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GG_EXPORTS"
- StringPooling="TRUE"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="TRUE"
- UsePrecompiledHeader="2"
- AssemblerOutput="2"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="3"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/ALIGN:4096 /ignore:4108"
- AdditionalDependencies="vc7to6.lib wsock32.lib version.lib"
- LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="../../lib"
- IgnoreAllDefaultLibraries="TRUE"
- GenerateDebugInformation="TRUE"
- ProgramDatabaseFile=".\Release/GG.pdb"
- GenerateMapFile="TRUE"
- MapFileName=".\Release/GG.map"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="1"
- BaseAddress="0x32500000"
- ImportLibrary=".\Release/GG.lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/Gadu-Gadu.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
- <File
- RelativePath="avatar.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="core.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="dialogs.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="dynstuff.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="filetransfer.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="gg.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="gg.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="gg.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="gg.h"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="gg.h"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="groupchat.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="icolib.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="image.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="import.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="keepalive.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="links.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="oauth.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="ownerinfo.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="popups.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="services.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="sessions.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="token.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="userutils.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- </File>
- <Filter
- Name="libgadu"
- Filter="">
- <File
- RelativePath="libgadu\common.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\compat.h">
- </File>
- <File
- RelativePath="libgadu\dcc.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\dcc7.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\events.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\http.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\internal.h">
- </File>
- <File
- RelativePath="libgadu\libgadu.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\libgadu.h">
- </File>
- <File
- RelativePath="libgadu\protocol.h">
- </File>
- <File
- RelativePath="libgadu\pthread.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\pthread.h">
- </File>
- <File
- RelativePath="libgadu\pubdir.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\pubdir50.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\resolver.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\resolver.h">
- </File>
- <File
- RelativePath="libgadu\sha1.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\win32.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;GG_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\win32.h">
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl">
- <File
- RelativePath="dynstuff.h">
- </File>
- <File
- RelativePath="gg.h">
- </File>
- <File
- RelativePath="resource.h">
- </File>
- <File
- RelativePath="version.h">
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
- <File
- RelativePath="icons\block.ico">
- </File>
- <File
- RelativePath="icons\clear_ignored_conference.ico">
- </File>
- <File
- RelativePath="icons\conference.ico">
- </File>
- <File
- RelativePath="icons\delete.ico">
- </File>
- <File
- RelativePath="icons\export_list_to_server.ico">
- </File>
- <File
- RelativePath="icons\export_list_to_txt_file.ico">
- </File>
- <File
- RelativePath="icons\gg.ico">
- </File>
- <File
- RelativePath="icons\image.ico">
- </File>
- <File
- RelativePath="icons\import_list_from_server.ico">
- </File>
- <File
- RelativePath="icons\import_list_from_txt_file.ico">
- </File>
- <File
- RelativePath="icons\list.ico">
- </File>
- <File
- RelativePath="icons\next.ico">
- </File>
- <File
- RelativePath="icons\previous.ico">
- </File>
- <File
- RelativePath="icons\remove_list_from_server.ico">
- </File>
- <File
- RelativePath="resource.rc">
- </File>
- <File
- RelativePath="icons\save.ico">
- </File>
- <File
- RelativePath="icons\sessions.ico">
- </File>
- <File
- RelativePath="icons\settings.ico">
- </File>
- </Filter>
- <File
- RelativePath="docs\build-howto.txt">
- </File>
- <File
- RelativePath="docs\gg-license.txt">
- </File>
- <File
- RelativePath="docs\gg-readme.txt">
- </File>
- <File
- RelativePath="docs\gg-translation-sample.txt">
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/protocols/Gadu-Gadu/Gadu-Gadu_8.vcproj b/protocols/Gadu-Gadu/Gadu-Gadu_8.vcproj deleted file mode 100644 index 0ec4c7b068..0000000000 --- a/protocols/Gadu-Gadu/Gadu-Gadu_8.vcproj +++ /dev/null @@ -1,1126 +0,0 @@ -<?xml version="1.0" encoding="windows-1250"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8,00"
- Name="GG"
- ProjectGUID="{6DA1396F-2A44-4D5C-8442-012F71006217}"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/Gadu-Gadu.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include,libgadu"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GG_EXPORTS"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="gg.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="wsock32.lib version.lib"
- OutputFile="$(OutDir)/GG.dll"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- BaseAddress="0x32500000"
- ImportLibrary=".\Debug/GG.lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/Gadu-Gadu.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="2"
- FavorSizeOrSpeed="2"
- OmitFramePointers="true"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include,libgadu"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GG_EXPORTS"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="gg.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/ALIGN:4096 /ignore:4108"
- AdditionalDependencies="wsock32.lib version.lib"
- OutputFile="$(OutDir)/GG.dll"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x32500000"
- ImportLibrary=".\Release/GG.lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/Gadu-Gadu.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include,libgadu"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GG_EXPORTS"
- StringPooling="false"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="0"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="gg.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="wsock32.lib version.lib"
- OutputFile="$(OutDir)/GG.dll"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- BaseAddress="0x32500000"
- ImportLibrary=".\Debug/GG.lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/Gadu-Gadu.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="2"
- FavorSizeOrSpeed="2"
- OmitFramePointers="true"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include,libgadu"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GG_EXPORTS"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="gg.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/ALIGN:4096 /ignore:4108"
- AdditionalDependencies="wsock32.lib version.lib"
- OutputFile="$(OutDir)/GG.dll"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x32500000"
- ImportLibrary=".\Release/GG.lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath="avatar.c"
- >
- </File>
- <File
- RelativePath="core.c"
- >
- </File>
- <File
- RelativePath="dialogs.c"
- >
- </File>
- <File
- RelativePath="dynstuff.c"
- >
- </File>
- <File
- RelativePath="filetransfer.c"
- >
- </File>
- <File
- RelativePath="gg.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="groupchat.c"
- >
- </File>
- <File
- RelativePath=".\icolib.c"
- >
- </File>
- <File
- RelativePath="image.c"
- >
- </File>
- <File
- RelativePath="import.c"
- >
- </File>
- <File
- RelativePath="keepalive.c"
- >
- </File>
- <File
- RelativePath="links.c"
- >
- </File>
- <File
- RelativePath="oauth.c"
- >
- </File>
- <File
- RelativePath="ownerinfo.c"
- >
- </File>
- <File
- RelativePath="popups.c"
- >
- </File>
- <File
- RelativePath="services.c"
- >
- </File>
- <File
- RelativePath="sessions.c"
- >
- </File>
- <File
- RelativePath="token.c"
- >
- </File>
- <File
- RelativePath="userutils.c"
- >
- </File>
- <Filter
- Name="libgadu"
- >
- <File
- RelativePath="libgadu\common.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\compat.h"
- >
- </File>
- <File
- RelativePath="libgadu\dcc.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\dcc7.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\events.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\http.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\internal.h"
- >
- </File>
- <File
- RelativePath="libgadu\libgadu.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\libgadu.h"
- >
- </File>
- <File
- RelativePath="libgadu\protocol.h"
- >
- </File>
- <File
- RelativePath="libgadu\pthread.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\pthread.h"
- >
- </File>
- <File
- RelativePath="libgadu\pubdir.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\pubdir50.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\resolver.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\resolver.h"
- >
- </File>
- <File
- RelativePath="libgadu\sha1.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\win32.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\win32.h"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath="dynstuff.h"
- >
- </File>
- <File
- RelativePath="gg.h"
- >
- </File>
- <File
- RelativePath="resource.h"
- >
- </File>
- <File
- RelativePath="version.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
- >
- <File
- RelativePath="icons\block.ico"
- >
- </File>
- <File
- RelativePath="icons\clear_ignored_conference.ico"
- >
- </File>
- <File
- RelativePath="icons\conference.ico"
- >
- </File>
- <File
- RelativePath="icons\delete.ico"
- >
- </File>
- <File
- RelativePath="icons\export_list_to_server.ico"
- >
- </File>
- <File
- RelativePath="icons\export_list_to_txt_file.ico"
- >
- </File>
- <File
- RelativePath="icons\gg.ico"
- >
- </File>
- <File
- RelativePath="icons\image.ico"
- >
- </File>
- <File
- RelativePath="icons\import_list_from_server.ico"
- >
- </File>
- <File
- RelativePath="icons\import_list_from_txt_file.ico"
- >
- </File>
- <File
- RelativePath="icons\list.ico"
- >
- </File>
- <File
- RelativePath="icons\next.ico"
- >
- </File>
- <File
- RelativePath="icons\previous.ico"
- >
- </File>
- <File
- RelativePath="icons\remove_list_from_server.ico"
- >
- </File>
- <File
- RelativePath="resource.rc"
- >
- </File>
- <File
- RelativePath="icons\save.ico"
- >
- </File>
- <File
- RelativePath="icons\sessions.ico"
- >
- </File>
- <File
- RelativePath="icons\settings.ico"
- >
- </File>
- </Filter>
- <File
- RelativePath="docs\build-howto.txt"
- >
- </File>
- <File
- RelativePath="docs\gg-license.txt"
- >
- </File>
- <File
- RelativePath="docs\gg-readme.txt"
- >
- </File>
- <File
- RelativePath="docs\gg-translation-sample.txt"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/protocols/Gadu-Gadu/Gadu-Gadu_9.vcproj b/protocols/Gadu-Gadu/Gadu-Gadu_9.vcproj deleted file mode 100644 index f3d4b1a902..0000000000 --- a/protocols/Gadu-Gadu/Gadu-Gadu_9.vcproj +++ /dev/null @@ -1,1971 +0,0 @@ -<?xml version="1.0" encoding="windows-1250"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="GG"
- ProjectGUID="{6DA1396F-2A44-4D5C-8442-012F71006217}"
- RootNamespace="GG"
- TargetFrameworkVersion="131072"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/Gadu-Gadu.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include,libgadu"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GG_EXPORTS"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="gg.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="wsock32.lib version.lib"
- OutputFile="$(OutDir)/GG.dll"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- BaseAddress="0x32500000"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Debug/Gadu-Gadu.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include,libgadu"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GG_EXPORTS"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderThrough="gg.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="wsock32.lib version.lib"
- OutputFile="$(OutDir)/GG.dll"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- BaseAddress="0x32500000"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/Gadu-Gadu.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="2"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include,libgadu"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GG_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="gg.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/ALIGN:4096 /ignore:4108"
- AdditionalDependencies="wsock32.lib version.lib"
- OutputFile="$(OutDir)/GG.dll"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x32500000"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Release/Gadu-Gadu.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="2"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include,libgadu"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GG_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="0"
- PrecompiledHeaderThrough="gg.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/ALIGN:4096 /ignore:4108"
- AdditionalDependencies="wsock32.lib version.lib"
- OutputFile="$(OutDir)/GG.dll"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x32500000"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/Gadu-Gadu.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include,libgadu"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GG_EXPORTS"
- StringPooling="false"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="0"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="gg.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="wsock32.lib version.lib"
- OutputFile="$(OutDir)/GG.dll"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- BaseAddress="0x32500000"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Debug/Gadu-Gadu.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include,libgadu"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GG_EXPORTS"
- StringPooling="false"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="0"
- UsePrecompiledHeader="0"
- PrecompiledHeaderThrough="gg.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="wsock32.lib version.lib"
- OutputFile="$(OutDir)/GG.dll"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- BaseAddress="0x32500000"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/Gadu-Gadu.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="2"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include,libgadu"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GG_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="gg.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/ALIGN:4096 /ignore:4108"
- AdditionalDependencies="wsock32.lib version.lib"
- OutputFile="$(OutDir)/GG.dll"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x32500000"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Release/Gadu-Gadu.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="2"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include,libgadu"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GG_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="0"
- PrecompiledHeaderThrough="gg.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/ALIGN:4096 /ignore:4108"
- AdditionalDependencies="wsock32.lib version.lib"
- OutputFile="$(OutDir)/GG.dll"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x32500000"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath="avatar.c"
- >
- </File>
- <File
- RelativePath="core.c"
- >
- </File>
- <File
- RelativePath="dialogs.c"
- >
- </File>
- <File
- RelativePath="dynstuff.c"
- >
- </File>
- <File
- RelativePath="filetransfer.c"
- >
- </File>
- <File
- RelativePath="gg.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="groupchat.c"
- >
- </File>
- <File
- RelativePath="icolib.c"
- >
- </File>
- <File
- RelativePath="image.c"
- >
- </File>
- <File
- RelativePath="import.c"
- >
- </File>
- <File
- RelativePath="keepalive.c"
- >
- </File>
- <File
- RelativePath="links.c"
- >
- </File>
- <File
- RelativePath="oauth.c"
- >
- </File>
- <File
- RelativePath="ownerinfo.c"
- >
- </File>
- <File
- RelativePath="popups.c"
- >
- </File>
- <File
- RelativePath="services.c"
- >
- </File>
- <File
- RelativePath="sessions.c"
- >
- </File>
- <File
- RelativePath="token.c"
- >
- </File>
- <File
- RelativePath="userutils.c"
- >
- </File>
- <Filter
- Name="libgadu"
- >
- <File
- RelativePath="libgadu\common.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\compat.h"
- >
- </File>
- <File
- RelativePath="libgadu\dcc.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\dcc7.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\events.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\http.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\internal.h"
- >
- </File>
- <File
- RelativePath="libgadu\libgadu.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\libgadu.h"
- >
- </File>
- <File
- RelativePath="libgadu\protocol.h"
- >
- </File>
- <File
- RelativePath="libgadu\pthread.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\pthread.h"
- >
- </File>
- <File
- RelativePath="libgadu\pubdir.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\pubdir50.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\resolver.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\resolver.h"
- >
- </File>
- <File
- RelativePath="libgadu\sha1.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\win32.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="libgadu\win32.h"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath="dynstuff.h"
- >
- </File>
- <File
- RelativePath="gg.h"
- >
- </File>
- <File
- RelativePath="resource.h"
- >
- </File>
- <File
- RelativePath="version.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
- >
- <File
- RelativePath="icons\block.ico"
- >
- </File>
- <File
- RelativePath="icons\clear_ignored_conference.ico"
- >
- </File>
- <File
- RelativePath="icons\conference.ico"
- >
- </File>
- <File
- RelativePath="icons\delete.ico"
- >
- </File>
- <File
- RelativePath="icons\export_list_to_server.ico"
- >
- </File>
- <File
- RelativePath="icons\export_list_to_txt_file.ico"
- >
- </File>
- <File
- RelativePath="icons\gg.ico"
- >
- </File>
- <File
- RelativePath="icons\image.ico"
- >
- </File>
- <File
- RelativePath="icons\import_list_from_server.ico"
- >
- </File>
- <File
- RelativePath="icons\import_list_from_txt_file.ico"
- >
- </File>
- <File
- RelativePath="icons\list.ico"
- >
- </File>
- <File
- RelativePath="icons\next.ico"
- >
- </File>
- <File
- RelativePath="icons\previous.ico"
- >
- </File>
- <File
- RelativePath="icons\remove_list_from_server.ico"
- >
- </File>
- <File
- RelativePath="resource.rc"
- >
- </File>
- <File
- RelativePath="icons\save.ico"
- >
- </File>
- <File
- RelativePath="icons\sessions.ico"
- >
- </File>
- <File
- RelativePath="icons\settings.ico"
- >
- </File>
- </Filter>
- <File
- RelativePath="docs\build-howto.txt"
- >
- </File>
- <File
- RelativePath="docs\gg-license.txt"
- >
- </File>
- <File
- RelativePath="docs\gg-readme.txt"
- >
- </File>
- <File
- RelativePath="docs\gg-translation-sample.txt"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/protocols/IRCG/IRC.dep b/protocols/IRCG/IRC.dep deleted file mode 100644 index 7cb9360686..0000000000 --- a/protocols/IRCG/IRC.dep +++ /dev/null @@ -1,583 +0,0 @@ -# Microsoft Developer Studio Generated Dependency File, included by IRC.mak
-
-.\clist.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\irc.h"\
- ".\irc_dlg.h"\
- ".\irclib.h"\
- ".\m_ircscript.h"\
- ".\MString.h"\
- ".\ui_utils.h"\
-
-
-.\commandmonitor.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\irc.h"\
- ".\irc_dlg.h"\
- ".\irclib.h"\
- ".\m_ircscript.h"\
- ".\MString.h"\
- ".\ui_utils.h"\
-
-
-.\input.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\irc.h"\
- ".\irc_dlg.h"\
- ".\irclib.h"\
- ".\m_ircscript.h"\
- ".\MString.h"\
- ".\ui_utils.h"\
- ".\version.h"\
-
-
-.\irclib.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\irc.h"\
- ".\irc_dlg.h"\
- ".\irclib.h"\
- ".\m_ircscript.h"\
- ".\MString.h"\
- ".\ui_utils.h"\
-
-
-.\ircproto.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\irc.h"\
- ".\irc_dlg.h"\
- ".\irclib.h"\
- ".\m_ircscript.h"\
- ".\MString.h"\
- ".\ui_utils.h"\
- ".\version.h"\
-
-
-.\main.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\irc.h"\
- ".\irc_dlg.h"\
- ".\irclib.h"\
- ".\m_ircscript.h"\
- ".\MString.h"\
- ".\ui_utils.h"\
- ".\version.h"\
-
-
-.\MString.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\irc.h"\
- ".\irc_dlg.h"\
- ".\irclib.h"\
- ".\m_ircscript.h"\
- ".\MString.h"\
- ".\ui_utils.h"\
-
-
-.\options.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\irc.h"\
- ".\irc_dlg.h"\
- ".\irclib.h"\
- ".\m_ircscript.h"\
- ".\MString.h"\
- ".\ui_utils.h"\
-
-
-.\output.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\irc.h"\
- ".\irc_dlg.h"\
- ".\irclib.h"\
- ".\m_ircscript.h"\
- ".\MString.h"\
- ".\ui_utils.h"\
-
-
-.\scripting.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\irc.h"\
- ".\irc_dlg.h"\
- ".\irclib.h"\
- ".\m_ircscript.h"\
- ".\MString.h"\
- ".\ui_utils.h"\
-
-
-.\services.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\irc.h"\
- ".\irc_dlg.h"\
- ".\irclib.h"\
- ".\m_ircscript.h"\
- ".\MString.h"\
- ".\ui_utils.h"\
-
-
-.\tools.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\irc.h"\
- ".\irc_dlg.h"\
- ".\irclib.h"\
- ".\m_ircscript.h"\
- ".\MString.h"\
- ".\ui_utils.h"\
-
-
-.\ui_utils.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\irc.h"\
- ".\irc_dlg.h"\
- ".\irclib.h"\
- ".\m_ircscript.h"\
- ".\MString.h"\
- ".\ui_utils.h"\
-
-
-.\userinfo.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\irc.h"\
- ".\irc_dlg.h"\
- ".\irclib.h"\
- ".\m_ircscript.h"\
- ".\MString.h"\
- ".\ui_utils.h"\
-
-
-.\windows.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\irc.h"\
- ".\irc_dlg.h"\
- ".\irclib.h"\
- ".\m_ircscript.h"\
- ".\MString.h"\
- ".\ui_utils.h"\
-
-
-.\resource.rc : \
- ".\Docs\IRC_servers.ini"\
- ".\Icons\add.ico"\
- ".\Icons\apply.ico"\
- ".\Icons\block.ico"\
- ".\Icons\dcc.ico"\
- ".\Icons\delete.ico"\
- ".\Icons\edit.ico"\
- ".\Icons\irc.ico"\
- ".\Icons\list.ico"\
- ".\Icons\manager.ico"\
- ".\Icons\question.ico"\
- ".\Icons\quick.ico"\
- ".\Icons\rename.ico"\
- ".\Icons\server.ico"\
- ".\Icons\show.ico"\
- ".\Icons\whois.ico"\
- ".\Icons\world.ico"\
- ".\irc.rc"\
- ".\version.h"\
- ".\version.rc"\
-
diff --git a/protocols/IRCG/IRC.dsp b/protocols/IRCG/IRC.dsp deleted file mode 100644 index 0f7552a27e..0000000000 --- a/protocols/IRCG/IRC.dsp +++ /dev/null @@ -1,388 +0,0 @@ -# Microsoft Developer Studio Project File - Name="IRC" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-CFG=IRC - Win32 Debug Unicode
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "IRC.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "IRC.mak" CFG="IRC - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "IRC - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "IRC - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "IRC - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "IRC - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "IRC - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IRC_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IRC_EXPORTS" /Yu"irc.h" /FD /c
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x41d /d "NDEBUG"
-# ADD RSC /l 0x41d /i "../../include" /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib shlwapi.lib wsock32.lib /nologo /base:"0x54010000" /dll /map /debug /machine:I386 /out:"../../bin/release/plugins/IRC.dll" /filealign:512
-# SUBTRACT LINK32 /pdb:none
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir ".\Debug"
-# PROP Intermediate_Dir ".\Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IRC_EXPORTS" /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IRC_EXPORTS" /Yu"irc.h" /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x41d /d "_DEBUG"
-# ADD RSC /l 0x41d /i "../../include" /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib shlwapi.lib wsock32.lib /nologo /base:"0x54010000" /dll /map /debug /machine:I386 /out:"../../bin/debug/plugins/IRC.dll" /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none /incremental:no
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "IRC___Win32_Debug_Unicode"
-# PROP BASE Intermediate_Dir "IRC___Win32_Debug_Unicode"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug_Unicode"
-# PROP Intermediate_Dir "Debug_Unicode"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IRC_EXPORTS" /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "IRC_EXPORTS" /FR /Yu"irc.h" /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x41d /d "_DEBUG"
-# ADD RSC /l 0x41d /i "../../include" /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib shlwapi.lib wsock32.lib /nologo /base:"0x54010000" /dll /map /debug /machine:I386 /out:"../../bin/debug/plugins/IRC.dll" /pdbtype:sept
-# SUBTRACT BASE LINK32 /pdb:none /incremental:no
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib shlwapi.lib wsock32.lib /nologo /base:"0x54010000" /dll /map /debug /machine:I386 /out:"../../bin/debug Unicode/plugins/IRC.dll" /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none /incremental:no
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Release Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "IRC___Win32_Release_Unicode"
-# PROP BASE Intermediate_Dir "IRC___Win32_Release_Unicode"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release_Unicode"
-# PROP Intermediate_Dir "Release_Unicode"
-# PROP Ignore_Export_Lib 1
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IRC_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "IRC_EXPORTS" /Yu"irc.h" /FD /c
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x41d /d "NDEBUG"
-# ADD RSC /l 0x41d /i "../../include" /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib shlwapi.lib wsock32.lib /nologo /base:"0x54010000" /dll /map /debug /machine:I386 /out:"../../bin/release/plugins/IRC.dll"
-# SUBTRACT BASE LINK32 /pdb:none /incremental:yes
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib shlwapi.lib wsock32.lib /nologo /base:"0x54010000" /dll /map /debug /machine:I386 /out:"../../bin/release unicode/plugins/IRC.dll" /filealign:512
-# SUBTRACT LINK32 /pdb:none
-
-!ENDIF
-
-# Begin Target
-
-# Name "IRC - Win32 Release"
-# Name "IRC - Win32 Debug"
-# Name "IRC - Win32 Debug Unicode"
-# Name "IRC - Win32 Release Unicode"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=.\clist.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\commandmonitor.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\input.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\irclib.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ircproto.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\main.cpp
-# ADD CPP /Yc"irc.h"
-# End Source File
-# Begin Source File
-
-SOURCE=.\MString.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\options.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\output.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\scripting.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\services.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\tools.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ui_utils.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\userinfo.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\windows.cpp
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Group "External"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\AggressiveOptimize.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\IcoLib.h
-# End Source File
-# Begin Source File
-
-SOURCE="..\..\plugins\chat unstableTab\m_chat.h"
-# End Source File
-# Begin Source File
-
-SOURCE=.\m_ircscript.h
-# End Source File
-# End Group
-# Begin Source File
-
-SOURCE=.\commandmonitor.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\irc.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\irclib.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\MString.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\resource.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\ui_utils.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\version.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# Begin Source File
-
-SOURCE=.\Icons\add.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\Icons\apply.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\Icons\block.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\Icons\dcc.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\Icons\delete.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\Icons\edit.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\Icons\go.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\Icons\hide.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\Icons\irc.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\Icons\join.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\Icons\list.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\Icons\manager.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\Icons\nick.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\Icons\part.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\Icons\question.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\Icons\quick.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\Icons\rename.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\resource.rc
-# End Source File
-# Begin Source File
-
-SOURCE=.\Icons\server.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\Icons\show.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\Icons\whois.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\Icons\world.ico
-# End Source File
-# End Group
-# Begin Group "Documentation"
-
-# PROP Default_Filter ".txt"
-# Begin Source File
-
-SOURCE=.\Docs\IRC_license.txt
-# End Source File
-# Begin Source File
-
-SOURCE=.\Docs\IRC_Readme.txt
-# End Source File
-# Begin Source File
-
-SOURCE=.\Docs\IRC_Translate.txt
-# End Source File
-# Begin Source File
-
-SOURCE="..\..\..\CVS upload\to do.txt"
-# End Source File
-# End Group
-# Begin Source File
-
-SOURCE=.\Docs\IRC_servers.ini
-# End Source File
-# End Target
-# End Project
diff --git a/protocols/IRCG/IRC.dsw b/protocols/IRCG/IRC.dsw deleted file mode 100644 index c873875726..0000000000 --- a/protocols/IRCG/IRC.dsw +++ /dev/null @@ -1,29 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-
-###############################################################################
-
-Project: "IRC"=".\IRC.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
-
diff --git a/protocols/IRCG/IRC.mak b/protocols/IRCG/IRC.mak deleted file mode 100644 index 4832557e2a..0000000000 --- a/protocols/IRCG/IRC.mak +++ /dev/null @@ -1,837 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on IRC.dsp
-!IF "$(CFG)" == ""
-CFG=IRC - Win32 Release Unicode
-!MESSAGE No configuration specified. Defaulting to IRC - Win32 Release Unicode.
-!ENDIF
-
-!IF "$(CFG)" != "IRC - Win32 Release" && "$(CFG)" != "IRC - Win32 Debug" && "$(CFG)" != "IRC - Win32 Debug Unicode" && "$(CFG)" != "IRC - Win32 Release Unicode"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "IRC.mak" CFG="IRC - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "IRC - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "IRC - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "IRC - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "IRC - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-!ERROR An invalid configuration is specified.
-!ENDIF
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE
-NULL=nul
-!ENDIF
-
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "IRC - Win32 Release"
-
-OUTDIR=.\Release
-INTDIR=.\Release
-
-ALL : "..\..\bin\release\plugins\IRC.dll"
-
-
-CLEAN :
- -@erase "$(INTDIR)\clist.obj"
- -@erase "$(INTDIR)\commandmonitor.obj"
- -@erase "$(INTDIR)\input.obj"
- -@erase "$(INTDIR)\IRC.pch"
- -@erase "$(INTDIR)\irclib.obj"
- -@erase "$(INTDIR)\ircproto.obj"
- -@erase "$(INTDIR)\main.obj"
- -@erase "$(INTDIR)\MString.obj"
- -@erase "$(INTDIR)\options.obj"
- -@erase "$(INTDIR)\output.obj"
- -@erase "$(INTDIR)\resource.res"
- -@erase "$(INTDIR)\scripting.obj"
- -@erase "$(INTDIR)\services.obj"
- -@erase "$(INTDIR)\tools.obj"
- -@erase "$(INTDIR)\ui_utils.obj"
- -@erase "$(INTDIR)\userinfo.obj"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(INTDIR)\windows.obj"
- -@erase "$(OUTDIR)\IRC.exp"
- -@erase "$(OUTDIR)\IRC.lib"
- -@erase "$(OUTDIR)\IRC.map"
- -@erase "$(OUTDIR)\IRC.pdb"
- -@erase "..\..\bin\release\plugins\IRC.dll"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP_PROJ=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IRC_EXPORTS" /Fp"$(INTDIR)\IRC.pch" /Yu"irc.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
-RSC_PROJ=/l 0x41d /fo"$(INTDIR)\resource.res" /i "../../include" /d "NDEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\IRC.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib shlwapi.lib wsock32.lib /nologo /base:"0x54010000" /dll /incremental:no /pdb:"$(OUTDIR)\IRC.pdb" /map:"$(INTDIR)\IRC.map" /debug /machine:I386 /out:"../../bin/release/plugins/IRC.dll" /implib:"$(OUTDIR)\IRC.lib" /filealign:512
-LINK32_OBJS= \
- "$(INTDIR)\clist.obj" \
- "$(INTDIR)\commandmonitor.obj" \
- "$(INTDIR)\input.obj" \
- "$(INTDIR)\irclib.obj" \
- "$(INTDIR)\ircproto.obj" \
- "$(INTDIR)\main.obj" \
- "$(INTDIR)\MString.obj" \
- "$(INTDIR)\options.obj" \
- "$(INTDIR)\output.obj" \
- "$(INTDIR)\scripting.obj" \
- "$(INTDIR)\services.obj" \
- "$(INTDIR)\tools.obj" \
- "$(INTDIR)\ui_utils.obj" \
- "$(INTDIR)\userinfo.obj" \
- "$(INTDIR)\windows.obj" \
- "$(INTDIR)\resource.res"
-
-"..\..\bin\release\plugins\IRC.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug"
-
-OUTDIR=.\Debug
-INTDIR=.\Debug
-
-ALL : "..\..\bin\debug\plugins\IRC.dll"
-
-
-CLEAN :
- -@erase "$(INTDIR)\clist.obj"
- -@erase "$(INTDIR)\commandmonitor.obj"
- -@erase "$(INTDIR)\input.obj"
- -@erase "$(INTDIR)\IRC.pch"
- -@erase "$(INTDIR)\irclib.obj"
- -@erase "$(INTDIR)\ircproto.obj"
- -@erase "$(INTDIR)\main.obj"
- -@erase "$(INTDIR)\MString.obj"
- -@erase "$(INTDIR)\options.obj"
- -@erase "$(INTDIR)\output.obj"
- -@erase "$(INTDIR)\resource.res"
- -@erase "$(INTDIR)\scripting.obj"
- -@erase "$(INTDIR)\services.obj"
- -@erase "$(INTDIR)\tools.obj"
- -@erase "$(INTDIR)\ui_utils.obj"
- -@erase "$(INTDIR)\userinfo.obj"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(INTDIR)\windows.obj"
- -@erase "$(OUTDIR)\IRC.exp"
- -@erase "$(OUTDIR)\IRC.lib"
- -@erase "$(OUTDIR)\IRC.map"
- -@erase "$(OUTDIR)\IRC.pdb"
- -@erase "..\..\bin\debug\plugins\IRC.dll"
- -@erase "..\..\bin\debug\plugins\IRC.ilk"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP_PROJ=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IRC_EXPORTS" /Fp"$(INTDIR)\IRC.pch" /Yu"irc.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
-RSC_PROJ=/l 0x41d /fo"$(INTDIR)\resource.res" /i "../../include" /d "_DEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\IRC.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib shlwapi.lib wsock32.lib /nologo /base:"0x54010000" /dll /incremental:yes /pdb:"$(OUTDIR)\IRC.pdb" /map:"$(INTDIR)\IRC.map" /debug /machine:I386 /out:"../../bin/debug/plugins/IRC.dll" /implib:"$(OUTDIR)\IRC.lib" /pdbtype:sept
-LINK32_OBJS= \
- "$(INTDIR)\clist.obj" \
- "$(INTDIR)\commandmonitor.obj" \
- "$(INTDIR)\input.obj" \
- "$(INTDIR)\irclib.obj" \
- "$(INTDIR)\ircproto.obj" \
- "$(INTDIR)\main.obj" \
- "$(INTDIR)\MString.obj" \
- "$(INTDIR)\options.obj" \
- "$(INTDIR)\output.obj" \
- "$(INTDIR)\scripting.obj" \
- "$(INTDIR)\services.obj" \
- "$(INTDIR)\tools.obj" \
- "$(INTDIR)\ui_utils.obj" \
- "$(INTDIR)\userinfo.obj" \
- "$(INTDIR)\windows.obj" \
- "$(INTDIR)\resource.res"
-
-"..\..\bin\debug\plugins\IRC.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug Unicode"
-
-OUTDIR=.\Debug_Unicode
-INTDIR=.\Debug_Unicode
-# Begin Custom Macros
-OutDir=.\Debug_Unicode
-# End Custom Macros
-
-ALL : "..\..\bin\debug Unicode\plugins\IRC.dll" "$(OUTDIR)\IRC.bsc"
-
-
-CLEAN :
- -@erase "$(INTDIR)\clist.obj"
- -@erase "$(INTDIR)\clist.sbr"
- -@erase "$(INTDIR)\commandmonitor.obj"
- -@erase "$(INTDIR)\commandmonitor.sbr"
- -@erase "$(INTDIR)\input.obj"
- -@erase "$(INTDIR)\input.sbr"
- -@erase "$(INTDIR)\IRC.pch"
- -@erase "$(INTDIR)\irclib.obj"
- -@erase "$(INTDIR)\irclib.sbr"
- -@erase "$(INTDIR)\ircproto.obj"
- -@erase "$(INTDIR)\ircproto.sbr"
- -@erase "$(INTDIR)\main.obj"
- -@erase "$(INTDIR)\main.sbr"
- -@erase "$(INTDIR)\MString.obj"
- -@erase "$(INTDIR)\MString.sbr"
- -@erase "$(INTDIR)\options.obj"
- -@erase "$(INTDIR)\options.sbr"
- -@erase "$(INTDIR)\output.obj"
- -@erase "$(INTDIR)\output.sbr"
- -@erase "$(INTDIR)\resource.res"
- -@erase "$(INTDIR)\scripting.obj"
- -@erase "$(INTDIR)\scripting.sbr"
- -@erase "$(INTDIR)\services.obj"
- -@erase "$(INTDIR)\services.sbr"
- -@erase "$(INTDIR)\tools.obj"
- -@erase "$(INTDIR)\tools.sbr"
- -@erase "$(INTDIR)\ui_utils.obj"
- -@erase "$(INTDIR)\ui_utils.sbr"
- -@erase "$(INTDIR)\userinfo.obj"
- -@erase "$(INTDIR)\userinfo.sbr"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(INTDIR)\windows.obj"
- -@erase "$(INTDIR)\windows.sbr"
- -@erase "$(OUTDIR)\IRC.bsc"
- -@erase "$(OUTDIR)\IRC.exp"
- -@erase "$(OUTDIR)\IRC.lib"
- -@erase "$(OUTDIR)\IRC.map"
- -@erase "$(OUTDIR)\IRC.pdb"
- -@erase "..\..\bin\debug Unicode\plugins\IRC.dll"
- -@erase "..\..\bin\debug Unicode\plugins\IRC.ilk"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP_PROJ=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "IRC_EXPORTS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\IRC.pch" /Yu"irc.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
-RSC_PROJ=/l 0x41d /fo"$(INTDIR)\resource.res" /i "../../include" /d "_DEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\IRC.bsc"
-BSC32_SBRS= \
- "$(INTDIR)\clist.sbr" \
- "$(INTDIR)\commandmonitor.sbr" \
- "$(INTDIR)\input.sbr" \
- "$(INTDIR)\irclib.sbr" \
- "$(INTDIR)\ircproto.sbr" \
- "$(INTDIR)\main.sbr" \
- "$(INTDIR)\MString.sbr" \
- "$(INTDIR)\options.sbr" \
- "$(INTDIR)\output.sbr" \
- "$(INTDIR)\scripting.sbr" \
- "$(INTDIR)\services.sbr" \
- "$(INTDIR)\tools.sbr" \
- "$(INTDIR)\ui_utils.sbr" \
- "$(INTDIR)\userinfo.sbr" \
- "$(INTDIR)\windows.sbr"
-
-"$(OUTDIR)\IRC.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
- $(BSC32) @<<
- $(BSC32_FLAGS) $(BSC32_SBRS)
-<<
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib shlwapi.lib wsock32.lib /nologo /base:"0x54010000" /dll /incremental:yes /pdb:"$(OUTDIR)\IRC.pdb" /map:"$(INTDIR)\IRC.map" /debug /machine:I386 /out:"../../bin/debug Unicode/plugins/IRC.dll" /implib:"$(OUTDIR)\IRC.lib" /pdbtype:sept
-LINK32_OBJS= \
- "$(INTDIR)\clist.obj" \
- "$(INTDIR)\commandmonitor.obj" \
- "$(INTDIR)\input.obj" \
- "$(INTDIR)\irclib.obj" \
- "$(INTDIR)\ircproto.obj" \
- "$(INTDIR)\main.obj" \
- "$(INTDIR)\MString.obj" \
- "$(INTDIR)\options.obj" \
- "$(INTDIR)\output.obj" \
- "$(INTDIR)\scripting.obj" \
- "$(INTDIR)\services.obj" \
- "$(INTDIR)\tools.obj" \
- "$(INTDIR)\ui_utils.obj" \
- "$(INTDIR)\userinfo.obj" \
- "$(INTDIR)\windows.obj" \
- "$(INTDIR)\resource.res"
-
-"..\..\bin\debug Unicode\plugins\IRC.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Release Unicode"
-
-OUTDIR=.\Release_Unicode
-INTDIR=.\Release_Unicode
-
-ALL : "..\..\bin\release unicode\plugins\IRC.dll"
-
-
-CLEAN :
- -@erase "$(INTDIR)\clist.obj"
- -@erase "$(INTDIR)\commandmonitor.obj"
- -@erase "$(INTDIR)\input.obj"
- -@erase "$(INTDIR)\IRC.pch"
- -@erase "$(INTDIR)\irclib.obj"
- -@erase "$(INTDIR)\ircproto.obj"
- -@erase "$(INTDIR)\main.obj"
- -@erase "$(INTDIR)\MString.obj"
- -@erase "$(INTDIR)\options.obj"
- -@erase "$(INTDIR)\output.obj"
- -@erase "$(INTDIR)\resource.res"
- -@erase "$(INTDIR)\scripting.obj"
- -@erase "$(INTDIR)\services.obj"
- -@erase "$(INTDIR)\tools.obj"
- -@erase "$(INTDIR)\ui_utils.obj"
- -@erase "$(INTDIR)\userinfo.obj"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(INTDIR)\windows.obj"
- -@erase "$(OUTDIR)\IRC.exp"
- -@erase "$(OUTDIR)\IRC.map"
- -@erase "$(OUTDIR)\IRC.pdb"
- -@erase "..\..\bin\release unicode\plugins\IRC.dll"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP_PROJ=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "IRC_EXPORTS" /Fp"$(INTDIR)\IRC.pch" /Yu"irc.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
-RSC_PROJ=/l 0x41d /fo"$(INTDIR)\resource.res" /i "../../include" /d "NDEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\IRC.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib shlwapi.lib wsock32.lib /nologo /base:"0x54010000" /dll /incremental:no /pdb:"$(OUTDIR)\IRC.pdb" /map:"$(INTDIR)\IRC.map" /debug /machine:I386 /out:"../../bin/release unicode/plugins/IRC.dll" /implib:"$(OUTDIR)\IRC.lib" /filealign:512
-LINK32_OBJS= \
- "$(INTDIR)\clist.obj" \
- "$(INTDIR)\commandmonitor.obj" \
- "$(INTDIR)\input.obj" \
- "$(INTDIR)\irclib.obj" \
- "$(INTDIR)\ircproto.obj" \
- "$(INTDIR)\main.obj" \
- "$(INTDIR)\MString.obj" \
- "$(INTDIR)\options.obj" \
- "$(INTDIR)\output.obj" \
- "$(INTDIR)\scripting.obj" \
- "$(INTDIR)\services.obj" \
- "$(INTDIR)\tools.obj" \
- "$(INTDIR)\ui_utils.obj" \
- "$(INTDIR)\userinfo.obj" \
- "$(INTDIR)\windows.obj" \
- "$(INTDIR)\resource.res"
-
-"..\..\bin\release unicode\plugins\IRC.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-
-!IF "$(NO_EXTERNAL_DEPS)" != "1"
-!IF EXISTS("IRC.dep")
-!INCLUDE "IRC.dep"
-!ELSE
-!MESSAGE Warning: cannot find "IRC.dep"
-!ENDIF
-!ENDIF
-
-
-!IF "$(CFG)" == "IRC - Win32 Release" || "$(CFG)" == "IRC - Win32 Debug" || "$(CFG)" == "IRC - Win32 Debug Unicode" || "$(CFG)" == "IRC - Win32 Release Unicode"
-SOURCE=.\clist.cpp
-
-!IF "$(CFG)" == "IRC - Win32 Release"
-
-
-"$(INTDIR)\clist.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug"
-
-
-"$(INTDIR)\clist.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug Unicode"
-
-
-"$(INTDIR)\clist.obj" "$(INTDIR)\clist.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Release Unicode"
-
-
-"$(INTDIR)\clist.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ENDIF
-
-SOURCE=.\commandmonitor.cpp
-
-!IF "$(CFG)" == "IRC - Win32 Release"
-
-
-"$(INTDIR)\commandmonitor.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug"
-
-
-"$(INTDIR)\commandmonitor.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug Unicode"
-
-
-"$(INTDIR)\commandmonitor.obj" "$(INTDIR)\commandmonitor.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Release Unicode"
-
-
-"$(INTDIR)\commandmonitor.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ENDIF
-
-SOURCE=.\input.cpp
-
-!IF "$(CFG)" == "IRC - Win32 Release"
-
-
-"$(INTDIR)\input.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug"
-
-
-"$(INTDIR)\input.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug Unicode"
-
-
-"$(INTDIR)\input.obj" "$(INTDIR)\input.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Release Unicode"
-
-
-"$(INTDIR)\input.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ENDIF
-
-SOURCE=.\irclib.cpp
-
-!IF "$(CFG)" == "IRC - Win32 Release"
-
-
-"$(INTDIR)\irclib.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug"
-
-
-"$(INTDIR)\irclib.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug Unicode"
-
-
-"$(INTDIR)\irclib.obj" "$(INTDIR)\irclib.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Release Unicode"
-
-
-"$(INTDIR)\irclib.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ENDIF
-
-SOURCE=.\ircproto.cpp
-
-!IF "$(CFG)" == "IRC - Win32 Release"
-
-
-"$(INTDIR)\ircproto.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug"
-
-
-"$(INTDIR)\ircproto.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug Unicode"
-
-
-"$(INTDIR)\ircproto.obj" "$(INTDIR)\ircproto.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Release Unicode"
-
-
-"$(INTDIR)\ircproto.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ENDIF
-
-SOURCE=.\main.cpp
-
-!IF "$(CFG)" == "IRC - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IRC_EXPORTS" /Fp"$(INTDIR)\IRC.pch" /Yc"irc.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\main.obj" "$(INTDIR)\IRC.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IRC_EXPORTS" /Fp"$(INTDIR)\IRC.pch" /Yc"irc.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\main.obj" "$(INTDIR)\IRC.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "IRC_EXPORTS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\IRC.pch" /Yc"irc.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\main.obj" "$(INTDIR)\main.sbr" "$(INTDIR)\IRC.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "IRC_EXPORTS" /Fp"$(INTDIR)\IRC.pch" /Yc"irc.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\main.obj" "$(INTDIR)\IRC.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\MString.cpp
-
-!IF "$(CFG)" == "IRC - Win32 Release"
-
-
-"$(INTDIR)\MString.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug"
-
-
-"$(INTDIR)\MString.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug Unicode"
-
-
-"$(INTDIR)\MString.obj" "$(INTDIR)\MString.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Release Unicode"
-
-
-"$(INTDIR)\MString.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ENDIF
-
-SOURCE=.\options.cpp
-
-!IF "$(CFG)" == "IRC - Win32 Release"
-
-
-"$(INTDIR)\options.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug"
-
-
-"$(INTDIR)\options.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug Unicode"
-
-
-"$(INTDIR)\options.obj" "$(INTDIR)\options.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Release Unicode"
-
-
-"$(INTDIR)\options.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ENDIF
-
-SOURCE=.\output.cpp
-
-!IF "$(CFG)" == "IRC - Win32 Release"
-
-
-"$(INTDIR)\output.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug"
-
-
-"$(INTDIR)\output.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug Unicode"
-
-
-"$(INTDIR)\output.obj" "$(INTDIR)\output.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Release Unicode"
-
-
-"$(INTDIR)\output.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ENDIF
-
-SOURCE=.\scripting.cpp
-
-!IF "$(CFG)" == "IRC - Win32 Release"
-
-
-"$(INTDIR)\scripting.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug"
-
-
-"$(INTDIR)\scripting.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug Unicode"
-
-
-"$(INTDIR)\scripting.obj" "$(INTDIR)\scripting.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Release Unicode"
-
-
-"$(INTDIR)\scripting.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ENDIF
-
-SOURCE=.\services.cpp
-
-!IF "$(CFG)" == "IRC - Win32 Release"
-
-
-"$(INTDIR)\services.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug"
-
-
-"$(INTDIR)\services.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug Unicode"
-
-
-"$(INTDIR)\services.obj" "$(INTDIR)\services.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Release Unicode"
-
-
-"$(INTDIR)\services.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ENDIF
-
-SOURCE=.\tools.cpp
-
-!IF "$(CFG)" == "IRC - Win32 Release"
-
-
-"$(INTDIR)\tools.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug"
-
-
-"$(INTDIR)\tools.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug Unicode"
-
-
-"$(INTDIR)\tools.obj" "$(INTDIR)\tools.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Release Unicode"
-
-
-"$(INTDIR)\tools.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ENDIF
-
-SOURCE=.\ui_utils.cpp
-
-!IF "$(CFG)" == "IRC - Win32 Release"
-
-
-"$(INTDIR)\ui_utils.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug"
-
-
-"$(INTDIR)\ui_utils.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug Unicode"
-
-
-"$(INTDIR)\ui_utils.obj" "$(INTDIR)\ui_utils.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Release Unicode"
-
-
-"$(INTDIR)\ui_utils.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ENDIF
-
-SOURCE=.\userinfo.cpp
-
-!IF "$(CFG)" == "IRC - Win32 Release"
-
-
-"$(INTDIR)\userinfo.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug"
-
-
-"$(INTDIR)\userinfo.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug Unicode"
-
-
-"$(INTDIR)\userinfo.obj" "$(INTDIR)\userinfo.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Release Unicode"
-
-
-"$(INTDIR)\userinfo.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ENDIF
-
-SOURCE=.\windows.cpp
-
-!IF "$(CFG)" == "IRC - Win32 Release"
-
-
-"$(INTDIR)\windows.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug"
-
-
-"$(INTDIR)\windows.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Debug Unicode"
-
-
-"$(INTDIR)\windows.obj" "$(INTDIR)\windows.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ELSEIF "$(CFG)" == "IRC - Win32 Release Unicode"
-
-
-"$(INTDIR)\windows.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\IRC.pch"
-
-
-!ENDIF
-
-SOURCE=.\resource.rc
-
-"$(INTDIR)\resource.res" : $(SOURCE) "$(INTDIR)"
- $(RSC) $(RSC_PROJ) $(SOURCE)
-
-
-
-!ENDIF
-
diff --git a/protocols/IRCG/IRC.vcproj b/protocols/IRCG/IRC.vcproj deleted file mode 100644 index 1187da621a..0000000000 --- a/protocols/IRCG/IRC.vcproj +++ /dev/null @@ -1,481 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="IRC"
- ProjectGUID="{3A12F777-56A8-42EC-BD17-8F325524241E}"
- SccProjectName=""
- SccLocalPath="">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;IRC_EXPORTS"
- MinimalRebuild="TRUE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="irc.h"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/DLL"
- AdditionalDependencies="shlwapi.lib wsock32.lib"
- LinkIncremental="2"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="../../lib"
- GenerateDebugInformation="TRUE"
- GenerateMapFile="TRUE"
- BaseAddress="0x54010000"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/IRC.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1053"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- GlobalOptimizations="TRUE"
- InlineFunctionExpansion="1"
- FavorSizeOrSpeed="2"
- OmitFramePointers="TRUE"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IRC_EXPORTS"
- StringPooling="TRUE"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="TRUE"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="irc.h"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="3"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalOptions="/DLL"
- AdditionalDependencies="vc7to6.lib eh7.lib shlwapi.lib wsock32.lib"
- LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="../../lib"
- IgnoreAllDefaultLibraries="TRUE"
- GenerateDebugInformation="TRUE"
- GenerateMapFile="TRUE"
- BaseAddress="0x54010000"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/IRC.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1053"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="1">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;IRC_EXPORTS"
- MinimalRebuild="TRUE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="irc.h"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/DLL"
- AdditionalDependencies="shlwapi.lib wsock32.lib"
- LinkIncremental="2"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="../../lib"
- GenerateDebugInformation="TRUE"
- GenerateMapFile="TRUE"
- BaseAddress="0x54010000"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/IRC.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1053"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="1">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- GlobalOptimizations="TRUE"
- FavorSizeOrSpeed="2"
- OmitFramePointers="FALSE"
- OptimizeForProcessor="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IRC_EXPORTS"
- StringPooling="TRUE"
- RuntimeLibrary="2"
- BufferSecurityCheck="FALSE"
- EnableFunctionLevelLinking="TRUE"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="irc.h"
- AssemblerOutput="4"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="3"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/DLL"
- AdditionalDependencies="vc7to6.lib eh7.lib shlwapi.lib wsock32.lib"
- LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="../../lib"
- IgnoreAllDefaultLibraries="TRUE"
- GenerateDebugInformation="TRUE"
- GenerateMapFile="TRUE"
- BaseAddress="0x54010000"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/IRC.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1053"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
- <File
- RelativePath="clist.cpp">
- </File>
- <File
- RelativePath="commandmonitor.cpp">
- </File>
- <File
- RelativePath="input.cpp">
- </File>
- <File
- RelativePath="irclib.cpp">
- </File>
- <File
- RelativePath=".\ircproto.cpp">
- </File>
- <File
- RelativePath="main.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- UsePrecompiledHeader="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- UsePrecompiledHeader="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- UsePrecompiledHeader="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- UsePrecompiledHeader="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\MString.cpp">
- </File>
- <File
- RelativePath="options.cpp">
- </File>
- <File
- RelativePath="output.cpp">
- </File>
- <File
- RelativePath="scripting.cpp">
- </File>
- <File
- RelativePath="services.cpp">
- </File>
- <File
- RelativePath="tools.cpp">
- </File>
- <File
- RelativePath=".\ui_utils.cpp">
- </File>
- <File
- RelativePath=".\userinfo.cpp">
- </File>
- <File
- RelativePath="windows.cpp">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl">
- <File
- RelativePath="commandmonitor.h">
- </File>
- <File
- RelativePath="irc.h">
- </File>
- <File
- RelativePath="irclib.h">
- </File>
- <File
- RelativePath=".\MString.h">
- </File>
- <File
- RelativePath="resource.h">
- </File>
- <File
- RelativePath=".\ui_utils.h">
- </File>
- <Filter
- Name="External">
- <File
- RelativePath="AggressiveOptimize.h">
- </File>
- <File
- RelativePath="IcoLib.h">
- </File>
- <File
- RelativePath="m_ircscript.h">
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
- <File
- RelativePath="Icons\add.ico">
- </File>
- <File
- RelativePath="Icons\block.ico">
- </File>
- <File
- RelativePath="Icons\dcc.ico">
- </File>
- <File
- RelativePath="Icons\delete.ico">
- </File>
- <File
- RelativePath="Icons\go.ico">
- </File>
- <File
- RelativePath="Icons\hide.ico">
- </File>
- <File
- RelativePath="Icons\Icons\irc.ico">
- </File>
- <File
- RelativePath="Icons\irc.ico">
- </File>
- <File
- RelativePath="IRC.rc">
- </File>
- <File
- RelativePath="Icons\join.ico">
- </File>
- <File
- RelativePath="Icons\list.ico">
- </File>
- <File
- RelativePath="Icons\manager.ico">
- </File>
- <File
- RelativePath="Icons\nick.ico">
- </File>
- <File
- RelativePath="Icons\part.ico">
- </File>
- <File
- RelativePath="Icons\quick.ico">
- </File>
- <File
- RelativePath="Icons\rename.ico">
- </File>
- <File
- RelativePath="Icons\server.ico">
- </File>
- <File
- RelativePath="Icons\show.ico">
- </File>
- <File
- RelativePath=".\version.rc">
- </File>
- <File
- RelativePath="Icons\world.ico">
- </File>
- </Filter>
- <Filter
- Name="Documentation"
- Filter=".txt">
- <File
- RelativePath="Docs\IRC_license.txt">
- </File>
- <File
- RelativePath="Docs\IRC_Readme.txt">
- </File>
- <File
- RelativePath="Docs\IRC_Translate.txt">
- </File>
- <File
- RelativePath="..\..\..\..\CVS upload\to do.txt">
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/protocols/IRCG/IRC_8.vcproj b/protocols/IRCG/IRC_8.vcproj deleted file mode 100644 index 36dd33d7bb..0000000000 --- a/protocols/IRCG/IRC_8.vcproj +++ /dev/null @@ -1,667 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8,00"
- Name="IRC"
- ProjectGUID="{3A12F777-56A8-42EC-BD17-8F325524241E}"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/IRC.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;IRC_EXPORTS"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="irc.h"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/DLL"
- AdditionalDependencies="shlwapi.lib wsock32.lib"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- BaseAddress="0x54010000"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/IRC.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="2"
- FavorSizeOrSpeed="2"
- OmitFramePointers="true"
- EnableFiberSafeOptimizations="false"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IRC_EXPORTS"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="irc.h"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/DLL"
- AdditionalDependencies="shlwapi.lib wsock32.lib"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x54010000"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/IRC.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;IRC_EXPORTS"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="irc.h"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/DLL"
- AdditionalDependencies="shlwapi.lib wsock32.lib"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- BaseAddress="0x54010000"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/IRC.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IRC_EXPORTS"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="irc.h"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/DLL"
- AdditionalDependencies="shlwapi.lib wsock32.lib"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- BaseAddress="0x54010000"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath="clist.cpp"
- >
- </File>
- <File
- RelativePath="commandmonitor.cpp"
- >
- </File>
- <File
- RelativePath="input.cpp"
- >
- </File>
- <File
- RelativePath="irclib.cpp"
- >
- </File>
- <File
- RelativePath=".\ircproto.cpp"
- >
- </File>
- <File
- RelativePath="main.cpp"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\MString.cpp"
- >
- </File>
- <File
- RelativePath="options.cpp"
- >
- </File>
- <File
- RelativePath="output.cpp"
- >
- </File>
- <File
- RelativePath="scripting.cpp"
- >
- </File>
- <File
- RelativePath="services.cpp"
- >
- </File>
- <File
- RelativePath="tools.cpp"
- >
- </File>
- <File
- RelativePath=".\ui_utils.cpp"
- >
- </File>
- <File
- RelativePath=".\userinfo.cpp"
- >
- </File>
- <File
- RelativePath="windows.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath="commandmonitor.h"
- >
- </File>
- <File
- RelativePath="irc.h"
- >
- </File>
- <File
- RelativePath=".\irc_dlg.h"
- >
- </File>
- <File
- RelativePath="irclib.h"
- >
- </File>
- <File
- RelativePath=".\MString.h"
- >
- </File>
- <File
- RelativePath="resource.h"
- >
- </File>
- <File
- RelativePath=".\ui_utils.h"
- >
- </File>
- <Filter
- Name="External"
- >
- <File
- RelativePath="AggressiveOptimize.h"
- >
- </File>
- <File
- RelativePath="IcoLib.h"
- >
- </File>
- <File
- RelativePath="m_ircscript.h"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
- >
- <File
- RelativePath="Icons\add.ico"
- >
- </File>
- <File
- RelativePath="Icons\block.ico"
- >
- </File>
- <File
- RelativePath="Icons\dcc.ico"
- >
- </File>
- <File
- RelativePath="Icons\delete.ico"
- >
- </File>
- <File
- RelativePath="Icons\go.ico"
- >
- </File>
- <File
- RelativePath="Icons\hide.ico"
- >
- </File>
- <File
- RelativePath="Icons\Icons\irc.ico"
- >
- </File>
- <File
- RelativePath="Icons\irc.ico"
- >
- </File>
- <File
- RelativePath="IRC.rc"
- >
- </File>
- <File
- RelativePath="Icons\join.ico"
- >
- </File>
- <File
- RelativePath="Icons\list.ico"
- >
- </File>
- <File
- RelativePath="Icons\manager.ico"
- >
- </File>
- <File
- RelativePath="Icons\nick.ico"
- >
- </File>
- <File
- RelativePath="Icons\part.ico"
- >
- </File>
- <File
- RelativePath="Icons\quick.ico"
- >
- </File>
- <File
- RelativePath="Icons\rename.ico"
- >
- </File>
- <File
- RelativePath="Icons\server.ico"
- >
- </File>
- <File
- RelativePath="Icons\show.ico"
- >
- </File>
- <File
- RelativePath=".\version.rc"
- >
- </File>
- <File
- RelativePath="Icons\world.ico"
- >
- </File>
- </Filter>
- <Filter
- Name="Documentation"
- Filter=".txt"
- >
- <File
- RelativePath="Docs\IRC_license.txt"
- >
- </File>
- <File
- RelativePath="Docs\IRC_Readme.txt"
- >
- </File>
- <File
- RelativePath="Docs\IRC_Translate.txt"
- >
- </File>
- <File
- RelativePath="..\..\..\..\CVS upload\to do.txt"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/protocols/IRCG/IRC_9.vcproj b/protocols/IRCG/IRC_9.vcproj deleted file mode 100644 index 8a94099951..0000000000 --- a/protocols/IRCG/IRC_9.vcproj +++ /dev/null @@ -1,1069 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="IRC"
- ProjectGUID="{3A12F777-56A8-42EC-BD17-8F325524241E}"
- RootNamespace="IRC"
- TargetFrameworkVersion="131072"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/IRC.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;IRC_EXPORTS"
- MinimalRebuild="true"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="irc.h"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalOptions="/DLL"
- AdditionalDependencies="shlwapi.lib wsock32.lib"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- BaseAddress="0x54010000"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Debug/IRC.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;IRC_EXPORTS"
- MinimalRebuild="true"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="irc.h"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalOptions="/DLL"
- AdditionalDependencies="shlwapi.lib wsock32.lib"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- BaseAddress="0x54010000"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/IRC.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IRC_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="irc.h"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalOptions="/DLL"
- AdditionalDependencies="shlwapi.lib wsock32.lib"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x54010000"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Release/IRC.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IRC_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="irc.h"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalOptions="/DLL"
- AdditionalDependencies="shlwapi.lib wsock32.lib"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x54010000"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/IRC.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;IRC_EXPORTS"
- MinimalRebuild="true"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="irc.h"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalOptions="/DLL"
- AdditionalDependencies="shlwapi.lib wsock32.lib"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- BaseAddress="0x54010000"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Debug/IRC.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;IRC_EXPORTS"
- MinimalRebuild="true"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="irc.h"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalOptions="/DLL"
- AdditionalDependencies="shlwapi.lib wsock32.lib"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- BaseAddress="0x54010000"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/IRC.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IRC_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="irc.h"
- AssemblerOutput="4"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- DisableSpecificWarnings="4996;4125"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalOptions="/DLL"
- AdditionalDependencies="shlwapi.lib wsock32.lib"
- GenerateDebugInformation="true"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x54010000"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Release/IRC.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IRC_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="irc.h"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- DisableSpecificWarnings="4996;4125"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalOptions="/DLL"
- AdditionalDependencies="shlwapi.lib wsock32.lib"
- GenerateDebugInformation="true"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x54010000"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath="clist.cpp"
- >
- </File>
- <File
- RelativePath="commandmonitor.cpp"
- >
- </File>
- <File
- RelativePath="input.cpp"
- >
- </File>
- <File
- RelativePath="irclib.cpp"
- >
- </File>
- <File
- RelativePath=".\ircproto.cpp"
- >
- </File>
- <File
- RelativePath="main.cpp"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\MString.cpp"
- >
- </File>
- <File
- RelativePath=".\options.cpp"
- >
- </File>
- <File
- RelativePath="output.cpp"
- >
- </File>
- <File
- RelativePath="scripting.cpp"
- >
- </File>
- <File
- RelativePath="services.cpp"
- >
- </File>
- <File
- RelativePath="tools.cpp"
- >
- </File>
- <File
- RelativePath=".\ui_utils.cpp"
- >
- </File>
- <File
- RelativePath=".\userinfo.cpp"
- >
- </File>
- <File
- RelativePath="windows.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath="commandmonitor.h"
- >
- </File>
- <File
- RelativePath="irc.h"
- >
- </File>
- <File
- RelativePath="irc_dlg.h"
- >
- </File>
- <File
- RelativePath="irclib.h"
- >
- </File>
- <File
- RelativePath="m_ircscript.h"
- >
- </File>
- <File
- RelativePath="MString.h"
- >
- </File>
- <File
- RelativePath="resource.h"
- >
- </File>
- <File
- RelativePath="ui_utils.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
- >
- <File
- RelativePath="Icons\add.ico"
- >
- </File>
- <File
- RelativePath="Icons\apply.ico"
- >
- </File>
- <File
- RelativePath="Icons\block.ico"
- >
- </File>
- <File
- RelativePath="Icons\dcc.ico"
- >
- </File>
- <File
- RelativePath="Icons\delete.ico"
- >
- </File>
- <File
- RelativePath="Icons\edit.ico"
- >
- </File>
- <File
- RelativePath=".\Icons\irc.ico"
- >
- </File>
- <File
- RelativePath="IRC.rc"
- >
- </File>
- <File
- RelativePath="Icons\list.ico"
- >
- </File>
- <File
- RelativePath="Icons\manager.ico"
- >
- </File>
- <File
- RelativePath="Icons\question.ico"
- >
- </File>
- <File
- RelativePath="Icons\quick.ico"
- >
- </File>
- <File
- RelativePath="Icons\rename.ico"
- >
- </File>
- <File
- RelativePath="Icons\server.ico"
- >
- </File>
- <File
- RelativePath="Icons\show.ico"
- >
- </File>
- <File
- RelativePath="Icons\whois.ico"
- >
- </File>
- <File
- RelativePath="Icons\world.ico"
- >
- </File>
- </Filter>
- <Filter
- Name="Documentation"
- Filter=".txt"
- >
- <File
- RelativePath="Docs\IRC_license.txt"
- >
- </File>
- <File
- RelativePath="Docs\IRC_Readme.txt"
- >
- </File>
- <File
- RelativePath=".\Docs\IRC_servers.ini"
- >
- </File>
- <File
- RelativePath="Docs\IRC_Translate.txt"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/protocols/IcqOscarJ/icqoscar8.dep b/protocols/IcqOscarJ/icqoscar8.dep deleted file mode 100644 index a7866467bc..0000000000 --- a/protocols/IcqOscarJ/icqoscar8.dep +++ /dev/null @@ -1,4421 +0,0 @@ -# Microsoft Developer Studio Generated Dependency File, included by icqoscar8.mak
-
-.\resources.rc : \
- "..\..\include\m_version.h"\
- ".\changeinfo\expandst.ico"\
- ".\icos\auth_ask.ico"\
- ".\icos\auth_grant.ico"\
- ".\icos\auth_revoke.ico"\
- ".\icos\icq.ico"\
- ".\icos\srvlist_add.ico"\
- ".\version.h"\
-
-
-.\chan_01login.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\chan_02data.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\chan_03error.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\chan_04close.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\chan_05ping.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\fam_01service.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\fam_02location.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\fam_03buddy.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\fam_04message.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\fam_09bos.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\fam_0alookup.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\fam_0bstatus.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\fam_13servclist.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\fam_15icqserver.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\fam_17signon.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\directpackets.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\icq_direct.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\icq_directmsg.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\icq_filerequests.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\icq_filetransfer.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\icq_advsearch.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\icq_db.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\icq_proto.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\m_updater.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\icqosc_svcs.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\init.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\m_extraicons.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\log.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\UI\askauthentication.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\icqoscar.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\icq_firstrun.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\icq_menu.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\icq_opts.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\icq_popups.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\icq_uploadui.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\UI\loginpassword.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\icqoscar.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\UI\userinfotab.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\icqoscar.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\changeinfo\constants.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\changeinfo\icqoscar.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\changeinfo\db.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\changeinfo\icqoscar.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\changeinfo\dlgproc.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\changeinfo\icqoscar.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\changeinfo\editlist.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\changeinfo\icqoscar.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\changeinfo\editstring.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\changeinfo\icqoscar.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\changeinfo\main.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\changeinfo\icqoscar.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\changeinfo\upload.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\changeinfo\icqoscar.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\capabilities.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\cookies.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\i18n.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\iconlib.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\icq_avatar.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\m_folders.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\icq_clients.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\icq_fieldnames.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\icq_http.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\icq_infoupdate.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\icq_packet.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\icq_rates.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\icq_server.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\icq_servlist.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\icq_xstatus.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\m_extraicons.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\icq_xtraz.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\icqoscar.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\oscar_filetransfer.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\stdpackets.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\tlv.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
-
-.\utilities.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icq.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_ignore.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\capabilities.h"\
- ".\changeinfo\changeinfo.h"\
- ".\channels.h"\
- ".\cookies.h"\
- ".\directpackets.h"\
- ".\families.h"\
- ".\globals.h"\
- ".\guids.h"\
- ".\i18n.h"\
- ".\iconlib.h"\
- ".\icq_advsearch.h"\
- ".\icq_avatar.h"\
- ".\icq_constants.h"\
- ".\icq_db.h"\
- ".\icq_direct.h"\
- ".\icq_fieldnames.h"\
- ".\icq_http.h"\
- ".\icq_infoupdate.h"\
- ".\icq_opts.h"\
- ".\icq_packet.h"\
- ".\icq_popups.h"\
- ".\icq_proto.h"\
- ".\icq_rates.h"\
- ".\icq_server.h"\
- ".\icq_servlist.h"\
- ".\icq_uploadui.h"\
- ".\icq_xtraz.h"\
- ".\icqosc_svcs.h"\
- ".\icqoscar.h"\
- ".\init.h"\
- ".\log.h"\
- ".\oscar_filetransfer.h"\
- ".\stdpackets.h"\
- ".\tlv.h"\
- ".\UI\askauthentication.h"\
- ".\UI\loginpassword.h"\
- ".\UI\userinfotab.h"\
- ".\utilities.h"\
- ".\version.h"\
-
diff --git a/protocols/IcqOscarJ/icqoscar8.dsp b/protocols/IcqOscarJ/icqoscar8.dsp deleted file mode 100644 index 5b803ce2e5..0000000000 --- a/protocols/IcqOscarJ/icqoscar8.dsp +++ /dev/null @@ -1,768 +0,0 @@ -# Microsoft Developer Studio Project File - Name="icqoscar8" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-CFG=icqoscar8 - Win32 Debug Unicode
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "icqoscar8.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "icqoscar8.mak" CFG="icqoscar8 - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "icqoscar8 - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "icqoscar8 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "icqoscar8 - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "icqoscar8 - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "icqoscar8 - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "icqoscar8_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "icqoscar8_EXPORTS" /FR /Yu"icqoscar.h" /FD /c
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "NDEBUG"
-# ADD RSC /l 0x417 /i "../../include" /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comctl32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /dll /map /debug /machine:I386 /out:"../../bin/release/plugins/ICQ.dll" /ALIGN:4096 /ignore:4108
-# SUBTRACT LINK32 /pdb:none
-
-!ELSEIF "$(CFG)" == "icqoscar8 - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "icqoscar8_EXPORTS" /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "icqoscar8_EXPORTS" /FR /Yu"icqoscar.h" /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "_DEBUG"
-# ADD RSC /l 0x809 /i "../../include" /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comctl32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x25000000" /dll /map /debug /debugtype:both /machine:I386 /out:"../../bin/debug/plugins/ICQ.dll" /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none /incremental:no
-
-!ELSEIF "$(CFG)" == "icqoscar8 - Win32 Debug Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "icqoscar8___Win32_Debug_Unicode"
-# PROP BASE Intermediate_Dir "icqoscar8___Win32_Debug_Unicode"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug_Unicode"
-# PROP Intermediate_Dir "Debug_Unicode"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "icqoscar8_EXPORTS" /FR /Yu"icqoscar.h" /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "icqoscar8_EXPORTS" /FR /Yu"icqoscar.h" /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "_DEBUG"
-# ADD RSC /l 0x809 /i "../../include" /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comctl32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x25000000" /dll /map /debug /debugtype:both /machine:I386 /out:"../../bin/debug/plugins/ICQ.dll" /pdbtype:sept
-# SUBTRACT BASE LINK32 /pdb:none /incremental:no
-# ADD LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comctl32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x25000000" /dll /map /debug /debugtype:both /machine:I386 /out:"../../bin/debug Unicode/plugins/ICQ.dll" /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none /incremental:no
-
-!ELSEIF "$(CFG)" == "icqoscar8 - Win32 Release Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "icqoscar8___Win32_Release_Unicode"
-# PROP BASE Intermediate_Dir "icqoscar8___Win32_Release_Unicode"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release_Unicode"
-# PROP Intermediate_Dir "Release_Unicode"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "icqoscar8_EXPORTS" /FR /Yu"icqoscar.h" /FD /c
-# ADD CPP /nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "icqoscar8_EXPORTS" /FR /Yu"icqoscar.h" /FD /c
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x417 /d "NDEBUG"
-# ADD RSC /l 0x417 /i "../../include" /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comctl32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /dll /map /debug /machine:I386 /out:"../../bin/release/plugins/ICQ.dll" /ALIGN:4096 /ignore:4108
-# SUBTRACT BASE LINK32 /pdb:none
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comctl32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /dll /map /debug /machine:I386 /out:"../../bin/release unicode/plugins/ICQ.dll" /ALIGN:4096 /ignore:4108
-# SUBTRACT LINK32 /pdb:none
-
-!ENDIF
-
-# Begin Target
-
-# Name "icqoscar8 - Win32 Release"
-# Name "icqoscar8 - Win32 Debug"
-# Name "icqoscar8 - Win32 Debug Unicode"
-# Name "icqoscar8 - Win32 Release Unicode"
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\UI\askauthentication.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\capabilities.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\channels.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\cookies.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\directpackets.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\families.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\globals.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\guids.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\i18n.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\iconlib.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_advsearch.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_avatar.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_constants.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_db.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_direct.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_fieldnames.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_http.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_infoupdate.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_opts.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_packet.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_popups.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_proto.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_rates.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_server.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_servlist.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_uploadui.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_xtraz.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\icqosc_svcs.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\icqoscar.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\init.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\log.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\UI\loginpassword.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\oscar_filetransfer.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\resource.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\stdpackets.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\tlv.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\UI\userinfotab.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\utilities.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\version.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# Begin Source File
-
-SOURCE=.\icos\auth_ask.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\auth_grant.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\auth_revoke.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\changeinfo\expandst.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\icq.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\resources.rc
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\srvlist_add.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\xstatus.bmp
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\xstatus01.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\xstatus02.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\xstatus03.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\xstatus04.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\xstatus05.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\xstatus06.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\xstatus07.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\xstatus08.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\xstatus09.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\xstatus10.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\xstatus11.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\xstatus12.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\xstatus13.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\xstatus14.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\xstatus15.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\xstatus16.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\xstatus17.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\xstatus18.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\xstatus19.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\xstatus20.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\xstatus21.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\xstatus22.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\xstatus23.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\xstatus24.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\xstatus25.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\xstatus26.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\xstatus27.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\xstatus28.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\xstatus29.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\xstatus30.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\xstatus31.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\xstatus32.ico
-# End Source File
-# End Group
-# Begin Group "FLAP Channels"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\chan_01login.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\chan_02data.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\chan_03error.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\chan_04close.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\chan_05ping.cpp
-# End Source File
-# End Group
-# Begin Group "SNAC Families"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\fam_01service.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\fam_02location.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\fam_03buddy.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\fam_04message.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\fam_09bos.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\fam_0alookup.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\fam_0bstatus.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\fam_13servclist.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\fam_15icqserver.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\fam_17signon.cpp
-# End Source File
-# End Group
-# Begin Group "Direct Connection"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\directpackets.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_direct.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_directmsg.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_filerequests.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_filetransfer.cpp
-# End Source File
-# End Group
-# Begin Group "Miranda Bits"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\icq_advsearch.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_db.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_proto.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\icqosc_svcs.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\init.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\log.cpp
-# End Source File
-# End Group
-# Begin Group "Documentation"
-
-# PROP Default_Filter ".txt"
-# Begin Source File
-
-SOURCE=".\docs\icq-readme.txt"
-# End Source File
-# Begin Source File
-
-SOURCE=".\docs\IcqOscarJ-db settings.txt"
-# End Source File
-# Begin Source File
-
-SOURCE=".\docs\IcqOscarJ-translation.txt"
-# End Source File
-# End Group
-# Begin Group "UI"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\UI\askauthentication.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_firstrun.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_menu.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_opts.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_popups.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_uploadui.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\UI\loginpassword.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\UI\userinfotab.cpp
-# End Source File
-# End Group
-# Begin Group "Change Info"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\changeinfo\changeinfo.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\changeinfo\constants.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\changeinfo\db.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\changeinfo\dlgproc.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\changeinfo\editlist.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\changeinfo\editstring.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\changeinfo\main.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\changeinfo\upload.cpp
-# End Source File
-# End Group
-# Begin Source File
-
-SOURCE=.\capabilities.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\cookies.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\i18n.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\iconlib.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_avatar.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_clients.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_fieldnames.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_http.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_infoupdate.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_packet.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_rates.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_server.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_servlist.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_xstatus.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\icq_xtraz.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\icqoscar.cpp
-# ADD CPP /Yc"icqoscar.h"
-# End Source File
-# Begin Source File
-
-SOURCE=.\oscar_filetransfer.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\stdpackets.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\tlv.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\utilities.cpp
-# End Source File
-# End Target
-# End Project
diff --git a/protocols/IcqOscarJ/icqoscar8.dsw b/protocols/IcqOscarJ/icqoscar8.dsw deleted file mode 100644 index 233a2d673c..0000000000 --- a/protocols/IcqOscarJ/icqoscar8.dsw +++ /dev/null @@ -1,29 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-
-###############################################################################
-
-Project: "icqoscar8"=".\icqoscar8.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
-
diff --git a/protocols/IcqOscarJ/icqoscar8.mak b/protocols/IcqOscarJ/icqoscar8.mak deleted file mode 100644 index 3b3fc51791..0000000000 --- a/protocols/IcqOscarJ/icqoscar8.mak +++ /dev/null @@ -1,1710 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on icqoscar8.dsp
-!IF "$(CFG)" == ""
-CFG=icqoscar8 - Win32 Release Unicode
-!MESSAGE No configuration specified. Defaulting to icqoscar8 - Win32 Release Unicode.
-!ENDIF
-
-!IF "$(CFG)" != "icqoscar8 - Win32 Release" && "$(CFG)" != "icqoscar8 - Win32 Debug" && "$(CFG)" != "icqoscar8 - Win32 Debug Unicode" && "$(CFG)" != "icqoscar8 - Win32 Release Unicode"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "icqoscar8.mak" CFG="icqoscar8 - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "icqoscar8 - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "icqoscar8 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "icqoscar8 - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "icqoscar8 - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-!ERROR An invalid configuration is specified.
-!ENDIF
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE
-NULL=nul
-!ENDIF
-
-!IF "$(CFG)" == "icqoscar8 - Win32 Release"
-
-OUTDIR=.\Release
-INTDIR=.\Release
-# Begin Custom Macros
-OutDir=.\Release
-# End Custom Macros
-
-ALL : "..\..\bin\release\plugins\ICQ.dll" "$(OUTDIR)\icqoscar8.bsc"
-
-
-CLEAN :
- -@erase "$(INTDIR)\askauthentication.obj"
- -@erase "$(INTDIR)\askauthentication.sbr"
- -@erase "$(INTDIR)\capabilities.obj"
- -@erase "$(INTDIR)\capabilities.sbr"
- -@erase "$(INTDIR)\chan_01login.obj"
- -@erase "$(INTDIR)\chan_01login.sbr"
- -@erase "$(INTDIR)\chan_02data.obj"
- -@erase "$(INTDIR)\chan_02data.sbr"
- -@erase "$(INTDIR)\chan_03error.obj"
- -@erase "$(INTDIR)\chan_03error.sbr"
- -@erase "$(INTDIR)\chan_04close.obj"
- -@erase "$(INTDIR)\chan_04close.sbr"
- -@erase "$(INTDIR)\chan_05ping.obj"
- -@erase "$(INTDIR)\chan_05ping.sbr"
- -@erase "$(INTDIR)\constants.obj"
- -@erase "$(INTDIR)\constants.sbr"
- -@erase "$(INTDIR)\cookies.obj"
- -@erase "$(INTDIR)\cookies.sbr"
- -@erase "$(INTDIR)\db.obj"
- -@erase "$(INTDIR)\db.sbr"
- -@erase "$(INTDIR)\directpackets.obj"
- -@erase "$(INTDIR)\directpackets.sbr"
- -@erase "$(INTDIR)\dlgproc.obj"
- -@erase "$(INTDIR)\dlgproc.sbr"
- -@erase "$(INTDIR)\editlist.obj"
- -@erase "$(INTDIR)\editlist.sbr"
- -@erase "$(INTDIR)\editstring.obj"
- -@erase "$(INTDIR)\editstring.sbr"
- -@erase "$(INTDIR)\fam_01service.obj"
- -@erase "$(INTDIR)\fam_01service.sbr"
- -@erase "$(INTDIR)\fam_02location.obj"
- -@erase "$(INTDIR)\fam_02location.sbr"
- -@erase "$(INTDIR)\fam_03buddy.obj"
- -@erase "$(INTDIR)\fam_03buddy.sbr"
- -@erase "$(INTDIR)\fam_04message.obj"
- -@erase "$(INTDIR)\fam_04message.sbr"
- -@erase "$(INTDIR)\fam_09bos.obj"
- -@erase "$(INTDIR)\fam_09bos.sbr"
- -@erase "$(INTDIR)\fam_0alookup.obj"
- -@erase "$(INTDIR)\fam_0alookup.sbr"
- -@erase "$(INTDIR)\fam_0bstatus.obj"
- -@erase "$(INTDIR)\fam_0bstatus.sbr"
- -@erase "$(INTDIR)\fam_13servclist.obj"
- -@erase "$(INTDIR)\fam_13servclist.sbr"
- -@erase "$(INTDIR)\fam_15icqserver.obj"
- -@erase "$(INTDIR)\fam_15icqserver.sbr"
- -@erase "$(INTDIR)\fam_17signon.obj"
- -@erase "$(INTDIR)\fam_17signon.sbr"
- -@erase "$(INTDIR)\i18n.obj"
- -@erase "$(INTDIR)\i18n.sbr"
- -@erase "$(INTDIR)\iconlib.obj"
- -@erase "$(INTDIR)\iconlib.sbr"
- -@erase "$(INTDIR)\icq_advsearch.obj"
- -@erase "$(INTDIR)\icq_advsearch.sbr"
- -@erase "$(INTDIR)\icq_avatar.obj"
- -@erase "$(INTDIR)\icq_avatar.sbr"
- -@erase "$(INTDIR)\icq_clients.obj"
- -@erase "$(INTDIR)\icq_clients.sbr"
- -@erase "$(INTDIR)\icq_db.obj"
- -@erase "$(INTDIR)\icq_db.sbr"
- -@erase "$(INTDIR)\icq_direct.obj"
- -@erase "$(INTDIR)\icq_direct.sbr"
- -@erase "$(INTDIR)\icq_directmsg.obj"
- -@erase "$(INTDIR)\icq_directmsg.sbr"
- -@erase "$(INTDIR)\icq_fieldnames.obj"
- -@erase "$(INTDIR)\icq_fieldnames.sbr"
- -@erase "$(INTDIR)\icq_filerequests.obj"
- -@erase "$(INTDIR)\icq_filerequests.sbr"
- -@erase "$(INTDIR)\icq_filetransfer.obj"
- -@erase "$(INTDIR)\icq_filetransfer.sbr"
- -@erase "$(INTDIR)\icq_firstrun.obj"
- -@erase "$(INTDIR)\icq_firstrun.sbr"
- -@erase "$(INTDIR)\icq_http.obj"
- -@erase "$(INTDIR)\icq_http.sbr"
- -@erase "$(INTDIR)\icq_infoupdate.obj"
- -@erase "$(INTDIR)\icq_infoupdate.sbr"
- -@erase "$(INTDIR)\icq_menu.obj"
- -@erase "$(INTDIR)\icq_menu.sbr"
- -@erase "$(INTDIR)\icq_opts.obj"
- -@erase "$(INTDIR)\icq_opts.sbr"
- -@erase "$(INTDIR)\icq_packet.obj"
- -@erase "$(INTDIR)\icq_packet.sbr"
- -@erase "$(INTDIR)\icq_popups.obj"
- -@erase "$(INTDIR)\icq_popups.sbr"
- -@erase "$(INTDIR)\icq_proto.obj"
- -@erase "$(INTDIR)\icq_proto.sbr"
- -@erase "$(INTDIR)\icq_rates.obj"
- -@erase "$(INTDIR)\icq_rates.sbr"
- -@erase "$(INTDIR)\icq_server.obj"
- -@erase "$(INTDIR)\icq_server.sbr"
- -@erase "$(INTDIR)\icq_servlist.obj"
- -@erase "$(INTDIR)\icq_servlist.sbr"
- -@erase "$(INTDIR)\icq_uploadui.obj"
- -@erase "$(INTDIR)\icq_uploadui.sbr"
- -@erase "$(INTDIR)\icq_xstatus.obj"
- -@erase "$(INTDIR)\icq_xstatus.sbr"
- -@erase "$(INTDIR)\icq_xtraz.obj"
- -@erase "$(INTDIR)\icq_xtraz.sbr"
- -@erase "$(INTDIR)\icqosc_svcs.obj"
- -@erase "$(INTDIR)\icqosc_svcs.sbr"
- -@erase "$(INTDIR)\icqoscar.obj"
- -@erase "$(INTDIR)\icqoscar.sbr"
- -@erase "$(INTDIR)\icqoscar8.pch"
- -@erase "$(INTDIR)\init.obj"
- -@erase "$(INTDIR)\init.sbr"
- -@erase "$(INTDIR)\log.obj"
- -@erase "$(INTDIR)\log.sbr"
- -@erase "$(INTDIR)\loginpassword.obj"
- -@erase "$(INTDIR)\loginpassword.sbr"
- -@erase "$(INTDIR)\main.obj"
- -@erase "$(INTDIR)\main.sbr"
- -@erase "$(INTDIR)\oscar_filetransfer.obj"
- -@erase "$(INTDIR)\oscar_filetransfer.sbr"
- -@erase "$(INTDIR)\resources.res"
- -@erase "$(INTDIR)\stdpackets.obj"
- -@erase "$(INTDIR)\stdpackets.sbr"
- -@erase "$(INTDIR)\tlv.obj"
- -@erase "$(INTDIR)\tlv.sbr"
- -@erase "$(INTDIR)\upload.obj"
- -@erase "$(INTDIR)\upload.sbr"
- -@erase "$(INTDIR)\userinfotab.obj"
- -@erase "$(INTDIR)\userinfotab.sbr"
- -@erase "$(INTDIR)\utilities.obj"
- -@erase "$(INTDIR)\utilities.sbr"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\ICQ.exp"
- -@erase "$(OUTDIR)\ICQ.lib"
- -@erase "$(OUTDIR)\ICQ.map"
- -@erase "$(OUTDIR)\ICQ.pdb"
- -@erase "$(OUTDIR)\icqoscar8.bsc"
- -@erase "..\..\bin\release\plugins\ICQ.dll"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP=cl.exe
-CPP_PROJ=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "icqoscar8_EXPORTS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\icqoscar8.pch" /Yu"icqoscar.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-MTL=midl.exe
-MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
-RSC=rc.exe
-RSC_PROJ=/l 0x417 /fo"$(INTDIR)\resources.res" /i "../../include" /d "NDEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\icqoscar8.bsc"
-BSC32_SBRS= \
- "$(INTDIR)\chan_01login.sbr" \
- "$(INTDIR)\chan_02data.sbr" \
- "$(INTDIR)\chan_03error.sbr" \
- "$(INTDIR)\chan_04close.sbr" \
- "$(INTDIR)\chan_05ping.sbr" \
- "$(INTDIR)\fam_01service.sbr" \
- "$(INTDIR)\fam_02location.sbr" \
- "$(INTDIR)\fam_03buddy.sbr" \
- "$(INTDIR)\fam_04message.sbr" \
- "$(INTDIR)\fam_09bos.sbr" \
- "$(INTDIR)\fam_0alookup.sbr" \
- "$(INTDIR)\fam_0bstatus.sbr" \
- "$(INTDIR)\fam_13servclist.sbr" \
- "$(INTDIR)\fam_15icqserver.sbr" \
- "$(INTDIR)\fam_17signon.sbr" \
- "$(INTDIR)\directpackets.sbr" \
- "$(INTDIR)\icq_direct.sbr" \
- "$(INTDIR)\icq_directmsg.sbr" \
- "$(INTDIR)\icq_filerequests.sbr" \
- "$(INTDIR)\icq_filetransfer.sbr" \
- "$(INTDIR)\icq_advsearch.sbr" \
- "$(INTDIR)\icq_db.sbr" \
- "$(INTDIR)\icq_proto.sbr" \
- "$(INTDIR)\icqosc_svcs.sbr" \
- "$(INTDIR)\init.sbr" \
- "$(INTDIR)\log.sbr" \
- "$(INTDIR)\askauthentication.sbr" \
- "$(INTDIR)\icq_firstrun.sbr" \
- "$(INTDIR)\icq_menu.sbr" \
- "$(INTDIR)\icq_opts.sbr" \
- "$(INTDIR)\icq_popups.sbr" \
- "$(INTDIR)\icq_uploadui.sbr" \
- "$(INTDIR)\loginpassword.sbr" \
- "$(INTDIR)\userinfotab.sbr" \
- "$(INTDIR)\constants.sbr" \
- "$(INTDIR)\db.sbr" \
- "$(INTDIR)\dlgproc.sbr" \
- "$(INTDIR)\editlist.sbr" \
- "$(INTDIR)\editstring.sbr" \
- "$(INTDIR)\main.sbr" \
- "$(INTDIR)\upload.sbr" \
- "$(INTDIR)\capabilities.sbr" \
- "$(INTDIR)\cookies.sbr" \
- "$(INTDIR)\i18n.sbr" \
- "$(INTDIR)\iconlib.sbr" \
- "$(INTDIR)\icq_avatar.sbr" \
- "$(INTDIR)\icq_clients.sbr" \
- "$(INTDIR)\icq_fieldnames.sbr" \
- "$(INTDIR)\icq_http.sbr" \
- "$(INTDIR)\icq_infoupdate.sbr" \
- "$(INTDIR)\icq_packet.sbr" \
- "$(INTDIR)\icq_rates.sbr" \
- "$(INTDIR)\icq_server.sbr" \
- "$(INTDIR)\icq_servlist.sbr" \
- "$(INTDIR)\icq_xstatus.sbr" \
- "$(INTDIR)\icq_xtraz.sbr" \
- "$(INTDIR)\icqoscar.sbr" \
- "$(INTDIR)\oscar_filetransfer.sbr" \
- "$(INTDIR)\stdpackets.sbr" \
- "$(INTDIR)\tlv.sbr" \
- "$(INTDIR)\utilities.sbr"
-
-"$(OUTDIR)\icqoscar8.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
- $(BSC32) @<<
- $(BSC32_FLAGS) $(BSC32_SBRS)
-<<
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comctl32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /dll /incremental:no /pdb:"$(OUTDIR)\ICQ.pdb" /map:"$(INTDIR)\ICQ.map" /debug /machine:I386 /out:"../../bin/release/plugins/ICQ.dll" /implib:"$(OUTDIR)\ICQ.lib" /ALIGN:4096 /ignore:4108
-LINK32_OBJS= \
- "$(INTDIR)\chan_01login.obj" \
- "$(INTDIR)\chan_02data.obj" \
- "$(INTDIR)\chan_03error.obj" \
- "$(INTDIR)\chan_04close.obj" \
- "$(INTDIR)\chan_05ping.obj" \
- "$(INTDIR)\fam_01service.obj" \
- "$(INTDIR)\fam_02location.obj" \
- "$(INTDIR)\fam_03buddy.obj" \
- "$(INTDIR)\fam_04message.obj" \
- "$(INTDIR)\fam_09bos.obj" \
- "$(INTDIR)\fam_0alookup.obj" \
- "$(INTDIR)\fam_0bstatus.obj" \
- "$(INTDIR)\fam_13servclist.obj" \
- "$(INTDIR)\fam_15icqserver.obj" \
- "$(INTDIR)\fam_17signon.obj" \
- "$(INTDIR)\directpackets.obj" \
- "$(INTDIR)\icq_direct.obj" \
- "$(INTDIR)\icq_directmsg.obj" \
- "$(INTDIR)\icq_filerequests.obj" \
- "$(INTDIR)\icq_filetransfer.obj" \
- "$(INTDIR)\icq_advsearch.obj" \
- "$(INTDIR)\icq_db.obj" \
- "$(INTDIR)\icq_proto.obj" \
- "$(INTDIR)\icqosc_svcs.obj" \
- "$(INTDIR)\init.obj" \
- "$(INTDIR)\log.obj" \
- "$(INTDIR)\askauthentication.obj" \
- "$(INTDIR)\icq_firstrun.obj" \
- "$(INTDIR)\icq_menu.obj" \
- "$(INTDIR)\icq_opts.obj" \
- "$(INTDIR)\icq_popups.obj" \
- "$(INTDIR)\icq_uploadui.obj" \
- "$(INTDIR)\loginpassword.obj" \
- "$(INTDIR)\userinfotab.obj" \
- "$(INTDIR)\constants.obj" \
- "$(INTDIR)\db.obj" \
- "$(INTDIR)\dlgproc.obj" \
- "$(INTDIR)\editlist.obj" \
- "$(INTDIR)\editstring.obj" \
- "$(INTDIR)\main.obj" \
- "$(INTDIR)\upload.obj" \
- "$(INTDIR)\capabilities.obj" \
- "$(INTDIR)\cookies.obj" \
- "$(INTDIR)\i18n.obj" \
- "$(INTDIR)\iconlib.obj" \
- "$(INTDIR)\icq_avatar.obj" \
- "$(INTDIR)\icq_clients.obj" \
- "$(INTDIR)\icq_fieldnames.obj" \
- "$(INTDIR)\icq_http.obj" \
- "$(INTDIR)\icq_infoupdate.obj" \
- "$(INTDIR)\icq_packet.obj" \
- "$(INTDIR)\icq_rates.obj" \
- "$(INTDIR)\icq_server.obj" \
- "$(INTDIR)\icq_servlist.obj" \
- "$(INTDIR)\icq_xstatus.obj" \
- "$(INTDIR)\icq_xtraz.obj" \
- "$(INTDIR)\icqoscar.obj" \
- "$(INTDIR)\oscar_filetransfer.obj" \
- "$(INTDIR)\stdpackets.obj" \
- "$(INTDIR)\tlv.obj" \
- "$(INTDIR)\utilities.obj" \
- "$(INTDIR)\resources.res"
-
-"..\..\bin\release\plugins\ICQ.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "icqoscar8 - Win32 Debug"
-
-OUTDIR=.\Debug
-INTDIR=.\Debug
-# Begin Custom Macros
-OutDir=.\Debug
-# End Custom Macros
-
-ALL : "..\..\bin\debug\plugins\ICQ.dll" "$(OUTDIR)\icqoscar8.bsc"
-
-
-CLEAN :
- -@erase "$(INTDIR)\askauthentication.obj"
- -@erase "$(INTDIR)\askauthentication.sbr"
- -@erase "$(INTDIR)\capabilities.obj"
- -@erase "$(INTDIR)\capabilities.sbr"
- -@erase "$(INTDIR)\chan_01login.obj"
- -@erase "$(INTDIR)\chan_01login.sbr"
- -@erase "$(INTDIR)\chan_02data.obj"
- -@erase "$(INTDIR)\chan_02data.sbr"
- -@erase "$(INTDIR)\chan_03error.obj"
- -@erase "$(INTDIR)\chan_03error.sbr"
- -@erase "$(INTDIR)\chan_04close.obj"
- -@erase "$(INTDIR)\chan_04close.sbr"
- -@erase "$(INTDIR)\chan_05ping.obj"
- -@erase "$(INTDIR)\chan_05ping.sbr"
- -@erase "$(INTDIR)\constants.obj"
- -@erase "$(INTDIR)\constants.sbr"
- -@erase "$(INTDIR)\cookies.obj"
- -@erase "$(INTDIR)\cookies.sbr"
- -@erase "$(INTDIR)\db.obj"
- -@erase "$(INTDIR)\db.sbr"
- -@erase "$(INTDIR)\directpackets.obj"
- -@erase "$(INTDIR)\directpackets.sbr"
- -@erase "$(INTDIR)\dlgproc.obj"
- -@erase "$(INTDIR)\dlgproc.sbr"
- -@erase "$(INTDIR)\editlist.obj"
- -@erase "$(INTDIR)\editlist.sbr"
- -@erase "$(INTDIR)\editstring.obj"
- -@erase "$(INTDIR)\editstring.sbr"
- -@erase "$(INTDIR)\fam_01service.obj"
- -@erase "$(INTDIR)\fam_01service.sbr"
- -@erase "$(INTDIR)\fam_02location.obj"
- -@erase "$(INTDIR)\fam_02location.sbr"
- -@erase "$(INTDIR)\fam_03buddy.obj"
- -@erase "$(INTDIR)\fam_03buddy.sbr"
- -@erase "$(INTDIR)\fam_04message.obj"
- -@erase "$(INTDIR)\fam_04message.sbr"
- -@erase "$(INTDIR)\fam_09bos.obj"
- -@erase "$(INTDIR)\fam_09bos.sbr"
- -@erase "$(INTDIR)\fam_0alookup.obj"
- -@erase "$(INTDIR)\fam_0alookup.sbr"
- -@erase "$(INTDIR)\fam_0bstatus.obj"
- -@erase "$(INTDIR)\fam_0bstatus.sbr"
- -@erase "$(INTDIR)\fam_13servclist.obj"
- -@erase "$(INTDIR)\fam_13servclist.sbr"
- -@erase "$(INTDIR)\fam_15icqserver.obj"
- -@erase "$(INTDIR)\fam_15icqserver.sbr"
- -@erase "$(INTDIR)\fam_17signon.obj"
- -@erase "$(INTDIR)\fam_17signon.sbr"
- -@erase "$(INTDIR)\i18n.obj"
- -@erase "$(INTDIR)\i18n.sbr"
- -@erase "$(INTDIR)\iconlib.obj"
- -@erase "$(INTDIR)\iconlib.sbr"
- -@erase "$(INTDIR)\icq_advsearch.obj"
- -@erase "$(INTDIR)\icq_advsearch.sbr"
- -@erase "$(INTDIR)\icq_avatar.obj"
- -@erase "$(INTDIR)\icq_avatar.sbr"
- -@erase "$(INTDIR)\icq_clients.obj"
- -@erase "$(INTDIR)\icq_clients.sbr"
- -@erase "$(INTDIR)\icq_db.obj"
- -@erase "$(INTDIR)\icq_db.sbr"
- -@erase "$(INTDIR)\icq_direct.obj"
- -@erase "$(INTDIR)\icq_direct.sbr"
- -@erase "$(INTDIR)\icq_directmsg.obj"
- -@erase "$(INTDIR)\icq_directmsg.sbr"
- -@erase "$(INTDIR)\icq_fieldnames.obj"
- -@erase "$(INTDIR)\icq_fieldnames.sbr"
- -@erase "$(INTDIR)\icq_filerequests.obj"
- -@erase "$(INTDIR)\icq_filerequests.sbr"
- -@erase "$(INTDIR)\icq_filetransfer.obj"
- -@erase "$(INTDIR)\icq_filetransfer.sbr"
- -@erase "$(INTDIR)\icq_firstrun.obj"
- -@erase "$(INTDIR)\icq_firstrun.sbr"
- -@erase "$(INTDIR)\icq_http.obj"
- -@erase "$(INTDIR)\icq_http.sbr"
- -@erase "$(INTDIR)\icq_infoupdate.obj"
- -@erase "$(INTDIR)\icq_infoupdate.sbr"
- -@erase "$(INTDIR)\icq_menu.obj"
- -@erase "$(INTDIR)\icq_menu.sbr"
- -@erase "$(INTDIR)\icq_opts.obj"
- -@erase "$(INTDIR)\icq_opts.sbr"
- -@erase "$(INTDIR)\icq_packet.obj"
- -@erase "$(INTDIR)\icq_packet.sbr"
- -@erase "$(INTDIR)\icq_popups.obj"
- -@erase "$(INTDIR)\icq_popups.sbr"
- -@erase "$(INTDIR)\icq_proto.obj"
- -@erase "$(INTDIR)\icq_proto.sbr"
- -@erase "$(INTDIR)\icq_rates.obj"
- -@erase "$(INTDIR)\icq_rates.sbr"
- -@erase "$(INTDIR)\icq_server.obj"
- -@erase "$(INTDIR)\icq_server.sbr"
- -@erase "$(INTDIR)\icq_servlist.obj"
- -@erase "$(INTDIR)\icq_servlist.sbr"
- -@erase "$(INTDIR)\icq_uploadui.obj"
- -@erase "$(INTDIR)\icq_uploadui.sbr"
- -@erase "$(INTDIR)\icq_xstatus.obj"
- -@erase "$(INTDIR)\icq_xstatus.sbr"
- -@erase "$(INTDIR)\icq_xtraz.obj"
- -@erase "$(INTDIR)\icq_xtraz.sbr"
- -@erase "$(INTDIR)\icqosc_svcs.obj"
- -@erase "$(INTDIR)\icqosc_svcs.sbr"
- -@erase "$(INTDIR)\icqoscar.obj"
- -@erase "$(INTDIR)\icqoscar.sbr"
- -@erase "$(INTDIR)\icqoscar8.pch"
- -@erase "$(INTDIR)\init.obj"
- -@erase "$(INTDIR)\init.sbr"
- -@erase "$(INTDIR)\log.obj"
- -@erase "$(INTDIR)\log.sbr"
- -@erase "$(INTDIR)\loginpassword.obj"
- -@erase "$(INTDIR)\loginpassword.sbr"
- -@erase "$(INTDIR)\main.obj"
- -@erase "$(INTDIR)\main.sbr"
- -@erase "$(INTDIR)\oscar_filetransfer.obj"
- -@erase "$(INTDIR)\oscar_filetransfer.sbr"
- -@erase "$(INTDIR)\resources.res"
- -@erase "$(INTDIR)\stdpackets.obj"
- -@erase "$(INTDIR)\stdpackets.sbr"
- -@erase "$(INTDIR)\tlv.obj"
- -@erase "$(INTDIR)\tlv.sbr"
- -@erase "$(INTDIR)\upload.obj"
- -@erase "$(INTDIR)\upload.sbr"
- -@erase "$(INTDIR)\userinfotab.obj"
- -@erase "$(INTDIR)\userinfotab.sbr"
- -@erase "$(INTDIR)\utilities.obj"
- -@erase "$(INTDIR)\utilities.sbr"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\ICQ.exp"
- -@erase "$(OUTDIR)\ICQ.lib"
- -@erase "$(OUTDIR)\ICQ.map"
- -@erase "$(OUTDIR)\ICQ.pdb"
- -@erase "$(OUTDIR)\icqoscar8.bsc"
- -@erase "..\..\bin\debug\plugins\ICQ.dll"
- -@erase "..\..\bin\debug\plugins\ICQ.ilk"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP=cl.exe
-CPP_PROJ=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "icqoscar8_EXPORTS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\icqoscar8.pch" /Yu"icqoscar.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-MTL=midl.exe
-MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
-RSC=rc.exe
-RSC_PROJ=/l 0x809 /fo"$(INTDIR)\resources.res" /i "../../include" /d "_DEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\icqoscar8.bsc"
-BSC32_SBRS= \
- "$(INTDIR)\chan_01login.sbr" \
- "$(INTDIR)\chan_02data.sbr" \
- "$(INTDIR)\chan_03error.sbr" \
- "$(INTDIR)\chan_04close.sbr" \
- "$(INTDIR)\chan_05ping.sbr" \
- "$(INTDIR)\fam_01service.sbr" \
- "$(INTDIR)\fam_02location.sbr" \
- "$(INTDIR)\fam_03buddy.sbr" \
- "$(INTDIR)\fam_04message.sbr" \
- "$(INTDIR)\fam_09bos.sbr" \
- "$(INTDIR)\fam_0alookup.sbr" \
- "$(INTDIR)\fam_0bstatus.sbr" \
- "$(INTDIR)\fam_13servclist.sbr" \
- "$(INTDIR)\fam_15icqserver.sbr" \
- "$(INTDIR)\fam_17signon.sbr" \
- "$(INTDIR)\directpackets.sbr" \
- "$(INTDIR)\icq_direct.sbr" \
- "$(INTDIR)\icq_directmsg.sbr" \
- "$(INTDIR)\icq_filerequests.sbr" \
- "$(INTDIR)\icq_filetransfer.sbr" \
- "$(INTDIR)\icq_advsearch.sbr" \
- "$(INTDIR)\icq_db.sbr" \
- "$(INTDIR)\icq_proto.sbr" \
- "$(INTDIR)\icqosc_svcs.sbr" \
- "$(INTDIR)\init.sbr" \
- "$(INTDIR)\log.sbr" \
- "$(INTDIR)\askauthentication.sbr" \
- "$(INTDIR)\icq_firstrun.sbr" \
- "$(INTDIR)\icq_menu.sbr" \
- "$(INTDIR)\icq_opts.sbr" \
- "$(INTDIR)\icq_popups.sbr" \
- "$(INTDIR)\icq_uploadui.sbr" \
- "$(INTDIR)\loginpassword.sbr" \
- "$(INTDIR)\userinfotab.sbr" \
- "$(INTDIR)\constants.sbr" \
- "$(INTDIR)\db.sbr" \
- "$(INTDIR)\dlgproc.sbr" \
- "$(INTDIR)\editlist.sbr" \
- "$(INTDIR)\editstring.sbr" \
- "$(INTDIR)\main.sbr" \
- "$(INTDIR)\upload.sbr" \
- "$(INTDIR)\capabilities.sbr" \
- "$(INTDIR)\cookies.sbr" \
- "$(INTDIR)\i18n.sbr" \
- "$(INTDIR)\iconlib.sbr" \
- "$(INTDIR)\icq_avatar.sbr" \
- "$(INTDIR)\icq_clients.sbr" \
- "$(INTDIR)\icq_fieldnames.sbr" \
- "$(INTDIR)\icq_http.sbr" \
- "$(INTDIR)\icq_infoupdate.sbr" \
- "$(INTDIR)\icq_packet.sbr" \
- "$(INTDIR)\icq_rates.sbr" \
- "$(INTDIR)\icq_server.sbr" \
- "$(INTDIR)\icq_servlist.sbr" \
- "$(INTDIR)\icq_xstatus.sbr" \
- "$(INTDIR)\icq_xtraz.sbr" \
- "$(INTDIR)\icqoscar.sbr" \
- "$(INTDIR)\oscar_filetransfer.sbr" \
- "$(INTDIR)\stdpackets.sbr" \
- "$(INTDIR)\tlv.sbr" \
- "$(INTDIR)\utilities.sbr"
-
-"$(OUTDIR)\icqoscar8.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
- $(BSC32) @<<
- $(BSC32_FLAGS) $(BSC32_SBRS)
-<<
-
-LINK32=link.exe
-LINK32_FLAGS=wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comctl32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x25000000" /dll /incremental:yes /pdb:"$(OUTDIR)\ICQ.pdb" /map:"$(INTDIR)\ICQ.map" /debug /debugtype:both /machine:I386 /out:"../../bin/debug/plugins/ICQ.dll" /implib:"$(OUTDIR)\ICQ.lib" /pdbtype:sept
-LINK32_OBJS= \
- "$(INTDIR)\chan_01login.obj" \
- "$(INTDIR)\chan_02data.obj" \
- "$(INTDIR)\chan_03error.obj" \
- "$(INTDIR)\chan_04close.obj" \
- "$(INTDIR)\chan_05ping.obj" \
- "$(INTDIR)\fam_01service.obj" \
- "$(INTDIR)\fam_02location.obj" \
- "$(INTDIR)\fam_03buddy.obj" \
- "$(INTDIR)\fam_04message.obj" \
- "$(INTDIR)\fam_09bos.obj" \
- "$(INTDIR)\fam_0alookup.obj" \
- "$(INTDIR)\fam_0bstatus.obj" \
- "$(INTDIR)\fam_13servclist.obj" \
- "$(INTDIR)\fam_15icqserver.obj" \
- "$(INTDIR)\fam_17signon.obj" \
- "$(INTDIR)\directpackets.obj" \
- "$(INTDIR)\icq_direct.obj" \
- "$(INTDIR)\icq_directmsg.obj" \
- "$(INTDIR)\icq_filerequests.obj" \
- "$(INTDIR)\icq_filetransfer.obj" \
- "$(INTDIR)\icq_advsearch.obj" \
- "$(INTDIR)\icq_db.obj" \
- "$(INTDIR)\icq_proto.obj" \
- "$(INTDIR)\icqosc_svcs.obj" \
- "$(INTDIR)\init.obj" \
- "$(INTDIR)\log.obj" \
- "$(INTDIR)\askauthentication.obj" \
- "$(INTDIR)\icq_firstrun.obj" \
- "$(INTDIR)\icq_menu.obj" \
- "$(INTDIR)\icq_opts.obj" \
- "$(INTDIR)\icq_popups.obj" \
- "$(INTDIR)\icq_uploadui.obj" \
- "$(INTDIR)\loginpassword.obj" \
- "$(INTDIR)\userinfotab.obj" \
- "$(INTDIR)\constants.obj" \
- "$(INTDIR)\db.obj" \
- "$(INTDIR)\dlgproc.obj" \
- "$(INTDIR)\editlist.obj" \
- "$(INTDIR)\editstring.obj" \
- "$(INTDIR)\main.obj" \
- "$(INTDIR)\upload.obj" \
- "$(INTDIR)\capabilities.obj" \
- "$(INTDIR)\cookies.obj" \
- "$(INTDIR)\i18n.obj" \
- "$(INTDIR)\iconlib.obj" \
- "$(INTDIR)\icq_avatar.obj" \
- "$(INTDIR)\icq_clients.obj" \
- "$(INTDIR)\icq_fieldnames.obj" \
- "$(INTDIR)\icq_http.obj" \
- "$(INTDIR)\icq_infoupdate.obj" \
- "$(INTDIR)\icq_packet.obj" \
- "$(INTDIR)\icq_rates.obj" \
- "$(INTDIR)\icq_server.obj" \
- "$(INTDIR)\icq_servlist.obj" \
- "$(INTDIR)\icq_xstatus.obj" \
- "$(INTDIR)\icq_xtraz.obj" \
- "$(INTDIR)\icqoscar.obj" \
- "$(INTDIR)\oscar_filetransfer.obj" \
- "$(INTDIR)\stdpackets.obj" \
- "$(INTDIR)\tlv.obj" \
- "$(INTDIR)\utilities.obj" \
- "$(INTDIR)\resources.res"
-
-"..\..\bin\debug\plugins\ICQ.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "icqoscar8 - Win32 Debug Unicode"
-
-OUTDIR=.\Debug_Unicode
-INTDIR=.\Debug_Unicode
-# Begin Custom Macros
-OutDir=.\Debug_Unicode
-# End Custom Macros
-
-ALL : "..\..\bin\debug Unicode\plugins\ICQ.dll" "$(OUTDIR)\icqoscar8.bsc"
-
-
-CLEAN :
- -@erase "$(INTDIR)\askauthentication.obj"
- -@erase "$(INTDIR)\askauthentication.sbr"
- -@erase "$(INTDIR)\capabilities.obj"
- -@erase "$(INTDIR)\capabilities.sbr"
- -@erase "$(INTDIR)\chan_01login.obj"
- -@erase "$(INTDIR)\chan_01login.sbr"
- -@erase "$(INTDIR)\chan_02data.obj"
- -@erase "$(INTDIR)\chan_02data.sbr"
- -@erase "$(INTDIR)\chan_03error.obj"
- -@erase "$(INTDIR)\chan_03error.sbr"
- -@erase "$(INTDIR)\chan_04close.obj"
- -@erase "$(INTDIR)\chan_04close.sbr"
- -@erase "$(INTDIR)\chan_05ping.obj"
- -@erase "$(INTDIR)\chan_05ping.sbr"
- -@erase "$(INTDIR)\constants.obj"
- -@erase "$(INTDIR)\constants.sbr"
- -@erase "$(INTDIR)\cookies.obj"
- -@erase "$(INTDIR)\cookies.sbr"
- -@erase "$(INTDIR)\db.obj"
- -@erase "$(INTDIR)\db.sbr"
- -@erase "$(INTDIR)\directpackets.obj"
- -@erase "$(INTDIR)\directpackets.sbr"
- -@erase "$(INTDIR)\dlgproc.obj"
- -@erase "$(INTDIR)\dlgproc.sbr"
- -@erase "$(INTDIR)\editlist.obj"
- -@erase "$(INTDIR)\editlist.sbr"
- -@erase "$(INTDIR)\editstring.obj"
- -@erase "$(INTDIR)\editstring.sbr"
- -@erase "$(INTDIR)\fam_01service.obj"
- -@erase "$(INTDIR)\fam_01service.sbr"
- -@erase "$(INTDIR)\fam_02location.obj"
- -@erase "$(INTDIR)\fam_02location.sbr"
- -@erase "$(INTDIR)\fam_03buddy.obj"
- -@erase "$(INTDIR)\fam_03buddy.sbr"
- -@erase "$(INTDIR)\fam_04message.obj"
- -@erase "$(INTDIR)\fam_04message.sbr"
- -@erase "$(INTDIR)\fam_09bos.obj"
- -@erase "$(INTDIR)\fam_09bos.sbr"
- -@erase "$(INTDIR)\fam_0alookup.obj"
- -@erase "$(INTDIR)\fam_0alookup.sbr"
- -@erase "$(INTDIR)\fam_0bstatus.obj"
- -@erase "$(INTDIR)\fam_0bstatus.sbr"
- -@erase "$(INTDIR)\fam_13servclist.obj"
- -@erase "$(INTDIR)\fam_13servclist.sbr"
- -@erase "$(INTDIR)\fam_15icqserver.obj"
- -@erase "$(INTDIR)\fam_15icqserver.sbr"
- -@erase "$(INTDIR)\fam_17signon.obj"
- -@erase "$(INTDIR)\fam_17signon.sbr"
- -@erase "$(INTDIR)\i18n.obj"
- -@erase "$(INTDIR)\i18n.sbr"
- -@erase "$(INTDIR)\iconlib.obj"
- -@erase "$(INTDIR)\iconlib.sbr"
- -@erase "$(INTDIR)\icq_advsearch.obj"
- -@erase "$(INTDIR)\icq_advsearch.sbr"
- -@erase "$(INTDIR)\icq_avatar.obj"
- -@erase "$(INTDIR)\icq_avatar.sbr"
- -@erase "$(INTDIR)\icq_clients.obj"
- -@erase "$(INTDIR)\icq_clients.sbr"
- -@erase "$(INTDIR)\icq_db.obj"
- -@erase "$(INTDIR)\icq_db.sbr"
- -@erase "$(INTDIR)\icq_direct.obj"
- -@erase "$(INTDIR)\icq_direct.sbr"
- -@erase "$(INTDIR)\icq_directmsg.obj"
- -@erase "$(INTDIR)\icq_directmsg.sbr"
- -@erase "$(INTDIR)\icq_fieldnames.obj"
- -@erase "$(INTDIR)\icq_fieldnames.sbr"
- -@erase "$(INTDIR)\icq_filerequests.obj"
- -@erase "$(INTDIR)\icq_filerequests.sbr"
- -@erase "$(INTDIR)\icq_filetransfer.obj"
- -@erase "$(INTDIR)\icq_filetransfer.sbr"
- -@erase "$(INTDIR)\icq_firstrun.obj"
- -@erase "$(INTDIR)\icq_firstrun.sbr"
- -@erase "$(INTDIR)\icq_http.obj"
- -@erase "$(INTDIR)\icq_http.sbr"
- -@erase "$(INTDIR)\icq_infoupdate.obj"
- -@erase "$(INTDIR)\icq_infoupdate.sbr"
- -@erase "$(INTDIR)\icq_menu.obj"
- -@erase "$(INTDIR)\icq_menu.sbr"
- -@erase "$(INTDIR)\icq_opts.obj"
- -@erase "$(INTDIR)\icq_opts.sbr"
- -@erase "$(INTDIR)\icq_packet.obj"
- -@erase "$(INTDIR)\icq_packet.sbr"
- -@erase "$(INTDIR)\icq_popups.obj"
- -@erase "$(INTDIR)\icq_popups.sbr"
- -@erase "$(INTDIR)\icq_proto.obj"
- -@erase "$(INTDIR)\icq_proto.sbr"
- -@erase "$(INTDIR)\icq_rates.obj"
- -@erase "$(INTDIR)\icq_rates.sbr"
- -@erase "$(INTDIR)\icq_server.obj"
- -@erase "$(INTDIR)\icq_server.sbr"
- -@erase "$(INTDIR)\icq_servlist.obj"
- -@erase "$(INTDIR)\icq_servlist.sbr"
- -@erase "$(INTDIR)\icq_uploadui.obj"
- -@erase "$(INTDIR)\icq_uploadui.sbr"
- -@erase "$(INTDIR)\icq_xstatus.obj"
- -@erase "$(INTDIR)\icq_xstatus.sbr"
- -@erase "$(INTDIR)\icq_xtraz.obj"
- -@erase "$(INTDIR)\icq_xtraz.sbr"
- -@erase "$(INTDIR)\icqosc_svcs.obj"
- -@erase "$(INTDIR)\icqosc_svcs.sbr"
- -@erase "$(INTDIR)\icqoscar.obj"
- -@erase "$(INTDIR)\icqoscar.sbr"
- -@erase "$(INTDIR)\icqoscar8.pch"
- -@erase "$(INTDIR)\init.obj"
- -@erase "$(INTDIR)\init.sbr"
- -@erase "$(INTDIR)\log.obj"
- -@erase "$(INTDIR)\log.sbr"
- -@erase "$(INTDIR)\loginpassword.obj"
- -@erase "$(INTDIR)\loginpassword.sbr"
- -@erase "$(INTDIR)\main.obj"
- -@erase "$(INTDIR)\main.sbr"
- -@erase "$(INTDIR)\oscar_filetransfer.obj"
- -@erase "$(INTDIR)\oscar_filetransfer.sbr"
- -@erase "$(INTDIR)\resources.res"
- -@erase "$(INTDIR)\stdpackets.obj"
- -@erase "$(INTDIR)\stdpackets.sbr"
- -@erase "$(INTDIR)\tlv.obj"
- -@erase "$(INTDIR)\tlv.sbr"
- -@erase "$(INTDIR)\upload.obj"
- -@erase "$(INTDIR)\upload.sbr"
- -@erase "$(INTDIR)\userinfotab.obj"
- -@erase "$(INTDIR)\userinfotab.sbr"
- -@erase "$(INTDIR)\utilities.obj"
- -@erase "$(INTDIR)\utilities.sbr"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\ICQ.exp"
- -@erase "$(OUTDIR)\ICQ.lib"
- -@erase "$(OUTDIR)\ICQ.map"
- -@erase "$(OUTDIR)\ICQ.pdb"
- -@erase "$(OUTDIR)\icqoscar8.bsc"
- -@erase "..\..\bin\debug Unicode\plugins\ICQ.dll"
- -@erase "..\..\bin\debug Unicode\plugins\ICQ.ilk"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP=cl.exe
-CPP_PROJ=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "icqoscar8_EXPORTS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\icqoscar8.pch" /Yu"icqoscar.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-MTL=midl.exe
-MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
-RSC=rc.exe
-RSC_PROJ=/l 0x809 /fo"$(INTDIR)\resources.res" /i "../../include" /d "_DEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\icqoscar8.bsc"
-BSC32_SBRS= \
- "$(INTDIR)\chan_01login.sbr" \
- "$(INTDIR)\chan_02data.sbr" \
- "$(INTDIR)\chan_03error.sbr" \
- "$(INTDIR)\chan_04close.sbr" \
- "$(INTDIR)\chan_05ping.sbr" \
- "$(INTDIR)\fam_01service.sbr" \
- "$(INTDIR)\fam_02location.sbr" \
- "$(INTDIR)\fam_03buddy.sbr" \
- "$(INTDIR)\fam_04message.sbr" \
- "$(INTDIR)\fam_09bos.sbr" \
- "$(INTDIR)\fam_0alookup.sbr" \
- "$(INTDIR)\fam_0bstatus.sbr" \
- "$(INTDIR)\fam_13servclist.sbr" \
- "$(INTDIR)\fam_15icqserver.sbr" \
- "$(INTDIR)\fam_17signon.sbr" \
- "$(INTDIR)\directpackets.sbr" \
- "$(INTDIR)\icq_direct.sbr" \
- "$(INTDIR)\icq_directmsg.sbr" \
- "$(INTDIR)\icq_filerequests.sbr" \
- "$(INTDIR)\icq_filetransfer.sbr" \
- "$(INTDIR)\icq_advsearch.sbr" \
- "$(INTDIR)\icq_db.sbr" \
- "$(INTDIR)\icq_proto.sbr" \
- "$(INTDIR)\icqosc_svcs.sbr" \
- "$(INTDIR)\init.sbr" \
- "$(INTDIR)\log.sbr" \
- "$(INTDIR)\askauthentication.sbr" \
- "$(INTDIR)\icq_firstrun.sbr" \
- "$(INTDIR)\icq_menu.sbr" \
- "$(INTDIR)\icq_opts.sbr" \
- "$(INTDIR)\icq_popups.sbr" \
- "$(INTDIR)\icq_uploadui.sbr" \
- "$(INTDIR)\loginpassword.sbr" \
- "$(INTDIR)\userinfotab.sbr" \
- "$(INTDIR)\constants.sbr" \
- "$(INTDIR)\db.sbr" \
- "$(INTDIR)\dlgproc.sbr" \
- "$(INTDIR)\editlist.sbr" \
- "$(INTDIR)\editstring.sbr" \
- "$(INTDIR)\main.sbr" \
- "$(INTDIR)\upload.sbr" \
- "$(INTDIR)\capabilities.sbr" \
- "$(INTDIR)\cookies.sbr" \
- "$(INTDIR)\i18n.sbr" \
- "$(INTDIR)\iconlib.sbr" \
- "$(INTDIR)\icq_avatar.sbr" \
- "$(INTDIR)\icq_clients.sbr" \
- "$(INTDIR)\icq_fieldnames.sbr" \
- "$(INTDIR)\icq_http.sbr" \
- "$(INTDIR)\icq_infoupdate.sbr" \
- "$(INTDIR)\icq_packet.sbr" \
- "$(INTDIR)\icq_rates.sbr" \
- "$(INTDIR)\icq_server.sbr" \
- "$(INTDIR)\icq_servlist.sbr" \
- "$(INTDIR)\icq_xstatus.sbr" \
- "$(INTDIR)\icq_xtraz.sbr" \
- "$(INTDIR)\icqoscar.sbr" \
- "$(INTDIR)\oscar_filetransfer.sbr" \
- "$(INTDIR)\stdpackets.sbr" \
- "$(INTDIR)\tlv.sbr" \
- "$(INTDIR)\utilities.sbr"
-
-"$(OUTDIR)\icqoscar8.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
- $(BSC32) @<<
- $(BSC32_FLAGS) $(BSC32_SBRS)
-<<
-
-LINK32=link.exe
-LINK32_FLAGS=wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comctl32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x25000000" /dll /incremental:yes /pdb:"$(OUTDIR)\ICQ.pdb" /map:"$(INTDIR)\ICQ.map" /debug /debugtype:both /machine:I386 /out:"../../bin/debug Unicode/plugins/ICQ.dll" /implib:"$(OUTDIR)\ICQ.lib" /pdbtype:sept
-LINK32_OBJS= \
- "$(INTDIR)\chan_01login.obj" \
- "$(INTDIR)\chan_02data.obj" \
- "$(INTDIR)\chan_03error.obj" \
- "$(INTDIR)\chan_04close.obj" \
- "$(INTDIR)\chan_05ping.obj" \
- "$(INTDIR)\fam_01service.obj" \
- "$(INTDIR)\fam_02location.obj" \
- "$(INTDIR)\fam_03buddy.obj" \
- "$(INTDIR)\fam_04message.obj" \
- "$(INTDIR)\fam_09bos.obj" \
- "$(INTDIR)\fam_0alookup.obj" \
- "$(INTDIR)\fam_0bstatus.obj" \
- "$(INTDIR)\fam_13servclist.obj" \
- "$(INTDIR)\fam_15icqserver.obj" \
- "$(INTDIR)\fam_17signon.obj" \
- "$(INTDIR)\directpackets.obj" \
- "$(INTDIR)\icq_direct.obj" \
- "$(INTDIR)\icq_directmsg.obj" \
- "$(INTDIR)\icq_filerequests.obj" \
- "$(INTDIR)\icq_filetransfer.obj" \
- "$(INTDIR)\icq_advsearch.obj" \
- "$(INTDIR)\icq_db.obj" \
- "$(INTDIR)\icq_proto.obj" \
- "$(INTDIR)\icqosc_svcs.obj" \
- "$(INTDIR)\init.obj" \
- "$(INTDIR)\log.obj" \
- "$(INTDIR)\askauthentication.obj" \
- "$(INTDIR)\icq_firstrun.obj" \
- "$(INTDIR)\icq_menu.obj" \
- "$(INTDIR)\icq_opts.obj" \
- "$(INTDIR)\icq_popups.obj" \
- "$(INTDIR)\icq_uploadui.obj" \
- "$(INTDIR)\loginpassword.obj" \
- "$(INTDIR)\userinfotab.obj" \
- "$(INTDIR)\constants.obj" \
- "$(INTDIR)\db.obj" \
- "$(INTDIR)\dlgproc.obj" \
- "$(INTDIR)\editlist.obj" \
- "$(INTDIR)\editstring.obj" \
- "$(INTDIR)\main.obj" \
- "$(INTDIR)\upload.obj" \
- "$(INTDIR)\capabilities.obj" \
- "$(INTDIR)\cookies.obj" \
- "$(INTDIR)\i18n.obj" \
- "$(INTDIR)\iconlib.obj" \
- "$(INTDIR)\icq_avatar.obj" \
- "$(INTDIR)\icq_clients.obj" \
- "$(INTDIR)\icq_fieldnames.obj" \
- "$(INTDIR)\icq_http.obj" \
- "$(INTDIR)\icq_infoupdate.obj" \
- "$(INTDIR)\icq_packet.obj" \
- "$(INTDIR)\icq_rates.obj" \
- "$(INTDIR)\icq_server.obj" \
- "$(INTDIR)\icq_servlist.obj" \
- "$(INTDIR)\icq_xstatus.obj" \
- "$(INTDIR)\icq_xtraz.obj" \
- "$(INTDIR)\icqoscar.obj" \
- "$(INTDIR)\oscar_filetransfer.obj" \
- "$(INTDIR)\stdpackets.obj" \
- "$(INTDIR)\tlv.obj" \
- "$(INTDIR)\utilities.obj" \
- "$(INTDIR)\resources.res"
-
-"..\..\bin\debug Unicode\plugins\ICQ.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "icqoscar8 - Win32 Release Unicode"
-
-OUTDIR=.\Release_Unicode
-INTDIR=.\Release_Unicode
-# Begin Custom Macros
-OutDir=.\Release_Unicode
-# End Custom Macros
-
-ALL : "..\..\bin\release unicode\plugins\ICQ.dll" "$(OUTDIR)\icqoscar8.bsc"
-
-
-CLEAN :
- -@erase "$(INTDIR)\askauthentication.obj"
- -@erase "$(INTDIR)\askauthentication.sbr"
- -@erase "$(INTDIR)\capabilities.obj"
- -@erase "$(INTDIR)\capabilities.sbr"
- -@erase "$(INTDIR)\chan_01login.obj"
- -@erase "$(INTDIR)\chan_01login.sbr"
- -@erase "$(INTDIR)\chan_02data.obj"
- -@erase "$(INTDIR)\chan_02data.sbr"
- -@erase "$(INTDIR)\chan_03error.obj"
- -@erase "$(INTDIR)\chan_03error.sbr"
- -@erase "$(INTDIR)\chan_04close.obj"
- -@erase "$(INTDIR)\chan_04close.sbr"
- -@erase "$(INTDIR)\chan_05ping.obj"
- -@erase "$(INTDIR)\chan_05ping.sbr"
- -@erase "$(INTDIR)\constants.obj"
- -@erase "$(INTDIR)\constants.sbr"
- -@erase "$(INTDIR)\cookies.obj"
- -@erase "$(INTDIR)\cookies.sbr"
- -@erase "$(INTDIR)\db.obj"
- -@erase "$(INTDIR)\db.sbr"
- -@erase "$(INTDIR)\directpackets.obj"
- -@erase "$(INTDIR)\directpackets.sbr"
- -@erase "$(INTDIR)\dlgproc.obj"
- -@erase "$(INTDIR)\dlgproc.sbr"
- -@erase "$(INTDIR)\editlist.obj"
- -@erase "$(INTDIR)\editlist.sbr"
- -@erase "$(INTDIR)\editstring.obj"
- -@erase "$(INTDIR)\editstring.sbr"
- -@erase "$(INTDIR)\fam_01service.obj"
- -@erase "$(INTDIR)\fam_01service.sbr"
- -@erase "$(INTDIR)\fam_02location.obj"
- -@erase "$(INTDIR)\fam_02location.sbr"
- -@erase "$(INTDIR)\fam_03buddy.obj"
- -@erase "$(INTDIR)\fam_03buddy.sbr"
- -@erase "$(INTDIR)\fam_04message.obj"
- -@erase "$(INTDIR)\fam_04message.sbr"
- -@erase "$(INTDIR)\fam_09bos.obj"
- -@erase "$(INTDIR)\fam_09bos.sbr"
- -@erase "$(INTDIR)\fam_0alookup.obj"
- -@erase "$(INTDIR)\fam_0alookup.sbr"
- -@erase "$(INTDIR)\fam_0bstatus.obj"
- -@erase "$(INTDIR)\fam_0bstatus.sbr"
- -@erase "$(INTDIR)\fam_13servclist.obj"
- -@erase "$(INTDIR)\fam_13servclist.sbr"
- -@erase "$(INTDIR)\fam_15icqserver.obj"
- -@erase "$(INTDIR)\fam_15icqserver.sbr"
- -@erase "$(INTDIR)\fam_17signon.obj"
- -@erase "$(INTDIR)\fam_17signon.sbr"
- -@erase "$(INTDIR)\i18n.obj"
- -@erase "$(INTDIR)\i18n.sbr"
- -@erase "$(INTDIR)\iconlib.obj"
- -@erase "$(INTDIR)\iconlib.sbr"
- -@erase "$(INTDIR)\icq_advsearch.obj"
- -@erase "$(INTDIR)\icq_advsearch.sbr"
- -@erase "$(INTDIR)\icq_avatar.obj"
- -@erase "$(INTDIR)\icq_avatar.sbr"
- -@erase "$(INTDIR)\icq_clients.obj"
- -@erase "$(INTDIR)\icq_clients.sbr"
- -@erase "$(INTDIR)\icq_db.obj"
- -@erase "$(INTDIR)\icq_db.sbr"
- -@erase "$(INTDIR)\icq_direct.obj"
- -@erase "$(INTDIR)\icq_direct.sbr"
- -@erase "$(INTDIR)\icq_directmsg.obj"
- -@erase "$(INTDIR)\icq_directmsg.sbr"
- -@erase "$(INTDIR)\icq_fieldnames.obj"
- -@erase "$(INTDIR)\icq_fieldnames.sbr"
- -@erase "$(INTDIR)\icq_filerequests.obj"
- -@erase "$(INTDIR)\icq_filerequests.sbr"
- -@erase "$(INTDIR)\icq_filetransfer.obj"
- -@erase "$(INTDIR)\icq_filetransfer.sbr"
- -@erase "$(INTDIR)\icq_firstrun.obj"
- -@erase "$(INTDIR)\icq_firstrun.sbr"
- -@erase "$(INTDIR)\icq_http.obj"
- -@erase "$(INTDIR)\icq_http.sbr"
- -@erase "$(INTDIR)\icq_infoupdate.obj"
- -@erase "$(INTDIR)\icq_infoupdate.sbr"
- -@erase "$(INTDIR)\icq_menu.obj"
- -@erase "$(INTDIR)\icq_menu.sbr"
- -@erase "$(INTDIR)\icq_opts.obj"
- -@erase "$(INTDIR)\icq_opts.sbr"
- -@erase "$(INTDIR)\icq_packet.obj"
- -@erase "$(INTDIR)\icq_packet.sbr"
- -@erase "$(INTDIR)\icq_popups.obj"
- -@erase "$(INTDIR)\icq_popups.sbr"
- -@erase "$(INTDIR)\icq_proto.obj"
- -@erase "$(INTDIR)\icq_proto.sbr"
- -@erase "$(INTDIR)\icq_rates.obj"
- -@erase "$(INTDIR)\icq_rates.sbr"
- -@erase "$(INTDIR)\icq_server.obj"
- -@erase "$(INTDIR)\icq_server.sbr"
- -@erase "$(INTDIR)\icq_servlist.obj"
- -@erase "$(INTDIR)\icq_servlist.sbr"
- -@erase "$(INTDIR)\icq_uploadui.obj"
- -@erase "$(INTDIR)\icq_uploadui.sbr"
- -@erase "$(INTDIR)\icq_xstatus.obj"
- -@erase "$(INTDIR)\icq_xstatus.sbr"
- -@erase "$(INTDIR)\icq_xtraz.obj"
- -@erase "$(INTDIR)\icq_xtraz.sbr"
- -@erase "$(INTDIR)\icqosc_svcs.obj"
- -@erase "$(INTDIR)\icqosc_svcs.sbr"
- -@erase "$(INTDIR)\icqoscar.obj"
- -@erase "$(INTDIR)\icqoscar.sbr"
- -@erase "$(INTDIR)\icqoscar8.pch"
- -@erase "$(INTDIR)\init.obj"
- -@erase "$(INTDIR)\init.sbr"
- -@erase "$(INTDIR)\log.obj"
- -@erase "$(INTDIR)\log.sbr"
- -@erase "$(INTDIR)\loginpassword.obj"
- -@erase "$(INTDIR)\loginpassword.sbr"
- -@erase "$(INTDIR)\main.obj"
- -@erase "$(INTDIR)\main.sbr"
- -@erase "$(INTDIR)\oscar_filetransfer.obj"
- -@erase "$(INTDIR)\oscar_filetransfer.sbr"
- -@erase "$(INTDIR)\resources.res"
- -@erase "$(INTDIR)\stdpackets.obj"
- -@erase "$(INTDIR)\stdpackets.sbr"
- -@erase "$(INTDIR)\tlv.obj"
- -@erase "$(INTDIR)\tlv.sbr"
- -@erase "$(INTDIR)\upload.obj"
- -@erase "$(INTDIR)\upload.sbr"
- -@erase "$(INTDIR)\userinfotab.obj"
- -@erase "$(INTDIR)\userinfotab.sbr"
- -@erase "$(INTDIR)\utilities.obj"
- -@erase "$(INTDIR)\utilities.sbr"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\ICQ.exp"
- -@erase "$(OUTDIR)\ICQ.lib"
- -@erase "$(OUTDIR)\ICQ.map"
- -@erase "$(OUTDIR)\ICQ.pdb"
- -@erase "$(OUTDIR)\icqoscar8.bsc"
- -@erase "..\..\bin\release unicode\plugins\ICQ.dll"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP=cl.exe
-CPP_PROJ=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "icqoscar8_EXPORTS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\icqoscar8.pch" /Yu"icqoscar.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-MTL=midl.exe
-MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
-RSC=rc.exe
-RSC_PROJ=/l 0x417 /fo"$(INTDIR)\resources.res" /i "../../include" /d "NDEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\icqoscar8.bsc"
-BSC32_SBRS= \
- "$(INTDIR)\chan_01login.sbr" \
- "$(INTDIR)\chan_02data.sbr" \
- "$(INTDIR)\chan_03error.sbr" \
- "$(INTDIR)\chan_04close.sbr" \
- "$(INTDIR)\chan_05ping.sbr" \
- "$(INTDIR)\fam_01service.sbr" \
- "$(INTDIR)\fam_02location.sbr" \
- "$(INTDIR)\fam_03buddy.sbr" \
- "$(INTDIR)\fam_04message.sbr" \
- "$(INTDIR)\fam_09bos.sbr" \
- "$(INTDIR)\fam_0alookup.sbr" \
- "$(INTDIR)\fam_0bstatus.sbr" \
- "$(INTDIR)\fam_13servclist.sbr" \
- "$(INTDIR)\fam_15icqserver.sbr" \
- "$(INTDIR)\fam_17signon.sbr" \
- "$(INTDIR)\directpackets.sbr" \
- "$(INTDIR)\icq_direct.sbr" \
- "$(INTDIR)\icq_directmsg.sbr" \
- "$(INTDIR)\icq_filerequests.sbr" \
- "$(INTDIR)\icq_filetransfer.sbr" \
- "$(INTDIR)\icq_advsearch.sbr" \
- "$(INTDIR)\icq_db.sbr" \
- "$(INTDIR)\icq_proto.sbr" \
- "$(INTDIR)\icqosc_svcs.sbr" \
- "$(INTDIR)\init.sbr" \
- "$(INTDIR)\log.sbr" \
- "$(INTDIR)\askauthentication.sbr" \
- "$(INTDIR)\icq_firstrun.sbr" \
- "$(INTDIR)\icq_menu.sbr" \
- "$(INTDIR)\icq_opts.sbr" \
- "$(INTDIR)\icq_popups.sbr" \
- "$(INTDIR)\icq_uploadui.sbr" \
- "$(INTDIR)\loginpassword.sbr" \
- "$(INTDIR)\userinfotab.sbr" \
- "$(INTDIR)\constants.sbr" \
- "$(INTDIR)\db.sbr" \
- "$(INTDIR)\dlgproc.sbr" \
- "$(INTDIR)\editlist.sbr" \
- "$(INTDIR)\editstring.sbr" \
- "$(INTDIR)\main.sbr" \
- "$(INTDIR)\upload.sbr" \
- "$(INTDIR)\capabilities.sbr" \
- "$(INTDIR)\cookies.sbr" \
- "$(INTDIR)\i18n.sbr" \
- "$(INTDIR)\iconlib.sbr" \
- "$(INTDIR)\icq_avatar.sbr" \
- "$(INTDIR)\icq_clients.sbr" \
- "$(INTDIR)\icq_fieldnames.sbr" \
- "$(INTDIR)\icq_http.sbr" \
- "$(INTDIR)\icq_infoupdate.sbr" \
- "$(INTDIR)\icq_packet.sbr" \
- "$(INTDIR)\icq_rates.sbr" \
- "$(INTDIR)\icq_server.sbr" \
- "$(INTDIR)\icq_servlist.sbr" \
- "$(INTDIR)\icq_xstatus.sbr" \
- "$(INTDIR)\icq_xtraz.sbr" \
- "$(INTDIR)\icqoscar.sbr" \
- "$(INTDIR)\oscar_filetransfer.sbr" \
- "$(INTDIR)\stdpackets.sbr" \
- "$(INTDIR)\tlv.sbr" \
- "$(INTDIR)\utilities.sbr"
-
-"$(OUTDIR)\icqoscar8.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
- $(BSC32) @<<
- $(BSC32_FLAGS) $(BSC32_SBRS)
-<<
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comctl32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /dll /incremental:no /pdb:"$(OUTDIR)\ICQ.pdb" /map:"$(INTDIR)\ICQ.map" /debug /machine:I386 /out:"../../bin/release unicode/plugins/ICQ.dll" /implib:"$(OUTDIR)\ICQ.lib" /ALIGN:4096 /ignore:4108
-LINK32_OBJS= \
- "$(INTDIR)\chan_01login.obj" \
- "$(INTDIR)\chan_02data.obj" \
- "$(INTDIR)\chan_03error.obj" \
- "$(INTDIR)\chan_04close.obj" \
- "$(INTDIR)\chan_05ping.obj" \
- "$(INTDIR)\fam_01service.obj" \
- "$(INTDIR)\fam_02location.obj" \
- "$(INTDIR)\fam_03buddy.obj" \
- "$(INTDIR)\fam_04message.obj" \
- "$(INTDIR)\fam_09bos.obj" \
- "$(INTDIR)\fam_0alookup.obj" \
- "$(INTDIR)\fam_0bstatus.obj" \
- "$(INTDIR)\fam_13servclist.obj" \
- "$(INTDIR)\fam_15icqserver.obj" \
- "$(INTDIR)\fam_17signon.obj" \
- "$(INTDIR)\directpackets.obj" \
- "$(INTDIR)\icq_direct.obj" \
- "$(INTDIR)\icq_directmsg.obj" \
- "$(INTDIR)\icq_filerequests.obj" \
- "$(INTDIR)\icq_filetransfer.obj" \
- "$(INTDIR)\icq_advsearch.obj" \
- "$(INTDIR)\icq_db.obj" \
- "$(INTDIR)\icq_proto.obj" \
- "$(INTDIR)\icqosc_svcs.obj" \
- "$(INTDIR)\init.obj" \
- "$(INTDIR)\log.obj" \
- "$(INTDIR)\askauthentication.obj" \
- "$(INTDIR)\icq_firstrun.obj" \
- "$(INTDIR)\icq_menu.obj" \
- "$(INTDIR)\icq_opts.obj" \
- "$(INTDIR)\icq_popups.obj" \
- "$(INTDIR)\icq_uploadui.obj" \
- "$(INTDIR)\loginpassword.obj" \
- "$(INTDIR)\userinfotab.obj" \
- "$(INTDIR)\constants.obj" \
- "$(INTDIR)\db.obj" \
- "$(INTDIR)\dlgproc.obj" \
- "$(INTDIR)\editlist.obj" \
- "$(INTDIR)\editstring.obj" \
- "$(INTDIR)\main.obj" \
- "$(INTDIR)\upload.obj" \
- "$(INTDIR)\capabilities.obj" \
- "$(INTDIR)\cookies.obj" \
- "$(INTDIR)\i18n.obj" \
- "$(INTDIR)\iconlib.obj" \
- "$(INTDIR)\icq_avatar.obj" \
- "$(INTDIR)\icq_clients.obj" \
- "$(INTDIR)\icq_fieldnames.obj" \
- "$(INTDIR)\icq_http.obj" \
- "$(INTDIR)\icq_infoupdate.obj" \
- "$(INTDIR)\icq_packet.obj" \
- "$(INTDIR)\icq_rates.obj" \
- "$(INTDIR)\icq_server.obj" \
- "$(INTDIR)\icq_servlist.obj" \
- "$(INTDIR)\icq_xstatus.obj" \
- "$(INTDIR)\icq_xtraz.obj" \
- "$(INTDIR)\icqoscar.obj" \
- "$(INTDIR)\oscar_filetransfer.obj" \
- "$(INTDIR)\stdpackets.obj" \
- "$(INTDIR)\tlv.obj" \
- "$(INTDIR)\utilities.obj" \
- "$(INTDIR)\resources.res"
-
-"..\..\bin\release unicode\plugins\ICQ.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF
-
-
-!IF "$(NO_EXTERNAL_DEPS)" != "1"
-!IF EXISTS("icqoscar8.dep")
-!INCLUDE "icqoscar8.dep"
-!ELSE
-!MESSAGE Warning: cannot find "icqoscar8.dep"
-!ENDIF
-!ENDIF
-
-
-!IF "$(CFG)" == "icqoscar8 - Win32 Release" || "$(CFG)" == "icqoscar8 - Win32 Debug" || "$(CFG)" == "icqoscar8 - Win32 Debug Unicode" || "$(CFG)" == "icqoscar8 - Win32 Release Unicode"
-SOURCE=.\resources.rc
-
-"$(INTDIR)\resources.res" : $(SOURCE) "$(INTDIR)"
- $(RSC) $(RSC_PROJ) $(SOURCE)
-
-
-SOURCE=.\chan_01login.cpp
-
-"$(INTDIR)\chan_01login.obj" "$(INTDIR)\chan_01login.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\chan_02data.cpp
-
-"$(INTDIR)\chan_02data.obj" "$(INTDIR)\chan_02data.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\chan_03error.cpp
-
-"$(INTDIR)\chan_03error.obj" "$(INTDIR)\chan_03error.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\chan_04close.cpp
-
-"$(INTDIR)\chan_04close.obj" "$(INTDIR)\chan_04close.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\chan_05ping.cpp
-
-"$(INTDIR)\chan_05ping.obj" "$(INTDIR)\chan_05ping.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\fam_01service.cpp
-
-"$(INTDIR)\fam_01service.obj" "$(INTDIR)\fam_01service.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\fam_02location.cpp
-
-"$(INTDIR)\fam_02location.obj" "$(INTDIR)\fam_02location.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\fam_03buddy.cpp
-
-"$(INTDIR)\fam_03buddy.obj" "$(INTDIR)\fam_03buddy.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\fam_04message.cpp
-
-"$(INTDIR)\fam_04message.obj" "$(INTDIR)\fam_04message.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\fam_09bos.cpp
-
-"$(INTDIR)\fam_09bos.obj" "$(INTDIR)\fam_09bos.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\fam_0alookup.cpp
-
-"$(INTDIR)\fam_0alookup.obj" "$(INTDIR)\fam_0alookup.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\fam_0bstatus.cpp
-
-"$(INTDIR)\fam_0bstatus.obj" "$(INTDIR)\fam_0bstatus.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\fam_13servclist.cpp
-
-"$(INTDIR)\fam_13servclist.obj" "$(INTDIR)\fam_13servclist.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\fam_15icqserver.cpp
-
-"$(INTDIR)\fam_15icqserver.obj" "$(INTDIR)\fam_15icqserver.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\fam_17signon.cpp
-
-"$(INTDIR)\fam_17signon.obj" "$(INTDIR)\fam_17signon.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\directpackets.cpp
-
-"$(INTDIR)\directpackets.obj" "$(INTDIR)\directpackets.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\icq_direct.cpp
-
-"$(INTDIR)\icq_direct.obj" "$(INTDIR)\icq_direct.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\icq_directmsg.cpp
-
-"$(INTDIR)\icq_directmsg.obj" "$(INTDIR)\icq_directmsg.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\icq_filerequests.cpp
-
-"$(INTDIR)\icq_filerequests.obj" "$(INTDIR)\icq_filerequests.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\icq_filetransfer.cpp
-
-"$(INTDIR)\icq_filetransfer.obj" "$(INTDIR)\icq_filetransfer.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\icq_advsearch.cpp
-
-"$(INTDIR)\icq_advsearch.obj" "$(INTDIR)\icq_advsearch.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\icq_db.cpp
-
-"$(INTDIR)\icq_db.obj" "$(INTDIR)\icq_db.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\icq_proto.cpp
-
-"$(INTDIR)\icq_proto.obj" "$(INTDIR)\icq_proto.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\icqosc_svcs.cpp
-
-"$(INTDIR)\icqosc_svcs.obj" "$(INTDIR)\icqosc_svcs.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\init.cpp
-
-"$(INTDIR)\init.obj" "$(INTDIR)\init.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\log.cpp
-
-"$(INTDIR)\log.obj" "$(INTDIR)\log.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\UI\askauthentication.cpp
-
-"$(INTDIR)\askauthentication.obj" "$(INTDIR)\askauthentication.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\icq_firstrun.cpp
-
-"$(INTDIR)\icq_firstrun.obj" "$(INTDIR)\icq_firstrun.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\icq_menu.cpp
-
-"$(INTDIR)\icq_menu.obj" "$(INTDIR)\icq_menu.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\icq_opts.cpp
-
-"$(INTDIR)\icq_opts.obj" "$(INTDIR)\icq_opts.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\icq_popups.cpp
-
-"$(INTDIR)\icq_popups.obj" "$(INTDIR)\icq_popups.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\icq_uploadui.cpp
-
-"$(INTDIR)\icq_uploadui.obj" "$(INTDIR)\icq_uploadui.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\UI\loginpassword.cpp
-
-"$(INTDIR)\loginpassword.obj" "$(INTDIR)\loginpassword.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\UI\userinfotab.cpp
-
-"$(INTDIR)\userinfotab.obj" "$(INTDIR)\userinfotab.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\changeinfo\constants.cpp
-
-"$(INTDIR)\constants.obj" "$(INTDIR)\constants.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\changeinfo\db.cpp
-
-"$(INTDIR)\db.obj" "$(INTDIR)\db.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\changeinfo\dlgproc.cpp
-
-"$(INTDIR)\dlgproc.obj" "$(INTDIR)\dlgproc.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\changeinfo\editlist.cpp
-
-"$(INTDIR)\editlist.obj" "$(INTDIR)\editlist.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\changeinfo\editstring.cpp
-
-"$(INTDIR)\editstring.obj" "$(INTDIR)\editstring.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\changeinfo\main.cpp
-
-"$(INTDIR)\main.obj" "$(INTDIR)\main.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\changeinfo\upload.cpp
-
-"$(INTDIR)\upload.obj" "$(INTDIR)\upload.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-SOURCE=.\capabilities.cpp
-
-"$(INTDIR)\capabilities.obj" "$(INTDIR)\capabilities.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\cookies.cpp
-
-"$(INTDIR)\cookies.obj" "$(INTDIR)\cookies.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\i18n.cpp
-
-"$(INTDIR)\i18n.obj" "$(INTDIR)\i18n.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\iconlib.cpp
-
-"$(INTDIR)\iconlib.obj" "$(INTDIR)\iconlib.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\icq_avatar.cpp
-
-"$(INTDIR)\icq_avatar.obj" "$(INTDIR)\icq_avatar.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\icq_clients.cpp
-
-"$(INTDIR)\icq_clients.obj" "$(INTDIR)\icq_clients.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\icq_fieldnames.cpp
-
-"$(INTDIR)\icq_fieldnames.obj" "$(INTDIR)\icq_fieldnames.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\icq_http.cpp
-
-"$(INTDIR)\icq_http.obj" "$(INTDIR)\icq_http.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\icq_infoupdate.cpp
-
-"$(INTDIR)\icq_infoupdate.obj" "$(INTDIR)\icq_infoupdate.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\icq_packet.cpp
-
-"$(INTDIR)\icq_packet.obj" "$(INTDIR)\icq_packet.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\icq_rates.cpp
-
-"$(INTDIR)\icq_rates.obj" "$(INTDIR)\icq_rates.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\icq_server.cpp
-
-"$(INTDIR)\icq_server.obj" "$(INTDIR)\icq_server.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\icq_servlist.cpp
-
-"$(INTDIR)\icq_servlist.obj" "$(INTDIR)\icq_servlist.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\icq_xstatus.cpp
-
-"$(INTDIR)\icq_xstatus.obj" "$(INTDIR)\icq_xstatus.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\icq_xtraz.cpp
-
-"$(INTDIR)\icq_xtraz.obj" "$(INTDIR)\icq_xtraz.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\icqoscar.cpp
-
-!IF "$(CFG)" == "icqoscar8 - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "icqoscar8_EXPORTS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\icqoscar8.pch" /Yc"icqoscar.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\icqoscar.obj" "$(INTDIR)\icqoscar.sbr" "$(INTDIR)\icqoscar8.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "icqoscar8 - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "icqoscar8_EXPORTS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\icqoscar8.pch" /Yc"icqoscar.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\icqoscar.obj" "$(INTDIR)\icqoscar.sbr" "$(INTDIR)\icqoscar8.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "icqoscar8 - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "icqoscar8_EXPORTS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\icqoscar8.pch" /Yc"icqoscar.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\icqoscar.obj" "$(INTDIR)\icqoscar.sbr" "$(INTDIR)\icqoscar8.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "icqoscar8 - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "icqoscar8_EXPORTS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\icqoscar8.pch" /Yc"icqoscar.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\icqoscar.obj" "$(INTDIR)\icqoscar.sbr" "$(INTDIR)\icqoscar8.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\oscar_filetransfer.cpp
-
-"$(INTDIR)\oscar_filetransfer.obj" "$(INTDIR)\oscar_filetransfer.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\stdpackets.cpp
-
-"$(INTDIR)\stdpackets.obj" "$(INTDIR)\stdpackets.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\tlv.cpp
-
-"$(INTDIR)\tlv.obj" "$(INTDIR)\tlv.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-SOURCE=.\utilities.cpp
-
-"$(INTDIR)\utilities.obj" "$(INTDIR)\utilities.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\icqoscar8.pch"
-
-
-
-!ENDIF
diff --git a/protocols/IcqOscarJ/icqoscar8.vcproj b/protocols/IcqOscarJ/icqoscar8.vcproj deleted file mode 100644 index 73b1bb1c12..0000000000 --- a/protocols/IcqOscarJ/icqoscar8.vcproj +++ /dev/null @@ -1,1991 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="icqoscar8"
- ProjectGUID="{01DDCB36-4DE2-405D-BC36-2C8BDEB86659}"
- SccProjectName=""
- SccLocalPath="">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2"
- WholeProgramOptimization="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- GlobalOptimizations="TRUE"
- InlineFunctionExpansion="1"
- FavorSizeOrSpeed="2"
- OmitFramePointers="FALSE"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;icqoscar8_EXPORTS"
- StringPooling="TRUE"
- ExceptionHandling="FALSE"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="TRUE"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="icqoscar.h"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalOptions="/ALIGN:4096 /ignore:4108"
- AdditionalDependencies="vc7to6.lib wsock32.lib comctl32.lib"
- OutputFile="$(OutDir)/icq.dll"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="../../lib"
- IgnoreAllDefaultLibraries="TRUE"
- GenerateDebugInformation="TRUE"
- GenerateMapFile="TRUE"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="1"
- ImportLibrary=""
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/icqoscar8.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1047"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;icqoscar8_EXPORTS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="icqoscar.h"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="3"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="wsock32.lib comctl32.lib"
- OutputFile="$(OutDir)/icq.dll"
- LinkIncremental="2"
- SuppressStartupBanner="TRUE"
- GenerateDebugInformation="TRUE"
- GenerateMapFile="TRUE"
- BaseAddress="0x25000000"
- ImportLibrary=""
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/icqoscar8.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="1">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;icqoscar8_EXPORTS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- BufferSecurityCheck="TRUE"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="icqoscar.h"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="3"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalDependencies="wsock32.lib comctl32.lib"
- OutputFile="$(OutDir)/icq.dll"
- LinkIncremental="2"
- SuppressStartupBanner="TRUE"
- GenerateDebugInformation="TRUE"
- GenerateMapFile="TRUE"
- BaseAddress="0x25000000"
- ImportLibrary=""
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/icqoscar8.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="1"
- WholeProgramOptimization="FALSE">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- GlobalOptimizations="TRUE"
- FavorSizeOrSpeed="2"
- OmitFramePointers="FALSE"
- OptimizeForProcessor="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;icqoscar8_EXPORTS"
- StringPooling="TRUE"
- ExceptionHandling="FALSE"
- RuntimeLibrary="2"
- BufferSecurityCheck="TRUE"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="icqoscar.h"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="3"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalOptions="/ALIGN:4096 /ignore:4108"
- AdditionalDependencies="vc7to6.lib wsock32.lib comctl32.lib"
- OutputFile="$(OutDir)/icq.dll"
- AdditionalLibraryDirectories="../../lib"
- IgnoreAllDefaultLibraries="TRUE"
- GenerateDebugInformation="TRUE"
- GenerateMapFile="TRUE"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="1"
- ImportLibrary=""
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/icqoscar8.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1047"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl">
- <File
- RelativePath="UI\askauthentication.h">
- </File>
- <File
- RelativePath="capabilities.h">
- </File>
- <File
- RelativePath="channels.h">
- </File>
- <File
- RelativePath=".\cookies.h">
- </File>
- <File
- RelativePath=".\directpackets.h">
- </File>
- <File
- RelativePath="families.h">
- </File>
- <File
- RelativePath="guids.h">
- </File>
- <File
- RelativePath="i18n.h">
- </File>
- <File
- RelativePath=".\iconlib.h">
- </File>
- <File
- RelativePath="icq_advsearch.h">
- </File>
- <File
- RelativePath="icq_avatar.h">
- </File>
- <File
- RelativePath="icq_constants.h">
- </File>
- <File
- RelativePath="icq_direct.h">
- </File>
- <File
- RelativePath="icq_fieldnames.h">
- </File>
- <File
- RelativePath="icq_http.h">
- </File>
- <File
- RelativePath="icq_infoupdate.h">
- </File>
- <File
- RelativePath="icq_opts.h">
- </File>
- <File
- RelativePath="icq_packet.h">
- </File>
- <File
- RelativePath=".\icq_proto.h">
- </File>
- <File
- RelativePath=".\icq_rates.h">
- </File>
- <File
- RelativePath="icq_server.h">
- </File>
- <File
- RelativePath="icq_servlist.h">
- </File>
- <File
- RelativePath="icq_uploadui.h">
- </File>
- <File
- RelativePath=".\icq_xtraz.h">
- </File>
- <File
- RelativePath="icqosc_svcs.h">
- </File>
- <File
- RelativePath="icqoscar.h">
- </File>
- <File
- RelativePath="init.h">
- </File>
- <File
- RelativePath="log.h">
- </File>
- <File
- RelativePath="UI\loginpassword.h">
- </File>
- <File
- RelativePath="md5.h">
- </File>
- <File
- RelativePath=".\oscar_filetransfer.h">
- </File>
- <File
- RelativePath="resource.h">
- </File>
- <File
- RelativePath="stdpackets.h">
- </File>
- <File
- RelativePath="tlv.h">
- </File>
- <File
- RelativePath="UI\userinfotab.h">
- </File>
- <File
- RelativePath="utilities.h">
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
- <File
- RelativePath=".\icos\auth_ask.ico">
- </File>
- <File
- RelativePath=".\icos\auth_grant.ico">
- </File>
- <File
- RelativePath=".\icos\auth_revoke.ico">
- </File>
- <File
- RelativePath=".\changeinfo\expandst.ico">
- </File>
- <File
- RelativePath="icos\icq.ico">
- </File>
- <File
- RelativePath="resources.rc">
- </File>
- <File
- RelativePath=".\icos\srvlist_add.ico">
- </File>
- </Filter>
- <Filter
- Name="FLAP Channels"
- Filter="">
- <File
- RelativePath="chan_01login.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="chan_02data.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="chan_03error.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="chan_04close.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="chan_05ping.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="SNAC Families"
- Filter="">
- <File
- RelativePath="fam_01service.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="fam_02location.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="fam_03buddy.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="fam_04message.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="fam_09bos.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\fam_0alookup.cpp">
- </File>
- <File
- RelativePath="fam_0bstatus.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="fam_13servclist.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="fam_15icqserver.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Direct Connection"
- Filter="">
- <File
- RelativePath="icq_direct.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="icq_directmsg.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="icq_filerequests.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="icq_filetransfer.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\oscar_filetransfer.cpp">
- </File>
- </Filter>
- <Filter
- Name="Miranda Bits"
- Filter="">
- <File
- RelativePath=".\cookies.cpp">
- </File>
- <File
- RelativePath="icq_advsearch.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\icq_db.cpp">
- </File>
- <File
- RelativePath=".\icq_menu.cpp">
- </File>
- <File
- RelativePath=".\icq_popups.cpp">
- </File>
- <File
- RelativePath=".\icq_proto.cpp">
- </File>
- <File
- RelativePath=".\icq_xstatus.cpp">
- </File>
- <File
- RelativePath="icqosc_svcs.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="init.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="log.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Documentation"
- Filter=".txt">
- <File
- RelativePath="docs\icq-readme.txt">
- </File>
- <File
- RelativePath="docs\IcqOscarJ-db settings.txt">
- </File>
- <File
- RelativePath="docs\IcqOscarJ-translation.txt">
- </File>
- </Filter>
- <Filter
- Name="UI"
- Filter="">
- <File
- RelativePath="UI\askauthentication.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\icq_firstrun.cpp">
- </File>
- <File
- RelativePath="icq_opts.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="icq_uploadui.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="UI\loginpassword.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="UI\userinfotab.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Changeinfo"
- Filter="">
- <File
- RelativePath=".\changeinfo\changeinfo.h">
- </File>
- <File
- RelativePath=".\changeinfo\constants.cpp">
- </File>
- <File
- RelativePath=".\changeinfo\db.cpp">
- </File>
- <File
- RelativePath=".\changeinfo\dlgproc.cpp">
- </File>
- <File
- RelativePath=".\changeinfo\editlist.cpp">
- </File>
- <File
- RelativePath=".\changeinfo\editstring.cpp">
- </File>
- <File
- RelativePath=".\changeinfo\main.cpp">
- </File>
- <File
- RelativePath=".\changeinfo\upload.cpp">
- </File>
- </Filter>
- <File
- RelativePath="capabilities.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\directpackets.cpp">
- </File>
- <File
- RelativePath=".\fam_17signon.cpp">
- </File>
- <File
- RelativePath="i18n.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\iconlib.cpp">
- </File>
- <File
- RelativePath="icq_avatar.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\icq_clients.cpp">
- </File>
- <File
- RelativePath="icq_fieldnames.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="icq_http.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="icq_infoupdate.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="icq_packet.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\icq_rates.cpp">
- </File>
- <File
- RelativePath="icq_server.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="icq_servlist.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\icq_xtraz.cpp">
- </File>
- <File
- RelativePath="icqoscar.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="1"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="1"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="1"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="1"
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="stdpackets.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="tlv.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="utilities.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- BrowseInformation="1"/>
- </FileConfiguration>
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/protocols/IcqOscarJ/icqoscar8_8.vcproj b/protocols/IcqOscarJ/icqoscar8_8.vcproj deleted file mode 100644 index 7cd7f06f7a..0000000000 --- a/protocols/IcqOscarJ/icqoscar8_8.vcproj +++ /dev/null @@ -1,2406 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8,00"
- Name="icqoscar8"
- ProjectGUID="{01DDCB36-4DE2-405D-BC36-2C8BDEB86659}"
- RootNamespace="icqoscar8"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/icqoscar8.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="2"
- FavorSizeOrSpeed="2"
- OmitFramePointers="true"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;icqoscar8_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="icqoscar.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1047"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalOptions="/ALIGN:4096 /ignore:4108"
- AdditionalDependencies="wsock32.lib comctl32.lib"
- OutputFile="$(OutDir)/icq.dll"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- ImportLibrary=""
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/icqoscar8.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;icqoscar8_EXPORTS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="icqoscar.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="wsock32.lib comctl32.lib"
- OutputFile="$(OutDir)/icq.dll"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- BaseAddress="0x25000000"
- ImportLibrary=""
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/icqoscar8.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;icqoscar8_EXPORTS"
- StringPooling="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="0"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="icqoscar.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="wsock32.lib comctl32.lib"
- OutputFile="$(OutDir)/icq.dll"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- BaseAddress="0x25000000"
- ImportLibrary=""
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/icqoscar8.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;icqoscar8_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="icqoscar.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1047"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalOptions="/ALIGN:4096 /ignore:4108"
- AdditionalDependencies="wsock32.lib comctl32.lib"
- OutputFile="$(OutDir)/icq.dll"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- ImportLibrary=""
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath="UI\askauthentication.h"
- >
- </File>
- <File
- RelativePath="capabilities.h"
- >
- </File>
- <File
- RelativePath="channels.h"
- >
- </File>
- <File
- RelativePath=".\cookies.h"
- >
- </File>
- <File
- RelativePath=".\directpackets.h"
- >
- </File>
- <File
- RelativePath="families.h"
- >
- </File>
- <File
- RelativePath="guids.h"
- >
- </File>
- <File
- RelativePath="i18n.h"
- >
- </File>
- <File
- RelativePath=".\iconlib.h"
- >
- </File>
- <File
- RelativePath="icq_advsearch.h"
- >
- </File>
- <File
- RelativePath="icq_avatar.h"
- >
- </File>
- <File
- RelativePath="icq_constants.h"
- >
- </File>
- <File
- RelativePath="icq_direct.h"
- >
- </File>
- <File
- RelativePath="icq_fieldnames.h"
- >
- </File>
- <File
- RelativePath="icq_http.h"
- >
- </File>
- <File
- RelativePath="icq_infoupdate.h"
- >
- </File>
- <File
- RelativePath="icq_opts.h"
- >
- </File>
- <File
- RelativePath="icq_packet.h"
- >
- </File>
- <File
- RelativePath=".\icq_proto.h"
- >
- </File>
- <File
- RelativePath=".\icq_rates.h"
- >
- </File>
- <File
- RelativePath="icq_server.h"
- >
- </File>
- <File
- RelativePath="icq_servlist.h"
- >
- </File>
- <File
- RelativePath="icq_uploadui.h"
- >
- </File>
- <File
- RelativePath=".\icq_xtraz.h"
- >
- </File>
- <File
- RelativePath="icqosc_svcs.h"
- >
- </File>
- <File
- RelativePath="icqoscar.h"
- >
- </File>
- <File
- RelativePath="init.h"
- >
- </File>
- <File
- RelativePath="log.h"
- >
- </File>
- <File
- RelativePath="UI\loginpassword.h"
- >
- </File>
- <File
- RelativePath=".\oscar_filetransfer.h"
- >
- </File>
- <File
- RelativePath="resource.h"
- >
- </File>
- <File
- RelativePath="stdpackets.h"
- >
- </File>
- <File
- RelativePath="tlv.h"
- >
- </File>
- <File
- RelativePath="UI\userinfotab.h"
- >
- </File>
- <File
- RelativePath="utilities.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
- >
- <File
- RelativePath="icos\icq.ico"
- >
- </File>
- <File
- RelativePath="resources.rc"
- >
- </File>
- </Filter>
- <Filter
- Name="FLAP Channels"
- >
- <File
- RelativePath="chan_01login.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="chan_02data.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="chan_03error.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="chan_04close.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="chan_05ping.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="SNAC Families"
- >
- <File
- RelativePath="fam_01service.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="fam_02location.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="fam_03buddy.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="fam_04message.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="fam_09bos.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\fam_0alookup.cpp"
- >
- </File>
- <File
- RelativePath="fam_0bstatus.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="fam_13servclist.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="fam_15icqserver.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\fam_17signon.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Direct Connection"
- >
- <File
- RelativePath="icq_direct.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="icq_directmsg.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="icq_filerequests.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="icq_filetransfer.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\oscar_filetransfer.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Miranda Bits"
- >
- <File
- RelativePath="icq_advsearch.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\icq_db.cpp"
- >
- </File>
- <File
- RelativePath=".\icq_menu.cpp"
- >
- </File>
- <File
- RelativePath=".\icq_popups.cpp"
- >
- </File>
- <File
- RelativePath=".\icq_xstatus.cpp"
- >
- </File>
- <File
- RelativePath="icqosc_svcs.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="init.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="log.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Documentation"
- Filter=".txt"
- >
- <File
- RelativePath="docs\icq-readme.txt"
- >
- </File>
- <File
- RelativePath="docs\IcqOscarJ-db settings.txt"
- >
- </File>
- <File
- RelativePath="docs\IcqOscarJ-translation.txt"
- >
- </File>
- </Filter>
- <Filter
- Name="UI"
- >
- <File
- RelativePath="UI\askauthentication.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="icq_firstrun.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="icq_opts.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="icq_uploadui.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="UI\loginpassword.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="UI\userinfotab.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Changeinfo"
- >
- <File
- RelativePath=".\changeinfo\changeinfo.h"
- >
- </File>
- <File
- RelativePath=".\changeinfo\constants.cpp"
- >
- </File>
- <File
- RelativePath=".\changeinfo\db.cpp"
- >
- </File>
- <File
- RelativePath=".\changeinfo\dlgproc.cpp"
- >
- </File>
- <File
- RelativePath=".\changeinfo\editlist.cpp"
- >
- </File>
- <File
- RelativePath=".\changeinfo\editstring.cpp"
- >
- </File>
- <File
- RelativePath=".\changeinfo\main.cpp"
- >
- </File>
- <File
- RelativePath=".\changeinfo\upload.cpp"
- >
- </File>
- </Filter>
- <File
- RelativePath="capabilities.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\cookies.cpp"
- >
- </File>
- <File
- RelativePath=".\directpackets.cpp"
- >
- </File>
- <File
- RelativePath="i18n.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\iconlib.cpp"
- >
- </File>
- <File
- RelativePath="icq_avatar.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\icq_clients.cpp"
- >
- </File>
- <File
- RelativePath="icq_fieldnames.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="icq_http.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="icq_infoupdate.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="icq_packet.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\icq_proto.cpp"
- >
- </File>
- <File
- RelativePath=".\icq_rates.cpp"
- >
- </File>
- <File
- RelativePath="icq_server.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="icq_servlist.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\icq_xtraz.cpp"
- >
- </File>
- <File
- RelativePath="icqoscar.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="stdpackets.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="tlv.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="utilities.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/protocols/IcqOscarJ/icqoscar8_9.vcproj b/protocols/IcqOscarJ/icqoscar8_9.vcproj deleted file mode 100644 index dd7b39bc1e..0000000000 --- a/protocols/IcqOscarJ/icqoscar8_9.vcproj +++ /dev/null @@ -1,1381 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9,00"
- Name="icqoscar8"
- ProjectGUID="{01DDCB36-4DE2-405D-BC36-2C8BDEB86659}"
- RootNamespace="icqoscar8"
- TargetFrameworkVersion="131072"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName="Release/icqoscar8.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;icqoscar8_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="icqoscar.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1047"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalOptions="/ALIGN:4096 /ignore:4108"
- AdditionalDependencies="wsock32.lib comctl32.lib"
- OutputFile="$(OutDir)\icq.dll"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName="Release/icqoscar8.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;icqoscar8_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="icqoscar.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1047"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalOptions="/ALIGN:4096 /ignore:4108"
- AdditionalDependencies="wsock32.lib comctl32.lib"
- OutputFile="$(OutDir)\icq.dll"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName="Debug/icqoscar8.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;icqoscar8_EXPORTS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="icqoscar.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib comctl32.lib"
- OutputFile="$(OutDir)\icq.dll"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- BaseAddress="0x25000000"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName="Debug/icqoscar8.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;icqoscar8_EXPORTS"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="icqoscar.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib comctl32.lib"
- OutputFile="$(OutDir)\icq.dll"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- BaseAddress="0x25000000"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName="Debug/icqoscar8.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;icqoscar8_EXPORTS"
- StringPooling="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="0"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="icqoscar.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib comctl32.lib"
- OutputFile="$(OutDir)\icq.dll"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- BaseAddress="0x25000000"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName="Debug/icqoscar8.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;icqoscar8_EXPORTS"
- StringPooling="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="0"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="icqoscar.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib comctl32.lib"
- OutputFile="$(OutDir)\icq.dll"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- BaseAddress="0x25000000"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName="Release/icqoscar8.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;icqoscar8_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="icqoscar.h"
- AssemblerOutput="4"
- BrowseInformationFile=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1047"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalOptions="/ALIGN:4096 /ignore:4108"
- AdditionalDependencies="wsock32.lib comctl32.lib"
- OutputFile="$(OutDir)\icq.dll"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName="Release/icqoscar8.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;icqoscar8_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="icqoscar.h"
- AssemblerOutput="4"
- BrowseInformationFile=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1047"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalOptions="/ALIGN:4096 /ignore:4108"
- AdditionalDependencies="wsock32.lib comctl32.lib"
- OutputFile="$(OutDir)\icq.dll"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath="UI\askauthentication.h"
- >
- </File>
- <File
- RelativePath="capabilities.h"
- >
- </File>
- <File
- RelativePath="channels.h"
- >
- </File>
- <File
- RelativePath="cookies.h"
- >
- </File>
- <File
- RelativePath="directpackets.h"
- >
- </File>
- <File
- RelativePath="families.h"
- >
- </File>
- <File
- RelativePath="guids.h"
- >
- </File>
- <File
- RelativePath="i18n.h"
- >
- </File>
- <File
- RelativePath="iconlib.h"
- >
- </File>
- <File
- RelativePath="icq_advsearch.h"
- >
- </File>
- <File
- RelativePath="icq_avatar.h"
- >
- </File>
- <File
- RelativePath="icq_constants.h"
- >
- </File>
- <File
- RelativePath="icq_direct.h"
- >
- </File>
- <File
- RelativePath="icq_fieldnames.h"
- >
- </File>
- <File
- RelativePath="icq_http.h"
- >
- </File>
- <File
- RelativePath="icq_infoupdate.h"
- >
- </File>
- <File
- RelativePath="icq_opts.h"
- >
- </File>
- <File
- RelativePath="icq_packet.h"
- >
- </File>
- <File
- RelativePath="icq_proto.h"
- >
- </File>
- <File
- RelativePath="icq_rates.h"
- >
- </File>
- <File
- RelativePath="icq_server.h"
- >
- </File>
- <File
- RelativePath="icq_servlist.h"
- >
- </File>
- <File
- RelativePath="icq_uploadui.h"
- >
- </File>
- <File
- RelativePath="icq_xtraz.h"
- >
- </File>
- <File
- RelativePath="icqosc_svcs.h"
- >
- </File>
- <File
- RelativePath="icqoscar.h"
- >
- </File>
- <File
- RelativePath="init.h"
- >
- </File>
- <File
- RelativePath="log.h"
- >
- </File>
- <File
- RelativePath="UI\loginpassword.h"
- >
- </File>
- <File
- RelativePath="oscar_filetransfer.h"
- >
- </File>
- <File
- RelativePath="resource.h"
- >
- </File>
- <File
- RelativePath="stdpackets.h"
- >
- </File>
- <File
- RelativePath="tlv.h"
- >
- </File>
- <File
- RelativePath="UI\userinfotab.h"
- >
- </File>
- <File
- RelativePath="utilities.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
- >
- <File
- RelativePath="icos\auth_ask.ico"
- >
- </File>
- <File
- RelativePath="icos\auth_grant.ico"
- >
- </File>
- <File
- RelativePath="icos\auth_revoke.ico"
- >
- </File>
- <File
- RelativePath="changeinfo\expandst.ico"
- >
- </File>
- <File
- RelativePath="icos\icq.ico"
- >
- </File>
- <File
- RelativePath="resources.rc"
- >
- </File>
- <File
- RelativePath="icos\srvlist_add.ico"
- >
- </File>
- </Filter>
- <Filter
- Name="FLAP Channels"
- >
- <File
- RelativePath="chan_01login.cpp"
- >
- </File>
- <File
- RelativePath="chan_02data.cpp"
- >
- </File>
- <File
- RelativePath="chan_03error.cpp"
- >
- </File>
- <File
- RelativePath="chan_04close.cpp"
- >
- </File>
- <File
- RelativePath="chan_05ping.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="SNAC Families"
- >
- <File
- RelativePath="fam_01service.cpp"
- >
- </File>
- <File
- RelativePath="fam_02location.cpp"
- >
- </File>
- <File
- RelativePath="fam_03buddy.cpp"
- >
- </File>
- <File
- RelativePath="fam_04message.cpp"
- >
- </File>
- <File
- RelativePath="fam_09bos.cpp"
- >
- </File>
- <File
- RelativePath="fam_0alookup.cpp"
- >
- </File>
- <File
- RelativePath="fam_0bstatus.cpp"
- >
- </File>
- <File
- RelativePath="fam_13servclist.cpp"
- >
- </File>
- <File
- RelativePath="fam_15icqserver.cpp"
- >
- </File>
- <File
- RelativePath="fam_17signon.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Direct Connection"
- >
- <File
- RelativePath="icq_direct.cpp"
- >
- </File>
- <File
- RelativePath="icq_directmsg.cpp"
- >
- </File>
- <File
- RelativePath="icq_filerequests.cpp"
- >
- </File>
- <File
- RelativePath="icq_filetransfer.cpp"
- >
- </File>
- <File
- RelativePath="oscar_filetransfer.cpp"
- >
- </File>
- <Filter
- Name="Documentation"
- Filter=".txt"
- >
- <File
- RelativePath="docs\icq-readme.txt"
- >
- </File>
- <File
- RelativePath="docs\IcqOscarJ-db settings.txt"
- >
- </File>
- <File
- RelativePath="docs\IcqOscarJ-translation.txt"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Miranda Bits"
- >
- <File
- RelativePath="icq_advsearch.cpp"
- >
- </File>
- <File
- RelativePath="icq_db.cpp"
- >
- </File>
- <File
- RelativePath=".\icq_menu.cpp"
- >
- </File>
- <File
- RelativePath="icq_popups.cpp"
- >
- </File>
- <File
- RelativePath="icq_proto.cpp"
- >
- </File>
- <File
- RelativePath="icq_xstatus.cpp"
- >
- </File>
- <File
- RelativePath="icqosc_svcs.cpp"
- >
- </File>
- <File
- RelativePath="init.cpp"
- >
- </File>
- <File
- RelativePath="log.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="UI"
- >
- <File
- RelativePath="UI\askauthentication.cpp"
- >
- </File>
- <File
- RelativePath="icq_firstrun.cpp"
- >
- </File>
- <File
- RelativePath="icq_opts.cpp"
- >
- </File>
- <File
- RelativePath="icq_uploadui.cpp"
- >
- </File>
- <File
- RelativePath="UI\loginpassword.cpp"
- >
- </File>
- <File
- RelativePath="UI\userinfotab.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Changeinfo"
- >
- <File
- RelativePath="changeinfo\changeinfo.h"
- >
- </File>
- <File
- RelativePath="changeinfo\constants.cpp"
- >
- </File>
- <File
- RelativePath="changeinfo\db.cpp"
- >
- </File>
- <File
- RelativePath="changeinfo\dlgproc.cpp"
- >
- </File>
- <File
- RelativePath="changeinfo\editlist.cpp"
- >
- </File>
- <File
- RelativePath="changeinfo\editstring.cpp"
- >
- </File>
- <File
- RelativePath="changeinfo\main.cpp"
- >
- </File>
- <File
- RelativePath="changeinfo\upload.cpp"
- >
- </File>
- </Filter>
- <File
- RelativePath="capabilities.cpp"
- >
- </File>
- <File
- RelativePath="cookies.cpp"
- >
- </File>
- <File
- RelativePath="directpackets.cpp"
- >
- </File>
- <File
- RelativePath="i18n.cpp"
- >
- </File>
- <File
- RelativePath="iconlib.cpp"
- >
- </File>
- <File
- RelativePath="icq_avatar.cpp"
- >
- </File>
- <File
- RelativePath="icq_clients.cpp"
- >
- </File>
- <File
- RelativePath="icq_fieldnames.cpp"
- >
- </File>
- <File
- RelativePath="icq_http.cpp"
- >
- </File>
- <File
- RelativePath="icq_infoupdate.cpp"
- >
- </File>
- <File
- RelativePath="icq_packet.cpp"
- >
- </File>
- <File
- RelativePath="icq_rates.cpp"
- >
- </File>
- <File
- RelativePath="icq_server.cpp"
- >
- </File>
- <File
- RelativePath="icq_servlist.cpp"
- >
- </File>
- <File
- RelativePath="icq_xtraz.cpp"
- >
- </File>
- <File
- RelativePath="icqoscar.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="stdpackets.cpp"
- >
- </File>
- <File
- RelativePath="tlv.cpp"
- >
- </File>
- <File
- RelativePath="utilities.cpp"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/protocols/JabberG/jabber.dep b/protocols/JabberG/jabber.dep deleted file mode 100644 index 4998767c47..0000000000 --- a/protocols/JabberG/jabber.dep +++ /dev/null @@ -1,1311 +0,0 @@ -# Microsoft Developer Studio Generated Dependency File, included by jabber.mak
-
-.\jabber.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_button.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_jabber.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\m_xml.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- "..\..\plugins\zlib\zconf.h"\
- "..\..\plugins\zlib\zlib.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_db_utils.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_icolib.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_proto.h"\
- ".\jabber_rc.h"\
- ".\jabber_search.h"\
- ".\jabber_send_manager.h"\
- ".\jabber_xml.h"\
- ".\jabber_xstatus.h"\
- ".\MString.h"\
- ".\sdk\m_assocmgr.h"\
- ".\sdk\m_extraicons.h"\
- ".\sdk\m_folders.h"\
- ".\sdk\m_toolbar.h"\
- ".\sdk\m_wizard.h"\
- ".\ui_utils.h"\
- ".\version.h"\
-
-
-.\jabber_adhoc.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_agent.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_bookmarks.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_byte.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_caps.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_chat.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_console.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_disco.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_events.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\sdk\m_proto_listeningto.h"\
- ".\version.h"\
-
-
-.\jabber_file.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_form.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_ft.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_groupchat.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_ibb.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_icolib.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_iq.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_iq_handlers.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_iqid.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_iqid_muc.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_libstr.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_list.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_menu.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_contacts.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_hotkeys.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\sdk\m_toolbar.h"\
- ".\version.h"\
-
-
-.\jabber_message_handlers.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_message_manager.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_misc.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\sdk\m_folders.h"\
- ".\version.h"\
-
-
-.\jabber_notes.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_opt.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_opttree.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\sdk\m_modernopt.h"\
- ".\sdk\m_wizard.h"\
- ".\version.h"\
-
-
-.\jabber_opttree.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_opttree.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_password.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_presence_manager.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_privacy.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_proto.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\sdk\m_modernopt.h"\
- ".\sdk\m_proto_listeningto.h"\
- ".\version.h"\
-
-
-.\jabber_proxy.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_rc.cpp : \
- "..\..\include\m_awaymsg.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_search.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_secur.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_secur.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_send_manager.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_std.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_svc.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_file.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\sdk\m_proto_listeningto.h"\
- ".\version.h"\
-
-
-.\jabber_thread.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_secur.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_treelist.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_userinfo.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_util.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_vcard.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_ws.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_xml.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\jabber_xstatus.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_cluiframes.h"\
- "..\..\include\m_fontservice.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\sdk\m_extraicons.h"\
- ".\sdk\m_proto_listeningto.h"\
- ".\sdk\m_skin_eng.h"\
- ".\version.h"\
-
-
-.\jabber_zstream.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\MString.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\ui_utils.cpp : \
- "..\..\include\m_clistint.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- ".\jabber.h"\
- ".\jabber_byte.h"\
- ".\jabber_caps.h"\
- ".\jabber_disco.h"\
- ".\jabber_ibb.h"\
- ".\jabber_iq.h"\
- ".\jabber_list.h"\
- ".\jabber_message_manager.h"\
- ".\jabber_notes.h"\
- ".\jabber_presence_manager.h"\
- ".\jabber_privacy.h"\
- ".\jabber_rc.h"\
- ".\jabber_send_manager.h"\
- ".\version.h"\
-
-
-.\msvc6.rc : \
- "..\..\include\m_version.h"\
- ".\icos\add2roster.ico"\
- ".\icos\addcontact.ico"\
- ".\icos\arrow_down.ico"\
- ".\icos\arrow_up.ico"\
- ".\icos\auth_revoke.ico"\
- ".\icos\bookmarks.ico"\
- ".\icos\command.ico"\
- ".\icos\console.ico"\
- ".\icos\delete.ico"\
- ".\icos\disco_fail.ico"\
- ".\icos\disco_in_progress.ico"\
- ".\icos\disco_ok.ico"\
- ".\icos\filter.ico"\
- ".\icos\go.ico"\
- ".\icos\grant.ico"\
- ".\icos\group.ico"\
- ".\icos\home.ico"\
- ".\icos\jabber.ico"\
- ".\icos\key.ico"\
- ".\icos\login.ico"\
- ".\icos\message_allow.ico"\
- ".\icos\message_deny.ico"\
- ".\icos\notes.ico"\
- ".\icos\open.ico"\
- ".\icos\openid.ico"\
- ".\icos\pages.ico"\
- ".\icos\plist_active.ico"\
- ".\icos\plist_any.ico"\
- ".\icos\plist_default.ico"\
- ".\icos\presence_in_allow.ico"\
- ".\icos\presence_in_deny.ico"\
- ".\icos\presence_out_allow.ico"\
- ".\icos\presence_out_deny.ico"\
- ".\icos\privacy_lists.ico"\
- ".\icos\query_allow.ico"\
- ".\icos\query_deny.ico"\
- ".\icos\refresh.ico"\
- ".\icos\refresh_node.ico"\
- ".\icos\rename.ico"\
- ".\icos\request.ico"\
- ".\icos\reset_filter.ico"\
- ".\icos\roster.ico"\
- ".\icos\rss.ico"\
- ".\icos\save.ico"\
- ".\icos\send_note.ico"\
- ".\icos\server.ico"\
- ".\icos\service_discovery.ico"\
- ".\icos\store.ico"\
- ".\icos\transport.ico"\
- ".\icos\transport_local.ico"\
- ".\icos\user2room.ico"\
- ".\icos\view_as_list.ico"\
- ".\icos\view_as_tree.ico"\
- ".\icos\weather.ico"\
- ".\jabber.rc"\
- ".\version.h"\
- ".\version.rc"\
-
diff --git a/protocols/JabberG/jabber.dsp b/protocols/JabberG/jabber.dsp deleted file mode 100644 index 95774b0652..0000000000 --- a/protocols/JabberG/jabber.dsp +++ /dev/null @@ -1,696 +0,0 @@ -# Microsoft Developer Studio Project File - Name="jabberg" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-CFG=jabberg - Win32 Debug Unicode
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "jabber.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "jabber.mak" CFG="jabberg - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "jabberg - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "jabberg - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "jabberg - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "jabberg - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 1
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "JABBER_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "JABBER_EXPORTS" /FAcs /Yu"jabber.h" /FD /c
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /i "../../include" /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib version.lib comctl32.lib /nologo /base:"0x32500000" /dll /map /debug /machine:I386 /out:"../../bin/release/plugins/jabber.dll" /ALIGN:4096 /ignore:4108
-# SUBTRACT LINK32 /pdb:none /incremental:yes
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 1
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "JABBER_EXPORTS" /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "JABBER_EXPORTS" /FAcs /FR /Yu"jabber.h" /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /i "../../include" /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib version.lib comctl32.lib /nologo /base:"0x32500000" /dll /map /debug /machine:I386 /out:"../../bin/debug/plugins/jabber.dll" /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none /incremental:no
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "jabberg___Win32_Release_Unicode"
-# PROP BASE Intermediate_Dir "jabberg___Win32_Release_Unicode"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir ".\Release_Unicode"
-# PROP Intermediate_Dir ".\Release_Unicode"
-# PROP Ignore_Export_Lib 1
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "JABBER_EXPORTS" /FAcs /Yu"jabber.h" /FD /c
-# ADD CPP /nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "JABBER_EXPORTS" /FAcs /Yu"jabber.h" /FD /c
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /i "../../include" /d "NDEBUG" /d "UNICODE"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib version.lib /nologo /base:"0x32500000" /dll /map /debug /machine:I386 /out:"../../bin/release/plugins/jabber.dll" /ALIGN:4096 /ignore:4108
-# SUBTRACT BASE LINK32 /pdb:none /incremental:yes
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib version.lib comctl32.lib /nologo /base:"0x32500000" /dll /map /debug /machine:I386 /out:"../../bin/Release Unicode/plugins/jabber.dll" /ALIGN:4096 /ignore:4108
-# SUBTRACT LINK32 /pdb:none /incremental:yes
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "jabberg___Win32_Debug_Unicode"
-# PROP BASE Intermediate_Dir "jabberg___Win32_Debug_Unicode"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "./Debug_Unicode"
-# PROP Intermediate_Dir "./Debug_Unicode"
-# PROP Ignore_Export_Lib 1
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "JABBER_EXPORTS" /FAcs /FR /Yu"jabber.h" /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "JABBER_EXPORTS" /FAcs /FR /Yu"jabber.h" /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /i "../../include" /d "_DEBUG" /d "UNICODE"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib version.lib /nologo /base:"0x32500000" /dll /incremental:no /map /debug /machine:I386 /out:"../../bin/debug/plugins/jabber.dll" /pdbtype:sept
-# SUBTRACT BASE LINK32 /pdb:none
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib version.lib comctl32.lib /nologo /base:"0x32500000" /dll /map /debug /machine:I386 /out:"../../bin/debug unicode/plugins/jabber.dll" /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none /incremental:no
-
-!ENDIF
-
-# Begin Target
-
-# Name "jabberg - Win32 Release"
-# Name "jabberg - Win32 Debug"
-# Name "jabberg - Win32 Release Unicode"
-# Name "jabberg - Win32 Debug Unicode"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=.\jabber.cpp
-# ADD CPP /Yc"jabber.h"
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_adhoc.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_agent.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_bookmarks.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_byte.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_caps.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_captcha.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_chat.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_console.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_disco.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_events.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_file.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_form.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_ft.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_groupchat.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_ibb.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_icolib.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_iq.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_iq_handlers.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_iqid.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_iqid_muc.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_libstr.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_list.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_menu.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_message_handlers.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_message_manager.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_misc.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_notes.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_opt.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_opttree.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_password.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_presence_manager.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_privacy.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_proto.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_proxy.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_rc.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_search.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_secur.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_send_manager.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_std.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_svc.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_thread.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_treelist.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_userinfo.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_util.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_vcard.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_ws.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_xml.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_xstatus.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_zstream.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MString.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ui_utils.cpp
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\jabber.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_byte.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_caps.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_disco.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_ibb.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_iq.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_iq_handlers.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_list.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_notes.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_opttree.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_privacy.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_proto.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_proxy.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_rc.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_search.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_secur.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\jabber_xml.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\MString.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\ui_utils.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\version.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# Begin Source File
-
-SOURCE=.\icos\add2roster.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\addcontact.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\arrow_down.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\arrow_up.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\auth_revoke.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\block.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\bookmarks.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\command.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\console.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\delete.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\disco_fail.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\disco_in_progress.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\disco_ok.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\filter.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\go.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\grant.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\group.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\home.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\jabber.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\key.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\login.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\message_allow.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\message_deny.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\msvc6.rc
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\notes.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\open.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\openid.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\pages.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\plist_active.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\plist_any.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\plist_default.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\presence_in_allow.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\presence_in_deny.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\presence_out_allow.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\presence_out_deny.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\privacy_lists.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\query_allow.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\query_deny.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\refresh.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\refresh_node.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\rename.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\request.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\reset_filter.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\roster.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\rss.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\save.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\send_note.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\server.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\service_discovery.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\store.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\transport.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\transport_local.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\user2room.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\view_as_list.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\view_as_tree.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\weather.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icos\write.ico
-# End Source File
-# End Group
-# Begin Source File
-
-SOURCE=.\docs\changelog_jabber.txt
-# End Source File
-# Begin Source File
-
-SOURCE=.\docs\readme_jabber.txt
-# End Source File
-# Begin Source File
-
-SOURCE=.\docs\translation_jabber.txt
-# End Source File
-# End Target
-# End Project
diff --git a/protocols/JabberG/jabber.dsw b/protocols/JabberG/jabber.dsw deleted file mode 100644 index 04a6487734..0000000000 --- a/protocols/JabberG/jabber.dsw +++ /dev/null @@ -1,44 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-
-###############################################################################
-
-Project: "jabberg"=.\jabber.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
- Begin Project Dependency
- Project_Dep_Name zlib
- End Project Dependency
-}}}
-
-###############################################################################
-
-Project: "zlib"=..\..\plugins\zlib\zlib.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
-
diff --git a/protocols/JabberG/jabber.mak b/protocols/JabberG/jabber.mak deleted file mode 100644 index bbe8eee0ba..0000000000 --- a/protocols/JabberG/jabber.mak +++ /dev/null @@ -1,2450 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on jabber.dsp
-!IF "$(CFG)" == ""
-CFG=jabberg - Win32 Release Unicode
-!MESSAGE No configuration specified. Defaulting to jabberg - Win32 Release Unicode.
-!ENDIF
-
-!IF "$(CFG)" != "jabberg - Win32 Release" && "$(CFG)" != "jabberg - Win32 Debug" && "$(CFG)" != "jabberg - Win32 Release Unicode" && "$(CFG)" != "jabberg - Win32 Debug Unicode"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "jabber.mak" CFG="jabberg - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "jabberg - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "jabberg - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "jabberg - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "jabberg - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-!ERROR An invalid configuration is specified.
-!ENDIF
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE
-NULL=nul
-!ENDIF
-
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-OUTDIR=.\Release
-INTDIR=.\Release
-
-!IF "$(RECURSE)" == "0"
-
-ALL : "..\..\bin\release\plugins\jabber.dll"
-
-!ELSE
-
-ALL : "zlib - Win32 Release" "..\..\bin\release\plugins\jabber.dll"
-
-!ENDIF
-
-!IF "$(RECURSE)" == "1"
-CLEAN :"zlib - Win32 ReleaseCLEAN"
-!ELSE
-CLEAN :
-!ENDIF
- -@erase "$(INTDIR)\jabber.obj"
- -@erase "$(INTDIR)\jabber.pch"
- -@erase "$(INTDIR)\jabber_adhoc.obj"
- -@erase "$(INTDIR)\jabber_agent.obj"
- -@erase "$(INTDIR)\jabber_bookmarks.obj"
- -@erase "$(INTDIR)\jabber_byte.obj"
- -@erase "$(INTDIR)\jabber_caps.obj"
- -@erase "$(INTDIR)\jabber_captcha.obj"
- -@erase "$(INTDIR)\jabber_chat.obj"
- -@erase "$(INTDIR)\jabber_console.obj"
- -@erase "$(INTDIR)\jabber_disco.obj"
- -@erase "$(INTDIR)\jabber_events.obj"
- -@erase "$(INTDIR)\jabber_file.obj"
- -@erase "$(INTDIR)\jabber_form.obj"
- -@erase "$(INTDIR)\jabber_ft.obj"
- -@erase "$(INTDIR)\jabber_groupchat.obj"
- -@erase "$(INTDIR)\jabber_ibb.obj"
- -@erase "$(INTDIR)\jabber_icolib.obj"
- -@erase "$(INTDIR)\jabber_iq.obj"
- -@erase "$(INTDIR)\jabber_iq_handlers.obj"
- -@erase "$(INTDIR)\jabber_iqid.obj"
- -@erase "$(INTDIR)\jabber_iqid_muc.obj"
- -@erase "$(INTDIR)\jabber_libstr.obj"
- -@erase "$(INTDIR)\jabber_list.obj"
- -@erase "$(INTDIR)\jabber_menu.obj"
- -@erase "$(INTDIR)\jabber_message_handlers.obj"
- -@erase "$(INTDIR)\jabber_message_manager.obj"
- -@erase "$(INTDIR)\jabber_misc.obj"
- -@erase "$(INTDIR)\jabber_notes.obj"
- -@erase "$(INTDIR)\jabber_opt.obj"
- -@erase "$(INTDIR)\jabber_opttree.obj"
- -@erase "$(INTDIR)\jabber_password.obj"
- -@erase "$(INTDIR)\jabber_presence_manager.obj"
- -@erase "$(INTDIR)\jabber_privacy.obj"
- -@erase "$(INTDIR)\jabber_proto.obj"
- -@erase "$(INTDIR)\jabber_proxy.obj"
- -@erase "$(INTDIR)\jabber_rc.obj"
- -@erase "$(INTDIR)\jabber_search.obj"
- -@erase "$(INTDIR)\jabber_secur.obj"
- -@erase "$(INTDIR)\jabber_send_manager.obj"
- -@erase "$(INTDIR)\jabber_std.obj"
- -@erase "$(INTDIR)\jabber_svc.obj"
- -@erase "$(INTDIR)\jabber_thread.obj"
- -@erase "$(INTDIR)\jabber_treelist.obj"
- -@erase "$(INTDIR)\jabber_userinfo.obj"
- -@erase "$(INTDIR)\jabber_util.obj"
- -@erase "$(INTDIR)\jabber_vcard.obj"
- -@erase "$(INTDIR)\jabber_ws.obj"
- -@erase "$(INTDIR)\jabber_xml.obj"
- -@erase "$(INTDIR)\jabber_xstatus.obj"
- -@erase "$(INTDIR)\jabber_zstream.obj"
- -@erase "$(INTDIR)\MString.obj"
- -@erase "$(INTDIR)\msvc6.res"
- -@erase "$(INTDIR)\ui_utils.obj"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\jabber.exp"
- -@erase "$(OUTDIR)\jabber.map"
- -@erase "$(OUTDIR)\jabber.pdb"
- -@erase "..\..\bin\release\plugins\jabber.dll"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP_PROJ=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "JABBER_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fp"$(INTDIR)\jabber.pch" /Yu"jabber.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
-RSC_PROJ=/l 0x409 /fo"$(INTDIR)\msvc6.res" /i "../../include" /d "NDEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\jabber.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib version.lib comctl32.lib /nologo /base:"0x32500000" /dll /incremental:no /pdb:"$(OUTDIR)\jabber.pdb" /map:"$(INTDIR)\jabber.map" /debug /machine:I386 /out:"../../bin/release/plugins/jabber.dll" /implib:"$(OUTDIR)\jabber.lib" /ALIGN:4096 /ignore:4108
-LINK32_OBJS= \
- "$(INTDIR)\jabber.obj" \
- "$(INTDIR)\jabber_adhoc.obj" \
- "$(INTDIR)\jabber_agent.obj" \
- "$(INTDIR)\jabber_bookmarks.obj" \
- "$(INTDIR)\jabber_byte.obj" \
- "$(INTDIR)\jabber_caps.obj" \
- "$(INTDIR)\jabber_chat.obj" \
- "$(INTDIR)\jabber_console.obj" \
- "$(INTDIR)\jabber_disco.obj" \
- "$(INTDIR)\jabber_events.obj" \
- "$(INTDIR)\jabber_file.obj" \
- "$(INTDIR)\jabber_form.obj" \
- "$(INTDIR)\jabber_ft.obj" \
- "$(INTDIR)\jabber_groupchat.obj" \
- "$(INTDIR)\jabber_ibb.obj" \
- "$(INTDIR)\jabber_icolib.obj" \
- "$(INTDIR)\jabber_iq.obj" \
- "$(INTDIR)\jabber_iq_handlers.obj" \
- "$(INTDIR)\jabber_iqid.obj" \
- "$(INTDIR)\jabber_iqid_muc.obj" \
- "$(INTDIR)\jabber_libstr.obj" \
- "$(INTDIR)\jabber_list.obj" \
- "$(INTDIR)\jabber_menu.obj" \
- "$(INTDIR)\jabber_message_handlers.obj" \
- "$(INTDIR)\jabber_message_manager.obj" \
- "$(INTDIR)\jabber_misc.obj" \
- "$(INTDIR)\jabber_notes.obj" \
- "$(INTDIR)\jabber_opt.obj" \
- "$(INTDIR)\jabber_opttree.obj" \
- "$(INTDIR)\jabber_password.obj" \
- "$(INTDIR)\jabber_presence_manager.obj" \
- "$(INTDIR)\jabber_privacy.obj" \
- "$(INTDIR)\jabber_proto.obj" \
- "$(INTDIR)\jabber_proxy.obj" \
- "$(INTDIR)\jabber_rc.obj" \
- "$(INTDIR)\jabber_search.obj" \
- "$(INTDIR)\jabber_secur.obj" \
- "$(INTDIR)\jabber_send_manager.obj" \
- "$(INTDIR)\jabber_std.obj" \
- "$(INTDIR)\jabber_svc.obj" \
- "$(INTDIR)\jabber_thread.obj" \
- "$(INTDIR)\jabber_treelist.obj" \
- "$(INTDIR)\jabber_userinfo.obj" \
- "$(INTDIR)\jabber_util.obj" \
- "$(INTDIR)\jabber_vcard.obj" \
- "$(INTDIR)\jabber_ws.obj" \
- "$(INTDIR)\jabber_xml.obj" \
- "$(INTDIR)\jabber_xstatus.obj" \
- "$(INTDIR)\jabber_zstream.obj" \
- "$(INTDIR)\MString.obj" \
- "$(INTDIR)\ui_utils.obj" \
- "$(INTDIR)\msvc6.res" \
- "$(INTDIR)\jabber_captcha.obj" \
- "..\..\plugins\zlib\Release\zlib.lib"
-
-"..\..\bin\release\plugins\jabber.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-OUTDIR=.\Debug
-INTDIR=.\Debug
-# Begin Custom Macros
-OutDir=.\Debug
-# End Custom Macros
-
-!IF "$(RECURSE)" == "0"
-
-ALL : "..\..\bin\debug\plugins\jabber.dll" "$(OUTDIR)\jabber.bsc"
-
-!ELSE
-
-ALL : "zlib - Win32 Debug" "..\..\bin\debug\plugins\jabber.dll" "$(OUTDIR)\jabber.bsc"
-
-!ENDIF
-
-!IF "$(RECURSE)" == "1"
-CLEAN :"zlib - Win32 DebugCLEAN"
-!ELSE
-CLEAN :
-!ENDIF
- -@erase "$(INTDIR)\jabber.obj"
- -@erase "$(INTDIR)\jabber.pch"
- -@erase "$(INTDIR)\jabber.sbr"
- -@erase "$(INTDIR)\jabber_adhoc.obj"
- -@erase "$(INTDIR)\jabber_adhoc.sbr"
- -@erase "$(INTDIR)\jabber_agent.obj"
- -@erase "$(INTDIR)\jabber_agent.sbr"
- -@erase "$(INTDIR)\jabber_bookmarks.obj"
- -@erase "$(INTDIR)\jabber_bookmarks.sbr"
- -@erase "$(INTDIR)\jabber_byte.obj"
- -@erase "$(INTDIR)\jabber_byte.sbr"
- -@erase "$(INTDIR)\jabber_caps.obj"
- -@erase "$(INTDIR)\jabber_caps.sbr"
- -@erase "$(INTDIR)\jabber_captcha.obj"
- -@erase "$(INTDIR)\jabber_captcha.sbr"
- -@erase "$(INTDIR)\jabber_chat.obj"
- -@erase "$(INTDIR)\jabber_chat.sbr"
- -@erase "$(INTDIR)\jabber_console.obj"
- -@erase "$(INTDIR)\jabber_console.sbr"
- -@erase "$(INTDIR)\jabber_disco.obj"
- -@erase "$(INTDIR)\jabber_disco.sbr"
- -@erase "$(INTDIR)\jabber_events.obj"
- -@erase "$(INTDIR)\jabber_events.sbr"
- -@erase "$(INTDIR)\jabber_file.obj"
- -@erase "$(INTDIR)\jabber_file.sbr"
- -@erase "$(INTDIR)\jabber_form.obj"
- -@erase "$(INTDIR)\jabber_form.sbr"
- -@erase "$(INTDIR)\jabber_ft.obj"
- -@erase "$(INTDIR)\jabber_ft.sbr"
- -@erase "$(INTDIR)\jabber_groupchat.obj"
- -@erase "$(INTDIR)\jabber_groupchat.sbr"
- -@erase "$(INTDIR)\jabber_ibb.obj"
- -@erase "$(INTDIR)\jabber_ibb.sbr"
- -@erase "$(INTDIR)\jabber_icolib.obj"
- -@erase "$(INTDIR)\jabber_icolib.sbr"
- -@erase "$(INTDIR)\jabber_iq.obj"
- -@erase "$(INTDIR)\jabber_iq.sbr"
- -@erase "$(INTDIR)\jabber_iq_handlers.obj"
- -@erase "$(INTDIR)\jabber_iq_handlers.sbr"
- -@erase "$(INTDIR)\jabber_iqid.obj"
- -@erase "$(INTDIR)\jabber_iqid.sbr"
- -@erase "$(INTDIR)\jabber_iqid_muc.obj"
- -@erase "$(INTDIR)\jabber_iqid_muc.sbr"
- -@erase "$(INTDIR)\jabber_libstr.obj"
- -@erase "$(INTDIR)\jabber_libstr.sbr"
- -@erase "$(INTDIR)\jabber_list.obj"
- -@erase "$(INTDIR)\jabber_list.sbr"
- -@erase "$(INTDIR)\jabber_menu.obj"
- -@erase "$(INTDIR)\jabber_menu.sbr"
- -@erase "$(INTDIR)\jabber_message_handlers.obj"
- -@erase "$(INTDIR)\jabber_message_handlers.sbr"
- -@erase "$(INTDIR)\jabber_message_manager.obj"
- -@erase "$(INTDIR)\jabber_message_manager.sbr"
- -@erase "$(INTDIR)\jabber_misc.obj"
- -@erase "$(INTDIR)\jabber_misc.sbr"
- -@erase "$(INTDIR)\jabber_notes.obj"
- -@erase "$(INTDIR)\jabber_notes.sbr"
- -@erase "$(INTDIR)\jabber_opt.obj"
- -@erase "$(INTDIR)\jabber_opt.sbr"
- -@erase "$(INTDIR)\jabber_opttree.obj"
- -@erase "$(INTDIR)\jabber_opttree.sbr"
- -@erase "$(INTDIR)\jabber_password.obj"
- -@erase "$(INTDIR)\jabber_password.sbr"
- -@erase "$(INTDIR)\jabber_presence_manager.obj"
- -@erase "$(INTDIR)\jabber_presence_manager.sbr"
- -@erase "$(INTDIR)\jabber_privacy.obj"
- -@erase "$(INTDIR)\jabber_privacy.sbr"
- -@erase "$(INTDIR)\jabber_proto.obj"
- -@erase "$(INTDIR)\jabber_proto.sbr"
- -@erase "$(INTDIR)\jabber_proxy.obj"
- -@erase "$(INTDIR)\jabber_proxy.sbr"
- -@erase "$(INTDIR)\jabber_rc.obj"
- -@erase "$(INTDIR)\jabber_rc.sbr"
- -@erase "$(INTDIR)\jabber_search.obj"
- -@erase "$(INTDIR)\jabber_search.sbr"
- -@erase "$(INTDIR)\jabber_secur.obj"
- -@erase "$(INTDIR)\jabber_secur.sbr"
- -@erase "$(INTDIR)\jabber_send_manager.obj"
- -@erase "$(INTDIR)\jabber_send_manager.sbr"
- -@erase "$(INTDIR)\jabber_std.obj"
- -@erase "$(INTDIR)\jabber_std.sbr"
- -@erase "$(INTDIR)\jabber_svc.obj"
- -@erase "$(INTDIR)\jabber_svc.sbr"
- -@erase "$(INTDIR)\jabber_thread.obj"
- -@erase "$(INTDIR)\jabber_thread.sbr"
- -@erase "$(INTDIR)\jabber_treelist.obj"
- -@erase "$(INTDIR)\jabber_treelist.sbr"
- -@erase "$(INTDIR)\jabber_userinfo.obj"
- -@erase "$(INTDIR)\jabber_userinfo.sbr"
- -@erase "$(INTDIR)\jabber_util.obj"
- -@erase "$(INTDIR)\jabber_util.sbr"
- -@erase "$(INTDIR)\jabber_vcard.obj"
- -@erase "$(INTDIR)\jabber_vcard.sbr"
- -@erase "$(INTDIR)\jabber_ws.obj"
- -@erase "$(INTDIR)\jabber_ws.sbr"
- -@erase "$(INTDIR)\jabber_xml.obj"
- -@erase "$(INTDIR)\jabber_xml.sbr"
- -@erase "$(INTDIR)\jabber_xstatus.obj"
- -@erase "$(INTDIR)\jabber_xstatus.sbr"
- -@erase "$(INTDIR)\jabber_zstream.obj"
- -@erase "$(INTDIR)\jabber_zstream.sbr"
- -@erase "$(INTDIR)\MString.obj"
- -@erase "$(INTDIR)\MString.sbr"
- -@erase "$(INTDIR)\msvc6.res"
- -@erase "$(INTDIR)\ui_utils.obj"
- -@erase "$(INTDIR)\ui_utils.sbr"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\jabber.bsc"
- -@erase "$(OUTDIR)\jabber.exp"
- -@erase "$(OUTDIR)\jabber.map"
- -@erase "$(OUTDIR)\jabber.pdb"
- -@erase "..\..\bin\debug\plugins\jabber.dll"
- -@erase "..\..\bin\debug\plugins\jabber.ilk"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP_PROJ=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "JABBER_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\jabber.pch" /Yu"jabber.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
-RSC_PROJ=/l 0x409 /fo"$(INTDIR)\msvc6.res" /i "../../include" /d "_DEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\jabber.bsc"
-BSC32_SBRS= \
- "$(INTDIR)\jabber.sbr" \
- "$(INTDIR)\jabber_adhoc.sbr" \
- "$(INTDIR)\jabber_agent.sbr" \
- "$(INTDIR)\jabber_bookmarks.sbr" \
- "$(INTDIR)\jabber_byte.sbr" \
- "$(INTDIR)\jabber_caps.sbr" \
- "$(INTDIR)\jabber_chat.sbr" \
- "$(INTDIR)\jabber_console.sbr" \
- "$(INTDIR)\jabber_disco.sbr" \
- "$(INTDIR)\jabber_events.sbr" \
- "$(INTDIR)\jabber_file.sbr" \
- "$(INTDIR)\jabber_form.sbr" \
- "$(INTDIR)\jabber_ft.sbr" \
- "$(INTDIR)\jabber_groupchat.sbr" \
- "$(INTDIR)\jabber_ibb.sbr" \
- "$(INTDIR)\jabber_icolib.sbr" \
- "$(INTDIR)\jabber_iq.sbr" \
- "$(INTDIR)\jabber_iq_handlers.sbr" \
- "$(INTDIR)\jabber_iqid.sbr" \
- "$(INTDIR)\jabber_iqid_muc.sbr" \
- "$(INTDIR)\jabber_libstr.sbr" \
- "$(INTDIR)\jabber_list.sbr" \
- "$(INTDIR)\jabber_menu.sbr" \
- "$(INTDIR)\jabber_message_handlers.sbr" \
- "$(INTDIR)\jabber_message_manager.sbr" \
- "$(INTDIR)\jabber_misc.sbr" \
- "$(INTDIR)\jabber_notes.sbr" \
- "$(INTDIR)\jabber_opt.sbr" \
- "$(INTDIR)\jabber_opttree.sbr" \
- "$(INTDIR)\jabber_password.sbr" \
- "$(INTDIR)\jabber_presence_manager.sbr" \
- "$(INTDIR)\jabber_privacy.sbr" \
- "$(INTDIR)\jabber_proto.sbr" \
- "$(INTDIR)\jabber_proxy.sbr" \
- "$(INTDIR)\jabber_rc.sbr" \
- "$(INTDIR)\jabber_search.sbr" \
- "$(INTDIR)\jabber_secur.sbr" \
- "$(INTDIR)\jabber_send_manager.sbr" \
- "$(INTDIR)\jabber_std.sbr" \
- "$(INTDIR)\jabber_svc.sbr" \
- "$(INTDIR)\jabber_thread.sbr" \
- "$(INTDIR)\jabber_treelist.sbr" \
- "$(INTDIR)\jabber_userinfo.sbr" \
- "$(INTDIR)\jabber_util.sbr" \
- "$(INTDIR)\jabber_vcard.sbr" \
- "$(INTDIR)\jabber_ws.sbr" \
- "$(INTDIR)\jabber_xml.sbr" \
- "$(INTDIR)\jabber_xstatus.sbr" \
- "$(INTDIR)\jabber_zstream.sbr" \
- "$(INTDIR)\MString.sbr" \
- "$(INTDIR)\ui_utils.sbr" \
- "$(INTDIR)\jabber_captcha.sbr"
-
-"$(OUTDIR)\jabber.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
- $(BSC32) @<<
- $(BSC32_FLAGS) $(BSC32_SBRS)
-<<
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib version.lib comctl32.lib /nologo /base:"0x32500000" /dll /incremental:yes /pdb:"$(OUTDIR)\jabber.pdb" /map:"$(INTDIR)\jabber.map" /debug /machine:I386 /out:"../../bin/debug/plugins/jabber.dll" /implib:"$(OUTDIR)\jabber.lib" /pdbtype:sept
-LINK32_OBJS= \
- "$(INTDIR)\jabber.obj" \
- "$(INTDIR)\jabber_adhoc.obj" \
- "$(INTDIR)\jabber_agent.obj" \
- "$(INTDIR)\jabber_bookmarks.obj" \
- "$(INTDIR)\jabber_byte.obj" \
- "$(INTDIR)\jabber_caps.obj" \
- "$(INTDIR)\jabber_chat.obj" \
- "$(INTDIR)\jabber_console.obj" \
- "$(INTDIR)\jabber_disco.obj" \
- "$(INTDIR)\jabber_events.obj" \
- "$(INTDIR)\jabber_file.obj" \
- "$(INTDIR)\jabber_form.obj" \
- "$(INTDIR)\jabber_ft.obj" \
- "$(INTDIR)\jabber_groupchat.obj" \
- "$(INTDIR)\jabber_ibb.obj" \
- "$(INTDIR)\jabber_icolib.obj" \
- "$(INTDIR)\jabber_iq.obj" \
- "$(INTDIR)\jabber_iq_handlers.obj" \
- "$(INTDIR)\jabber_iqid.obj" \
- "$(INTDIR)\jabber_iqid_muc.obj" \
- "$(INTDIR)\jabber_libstr.obj" \
- "$(INTDIR)\jabber_list.obj" \
- "$(INTDIR)\jabber_menu.obj" \
- "$(INTDIR)\jabber_message_handlers.obj" \
- "$(INTDIR)\jabber_message_manager.obj" \
- "$(INTDIR)\jabber_misc.obj" \
- "$(INTDIR)\jabber_notes.obj" \
- "$(INTDIR)\jabber_opt.obj" \
- "$(INTDIR)\jabber_opttree.obj" \
- "$(INTDIR)\jabber_password.obj" \
- "$(INTDIR)\jabber_presence_manager.obj" \
- "$(INTDIR)\jabber_privacy.obj" \
- "$(INTDIR)\jabber_proto.obj" \
- "$(INTDIR)\jabber_proxy.obj" \
- "$(INTDIR)\jabber_rc.obj" \
- "$(INTDIR)\jabber_search.obj" \
- "$(INTDIR)\jabber_secur.obj" \
- "$(INTDIR)\jabber_send_manager.obj" \
- "$(INTDIR)\jabber_std.obj" \
- "$(INTDIR)\jabber_svc.obj" \
- "$(INTDIR)\jabber_thread.obj" \
- "$(INTDIR)\jabber_treelist.obj" \
- "$(INTDIR)\jabber_userinfo.obj" \
- "$(INTDIR)\jabber_util.obj" \
- "$(INTDIR)\jabber_vcard.obj" \
- "$(INTDIR)\jabber_ws.obj" \
- "$(INTDIR)\jabber_xml.obj" \
- "$(INTDIR)\jabber_xstatus.obj" \
- "$(INTDIR)\jabber_zstream.obj" \
- "$(INTDIR)\MString.obj" \
- "$(INTDIR)\ui_utils.obj" \
- "$(INTDIR)\msvc6.res" \
- "$(INTDIR)\jabber_captcha.obj" \
- "..\..\plugins\zlib\Debug\zlib.lib"
-
-"..\..\bin\debug\plugins\jabber.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-OUTDIR=.\Release_Unicode
-INTDIR=.\Release_Unicode
-
-!IF "$(RECURSE)" == "0"
-
-ALL : "..\..\bin\Release Unicode\plugins\jabber.dll"
-
-!ELSE
-
-ALL : "zlib - Win32 Release Unicode" "..\..\bin\Release Unicode\plugins\jabber.dll"
-
-!ENDIF
-
-!IF "$(RECURSE)" == "1"
-CLEAN :"zlib - Win32 Release UnicodeCLEAN"
-!ELSE
-CLEAN :
-!ENDIF
- -@erase "$(INTDIR)\jabber.obj"
- -@erase "$(INTDIR)\jabber.pch"
- -@erase "$(INTDIR)\jabber_adhoc.obj"
- -@erase "$(INTDIR)\jabber_agent.obj"
- -@erase "$(INTDIR)\jabber_bookmarks.obj"
- -@erase "$(INTDIR)\jabber_byte.obj"
- -@erase "$(INTDIR)\jabber_caps.obj"
- -@erase "$(INTDIR)\jabber_captcha.obj"
- -@erase "$(INTDIR)\jabber_chat.obj"
- -@erase "$(INTDIR)\jabber_console.obj"
- -@erase "$(INTDIR)\jabber_disco.obj"
- -@erase "$(INTDIR)\jabber_events.obj"
- -@erase "$(INTDIR)\jabber_file.obj"
- -@erase "$(INTDIR)\jabber_form.obj"
- -@erase "$(INTDIR)\jabber_ft.obj"
- -@erase "$(INTDIR)\jabber_groupchat.obj"
- -@erase "$(INTDIR)\jabber_ibb.obj"
- -@erase "$(INTDIR)\jabber_icolib.obj"
- -@erase "$(INTDIR)\jabber_iq.obj"
- -@erase "$(INTDIR)\jabber_iq_handlers.obj"
- -@erase "$(INTDIR)\jabber_iqid.obj"
- -@erase "$(INTDIR)\jabber_iqid_muc.obj"
- -@erase "$(INTDIR)\jabber_libstr.obj"
- -@erase "$(INTDIR)\jabber_list.obj"
- -@erase "$(INTDIR)\jabber_menu.obj"
- -@erase "$(INTDIR)\jabber_message_handlers.obj"
- -@erase "$(INTDIR)\jabber_message_manager.obj"
- -@erase "$(INTDIR)\jabber_misc.obj"
- -@erase "$(INTDIR)\jabber_notes.obj"
- -@erase "$(INTDIR)\jabber_opt.obj"
- -@erase "$(INTDIR)\jabber_opttree.obj"
- -@erase "$(INTDIR)\jabber_password.obj"
- -@erase "$(INTDIR)\jabber_presence_manager.obj"
- -@erase "$(INTDIR)\jabber_privacy.obj"
- -@erase "$(INTDIR)\jabber_proto.obj"
- -@erase "$(INTDIR)\jabber_proxy.obj"
- -@erase "$(INTDIR)\jabber_rc.obj"
- -@erase "$(INTDIR)\jabber_search.obj"
- -@erase "$(INTDIR)\jabber_secur.obj"
- -@erase "$(INTDIR)\jabber_send_manager.obj"
- -@erase "$(INTDIR)\jabber_std.obj"
- -@erase "$(INTDIR)\jabber_svc.obj"
- -@erase "$(INTDIR)\jabber_thread.obj"
- -@erase "$(INTDIR)\jabber_treelist.obj"
- -@erase "$(INTDIR)\jabber_userinfo.obj"
- -@erase "$(INTDIR)\jabber_util.obj"
- -@erase "$(INTDIR)\jabber_vcard.obj"
- -@erase "$(INTDIR)\jabber_ws.obj"
- -@erase "$(INTDIR)\jabber_xml.obj"
- -@erase "$(INTDIR)\jabber_xstatus.obj"
- -@erase "$(INTDIR)\jabber_zstream.obj"
- -@erase "$(INTDIR)\MString.obj"
- -@erase "$(INTDIR)\msvc6.res"
- -@erase "$(INTDIR)\ui_utils.obj"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\jabber.exp"
- -@erase "$(OUTDIR)\jabber.map"
- -@erase "$(OUTDIR)\jabber.pdb"
- -@erase "..\..\bin\Release Unicode\plugins\jabber.dll"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP_PROJ=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "JABBER_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fp"$(INTDIR)\jabber.pch" /Yu"jabber.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
-RSC_PROJ=/l 0x409 /fo"$(INTDIR)\msvc6.res" /i "../../include" /d "NDEBUG" /d "UNICODE"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\jabber.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib version.lib comctl32.lib /nologo /base:"0x32500000" /dll /incremental:no /pdb:"$(OUTDIR)\jabber.pdb" /map:"$(INTDIR)\jabber.map" /debug /machine:I386 /out:"../../bin/Release Unicode/plugins/jabber.dll" /implib:"$(OUTDIR)\jabber.lib" /ALIGN:4096 /ignore:4108
-LINK32_OBJS= \
- "$(INTDIR)\jabber.obj" \
- "$(INTDIR)\jabber_adhoc.obj" \
- "$(INTDIR)\jabber_agent.obj" \
- "$(INTDIR)\jabber_bookmarks.obj" \
- "$(INTDIR)\jabber_byte.obj" \
- "$(INTDIR)\jabber_caps.obj" \
- "$(INTDIR)\jabber_chat.obj" \
- "$(INTDIR)\jabber_console.obj" \
- "$(INTDIR)\jabber_disco.obj" \
- "$(INTDIR)\jabber_events.obj" \
- "$(INTDIR)\jabber_file.obj" \
- "$(INTDIR)\jabber_form.obj" \
- "$(INTDIR)\jabber_ft.obj" \
- "$(INTDIR)\jabber_groupchat.obj" \
- "$(INTDIR)\jabber_ibb.obj" \
- "$(INTDIR)\jabber_icolib.obj" \
- "$(INTDIR)\jabber_iq.obj" \
- "$(INTDIR)\jabber_iq_handlers.obj" \
- "$(INTDIR)\jabber_iqid.obj" \
- "$(INTDIR)\jabber_iqid_muc.obj" \
- "$(INTDIR)\jabber_libstr.obj" \
- "$(INTDIR)\jabber_list.obj" \
- "$(INTDIR)\jabber_menu.obj" \
- "$(INTDIR)\jabber_message_handlers.obj" \
- "$(INTDIR)\jabber_message_manager.obj" \
- "$(INTDIR)\jabber_misc.obj" \
- "$(INTDIR)\jabber_notes.obj" \
- "$(INTDIR)\jabber_opt.obj" \
- "$(INTDIR)\jabber_opttree.obj" \
- "$(INTDIR)\jabber_password.obj" \
- "$(INTDIR)\jabber_presence_manager.obj" \
- "$(INTDIR)\jabber_privacy.obj" \
- "$(INTDIR)\jabber_proto.obj" \
- "$(INTDIR)\jabber_proxy.obj" \
- "$(INTDIR)\jabber_rc.obj" \
- "$(INTDIR)\jabber_search.obj" \
- "$(INTDIR)\jabber_secur.obj" \
- "$(INTDIR)\jabber_send_manager.obj" \
- "$(INTDIR)\jabber_std.obj" \
- "$(INTDIR)\jabber_svc.obj" \
- "$(INTDIR)\jabber_thread.obj" \
- "$(INTDIR)\jabber_treelist.obj" \
- "$(INTDIR)\jabber_userinfo.obj" \
- "$(INTDIR)\jabber_util.obj" \
- "$(INTDIR)\jabber_vcard.obj" \
- "$(INTDIR)\jabber_ws.obj" \
- "$(INTDIR)\jabber_xml.obj" \
- "$(INTDIR)\jabber_xstatus.obj" \
- "$(INTDIR)\jabber_zstream.obj" \
- "$(INTDIR)\MString.obj" \
- "$(INTDIR)\ui_utils.obj" \
- "$(INTDIR)\msvc6.res" \
- "$(INTDIR)\jabber_captcha.obj" \
- "..\..\plugins\zlib\Release_Unicode\zlib.lib"
-
-"..\..\bin\Release Unicode\plugins\jabber.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-OUTDIR=.\./Debug_Unicode
-INTDIR=.\./Debug_Unicode
-# Begin Custom Macros
-OutDir=.\./Debug_Unicode
-# End Custom Macros
-
-!IF "$(RECURSE)" == "0"
-
-ALL : "..\..\bin\debug unicode\plugins\jabber.dll" "$(OUTDIR)\jabber.bsc"
-
-!ELSE
-
-ALL : "zlib - Win32 Debug Unicode" "..\..\bin\debug unicode\plugins\jabber.dll" "$(OUTDIR)\jabber.bsc"
-
-!ENDIF
-
-!IF "$(RECURSE)" == "1"
-CLEAN :"zlib - Win32 Debug UnicodeCLEAN"
-!ELSE
-CLEAN :
-!ENDIF
- -@erase "$(INTDIR)\jabber.obj"
- -@erase "$(INTDIR)\jabber.pch"
- -@erase "$(INTDIR)\jabber.sbr"
- -@erase "$(INTDIR)\jabber_adhoc.obj"
- -@erase "$(INTDIR)\jabber_adhoc.sbr"
- -@erase "$(INTDIR)\jabber_agent.obj"
- -@erase "$(INTDIR)\jabber_agent.sbr"
- -@erase "$(INTDIR)\jabber_bookmarks.obj"
- -@erase "$(INTDIR)\jabber_bookmarks.sbr"
- -@erase "$(INTDIR)\jabber_byte.obj"
- -@erase "$(INTDIR)\jabber_byte.sbr"
- -@erase "$(INTDIR)\jabber_caps.obj"
- -@erase "$(INTDIR)\jabber_caps.sbr"
- -@erase "$(INTDIR)\jabber_captcha.obj"
- -@erase "$(INTDIR)\jabber_captcha.sbr"
- -@erase "$(INTDIR)\jabber_chat.obj"
- -@erase "$(INTDIR)\jabber_chat.sbr"
- -@erase "$(INTDIR)\jabber_console.obj"
- -@erase "$(INTDIR)\jabber_console.sbr"
- -@erase "$(INTDIR)\jabber_disco.obj"
- -@erase "$(INTDIR)\jabber_disco.sbr"
- -@erase "$(INTDIR)\jabber_events.obj"
- -@erase "$(INTDIR)\jabber_events.sbr"
- -@erase "$(INTDIR)\jabber_file.obj"
- -@erase "$(INTDIR)\jabber_file.sbr"
- -@erase "$(INTDIR)\jabber_form.obj"
- -@erase "$(INTDIR)\jabber_form.sbr"
- -@erase "$(INTDIR)\jabber_ft.obj"
- -@erase "$(INTDIR)\jabber_ft.sbr"
- -@erase "$(INTDIR)\jabber_groupchat.obj"
- -@erase "$(INTDIR)\jabber_groupchat.sbr"
- -@erase "$(INTDIR)\jabber_ibb.obj"
- -@erase "$(INTDIR)\jabber_ibb.sbr"
- -@erase "$(INTDIR)\jabber_icolib.obj"
- -@erase "$(INTDIR)\jabber_icolib.sbr"
- -@erase "$(INTDIR)\jabber_iq.obj"
- -@erase "$(INTDIR)\jabber_iq.sbr"
- -@erase "$(INTDIR)\jabber_iq_handlers.obj"
- -@erase "$(INTDIR)\jabber_iq_handlers.sbr"
- -@erase "$(INTDIR)\jabber_iqid.obj"
- -@erase "$(INTDIR)\jabber_iqid.sbr"
- -@erase "$(INTDIR)\jabber_iqid_muc.obj"
- -@erase "$(INTDIR)\jabber_iqid_muc.sbr"
- -@erase "$(INTDIR)\jabber_libstr.obj"
- -@erase "$(INTDIR)\jabber_libstr.sbr"
- -@erase "$(INTDIR)\jabber_list.obj"
- -@erase "$(INTDIR)\jabber_list.sbr"
- -@erase "$(INTDIR)\jabber_menu.obj"
- -@erase "$(INTDIR)\jabber_menu.sbr"
- -@erase "$(INTDIR)\jabber_message_handlers.obj"
- -@erase "$(INTDIR)\jabber_message_handlers.sbr"
- -@erase "$(INTDIR)\jabber_message_manager.obj"
- -@erase "$(INTDIR)\jabber_message_manager.sbr"
- -@erase "$(INTDIR)\jabber_misc.obj"
- -@erase "$(INTDIR)\jabber_misc.sbr"
- -@erase "$(INTDIR)\jabber_notes.obj"
- -@erase "$(INTDIR)\jabber_notes.sbr"
- -@erase "$(INTDIR)\jabber_opt.obj"
- -@erase "$(INTDIR)\jabber_opt.sbr"
- -@erase "$(INTDIR)\jabber_opttree.obj"
- -@erase "$(INTDIR)\jabber_opttree.sbr"
- -@erase "$(INTDIR)\jabber_password.obj"
- -@erase "$(INTDIR)\jabber_password.sbr"
- -@erase "$(INTDIR)\jabber_presence_manager.obj"
- -@erase "$(INTDIR)\jabber_presence_manager.sbr"
- -@erase "$(INTDIR)\jabber_privacy.obj"
- -@erase "$(INTDIR)\jabber_privacy.sbr"
- -@erase "$(INTDIR)\jabber_proto.obj"
- -@erase "$(INTDIR)\jabber_proto.sbr"
- -@erase "$(INTDIR)\jabber_proxy.obj"
- -@erase "$(INTDIR)\jabber_proxy.sbr"
- -@erase "$(INTDIR)\jabber_rc.obj"
- -@erase "$(INTDIR)\jabber_rc.sbr"
- -@erase "$(INTDIR)\jabber_search.obj"
- -@erase "$(INTDIR)\jabber_search.sbr"
- -@erase "$(INTDIR)\jabber_secur.obj"
- -@erase "$(INTDIR)\jabber_secur.sbr"
- -@erase "$(INTDIR)\jabber_send_manager.obj"
- -@erase "$(INTDIR)\jabber_send_manager.sbr"
- -@erase "$(INTDIR)\jabber_std.obj"
- -@erase "$(INTDIR)\jabber_std.sbr"
- -@erase "$(INTDIR)\jabber_svc.obj"
- -@erase "$(INTDIR)\jabber_svc.sbr"
- -@erase "$(INTDIR)\jabber_thread.obj"
- -@erase "$(INTDIR)\jabber_thread.sbr"
- -@erase "$(INTDIR)\jabber_treelist.obj"
- -@erase "$(INTDIR)\jabber_treelist.sbr"
- -@erase "$(INTDIR)\jabber_userinfo.obj"
- -@erase "$(INTDIR)\jabber_userinfo.sbr"
- -@erase "$(INTDIR)\jabber_util.obj"
- -@erase "$(INTDIR)\jabber_util.sbr"
- -@erase "$(INTDIR)\jabber_vcard.obj"
- -@erase "$(INTDIR)\jabber_vcard.sbr"
- -@erase "$(INTDIR)\jabber_ws.obj"
- -@erase "$(INTDIR)\jabber_ws.sbr"
- -@erase "$(INTDIR)\jabber_xml.obj"
- -@erase "$(INTDIR)\jabber_xml.sbr"
- -@erase "$(INTDIR)\jabber_xstatus.obj"
- -@erase "$(INTDIR)\jabber_xstatus.sbr"
- -@erase "$(INTDIR)\jabber_zstream.obj"
- -@erase "$(INTDIR)\jabber_zstream.sbr"
- -@erase "$(INTDIR)\MString.obj"
- -@erase "$(INTDIR)\MString.sbr"
- -@erase "$(INTDIR)\msvc6.res"
- -@erase "$(INTDIR)\ui_utils.obj"
- -@erase "$(INTDIR)\ui_utils.sbr"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\jabber.bsc"
- -@erase "$(OUTDIR)\jabber.exp"
- -@erase "$(OUTDIR)\jabber.map"
- -@erase "$(OUTDIR)\jabber.pdb"
- -@erase "..\..\bin\debug unicode\plugins\jabber.dll"
- -@erase "..\..\bin\debug unicode\plugins\jabber.ilk"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP_PROJ=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "JABBER_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\jabber.pch" /Yu"jabber.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
-RSC_PROJ=/l 0x409 /fo"$(INTDIR)\msvc6.res" /i "../../include" /d "_DEBUG" /d "UNICODE"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\jabber.bsc"
-BSC32_SBRS= \
- "$(INTDIR)\jabber.sbr" \
- "$(INTDIR)\jabber_adhoc.sbr" \
- "$(INTDIR)\jabber_agent.sbr" \
- "$(INTDIR)\jabber_bookmarks.sbr" \
- "$(INTDIR)\jabber_byte.sbr" \
- "$(INTDIR)\jabber_caps.sbr" \
- "$(INTDIR)\jabber_chat.sbr" \
- "$(INTDIR)\jabber_console.sbr" \
- "$(INTDIR)\jabber_disco.sbr" \
- "$(INTDIR)\jabber_events.sbr" \
- "$(INTDIR)\jabber_file.sbr" \
- "$(INTDIR)\jabber_form.sbr" \
- "$(INTDIR)\jabber_ft.sbr" \
- "$(INTDIR)\jabber_groupchat.sbr" \
- "$(INTDIR)\jabber_ibb.sbr" \
- "$(INTDIR)\jabber_icolib.sbr" \
- "$(INTDIR)\jabber_iq.sbr" \
- "$(INTDIR)\jabber_iq_handlers.sbr" \
- "$(INTDIR)\jabber_iqid.sbr" \
- "$(INTDIR)\jabber_iqid_muc.sbr" \
- "$(INTDIR)\jabber_libstr.sbr" \
- "$(INTDIR)\jabber_list.sbr" \
- "$(INTDIR)\jabber_menu.sbr" \
- "$(INTDIR)\jabber_message_handlers.sbr" \
- "$(INTDIR)\jabber_message_manager.sbr" \
- "$(INTDIR)\jabber_misc.sbr" \
- "$(INTDIR)\jabber_notes.sbr" \
- "$(INTDIR)\jabber_opt.sbr" \
- "$(INTDIR)\jabber_opttree.sbr" \
- "$(INTDIR)\jabber_password.sbr" \
- "$(INTDIR)\jabber_presence_manager.sbr" \
- "$(INTDIR)\jabber_privacy.sbr" \
- "$(INTDIR)\jabber_proto.sbr" \
- "$(INTDIR)\jabber_proxy.sbr" \
- "$(INTDIR)\jabber_rc.sbr" \
- "$(INTDIR)\jabber_search.sbr" \
- "$(INTDIR)\jabber_secur.sbr" \
- "$(INTDIR)\jabber_send_manager.sbr" \
- "$(INTDIR)\jabber_std.sbr" \
- "$(INTDIR)\jabber_svc.sbr" \
- "$(INTDIR)\jabber_thread.sbr" \
- "$(INTDIR)\jabber_treelist.sbr" \
- "$(INTDIR)\jabber_userinfo.sbr" \
- "$(INTDIR)\jabber_util.sbr" \
- "$(INTDIR)\jabber_vcard.sbr" \
- "$(INTDIR)\jabber_ws.sbr" \
- "$(INTDIR)\jabber_xml.sbr" \
- "$(INTDIR)\jabber_xstatus.sbr" \
- "$(INTDIR)\jabber_zstream.sbr" \
- "$(INTDIR)\MString.sbr" \
- "$(INTDIR)\ui_utils.sbr" \
- "$(INTDIR)\jabber_captcha.sbr"
-
-"$(OUTDIR)\jabber.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
- $(BSC32) @<<
- $(BSC32_FLAGS) $(BSC32_SBRS)
-<<
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib version.lib comctl32.lib /nologo /base:"0x32500000" /dll /incremental:yes /pdb:"$(OUTDIR)\jabber.pdb" /map:"$(INTDIR)\jabber.map" /debug /machine:I386 /out:"../../bin/debug unicode/plugins/jabber.dll" /implib:"$(OUTDIR)\jabber.lib" /pdbtype:sept
-LINK32_OBJS= \
- "$(INTDIR)\jabber.obj" \
- "$(INTDIR)\jabber_adhoc.obj" \
- "$(INTDIR)\jabber_agent.obj" \
- "$(INTDIR)\jabber_bookmarks.obj" \
- "$(INTDIR)\jabber_byte.obj" \
- "$(INTDIR)\jabber_caps.obj" \
- "$(INTDIR)\jabber_chat.obj" \
- "$(INTDIR)\jabber_console.obj" \
- "$(INTDIR)\jabber_disco.obj" \
- "$(INTDIR)\jabber_events.obj" \
- "$(INTDIR)\jabber_file.obj" \
- "$(INTDIR)\jabber_form.obj" \
- "$(INTDIR)\jabber_ft.obj" \
- "$(INTDIR)\jabber_groupchat.obj" \
- "$(INTDIR)\jabber_ibb.obj" \
- "$(INTDIR)\jabber_icolib.obj" \
- "$(INTDIR)\jabber_iq.obj" \
- "$(INTDIR)\jabber_iq_handlers.obj" \
- "$(INTDIR)\jabber_iqid.obj" \
- "$(INTDIR)\jabber_iqid_muc.obj" \
- "$(INTDIR)\jabber_libstr.obj" \
- "$(INTDIR)\jabber_list.obj" \
- "$(INTDIR)\jabber_menu.obj" \
- "$(INTDIR)\jabber_message_handlers.obj" \
- "$(INTDIR)\jabber_message_manager.obj" \
- "$(INTDIR)\jabber_misc.obj" \
- "$(INTDIR)\jabber_notes.obj" \
- "$(INTDIR)\jabber_opt.obj" \
- "$(INTDIR)\jabber_opttree.obj" \
- "$(INTDIR)\jabber_password.obj" \
- "$(INTDIR)\jabber_presence_manager.obj" \
- "$(INTDIR)\jabber_privacy.obj" \
- "$(INTDIR)\jabber_proto.obj" \
- "$(INTDIR)\jabber_proxy.obj" \
- "$(INTDIR)\jabber_rc.obj" \
- "$(INTDIR)\jabber_search.obj" \
- "$(INTDIR)\jabber_secur.obj" \
- "$(INTDIR)\jabber_send_manager.obj" \
- "$(INTDIR)\jabber_std.obj" \
- "$(INTDIR)\jabber_svc.obj" \
- "$(INTDIR)\jabber_thread.obj" \
- "$(INTDIR)\jabber_treelist.obj" \
- "$(INTDIR)\jabber_userinfo.obj" \
- "$(INTDIR)\jabber_util.obj" \
- "$(INTDIR)\jabber_vcard.obj" \
- "$(INTDIR)\jabber_ws.obj" \
- "$(INTDIR)\jabber_xml.obj" \
- "$(INTDIR)\jabber_xstatus.obj" \
- "$(INTDIR)\jabber_zstream.obj" \
- "$(INTDIR)\MString.obj" \
- "$(INTDIR)\ui_utils.obj" \
- "$(INTDIR)\msvc6.res" \
- "$(INTDIR)\jabber_captcha.obj" \
- "..\..\plugins\zlib\Debug_Unicode\zlib.lib"
-
-"..\..\bin\debug unicode\plugins\jabber.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-
-!IF "$(NO_EXTERNAL_DEPS)" != "1"
-!IF EXISTS("jabber.dep")
-!INCLUDE "jabber.dep"
-!ELSE
-!MESSAGE Warning: cannot find "jabber.dep"
-!ENDIF
-!ENDIF
-
-
-!IF "$(CFG)" == "jabberg - Win32 Release" || "$(CFG)" == "jabberg - Win32 Debug" || "$(CFG)" == "jabberg - Win32 Release Unicode" || "$(CFG)" == "jabberg - Win32 Debug Unicode"
-SOURCE=.\jabber.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "JABBER_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fp"$(INTDIR)\jabber.pch" /Yc"jabber.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\jabber.obj" "$(INTDIR)\jabber.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "JABBER_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\jabber.pch" /Yc"jabber.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\jabber.obj" "$(INTDIR)\jabber.sbr" "$(INTDIR)\jabber.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /GX /Zi /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "JABBER_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fp"$(INTDIR)\jabber.pch" /Yc"jabber.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\jabber.obj" "$(INTDIR)\jabber.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "JABBER_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\jabber.pch" /Yc"jabber.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\jabber.obj" "$(INTDIR)\jabber.sbr" "$(INTDIR)\jabber.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\jabber_adhoc.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_adhoc.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_adhoc.obj" "$(INTDIR)\jabber_adhoc.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_adhoc.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_adhoc.obj" "$(INTDIR)\jabber_adhoc.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_agent.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_agent.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_agent.obj" "$(INTDIR)\jabber_agent.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_agent.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_agent.obj" "$(INTDIR)\jabber_agent.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_bookmarks.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_bookmarks.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_bookmarks.obj" "$(INTDIR)\jabber_bookmarks.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_bookmarks.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_bookmarks.obj" "$(INTDIR)\jabber_bookmarks.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_byte.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_byte.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_byte.obj" "$(INTDIR)\jabber_byte.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_byte.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_byte.obj" "$(INTDIR)\jabber_byte.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_caps.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_caps.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_caps.obj" "$(INTDIR)\jabber_caps.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_caps.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_caps.obj" "$(INTDIR)\jabber_caps.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_captcha.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_captcha.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_captcha.obj" "$(INTDIR)\jabber_captcha.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_captcha.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_captcha.obj" "$(INTDIR)\jabber_captcha.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_chat.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_chat.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_chat.obj" "$(INTDIR)\jabber_chat.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_chat.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_chat.obj" "$(INTDIR)\jabber_chat.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_console.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_console.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_console.obj" "$(INTDIR)\jabber_console.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_console.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_console.obj" "$(INTDIR)\jabber_console.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_disco.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_disco.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_disco.obj" "$(INTDIR)\jabber_disco.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_disco.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_disco.obj" "$(INTDIR)\jabber_disco.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_events.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_events.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_events.obj" "$(INTDIR)\jabber_events.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_events.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_events.obj" "$(INTDIR)\jabber_events.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_file.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_file.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_file.obj" "$(INTDIR)\jabber_file.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_file.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_file.obj" "$(INTDIR)\jabber_file.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_form.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_form.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_form.obj" "$(INTDIR)\jabber_form.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_form.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_form.obj" "$(INTDIR)\jabber_form.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_ft.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_ft.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_ft.obj" "$(INTDIR)\jabber_ft.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_ft.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_ft.obj" "$(INTDIR)\jabber_ft.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_groupchat.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_groupchat.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_groupchat.obj" "$(INTDIR)\jabber_groupchat.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_groupchat.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_groupchat.obj" "$(INTDIR)\jabber_groupchat.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_ibb.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_ibb.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_ibb.obj" "$(INTDIR)\jabber_ibb.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_ibb.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_ibb.obj" "$(INTDIR)\jabber_ibb.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_icolib.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_icolib.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_icolib.obj" "$(INTDIR)\jabber_icolib.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_icolib.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_icolib.obj" "$(INTDIR)\jabber_icolib.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_iq.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_iq.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_iq.obj" "$(INTDIR)\jabber_iq.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_iq.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_iq.obj" "$(INTDIR)\jabber_iq.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_iq_handlers.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_iq_handlers.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_iq_handlers.obj" "$(INTDIR)\jabber_iq_handlers.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_iq_handlers.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_iq_handlers.obj" "$(INTDIR)\jabber_iq_handlers.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_iqid.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_iqid.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_iqid.obj" "$(INTDIR)\jabber_iqid.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_iqid.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_iqid.obj" "$(INTDIR)\jabber_iqid.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_iqid_muc.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_iqid_muc.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_iqid_muc.obj" "$(INTDIR)\jabber_iqid_muc.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_iqid_muc.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_iqid_muc.obj" "$(INTDIR)\jabber_iqid_muc.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_libstr.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_libstr.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_libstr.obj" "$(INTDIR)\jabber_libstr.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_libstr.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_libstr.obj" "$(INTDIR)\jabber_libstr.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_list.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_list.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_list.obj" "$(INTDIR)\jabber_list.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_list.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_list.obj" "$(INTDIR)\jabber_list.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_menu.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_menu.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_menu.obj" "$(INTDIR)\jabber_menu.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_menu.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_menu.obj" "$(INTDIR)\jabber_menu.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_message_handlers.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_message_handlers.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_message_handlers.obj" "$(INTDIR)\jabber_message_handlers.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_message_handlers.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_message_handlers.obj" "$(INTDIR)\jabber_message_handlers.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_message_manager.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_message_manager.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_message_manager.obj" "$(INTDIR)\jabber_message_manager.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_message_manager.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_message_manager.obj" "$(INTDIR)\jabber_message_manager.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_misc.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_misc.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_misc.obj" "$(INTDIR)\jabber_misc.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_misc.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_misc.obj" "$(INTDIR)\jabber_misc.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_notes.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_notes.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_notes.obj" "$(INTDIR)\jabber_notes.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_notes.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_notes.obj" "$(INTDIR)\jabber_notes.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_opt.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_opt.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_opt.obj" "$(INTDIR)\jabber_opt.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_opt.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_opt.obj" "$(INTDIR)\jabber_opt.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_opttree.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_opttree.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_opttree.obj" "$(INTDIR)\jabber_opttree.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_opttree.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_opttree.obj" "$(INTDIR)\jabber_opttree.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_password.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_password.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_password.obj" "$(INTDIR)\jabber_password.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_password.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_password.obj" "$(INTDIR)\jabber_password.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_presence_manager.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_presence_manager.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_presence_manager.obj" "$(INTDIR)\jabber_presence_manager.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_presence_manager.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_presence_manager.obj" "$(INTDIR)\jabber_presence_manager.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_privacy.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_privacy.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_privacy.obj" "$(INTDIR)\jabber_privacy.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_privacy.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_privacy.obj" "$(INTDIR)\jabber_privacy.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_proto.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_proto.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_proto.obj" "$(INTDIR)\jabber_proto.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_proto.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_proto.obj" "$(INTDIR)\jabber_proto.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_proxy.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_proxy.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_proxy.obj" "$(INTDIR)\jabber_proxy.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_proxy.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_proxy.obj" "$(INTDIR)\jabber_proxy.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_rc.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_rc.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_rc.obj" "$(INTDIR)\jabber_rc.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_rc.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_rc.obj" "$(INTDIR)\jabber_rc.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_search.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_search.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_search.obj" "$(INTDIR)\jabber_search.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_search.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_search.obj" "$(INTDIR)\jabber_search.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_secur.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_secur.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_secur.obj" "$(INTDIR)\jabber_secur.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_secur.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_secur.obj" "$(INTDIR)\jabber_secur.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_send_manager.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_send_manager.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_send_manager.obj" "$(INTDIR)\jabber_send_manager.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_send_manager.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_send_manager.obj" "$(INTDIR)\jabber_send_manager.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_std.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_std.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_std.obj" "$(INTDIR)\jabber_std.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_std.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_std.obj" "$(INTDIR)\jabber_std.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_svc.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_svc.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_svc.obj" "$(INTDIR)\jabber_svc.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_svc.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_svc.obj" "$(INTDIR)\jabber_svc.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_thread.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_thread.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_thread.obj" "$(INTDIR)\jabber_thread.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_thread.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_thread.obj" "$(INTDIR)\jabber_thread.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_treelist.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_treelist.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_treelist.obj" "$(INTDIR)\jabber_treelist.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_treelist.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_treelist.obj" "$(INTDIR)\jabber_treelist.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_userinfo.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_userinfo.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_userinfo.obj" "$(INTDIR)\jabber_userinfo.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_userinfo.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_userinfo.obj" "$(INTDIR)\jabber_userinfo.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_util.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_util.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_util.obj" "$(INTDIR)\jabber_util.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_util.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_util.obj" "$(INTDIR)\jabber_util.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_vcard.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_vcard.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_vcard.obj" "$(INTDIR)\jabber_vcard.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_vcard.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_vcard.obj" "$(INTDIR)\jabber_vcard.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_ws.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_ws.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_ws.obj" "$(INTDIR)\jabber_ws.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_ws.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_ws.obj" "$(INTDIR)\jabber_ws.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_xml.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_xml.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_xml.obj" "$(INTDIR)\jabber_xml.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_xml.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_xml.obj" "$(INTDIR)\jabber_xml.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_xstatus.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_xstatus.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_xstatus.obj" "$(INTDIR)\jabber_xstatus.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_xstatus.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_xstatus.obj" "$(INTDIR)\jabber_xstatus.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\jabber_zstream.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\jabber_zstream.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\jabber_zstream.obj" "$(INTDIR)\jabber_zstream.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\jabber_zstream.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\jabber_zstream.obj" "$(INTDIR)\jabber_zstream.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\MString.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\MString.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\MString.obj" "$(INTDIR)\MString.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\MString.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\MString.obj" "$(INTDIR)\MString.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\ui_utils.cpp
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-
-"$(INTDIR)\ui_utils.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-
-"$(INTDIR)\ui_utils.obj" "$(INTDIR)\ui_utils.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-
-"$(INTDIR)\ui_utils.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-
-"$(INTDIR)\ui_utils.obj" "$(INTDIR)\ui_utils.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\jabber.pch"
-
-
-!ENDIF
-
-SOURCE=.\msvc6.rc
-
-"$(INTDIR)\msvc6.res" : $(SOURCE) "$(INTDIR)"
- $(RSC) $(RSC_PROJ) $(SOURCE)
-
-
-!IF "$(CFG)" == "jabberg - Win32 Release"
-
-"zlib - Win32 Release" :
- cd "..\..\plugins\zlib"
- $(MAKE) /$(MAKEFLAGS) /F .\zlib.mak CFG="zlib - Win32 Release"
- cd "..\..\protocols\JabberG"
-
-"zlib - Win32 ReleaseCLEAN" :
- cd "..\..\plugins\zlib"
- $(MAKE) /$(MAKEFLAGS) /F .\zlib.mak CFG="zlib - Win32 Release" RECURSE=1 CLEAN
- cd "..\..\protocols\JabberG"
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug"
-
-"zlib - Win32 Debug" :
- cd "..\..\plugins\zlib"
- $(MAKE) /$(MAKEFLAGS) /F .\zlib.mak CFG="zlib - Win32 Debug"
- cd "..\..\protocols\JabberG"
-
-"zlib - Win32 DebugCLEAN" :
- cd "..\..\plugins\zlib"
- $(MAKE) /$(MAKEFLAGS) /F .\zlib.mak CFG="zlib - Win32 Debug" RECURSE=1 CLEAN
- cd "..\..\protocols\JabberG"
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Release Unicode"
-
-"zlib - Win32 Release Unicode" :
- cd "..\..\plugins\zlib"
- $(MAKE) /$(MAKEFLAGS) /F .\zlib.mak CFG="zlib - Win32 Release Unicode"
- cd "..\..\protocols\JabberG"
-
-"zlib - Win32 Release UnicodeCLEAN" :
- cd "..\..\plugins\zlib"
- $(MAKE) /$(MAKEFLAGS) /F .\zlib.mak CFG="zlib - Win32 Release Unicode" RECURSE=1 CLEAN
- cd "..\..\protocols\JabberG"
-
-!ELSEIF "$(CFG)" == "jabberg - Win32 Debug Unicode"
-
-"zlib - Win32 Debug Unicode" :
- cd "..\..\plugins\zlib"
- $(MAKE) /$(MAKEFLAGS) /F .\zlib.mak CFG="zlib - Win32 Debug Unicode"
- cd "..\..\protocols\JabberG"
-
-"zlib - Win32 Debug UnicodeCLEAN" :
- cd "..\..\plugins\zlib"
- $(MAKE) /$(MAKEFLAGS) /F .\zlib.mak CFG="zlib - Win32 Debug Unicode" RECURSE=1 CLEAN
- cd "..\..\protocols\JabberG"
-
-!ENDIF
-
-
-!ENDIF
diff --git a/protocols/JabberG/jabber.vcproj b/protocols/JabberG/jabber.vcproj deleted file mode 100644 index f610392204..0000000000 --- a/protocols/JabberG/jabber.vcproj +++ /dev/null @@ -1,1428 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="jabber"
- ProjectGUID="{33276462-8313-4192-8306-13717ECCA60A}"
- RootNamespace="jabber"
- SccProjectName=""
- SccLocalPath="">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;JABBER_EXPORTS"
- ExceptionHandling="FALSE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="jabber.h"
- AssemblerOutput="2"
- BrowseInformationFile="$(IntDir)/"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="wsock32.lib version.lib comctl32.lib"
- LinkIncremental="2"
- SuppressStartupBanner="TRUE"
- GenerateDebugInformation="TRUE"
- BaseAddress="0x32500000"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/jabber.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2"
- WholeProgramOptimization="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- GlobalOptimizations="TRUE"
- InlineFunctionExpansion="1"
- FavorSizeOrSpeed="2"
- OmitFramePointers="TRUE"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;JABBER_EXPORTS"
- StringPooling="TRUE"
- ExceptionHandling="FALSE"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="TRUE"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="jabber.h"
- AssemblerOutput="4"
- BrowseInformationFile="$(IntDir)/"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="3"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalOptions="/ALIGN:4096 /ignore:4108"
- AdditionalDependencies="vc7to6.lib wsock32.lib version.lib comctl32.lib"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="../../lib"
- IgnoreAllDefaultLibraries="TRUE"
- GenerateDebugInformation="TRUE"
- GenerateMapFile="TRUE"
- MapFileName="$(OutDir)/$(ProjectName).map"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="1"
- BaseAddress="0x32500000"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/jabber.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="1">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;JABBER_EXPORTS"
- ExceptionHandling="FALSE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- BufferSecurityCheck="TRUE"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="jabber.h"
- BrowseInformationFile="$(IntDir)/"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalDependencies="wsock32.lib version.lib comctl32.lib"
- LinkIncremental="2"
- SuppressStartupBanner="TRUE"
- GenerateDebugInformation="TRUE"
- BaseAddress="0x32500000"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/jabber.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="1"
- WholeProgramOptimization="FALSE">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- GlobalOptimizations="TRUE"
- FavorSizeOrSpeed="2"
- OmitFramePointers="FALSE"
- OptimizeForProcessor="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;JABBER_EXPORTS"
- StringPooling="TRUE"
- ExceptionHandling="FALSE"
- RuntimeLibrary="2"
- BufferSecurityCheck="TRUE"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="jabber.h"
- AssemblerOutput="2"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="3"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalOptions="/ALIGN:4096 /ignore:4108"
- AdditionalDependencies="vc7to6.lib eh7.lib wsock32.lib version.lib comctl32.lib"
- AdditionalLibraryDirectories="../../lib"
- IgnoreAllDefaultLibraries="TRUE"
- GenerateDebugInformation="TRUE"
- GenerateMapFile="TRUE"
- MapFileName="$(OutDir)/$(ProjectName).map"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="1"
- BaseAddress="0x32500000"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/jabber.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- </Configurations>
- <References>
- <ProjectReference
- ReferencedProjectIdentifier="{FFD8637D-909C-4586-9E42-120B66B564FE}"
- Name="zlib"/>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
- <File
- RelativePath="jabber.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\jabber_adhoc.cpp">
- </File>
- <File
- RelativePath="jabber_agent.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\jabber_bookmarks.cpp">
- </File>
- <File
- RelativePath="jabber_byte.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\jabber_caps.cpp">
- </File>
- <File
- RelativePath=".\jabber_chat.cpp">
- </File>
- <File
- RelativePath=".\jabber_console.cpp">
- </File>
- <File
- RelativePath=".\jabber_disco.cpp">
- </File>
- <File
- RelativePath=".\jabber_events.cpp">
- </File>
- <File
- RelativePath="jabber_file.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="jabber_form.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="jabber_ft.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="jabber_groupchat.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\jabber_ibb.cpp">
- </File>
- <File
- RelativePath=".\jabber_icolib.cpp">
- </File>
- <File
- RelativePath="jabber_iq.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\jabber_iq_handlers.cpp">
- </File>
- <File
- RelativePath="jabber_iqid.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="jabber_iqid_muc.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\jabber_libstr.cpp">
- </File>
- <File
- RelativePath="jabber_list.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="jabber_menu.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\jabber_message_handlers.cpp">
- </File>
- <File
- RelativePath=".\jabber_message_manager.cpp">
- </File>
- <File
- RelativePath="jabber_misc.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\jabber_notes.cpp">
- </File>
- <File
- RelativePath="jabber_opt.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\jabber_opttree.cpp">
- </File>
- <File
- RelativePath="jabber_password.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\jabber_presence_manager.cpp">
- </File>
- <File
- RelativePath=".\jabber_privacy.cpp">
- </File>
- <File
- RelativePath=".\jabber_proto.cpp">
- </File>
- <File
- RelativePath="jabber_proxy.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\jabber_rc.cpp">
- </File>
- <File
- RelativePath=".\jabber_search.cpp">
- </File>
- <File
- RelativePath=".\jabber_secur.cpp">
- </File>
- <File
- RelativePath=".\jabber_send_manager.cpp">
- </File>
- <File
- RelativePath=".\jabber_std.cpp">
- </File>
- <File
- RelativePath="jabber_svc.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="jabber_thread.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\jabber_treelist.cpp">
- </File>
- <File
- RelativePath="jabber_userinfo.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="jabber_util.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="jabber_vcard.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="jabber_ws.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="jabber_xml.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\jabber_xstatus.cpp">
- </File>
- <File
- RelativePath=".\jabber_zstream.cpp">
- </File>
- <File
- RelativePath=".\MString.cpp">
- </File>
- <File
- RelativePath=".\ui_utils.cpp">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl">
- <File
- RelativePath="jabber.h">
- </File>
- <File
- RelativePath="jabber_byte.h">
- </File>
- <File
- RelativePath=".\jabber_caps.h">
- </File>
- <File
- RelativePath=".\jabber_disco.h">
- </File>
- <File
- RelativePath=".\jabber_ibb.h">
- </File>
- <File
- RelativePath="jabber_iq.h">
- </File>
- <File
- RelativePath=".\jabber_iq_handlers.h">
- </File>
- <File
- RelativePath="jabber_list.h">
- </File>
- <File
- RelativePath=".\jabber_message_manager.h">
- </File>
- <File
- RelativePath=".\jabber_notes.h">
- </File>
- <File
- RelativePath=".\jabber_opttree.h">
- </File>
- <File
- RelativePath=".\jabber_presence_manager.h">
- </File>
- <File
- RelativePath="jabber_proxy.h">
- </File>
- <File
- RelativePath=".\jabber_rc.h">
- </File>
- <File
- RelativePath=".\jabber_search.h">
- </File>
- <File
- RelativePath=".\jabber_secur.h">
- </File>
- <File
- RelativePath=".\jabber_send_manager.h">
- </File>
- <File
- RelativePath="jabber_xml.h">
- </File>
- <File
- RelativePath=".\jabber_zstream.h">
- </File>
- <File
- RelativePath=".\MString.h">
- </File>
- <File
- RelativePath=".\resource.h">
- </File>
- <File
- RelativePath=".\ui_utils.h">
- </File>
- <File
- RelativePath=".\version.h">
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
- <File
- RelativePath=".\icos\add2roster.ico">
- </File>
- <File
- RelativePath="icos\addcontact.ico">
- </File>
- <File
- RelativePath=".\icos\arrow_down.ico">
- </File>
- <File
- RelativePath=".\icos\arrow_up.ico">
- </File>
- <File
- RelativePath=".\icos\auth_revoke.ico">
- </File>
- <File
- RelativePath="icos\block.ico">
- </File>
- <File
- RelativePath=".\icos\bookmarks.ico">
- </File>
- <File
- RelativePath=".\icos\command.ico">
- </File>
- <File
- RelativePath=".\icos\console.ico">
- </File>
- <File
- RelativePath="icos\delete.ico">
- </File>
- <File
- RelativePath=".\icos\disco_fail.ico">
- </File>
- <File
- RelativePath=".\icos\disco_in_progress.ico">
- </File>
- <File
- RelativePath=".\icos\disco_ok.ico">
- </File>
- <File
- RelativePath=".\icos\filter.ico">
- </File>
- <File
- RelativePath="icos\gcadmin.ico">
- </File>
- <File
- RelativePath="icos\gcmodera.ico">
- </File>
- <File
- RelativePath="icos\gcowner.ico">
- </File>
- <File
- RelativePath="icos\gcvoice.ico">
- </File>
- <File
- RelativePath=".\icos\go.ico">
- </File>
- <File
- RelativePath="icos\grant.ico">
- </File>
- <File
- RelativePath="icos\group.ico">
- </File>
- <File
- RelativePath=".\icos\home.ico">
- </File>
- <File
- RelativePath="icos\jabber.ico">
- </File>
- <File
- RelativePath="jabber.rc">
- </File>
- <File
- RelativePath="icos\key.ico">
- </File>
- <File
- RelativePath=".\icos\login.ico">
- </File>
- <File
- RelativePath="icos\message.ico">
- </File>
- <File
- RelativePath=".\icos\message_allow.ico">
- </File>
- <File
- RelativePath=".\icos\message_deny.ico">
- </File>
- <File
- RelativePath="icos\open.ico">
- </File>
- <File
- RelativePath=".\icos\openid.ico">
- </File>
- <File
- RelativePath="icos\pages.ico">
- </File>
- <File
- RelativePath=".\icos\plist_active.ico">
- </File>
- <File
- RelativePath=".\icos\plist_any.ico">
- </File>
- <File
- RelativePath=".\icos\plist_default.ico">
- </File>
- <File
- RelativePath=".\icos\presence_in_allow.ico">
- </File>
- <File
- RelativePath=".\icos\presence_in_deny.ico">
- </File>
- <File
- RelativePath=".\icos\presence_out_allow.ico">
- </File>
- <File
- RelativePath=".\icos\presence_out_deny.ico">
- </File>
- <File
- RelativePath=".\icos\privacy_lists.ico">
- </File>
- <File
- RelativePath=".\icos\query_allow.ico">
- </File>
- <File
- RelativePath=".\icos\query_deny.ico">
- </File>
- <File
- RelativePath=".\icos\refresh.ico">
- </File>
- <File
- RelativePath=".\icos\refresh_node.ico">
- </File>
- <File
- RelativePath="icos\rename.ico">
- </File>
- <File
- RelativePath="icos\request.ico">
- </File>
- <File
- RelativePath=".\icos\reset_filter.ico">
- </File>
- <File
- RelativePath=".\icos\roster.ico">
- </File>
- <File
- RelativePath=".\icos\rss.ico">
- </File>
- <File
- RelativePath="icos\save.ico">
- </File>
- <File
- RelativePath=".\icos\server.ico">
- </File>
- <File
- RelativePath=".\icos\service_discovery.ico">
- </File>
- <File
- RelativePath=".\icos\store.ico">
- </File>
- <File
- RelativePath=".\icos\transport.ico">
- </File>
- <File
- RelativePath=".\icos\transport_local.ico">
- </File>
- <File
- RelativePath=".\icos\user2room.ico">
- </File>
- <File
- RelativePath=".\version.rc">
- </File>
- <File
- RelativePath=".\icos\view_as_list.ico">
- </File>
- <File
- RelativePath=".\icos\view_as_tree.ico">
- </File>
- <File
- RelativePath=".\icos\weather.ico">
- </File>
- <File
- RelativePath="icos\write.ico">
- </File>
- </Filter>
- <File
- RelativePath="docs\changelog_jabber.txt">
- </File>
- <File
- RelativePath="docs\readme_jabber.txt">
- </File>
- <File
- RelativePath="docs\translation_jabber.txt">
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/protocols/JabberG/jabber_8.vcproj b/protocols/JabberG/jabber_8.vcproj deleted file mode 100644 index 68b86678dd..0000000000 --- a/protocols/JabberG/jabber_8.vcproj +++ /dev/null @@ -1,1047 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8,00"
- Name="jabber"
- ProjectGUID="{33276462-8313-4192-8306-13717ECCA60A}"
- RootNamespace="jabber"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/jabber.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;JABBER_EXPORTS"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="jabber.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="wsock32.lib version.lib comctl32.lib"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- BaseAddress="0x32500000"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/jabber.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="2"
- FavorSizeOrSpeed="2"
- OmitFramePointers="true"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;JABBER_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="jabber.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalOptions="/ALIGN:4096 /ignore:4108"
- AdditionalDependencies="wsock32.lib version.lib comctl32.lib"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x32500000"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/jabber.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;JABBER_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="jabber.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalOptions="/ALIGN:4096 /ignore:4108"
- AdditionalDependencies="wsock32.lib version.lib comctl32.lib"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x32500000"
- ImportLibrary="$(TargetDir)$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/jabber.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;JABBER_EXPORTS"
- StringPooling="false"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="0"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="jabber.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="wsock32.lib version.lib comctl32.lib"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- BaseAddress="0x32500000"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath="jabber.cpp"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\jabber_adhoc.cpp"
- >
- </File>
- <File
- RelativePath="jabber_agent.cpp"
- >
- </File>
- <File
- RelativePath=".\jabber_bookmarks.cpp"
- >
- </File>
- <File
- RelativePath="jabber_byte.cpp"
- >
- </File>
- <File
- RelativePath=".\jabber_caps.cpp"
- >
- </File>
- <File
- RelativePath=".\jabber_captcha.cpp"
- >
- </File>
- <File
- RelativePath=".\jabber_chat.cpp"
- >
- </File>
- <File
- RelativePath=".\jabber_console.cpp"
- >
- </File>
- <File
- RelativePath=".\jabber_disco.cpp"
- >
- </File>
- <File
- RelativePath=".\jabber_events.cpp"
- >
- </File>
- <File
- RelativePath="jabber_file.cpp"
- >
- </File>
- <File
- RelativePath="jabber_form.cpp"
- >
- </File>
- <File
- RelativePath="jabber_ft.cpp"
- >
- </File>
- <File
- RelativePath="jabber_groupchat.cpp"
- >
- </File>
- <File
- RelativePath=".\jabber_ibb.cpp"
- >
- </File>
- <File
- RelativePath=".\jabber_icolib.cpp"
- >
- </File>
- <File
- RelativePath="jabber_iq.cpp"
- >
- </File>
- <File
- RelativePath=".\jabber_iq_handlers.cpp"
- >
- </File>
- <File
- RelativePath="jabber_iqid.cpp"
- >
- </File>
- <File
- RelativePath="jabber_iqid_muc.cpp"
- >
- </File>
- <File
- RelativePath=".\jabber_libstr.cpp"
- >
- </File>
- <File
- RelativePath="jabber_list.cpp"
- >
- </File>
- <File
- RelativePath="jabber_menu.cpp"
- >
- </File>
- <File
- RelativePath=".\jabber_message_handlers.cpp"
- >
- </File>
- <File
- RelativePath=".\jabber_message_manager.cpp"
- >
- </File>
- <File
- RelativePath="jabber_misc.cpp"
- >
- </File>
- <File
- RelativePath=".\jabber_notes.cpp"
- >
- </File>
- <File
- RelativePath="jabber_opt.cpp"
- >
- </File>
- <File
- RelativePath=".\jabber_opttree.cpp"
- >
- </File>
- <File
- RelativePath="jabber_password.cpp"
- >
- </File>
- <File
- RelativePath=".\jabber_presence_manager.cpp"
- >
- </File>
- <File
- RelativePath=".\jabber_privacy.cpp"
- >
- </File>
- <File
- RelativePath=".\jabber_proto.cpp"
- >
- </File>
- <File
- RelativePath="jabber_proxy.cpp"
- >
- </File>
- <File
- RelativePath=".\jabber_rc.cpp"
- >
- </File>
- <File
- RelativePath=".\jabber_search.cpp"
- >
- </File>
- <File
- RelativePath=".\jabber_secur.cpp"
- >
- </File>
- <File
- RelativePath=".\jabber_send_manager.cpp"
- >
- </File>
- <File
- RelativePath=".\jabber_std.cpp"
- >
- </File>
- <File
- RelativePath="jabber_svc.cpp"
- >
- </File>
- <File
- RelativePath="jabber_thread.cpp"
- >
- </File>
- <File
- RelativePath=".\jabber_treelist.cpp"
- >
- </File>
- <File
- RelativePath="jabber_userinfo.cpp"
- >
- </File>
- <File
- RelativePath="jabber_util.cpp"
- >
- </File>
- <File
- RelativePath="jabber_vcard.cpp"
- >
- </File>
- <File
- RelativePath="jabber_ws.cpp"
- >
- </File>
- <File
- RelativePath="jabber_xml.cpp"
- >
- </File>
- <File
- RelativePath=".\jabber_xstatus.cpp"
- >
- </File>
- <File
- RelativePath=".\jabber_zstream.cpp"
- >
- </File>
- <File
- RelativePath=".\MString.cpp"
- >
- </File>
- <File
- RelativePath=".\ui_utils.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath="jabber.h"
- >
- </File>
- <File
- RelativePath="jabber_byte.h"
- >
- </File>
- <File
- RelativePath=".\jabber_caps.h"
- >
- </File>
- <File
- RelativePath=".\jabber_disco.h"
- >
- </File>
- <File
- RelativePath=".\jabber_ibb.h"
- >
- </File>
- <File
- RelativePath="jabber_iq.h"
- >
- </File>
- <File
- RelativePath=".\jabber_iq_handlers.h"
- >
- </File>
- <File
- RelativePath="jabber_list.h"
- >
- </File>
- <File
- RelativePath=".\jabber_message_manager.h"
- >
- </File>
- <File
- RelativePath=".\jabber_notes.h"
- >
- </File>
- <File
- RelativePath=".\jabber_opttree.h"
- >
- </File>
- <File
- RelativePath=".\jabber_presence_manager.h"
- >
- </File>
- <File
- RelativePath=".\jabber_privacy.h"
- >
- </File>
- <File
- RelativePath="jabber_proxy.h"
- >
- </File>
- <File
- RelativePath=".\jabber_rc.h"
- >
- </File>
- <File
- RelativePath=".\jabber_search.h"
- >
- </File>
- <File
- RelativePath=".\jabber_secur.h"
- >
- </File>
- <File
- RelativePath=".\jabber_send_manager.h"
- >
- </File>
- <File
- RelativePath="jabber_ssl.h"
- >
- </File>
- <File
- RelativePath="jabber_xml.h"
- >
- </File>
- <File
- RelativePath=".\resource.h"
- >
- </File>
- <File
- RelativePath=".\ui_utils.h"
- >
- </File>
- <File
- RelativePath=".\version.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
- >
- <File
- RelativePath=".\icos\add2roster.ico"
- >
- </File>
- <File
- RelativePath="icos\addcontact.ico"
- >
- </File>
- <File
- RelativePath=".\icos\arrow_down.ico"
- >
- </File>
- <File
- RelativePath=".\icos\arrow_up.ico"
- >
- </File>
- <File
- RelativePath=".\icos\auth_revoke.ico"
- >
- </File>
- <File
- RelativePath="icos\block.ico"
- >
- </File>
- <File
- RelativePath=".\icos\bookmarks.ico"
- >
- </File>
- <File
- RelativePath=".\icos\command.ico"
- >
- </File>
- <File
- RelativePath=".\icos\console.ico"
- >
- </File>
- <File
- RelativePath="icos\delete.ico"
- >
- </File>
- <File
- RelativePath=".\icos\disco_fail.ico"
- >
- </File>
- <File
- RelativePath=".\icos\disco_in_progress.ico"
- >
- </File>
- <File
- RelativePath=".\icos\disco_ok.ico"
- >
- </File>
- <File
- RelativePath=".\icos\filter.ico"
- >
- </File>
- <File
- RelativePath="icos\gcadmin.ico"
- >
- </File>
- <File
- RelativePath="icos\gcmodera.ico"
- >
- </File>
- <File
- RelativePath="icos\gcowner.ico"
- >
- </File>
- <File
- RelativePath="icos\gcvoice.ico"
- >
- </File>
- <File
- RelativePath=".\icos\go.ico"
- >
- </File>
- <File
- RelativePath="icos\grant.ico"
- >
- </File>
- <File
- RelativePath="icos\group.ico"
- >
- </File>
- <File
- RelativePath=".\icos\home.ico"
- >
- </File>
- <File
- RelativePath="icos\jabber.ico"
- >
- </File>
- <File
- RelativePath="jabber.rc"
- >
- </File>
- <File
- RelativePath="icos\key.ico"
- >
- </File>
- <File
- RelativePath=".\icos\login.ico"
- >
- </File>
- <File
- RelativePath="icos\message.ico"
- >
- </File>
- <File
- RelativePath=".\icos\message_allow.ico"
- >
- </File>
- <File
- RelativePath=".\icos\message_deny.ico"
- >
- </File>
- <File
- RelativePath="icos\open.ico"
- >
- </File>
- <File
- RelativePath=".\icos\openid.ico"
- >
- </File>
- <File
- RelativePath="icos\pages.ico"
- >
- </File>
- <File
- RelativePath=".\icos\plist_active.ico"
- >
- </File>
- <File
- RelativePath=".\icos\plist_any.ico"
- >
- </File>
- <File
- RelativePath=".\icos\plist_default.ico"
- >
- </File>
- <File
- RelativePath=".\icos\presence_in_allow.ico"
- >
- </File>
- <File
- RelativePath=".\icos\presence_in_deny.ico"
- >
- </File>
- <File
- RelativePath=".\icos\presence_out_allow.ico"
- >
- </File>
- <File
- RelativePath=".\icos\presence_out_deny.ico"
- >
- </File>
- <File
- RelativePath=".\icos\privacy_lists.ico"
- >
- </File>
- <File
- RelativePath=".\icos\query_allow.ico"
- >
- </File>
- <File
- RelativePath=".\icos\query_deny.ico"
- >
- </File>
- <File
- RelativePath=".\icos\refresh.ico"
- >
- </File>
- <File
- RelativePath=".\icos\refresh_node.ico"
- >
- </File>
- <File
- RelativePath="icos\rename.ico"
- >
- </File>
- <File
- RelativePath="icos\request.ico"
- >
- </File>
- <File
- RelativePath=".\icos\reset_filter.ico"
- >
- </File>
- <File
- RelativePath=".\icos\roster.ico"
- >
- </File>
- <File
- RelativePath=".\icos\rss.ico"
- >
- </File>
- <File
- RelativePath="icos\save.ico"
- >
- </File>
- <File
- RelativePath=".\icos\server.ico"
- >
- </File>
- <File
- RelativePath=".\icos\service_discovery.ico"
- >
- </File>
- <File
- RelativePath=".\icos\store.ico"
- >
- </File>
- <File
- RelativePath=".\icos\transport.ico"
- >
- </File>
- <File
- RelativePath=".\icos\transport_local.ico"
- >
- </File>
- <File
- RelativePath=".\icos\user2room.ico"
- >
- </File>
- <File
- RelativePath=".\version.rc"
- >
- </File>
- <File
- RelativePath=".\icos\view_as_list.ico"
- >
- </File>
- <File
- RelativePath=".\icos\view_as_tree.ico"
- >
- </File>
- <File
- RelativePath=".\icos\weather.ico"
- >
- </File>
- <File
- RelativePath="icos\write.ico"
- >
- </File>
- </Filter>
- <File
- RelativePath="docs\changelog_jabber.txt"
- >
- </File>
- <File
- RelativePath="docs\readme_jabber.txt"
- >
- </File>
- <File
- RelativePath="docs\translation_jabber.txt"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/protocols/JabberG/jabber_9.vcproj b/protocols/JabberG/jabber_9.vcproj deleted file mode 100644 index 6bee6b7a70..0000000000 --- a/protocols/JabberG/jabber_9.vcproj +++ /dev/null @@ -1,1452 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="jabber"
- ProjectGUID="{33276462-8313-4192-8306-13717ECCA60A}"
- RootNamespace="jabber"
- TargetFrameworkVersion="131072"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName="Debug/jabber.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;JABBER_EXPORTS"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="jabber.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- DebugInformationFormat="4"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib version.lib comctl32.lib"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- BaseAddress="0x32500000"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName="Debug/jabber.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;JABBER_EXPORTS"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="jabber.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib version.lib comctl32.lib"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- BaseAddress="0x32500000"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName="Release/jabber.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;JABBER_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="jabber.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalOptions="/ALIGN:4096 /ignore:4108"
- AdditionalDependencies="wsock32.lib version.lib comctl32.lib"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="0"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x32500000"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName="Release/jabber.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;JABBER_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="jabber.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalOptions="/ALIGN:4096 /ignore:4108"
- AdditionalDependencies="wsock32.lib version.lib comctl32.lib"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="0"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x32500000"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName="Release/jabber.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;JABBER_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="jabber.h"
- BrowseInformationFile=""
- WarningLevel="3"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalOptions="/ALIGN:4096 /ignore:4108"
- AdditionalDependencies="wsock32.lib version.lib comctl32.lib"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x32500000"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName="Release/jabber.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;JABBER_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="jabber.h"
- BrowseInformationFile=""
- WarningLevel="3"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalOptions="/ALIGN:4096 /ignore:4108"
- AdditionalDependencies="wsock32.lib version.lib comctl32.lib"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x32500000"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName="Debug/jabber.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;JABBER_EXPORTS"
- StringPooling="false"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="0"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="jabber.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- DebugInformationFormat="4"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib version.lib comctl32.lib"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- BaseAddress="0x32500000"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName="Debug/jabber.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;JABBER_EXPORTS"
- StringPooling="false"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="0"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="jabber.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib version.lib comctl32.lib"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- BaseAddress="0x32500000"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath="jabber.cpp"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="jabber_adhoc.cpp"
- >
- </File>
- <File
- RelativePath="jabber_agent.cpp"
- >
- </File>
- <File
- RelativePath="jabber_bookmarks.cpp"
- >
- </File>
- <File
- RelativePath="jabber_byte.cpp"
- >
- </File>
- <File
- RelativePath="jabber_caps.cpp"
- >
- </File>
- <File
- RelativePath="jabber_captcha.cpp"
- >
- </File>
- <File
- RelativePath="jabber_chat.cpp"
- >
- </File>
- <File
- RelativePath="jabber_console.cpp"
- >
- </File>
- <File
- RelativePath="jabber_disco.cpp"
- >
- </File>
- <File
- RelativePath="jabber_events.cpp"
- >
- </File>
- <File
- RelativePath="jabber_file.cpp"
- >
- </File>
- <File
- RelativePath="jabber_form.cpp"
- >
- </File>
- <File
- RelativePath="jabber_ft.cpp"
- >
- </File>
- <File
- RelativePath="jabber_groupchat.cpp"
- >
- </File>
- <File
- RelativePath="jabber_ibb.cpp"
- >
- </File>
- <File
- RelativePath="jabber_icolib.cpp"
- >
- </File>
- <File
- RelativePath="jabber_iq.cpp"
- >
- </File>
- <File
- RelativePath="jabber_iq_handlers.cpp"
- >
- </File>
- <File
- RelativePath="jabber_iqid.cpp"
- >
- </File>
- <File
- RelativePath="jabber_iqid_muc.cpp"
- >
- </File>
- <File
- RelativePath="jabber_libstr.cpp"
- >
- </File>
- <File
- RelativePath="jabber_list.cpp"
- >
- </File>
- <File
- RelativePath="jabber_menu.cpp"
- >
- </File>
- <File
- RelativePath="jabber_message_handlers.cpp"
- >
- </File>
- <File
- RelativePath="jabber_message_manager.cpp"
- >
- </File>
- <File
- RelativePath="jabber_misc.cpp"
- >
- </File>
- <File
- RelativePath="jabber_notes.cpp"
- >
- </File>
- <File
- RelativePath="jabber_opt.cpp"
- >
- </File>
- <File
- RelativePath="jabber_opttree.cpp"
- >
- </File>
- <File
- RelativePath="jabber_password.cpp"
- >
- </File>
- <File
- RelativePath="jabber_presence_manager.cpp"
- >
- </File>
- <File
- RelativePath="jabber_privacy.cpp"
- >
- </File>
- <File
- RelativePath="jabber_proto.cpp"
- >
- </File>
- <File
- RelativePath="jabber_proxy.cpp"
- >
- </File>
- <File
- RelativePath="jabber_rc.cpp"
- >
- </File>
- <File
- RelativePath="jabber_search.cpp"
- >
- </File>
- <File
- RelativePath="jabber_secur.cpp"
- >
- </File>
- <File
- RelativePath="jabber_send_manager.cpp"
- >
- </File>
- <File
- RelativePath="jabber_std.cpp"
- >
- </File>
- <File
- RelativePath="jabber_svc.cpp"
- >
- </File>
- <File
- RelativePath="jabber_thread.cpp"
- >
- </File>
- <File
- RelativePath="jabber_treelist.cpp"
- >
- </File>
- <File
- RelativePath="jabber_userinfo.cpp"
- >
- </File>
- <File
- RelativePath="jabber_util.cpp"
- >
- </File>
- <File
- RelativePath="jabber_vcard.cpp"
- >
- </File>
- <File
- RelativePath="jabber_ws.cpp"
- >
- </File>
- <File
- RelativePath="jabber_xml.cpp"
- >
- </File>
- <File
- RelativePath="jabber_xstatus.cpp"
- >
- </File>
- <File
- RelativePath="jabber_zstream.cpp"
- >
- </File>
- <File
- RelativePath="MString.cpp"
- >
- </File>
- <File
- RelativePath="ui_utils.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath="jabber.h"
- >
- </File>
- <File
- RelativePath="jabber_byte.h"
- >
- </File>
- <File
- RelativePath="jabber_caps.h"
- >
- </File>
- <File
- RelativePath=".\jabber_db_utils.h"
- >
- </File>
- <File
- RelativePath="jabber_disco.h"
- >
- </File>
- <File
- RelativePath="jabber_ibb.h"
- >
- </File>
- <File
- RelativePath="jabber_iq.h"
- >
- </File>
- <File
- RelativePath="jabber_list.h"
- >
- </File>
- <File
- RelativePath="jabber_message_manager.h"
- >
- </File>
- <File
- RelativePath="jabber_notes.h"
- >
- </File>
- <File
- RelativePath="jabber_opttree.h"
- >
- </File>
- <File
- RelativePath="jabber_presence_manager.h"
- >
- </File>
- <File
- RelativePath="jabber_privacy.h"
- >
- </File>
- <File
- RelativePath="jabber_proto.h"
- >
- </File>
- <File
- RelativePath="jabber_proxy.h"
- >
- </File>
- <File
- RelativePath="jabber_rc.h"
- >
- </File>
- <File
- RelativePath="jabber_search.h"
- >
- </File>
- <File
- RelativePath="jabber_secur.h"
- >
- </File>
- <File
- RelativePath="jabber_send_manager.h"
- >
- </File>
- <File
- RelativePath="jabber_xml.h"
- >
- </File>
- <File
- RelativePath="MString.h"
- >
- </File>
- <File
- RelativePath="resource.h"
- >
- </File>
- <File
- RelativePath="ui_utils.h"
- >
- </File>
- <File
- RelativePath="version.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
- >
- <File
- RelativePath="icos\add2roster.ico"
- >
- </File>
- <File
- RelativePath="icos\addcontact.ico"
- >
- </File>
- <File
- RelativePath="icos\arrow_down.ico"
- >
- </File>
- <File
- RelativePath="icos\arrow_up.ico"
- >
- </File>
- <File
- RelativePath="icos\auth_revoke.ico"
- >
- </File>
- <File
- RelativePath="icos\bookmarks.ico"
- >
- </File>
- <File
- RelativePath="icos\command.ico"
- >
- </File>
- <File
- RelativePath="icos\console.ico"
- >
- </File>
- <File
- RelativePath="icos\delete.ico"
- >
- </File>
- <File
- RelativePath="icos\disco_fail.ico"
- >
- </File>
- <File
- RelativePath="icos\disco_in_progress.ico"
- >
- </File>
- <File
- RelativePath="icos\disco_ok.ico"
- >
- </File>
- <File
- RelativePath="icos\filter.ico"
- >
- </File>
- <File
- RelativePath="icos\go.ico"
- >
- </File>
- <File
- RelativePath="icos\grant.ico"
- >
- </File>
- <File
- RelativePath="icos\group.ico"
- >
- </File>
- <File
- RelativePath="icos\home.ico"
- >
- </File>
- <File
- RelativePath="icos\jabber.ico"
- >
- </File>
- <File
- RelativePath="jabber.rc"
- >
- </File>
- <File
- RelativePath="icos\key.ico"
- >
- </File>
- <File
- RelativePath="icos\login.ico"
- >
- </File>
- <File
- RelativePath="icos\message_allow.ico"
- >
- </File>
- <File
- RelativePath="icos\message_deny.ico"
- >
- </File>
- <File
- RelativePath="icos\notes.ico"
- >
- </File>
- <File
- RelativePath="icos\open.ico"
- >
- </File>
- <File
- RelativePath="icos\openid.ico"
- >
- </File>
- <File
- RelativePath="icos\pages.ico"
- >
- </File>
- <File
- RelativePath="icos\plist_active.ico"
- >
- </File>
- <File
- RelativePath="icos\plist_any.ico"
- >
- </File>
- <File
- RelativePath="icos\plist_default.ico"
- >
- </File>
- <File
- RelativePath="icos\presence_in_allow.ico"
- >
- </File>
- <File
- RelativePath="icos\presence_in_deny.ico"
- >
- </File>
- <File
- RelativePath="icos\presence_out_allow.ico"
- >
- </File>
- <File
- RelativePath="icos\presence_out_deny.ico"
- >
- </File>
- <File
- RelativePath="icos\privacy_lists.ico"
- >
- </File>
- <File
- RelativePath="icos\query_allow.ico"
- >
- </File>
- <File
- RelativePath="icos\query_deny.ico"
- >
- </File>
- <File
- RelativePath="icos\refresh.ico"
- >
- </File>
- <File
- RelativePath="icos\refresh_node.ico"
- >
- </File>
- <File
- RelativePath="icos\rename.ico"
- >
- </File>
- <File
- RelativePath="icos\request.ico"
- >
- </File>
- <File
- RelativePath="icos\reset_filter.ico"
- >
- </File>
- <File
- RelativePath="icos\roster.ico"
- >
- </File>
- <File
- RelativePath="icos\rss.ico"
- >
- </File>
- <File
- RelativePath="icos\save.ico"
- >
- </File>
- <File
- RelativePath="icos\send_note.ico"
- >
- </File>
- <File
- RelativePath="icos\server.ico"
- >
- </File>
- <File
- RelativePath="icos\service_discovery.ico"
- >
- </File>
- <File
- RelativePath="icos\store.ico"
- >
- </File>
- <File
- RelativePath="icos\transport.ico"
- >
- </File>
- <File
- RelativePath="icos\transport_local.ico"
- >
- </File>
- <File
- RelativePath="icos\user2room.ico"
- >
- </File>
- <File
- RelativePath="version.rc"
- >
- </File>
- <File
- RelativePath="icos\view_as_list.ico"
- >
- </File>
- <File
- RelativePath="icos\view_as_tree.ico"
- >
- </File>
- <File
- RelativePath="icos\weather.ico"
- >
- </File>
- </Filter>
- <File
- RelativePath="docs\changelog_jabber.txt"
- >
- </File>
- <File
- RelativePath="docs\readme_jabber.txt"
- >
- </File>
- <File
- RelativePath="docs\translation_jabber.txt"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/protocols/MRA/Mra.vcproj b/protocols/MRA/Mra.vcproj deleted file mode 100644 index dd50bffc3c..0000000000 --- a/protocols/MRA/Mra.vcproj +++ /dev/null @@ -1,1209 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9,00"
- Name="Mra"
- ProjectGUID="{EE182018-5D3D-43F3-955F-7B5AB0BE2FCA}"
- RootNamespace="Mra"
- Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="Debug"
- IntermediateDirectory="Debug"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="copy "C:\Documents and Settings\Rozhuk_IM\Мои документы\Programmer\VC\Mra\Debug\Mra.dll" "C:\Documents and Settings\Rozhuk_IM\Мои документы\Programmer\VC\MirandaIM\x32\Plugins\Mra.dll"
"
- Outputs="w"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MRA_EXPORTS"
- StringPooling="true"
- MinimalRebuild="true"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
- BufferSecurityCheck="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderThrough=""
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="4"
- CompileAs="2"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="Crypt32.lib shlwapi.lib Ws2_32.lib mswsock.lib"
- OutputFile="$(OutDir)/Mra.dll"
- LinkIncremental="2"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'"
- IgnoreAllDefaultLibraries="false"
- IgnoreDefaultLibraryNames="msvcrtd.lib"
- ModuleDefinitionFile="MRA.def"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(OutDir)/Mra.pdb"
- SubSystem="2"
- OptimizeReferences="1"
- EnableCOMDATFolding="1"
- OptimizeForWindows98="0"
- ResourceOnlyDLL="false"
- SetChecksum="false"
- RandomizedBaseAddress="1"
- FixedBaseAddress="1"
- DataExecutionPrevention="2"
- ImportLibrary="$(OutDir)/Mra.lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- ExcludedFromBuild="false"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory="$(PlatformName)\$(ConfigurationName)"
- IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="copy "C:\Documents and Settings\Rozhuk_IM\Мои документы\Programmer\VC\Mra\x64\Debug\Mra.dll" "C:\Documents and Settings\Rozhuk_IM\Мои документы\Programmer\VC\MirandaIM\x64\Plugins\Mra.dll"
"
- Outputs="w"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN64;_DEBUG;_WINDOWS;_USRDLL;MRA_EXPORTS"
- StringPooling="true"
- MinimalRebuild="true"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
- BufferSecurityCheck="true"
- UsePrecompiledHeader="0"
- PrecompiledHeaderThrough=""
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- CompileAs="2"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="shlwapi.lib Ws2_32.lib mswsock.lib"
- OutputFile="$(OutDir)/Mra.dll"
- LinkIncremental="2"
- GenerateManifest="false"
- AdditionalManifestDependencies=""
- IgnoreAllDefaultLibraries="false"
- IgnoreDefaultLibraryNames="msvcrtd.lib"
- ModuleDefinitionFile="MRA.def"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(OutDir)/Mra.pdb"
- SubSystem="2"
- OptimizeReferences="1"
- EnableCOMDATFolding="1"
- OptimizeForWindows98="0"
- ResourceOnlyDLL="false"
- SetChecksum="false"
- RandomizedBaseAddress="1"
- FixedBaseAddress="1"
- DataExecutionPrevention="2"
- ImportLibrary="$(OutDir)/Mra.lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- ExcludedFromBuild="false"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="Release"
- IntermediateDirectory="Release"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="!release.cmd
"
- Outputs="w"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="false"
- FavorSizeOrSpeed="2"
- EnableFiberSafeOptimizations="true"
- WholeProgramOptimization="false"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MRA_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- BasicRuntimeChecks="0"
- RuntimeLibrary="0"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="false"
- EnableEnhancedInstructionSet="1"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- UseLibraryDependencyInputs="false"
- AdditionalDependencies="shlwapi.lib Ws2_32.lib mswsock.lib"
- OutputFile="$(OutDir)/Mra.dll"
- LinkIncremental="0"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'"
- IgnoreAllDefaultLibraries="true"
- IgnoreDefaultLibraryNames=""
- ModuleDefinitionFile="MRA.def"
- AddModuleNamesToAssembly=""
- AssemblyLinkResource=""
- GenerateDebugInformation="false"
- GenerateMapFile="true"
- MapFileName="$(OutDir)\mra.map"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="0"
- LinkTimeCodeGeneration="0"
- EntryPointSymbol=""
- ResourceOnlyDLL="true"
- SetChecksum="true"
- RandomizedBaseAddress="2"
- FixedBaseAddress="1"
- DataExecutionPrevention="2"
- ImportLibrary="$(OutDir)/Mra.lib"
- TargetMachine="1"
- CLRThreadAttribute="0"
- CLRImageType="0"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory="$(PlatformName)\$(ConfigurationName)"
- IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="!releasex64.cmd
"
- Outputs="w"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="false"
- FavorSizeOrSpeed="2"
- EnableFiberSafeOptimizations="true"
- WholeProgramOptimization="false"
- PreprocessorDefinitions="WIN64;NDEBUG;_WINDOWS;_USRDLL;MRA_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- BasicRuntimeChecks="0"
- RuntimeLibrary="0"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="false"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- UseLibraryDependencyInputs="false"
- AdditionalDependencies="shlwapi.lib Ws2_32.lib mswsock.lib runtmchk.lib"
- OutputFile="$(OutDir)/Mra.dll"
- LinkIncremental="0"
- GenerateManifest="false"
- AdditionalManifestDependencies=""
- IgnoreAllDefaultLibraries="true"
- IgnoreDefaultLibraryNames=""
- ModuleDefinitionFile="MRA.def"
- AddModuleNamesToAssembly=""
- AssemblyLinkResource=""
- GenerateDebugInformation="false"
- GenerateMapFile="true"
- MapFileName="$(OutDir)\mra.map"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="0"
- LinkTimeCodeGeneration="0"
- EntryPointSymbol=""
- ResourceOnlyDLL="true"
- SetChecksum="true"
- RandomizedBaseAddress="2"
- FixedBaseAddress="1"
- DataExecutionPrevention="2"
- ImportLibrary="$(OutDir)/Mra.lib"
- TargetMachine="17"
- CLRThreadAttribute="0"
- CLRImageType="0"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release - dbg|Win32"
- OutputDirectory="$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="copy "C:\Documents and Settings\Rozhuk_IM\Мои документы\Programmer\VC\Mra\Release - dbg\Mra.dll" "C:\Documents and Settings\Rozhuk_IM\Мои документы\Programmer\VC\MirandaIM\x32\Plugins\Mra.dll"
"
- Outputs="w"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- InlineFunctionExpansion="0"
- EnableIntrinsicFunctions="false"
- FavorSizeOrSpeed="2"
- EnableFiberSafeOptimizations="true"
- WholeProgramOptimization="false"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MRA_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- BasicRuntimeChecks="0"
- RuntimeLibrary="0"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="false"
- EnableEnhancedInstructionSet="1"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- UseLibraryDependencyInputs="false"
- AdditionalDependencies="shlwapi.lib Ws2_32.lib mswsock.lib"
- OutputFile="$(OutDir)/Mra.dll"
- LinkIncremental="0"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'"
- IgnoreAllDefaultLibraries="true"
- IgnoreDefaultLibraryNames=""
- ModuleDefinitionFile="MRA.def"
- AddModuleNamesToAssembly=""
- AssemblyLinkResource=""
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName="$(OutDir)\mra.map"
- SubSystem="2"
- OptimizeReferences="0"
- EnableCOMDATFolding="0"
- OptimizeForWindows98="0"
- LinkTimeCodeGeneration="0"
- EntryPointSymbol=""
- ResourceOnlyDLL="true"
- SetChecksum="true"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="2"
- ImportLibrary="$(OutDir)/Mra.lib"
- TargetMachine="1"
- CLRThreadAttribute="0"
- CLRImageType="0"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release - dbg|x64"
- OutputDirectory="$(PlatformName)\$(ConfigurationName)"
- IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="copy "C:\Documents and Settings\Rozhuk_IM\Мои документы\Programmer\VC\Mra\x64\Release - dbg\Mra.dll" "C:\Documents and Settings\Rozhuk_IM\Мои документы\Programmer\VC\MirandaIM\x64\Plugins\Mra.dll"
"
- Outputs="w"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- InlineFunctionExpansion="0"
- EnableIntrinsicFunctions="false"
- FavorSizeOrSpeed="0"
- EnableFiberSafeOptimizations="false"
- WholeProgramOptimization="false"
- PreprocessorDefinitions="WIN64;REL_DEB;NDEBUG;_WINDOWS;_USRDLL;MRA_EXPORTS"
- StringPooling="true"
- MinimalRebuild="true"
- ExceptionHandling="0"
- BasicRuntimeChecks="0"
- RuntimeLibrary="0"
- BufferSecurityCheck="true"
- EnableFunctionLevelLinking="false"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- UseLibraryDependencyInputs="false"
- AdditionalDependencies="shlwapi.lib Ws2_32.lib mswsock.lib runtmchk.lib"
- OutputFile="$(OutDir)/Mra.dll"
- LinkIncremental="1"
- GenerateManifest="false"
- AdditionalManifestDependencies=""
- IgnoreAllDefaultLibraries="true"
- IgnoreDefaultLibraryNames=""
- ModuleDefinitionFile="MRA.def"
- AddModuleNamesToAssembly=""
- AssemblyLinkResource=""
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName="$(OutDir)\mra.map"
- SubSystem="2"
- OptimizeReferences="1"
- EnableCOMDATFolding="1"
- OptimizeForWindows98="0"
- LinkTimeCodeGeneration="0"
- EntryPointSymbol=""
- ResourceOnlyDLL="false"
- SetChecksum="false"
- RandomizedBaseAddress="2"
- FixedBaseAddress="1"
- DataExecutionPrevention="2"
- ImportLibrary="$(OutDir)/Mra.lib"
- TargetMachine="17"
- CLRThreadAttribute="0"
- CLRImageType="0"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
- >
- <File
- RelativePath="Mra.cpp"
- >
- </File>
- <File
- RelativePath="Mra_functions.cpp"
- >
- </File>
- <File
- RelativePath="Mra_options.cpp"
- >
- </File>
- <File
- RelativePath="Mra_proto.cpp"
- >
- </File>
- <File
- RelativePath="Mra_svcs.cpp"
- >
- </File>
- <File
- RelativePath="MraAdvancedSearch.cpp"
- >
- </File>
- <File
- RelativePath="MraAntiSpam.cpp"
- >
- </File>
- <File
- RelativePath="MraAvatars.cpp"
- >
- </File>
- <File
- RelativePath=".\MraChat.cpp"
- >
- </File>
- <File
- RelativePath="MraFilesQueue.cpp"
- >
- </File>
- <File
- RelativePath="MraIcons.cpp"
- >
- </File>
- <File
- RelativePath="MraMPop.cpp"
- >
- </File>
- <File
- RelativePath="MraMRIMProxy.cpp"
- >
- </File>
- <File
- RelativePath="MraOfflineMsg.cpp"
- >
- </File>
- <File
- RelativePath="MraPopUp.cpp"
- >
- </File>
- <File
- RelativePath="MraRTFMsg.cpp"
- >
- </File>
- <File
- RelativePath="MraSelectEMail.cpp"
- >
- </File>
- <File
- RelativePath="MraSendCommand.cpp"
- >
- </File>
- <File
- RelativePath="MraSendQueue.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc"
- >
- <File
- RelativePath="MRA.def"
- >
- </File>
- <File
- RelativePath="Mra.h"
- >
- </File>
- <File
- RelativePath="MraAntiSpam.h"
- >
- </File>
- <File
- RelativePath="MraAvatars.h"
- >
- </File>
- <File
- RelativePath=".\MraChat.h"
- >
- </File>
- <File
- RelativePath="MraConstans.h"
- >
- </File>
- <File
- RelativePath="MraFilesQueue.h"
- >
- </File>
- <File
- RelativePath="MraIcons.h"
- >
- </File>
- <File
- RelativePath="MraMPop.h"
- >
- </File>
- <File
- RelativePath="MraMRIMProxy.h"
- >
- </File>
- <File
- RelativePath="MraOfflineMsg.h"
- >
- </File>
- <File
- RelativePath="MraPlaces.h"
- >
- </File>
- <File
- RelativePath="MraPopUp.h"
- >
- </File>
- <File
- RelativePath="MraRTFMsg.h"
- >
- </File>
- <File
- RelativePath="MraSelectEMail.h"
- >
- </File>
- <File
- RelativePath="MraSendCommand.h"
- >
- </File>
- <File
- RelativePath="MraSendQueue.h"
- >
- </File>
- <File
- RelativePath="proto.h"
- >
- </File>
- <File
- RelativePath="resource.h"
- >
- </File>
- <Filter
- Name="Miranda"
- >
- <File
- RelativePath="..\!Clases\include\Miranda\m_avatars.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\Miranda\m_clist.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\Miranda\m_clui.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\Miranda\m_cluiframes.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\Miranda\m_contactdir.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\Miranda\m_contacts.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\Miranda\m_database.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\Miranda\m_email.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\Miranda\m_extraicons.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\Miranda\m_findadd.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\Miranda\m_folders.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\Miranda\m_fuse.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\Miranda\m_icolib.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\Miranda\m_ignore.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\Miranda\m_langpack.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\Miranda\m_music.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\Miranda\m_netlib.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\Miranda\m_nudge.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\Miranda\m_options.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\Miranda\m_plugins.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\Miranda\m_popup.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\Miranda\m_proto_listeningto.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\Miranda\m_protocols.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\Miranda\m_protomod.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\Miranda\m_protosvc.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\Miranda\m_system.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\Miranda\m_updater.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\Miranda\m_url.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\Miranda\m_userinfo.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\Miranda\m_utils.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\Miranda\newpluginapi.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\Miranda\statusmodes.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\Miranda\win2k.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Functions"
- >
- <File
- RelativePath="..\!Clases\include\Base64.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\BuffToLowerCase.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\DebugFunctions.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\FIFOMT.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\InternetTime.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\ListMT.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\minicrt\memfuncs.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\MemoryCompare.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\MemoryFind.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\MemoryFindByte.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\minicrt\minicrt.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\RC4.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\SHA1.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\SocketFunctions.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\StrHexToNum.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\StrToNum.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\SystemHeaders.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\zconf.h"
- >
- </File>
- <File
- RelativePath="..\!Clases\include\zlib.h"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
- >
- <File
- RelativePath=".\Icons\Alarm.ico"
- >
- </File>
- <File
- RelativePath="Icons\answers.ico"
- >
- </File>
- <File
- RelativePath=".\Icons\AuthGrant.ico"
- >
- </File>
- <File
- RelativePath=".\Icons\AuthReguest.ico"
- >
- </File>
- <File
- RelativePath=".\Icons\Bagz.ico"
- >
- </File>
- <File
- RelativePath=".\Icons\Blogs.ico"
- >
- </File>
- <File
- RelativePath=".\Icons\BlogStatus.ico"
- >
- </File>
- <File
- RelativePath=".\Icons\Chat.ico"
- >
- </File>
- <File
- RelativePath=".\Icons\icon2.ico"
- >
- </File>
- <File
- RelativePath=".\Icons\Info.ico"
- >
- </File>
- <File
- RelativePath=".\Icons\Magent.ico"
- >
- </File>
- <File
- RelativePath=".\Icons\Mail.ico"
- >
- </File>
- <File
- RelativePath=".\Icons\MailNotify.ico"
- >
- </File>
- <File
- RelativePath="MraIconAlarm.ico"
- >
- </File>
- <File
- RelativePath="MraIconAuthGrant.ico"
- >
- </File>
- <File
- RelativePath="MraIconAuthReguest.ico"
- >
- </File>
- <File
- RelativePath="MraIconBagz.ico"
- >
- </File>
- <File
- RelativePath="MraIconBlogs.ico"
- >
- </File>
- <File
- RelativePath="MraIconChat.ico"
- >
- </File>
- <File
- RelativePath="MraIconDeleted.ico"
- >
- </File>
- <File
- RelativePath="MraIconInfo.ico"
- >
- </File>
- <File
- RelativePath="MraIconMagent.ico"
- >
- </File>
- <File
- RelativePath="MraIconMail.ico"
- >
- </File>
- <File
- RelativePath="MraIconMailNotify.ico"
- >
- </File>
- <File
- RelativePath="MraIconPhone.ico"
- >
- </File>
- <File
- RelativePath="MraIconPhoto.ico"
- >
- </File>
- <File
- RelativePath="MraIconPostCards.ico"
- >
- </File>
- <File
- RelativePath="MraIconSMS.ico"
- >
- </File>
- <File
- RelativePath="MraIconWebSearch.ico"
- >
- </File>
- <File
- RelativePath="Icons\my world.ico"
- >
- </File>
- <File
- RelativePath=".\Icons\Phone.ico"
- >
- </File>
- <File
- RelativePath=".\Icons\Photo.ico"
- >
- </File>
- <File
- RelativePath=".\Icons\PostCards.ico"
- >
- </File>
- <File
- RelativePath="resource.rc"
- >
- </File>
- <File
- RelativePath="Icons\video.ico"
- >
- </File>
- <File
- RelativePath=".\Icons\WebSearch.ico"
- >
- </File>
- </Filter>
- <File
- RelativePath=".\langpack_MRA_russian.txt"
- >
- </File>
- <File
- RelativePath="Readme_MRA.txt"
- >
- </File>
- <File
- RelativePath="TODO.txt"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/protocols/MSN/msn.dep b/protocols/MSN/msn.dep deleted file mode 100644 index 55082973e9..0000000000 --- a/protocols/MSN/msn.dep +++ /dev/null @@ -1,127 +0,0 @@ -# Microsoft Developer Studio Generated Dependency File, included by msn.mak
-
-.\des.c : \
- ".\des.h"\
-
-
-.\ezxml.c : \
- ".\ezxml.h"\
-
-
-.\msn.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\ezxml.h"\
- ".\msn_global.h"\
- ".\sdk\m_folders.h"\
- ".\sdk\m_metacontacts.h"\
- ".\sdk\m_proto_listeningto.h"\
- ".\version.h"\
-
-
-.\msn_auth.cpp : \
- ".\des.h"\
-
-
-.\msn_chat.cpp : \
- "..\..\include\m_history.h"\
-
-
-.\msn_links.cpp : \
- "..\..\include\m_addcontact.h"\
- ".\sdk\m_assocmgr.h"\
-
-
-.\msn_lists.cpp : \
- ".\sdk\m_smileyadd.h"\
-
-
-.\msn_misc.cpp : \
- ".\version.h"\
-
-
-.\msn_natdetect.cpp : \
- ".\sdk\icftypes.h"\
- ".\sdk\netfw.h"\
-
-
-.\msn_p2p.cpp : \
- ".\sdk\m_smileyadd.h"\
-
-
-.\msn_proto.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_chat.h"\
- "..\..\include\m_clc.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clui.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_icolib.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\ezxml.h"\
- ".\msn_global.h"\
- ".\msn_proto.h"\
- ".\sdk\m_folders.h"\
- ".\sdk\m_metacontacts.h"\
- ".\sdk\m_proto_listeningto.h"\
-
-
-.\resource.rc : \
- ".\Icos\inbox.ico"\
- ".\Icos\invite.ico"\
- ".\Icos\list_al.ico"\
- ".\Icos\list_bl.ico"\
- ".\Icos\list_fl.ico"\
- ".\Icos\list_rl.ico"\
- ".\Icos\msn.ico"\
- ".\Icos\msnblock.ico"\
- ".\Icos\netmeeting.ico"\
- ".\Icos\profile.ico"\
- ".\Icos\services.ico"\
- ".\msn.rc"\
- ".\version.h"\
- ".\version.rc"\
-
diff --git a/protocols/MSN/msn.dsp b/protocols/MSN/msn.dsp deleted file mode 100644 index e0e8a5c678..0000000000 --- a/protocols/MSN/msn.dsp +++ /dev/null @@ -1,444 +0,0 @@ -# Microsoft Developer Studio Project File - Name="msn" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-CFG=msn - Win32 Debug Unicode
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "msn.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "msn.mak" CFG="msn - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "msn - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "msn - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "msn - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "msn - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 1
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MSN_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /G4 /MD /W3 /Zi /O1 /Oy /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MSN_EXPORTS" /FAcs /FD /c
-# SUBTRACT CPP /Fr /YX /Yc /Yu
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "NDEBUG"
-# ADD RSC /l 0x809 /i "../../include" /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib comctl32.lib Rpcrt4.lib /nologo /base:"0x19000000" /dll /map /debug /machine:I386 /out:"../../bin/release/plugins/msn.dll" /filealign:512
-# SUBTRACT LINK32 /pdb:none /incremental:yes
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 1
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MSN_EXPORTS" /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /Gi /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MSN_EXPORTS" /FR /FD /GZ /c
-# SUBTRACT CPP /YX /Yc /Yu
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "_DEBUG"
-# ADD RSC /l 0x809 /i "../../include" /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib comctl32.lib Rpcrt4.lib /nologo /dll /debug /machine:I386 /out:"../../bin/debug/plugins/msn.dll" /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none /incremental:no
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "msn___Win32_Release_Unicode"
-# PROP BASE Intermediate_Dir "msn___Win32_Release_Unicode"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir ".\Release_Unicode"
-# PROP Intermediate_Dir ".\Release_Unicode"
-# PROP Ignore_Export_Lib 1
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MD /W3 /Zi /O1 /Oy /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MSN_EXPORTS" /FAcs /Yu"msn_global.h" /FD /c
-# SUBTRACT BASE CPP /Fr
-# ADD CPP /nologo /MD /W3 /Zi /O1 /Oy /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "MSN_EXPORTS" /FAcs /Yu"msn_global.h" /FD /c
-# SUBTRACT CPP /Fr
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "NDEBUG"
-# ADD RSC /l 0x809 /i "../../include" /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib comctl32.lib Rpcrt4.lib /nologo /base:"0x19000000" /dll /map /debug /machine:I386 /out:"../../bin/release/plugins/msn.dll" /filealign:512
-# SUBTRACT BASE LINK32 /pdb:none /incremental:yes
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib comctl32.lib Rpcrt4.lib /nologo /base:"0x19000000" /dll /map /debug /machine:I386 /out:"../../bin/Release Unicode/plugins/msn.dll" /filealign:512
-# SUBTRACT LINK32 /pdb:none /incremental:yes
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "msn___Win32_Debug_Unicode"
-# PROP BASE Intermediate_Dir "msn___Win32_Debug_Unicode"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "./Debug_Unicode"
-# PROP Intermediate_Dir "./Debug_Unicode"
-# PROP Ignore_Export_Lib 1
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MDd /W3 /Gm /Gi /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MSN_EXPORTS" /FR /Yu"msn_global.h" /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /Gi /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "MSN_EXPORTS" /FR /Yu"msn_global.h" /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "_DEBUG"
-# ADD RSC /l 0x809 /i "../../include" /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib comctl32.lib Rpcrt4.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"../../bin/debug/plugins/msn.dll" /pdbtype:sept
-# SUBTRACT BASE LINK32 /pdb:none
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib comctl32.lib Rpcrt4.lib /nologo /dll /debug /machine:I386 /out:"../../bin/Debug Unicode/plugins/msn.dll" /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none /incremental:no
-
-!ENDIF
-
-# Begin Target
-
-# Name "msn - Win32 Release"
-# Name "msn - Win32 Debug"
-# Name "msn - Win32 Release Unicode"
-# Name "msn - Win32 Debug Unicode"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=.\des.c
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-# SUBTRACT CPP /YX /Yc /Yu
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-# SUBTRACT CPP /YX /Yc /Yu
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\ezxml.c
-# SUBTRACT CPP /YX /Yc /Yu
-# End Source File
-# Begin Source File
-
-SOURCE=.\msn.cpp
-# ADD CPP /Yc"msn_global.h"
-# End Source File
-# Begin Source File
-
-SOURCE=.\msn_auth.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\msn_chat.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\msn_commands.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\msn_contact.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\msn_errors.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\msn_ftold.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\msn_global.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\msn_http.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\msn_libstr.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\msn_links.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\msn_lists.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\msn_mail.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\msn_menu.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\msn_mime.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\msn_misc.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\msn_msgqueue.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\msn_msgsplit.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\msn_natdetect.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\msn_opts.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\msn_p2p.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\msn_p2ps.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\msn_proto.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\msn_soapab.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\msn_soapstore.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\msn_srv.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\msn_ssl.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\msn_std.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\msn_svcs.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\msn_switchboard.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\msn_threads.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\msn_useropts.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\msn_ws.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\version.h
-# End Source File
-# End Group
-# Begin Group "Miranda Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=..\..\SDK\headers_c\m_clist.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\SDK\headers_c\m_database.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\SDK\headers_c\m_langpack.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\SDK\headers_c\m_netlib.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\SDK\headers_c\m_options.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\SDK\headers_c\m_plugins.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\SDK\headers_c\m_popup.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\SDK\headers_c\m_protocols.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\SDK\headers_c\m_protomod.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\SDK\headers_c\m_protosvc.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\SDK\headers_c\m_skin.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\SDK\headers_c\m_system.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\SDK\headers_c\m_utils.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\SDK\headers_c\newpluginapi.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\SDK\headers_c\statusmodes.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# Begin Source File
-
-SOURCE=.\Icos\avatar.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\Icos\inbox.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\Icos\invite.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\Icos\list_al.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\Icos\list_bl.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\Icos\list_fl.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\Icos\list_rl.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\Icos\msn.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\Icos\msnblock.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\Icos\netmeeting.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\Icos\profile.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\resource.rc
-# End Source File
-# Begin Source File
-
-SOURCE=.\Icos\services.ico
-# End Source File
-# End Group
-# End Target
-# End Project
diff --git a/protocols/MSN/msn.dsw b/protocols/MSN/msn.dsw deleted file mode 100644 index b254a0b11d..0000000000 --- a/protocols/MSN/msn.dsw +++ /dev/null @@ -1,33 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-
-###############################################################################
-
-Project: "msn"=.\msn.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
- begin source code control
- "$/Miranda/miranda/protocols/MSN", MODAAAAA
- .
- end source code control
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
-
diff --git a/protocols/MSN/msn.mak b/protocols/MSN/msn.mak deleted file mode 100644 index 995514da71..0000000000 --- a/protocols/MSN/msn.mak +++ /dev/null @@ -1,1666 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on msn.dsp
-!IF "$(CFG)" == ""
-CFG=msn - Win32 Release Unicode
-!MESSAGE No configuration specified. Defaulting to msn - Win32 Release Unicode.
-!ENDIF
-
-!IF "$(CFG)" != "msn - Win32 Release" && "$(CFG)" != "msn - Win32 Debug" && "$(CFG)" != "msn - Win32 Release Unicode" && "$(CFG)" != "msn - Win32 Debug Unicode"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "msn.mak" CFG="msn - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "msn - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "msn - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "msn - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "msn - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-!ERROR An invalid configuration is specified.
-!ENDIF
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE
-NULL=nul
-!ENDIF
-
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-OUTDIR=.\Release
-INTDIR=.\Release
-# Begin Custom Macros
-OutDir=.\Release
-# End Custom Macros
-
-ALL : "..\..\bin\release\plugins\msn.dll" "$(OUTDIR)\msn.pch"
-
-
-CLEAN :
- -@erase "$(INTDIR)\des.obj"
- -@erase "$(INTDIR)\ezxml.obj"
- -@erase "$(INTDIR)\msn.obj"
- -@erase "$(INTDIR)\msn.pch"
- -@erase "$(INTDIR)\msn_auth.obj"
- -@erase "$(INTDIR)\msn_chat.obj"
- -@erase "$(INTDIR)\msn_commands.obj"
- -@erase "$(INTDIR)\msn_contact.obj"
- -@erase "$(INTDIR)\msn_errors.obj"
- -@erase "$(INTDIR)\msn_ftold.obj"
- -@erase "$(INTDIR)\msn_http.obj"
- -@erase "$(INTDIR)\msn_libstr.obj"
- -@erase "$(INTDIR)\msn_links.obj"
- -@erase "$(INTDIR)\msn_lists.obj"
- -@erase "$(INTDIR)\msn_mail.obj"
- -@erase "$(INTDIR)\msn_menu.obj"
- -@erase "$(INTDIR)\msn_mime.obj"
- -@erase "$(INTDIR)\msn_misc.obj"
- -@erase "$(INTDIR)\msn_msgqueue.obj"
- -@erase "$(INTDIR)\msn_msgsplit.obj"
- -@erase "$(INTDIR)\msn_natdetect.obj"
- -@erase "$(INTDIR)\msn_opts.obj"
- -@erase "$(INTDIR)\msn_p2p.obj"
- -@erase "$(INTDIR)\msn_p2ps.obj"
- -@erase "$(INTDIR)\msn_proto.obj"
- -@erase "$(INTDIR)\msn_soapab.obj"
- -@erase "$(INTDIR)\msn_soapstore.obj"
- -@erase "$(INTDIR)\msn_srv.obj"
- -@erase "$(INTDIR)\msn_ssl.obj"
- -@erase "$(INTDIR)\msn_std.obj"
- -@erase "$(INTDIR)\msn_svcs.obj"
- -@erase "$(INTDIR)\msn_switchboard.obj"
- -@erase "$(INTDIR)\msn_threads.obj"
- -@erase "$(INTDIR)\msn_useropts.obj"
- -@erase "$(INTDIR)\msn_ws.obj"
- -@erase "$(INTDIR)\resource.res"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\msn.exp"
- -@erase "$(OUTDIR)\msn.map"
- -@erase "$(OUTDIR)\msn.pdb"
- -@erase "..\..\bin\release\plugins\msn.dll"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP_PROJ=/nologo /MD /W3 /Zi /O1 /Oy /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MSN_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
-RSC_PROJ=/l 0x809 /fo"$(INTDIR)\resource.res" /i "../../include" /d "NDEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\msn.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib comctl32.lib Rpcrt4.lib /nologo /base:"0x19000000" /dll /incremental:no /pdb:"$(OUTDIR)\msn.pdb" /map:"$(INTDIR)\msn.map" /debug /machine:I386 /out:"../../bin/release/plugins/msn.dll" /implib:"$(OUTDIR)\msn.lib" /filealign:512
-LINK32_OBJS= \
- "$(INTDIR)\des.obj" \
- "$(INTDIR)\ezxml.obj" \
- "$(INTDIR)\msn.obj" \
- "$(INTDIR)\msn_auth.obj" \
- "$(INTDIR)\msn_chat.obj" \
- "$(INTDIR)\msn_commands.obj" \
- "$(INTDIR)\msn_contact.obj" \
- "$(INTDIR)\msn_errors.obj" \
- "$(INTDIR)\msn_ftold.obj" \
- "$(INTDIR)\msn_http.obj" \
- "$(INTDIR)\msn_libstr.obj" \
- "$(INTDIR)\msn_links.obj" \
- "$(INTDIR)\msn_lists.obj" \
- "$(INTDIR)\msn_mail.obj" \
- "$(INTDIR)\msn_menu.obj" \
- "$(INTDIR)\msn_mime.obj" \
- "$(INTDIR)\msn_misc.obj" \
- "$(INTDIR)\msn_msgqueue.obj" \
- "$(INTDIR)\msn_msgsplit.obj" \
- "$(INTDIR)\msn_natdetect.obj" \
- "$(INTDIR)\msn_opts.obj" \
- "$(INTDIR)\msn_p2p.obj" \
- "$(INTDIR)\msn_p2ps.obj" \
- "$(INTDIR)\msn_proto.obj" \
- "$(INTDIR)\msn_soapab.obj" \
- "$(INTDIR)\msn_soapstore.obj" \
- "$(INTDIR)\msn_srv.obj" \
- "$(INTDIR)\msn_ssl.obj" \
- "$(INTDIR)\msn_std.obj" \
- "$(INTDIR)\msn_svcs.obj" \
- "$(INTDIR)\msn_switchboard.obj" \
- "$(INTDIR)\msn_threads.obj" \
- "$(INTDIR)\msn_useropts.obj" \
- "$(INTDIR)\msn_ws.obj" \
- "$(INTDIR)\resource.res"
-
-"..\..\bin\release\plugins\msn.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-OUTDIR=.\Debug
-INTDIR=.\Debug
-# Begin Custom Macros
-OutDir=.\Debug
-# End Custom Macros
-
-ALL : "..\..\bin\debug\plugins\msn.dll" "$(OUTDIR)\msn.pch" "$(OUTDIR)\msn.bsc"
-
-
-CLEAN :
- -@erase "$(INTDIR)\des.obj"
- -@erase "$(INTDIR)\des.sbr"
- -@erase "$(INTDIR)\ezxml.obj"
- -@erase "$(INTDIR)\ezxml.sbr"
- -@erase "$(INTDIR)\msn.obj"
- -@erase "$(INTDIR)\msn.pch"
- -@erase "$(INTDIR)\msn.sbr"
- -@erase "$(INTDIR)\msn_auth.obj"
- -@erase "$(INTDIR)\msn_auth.sbr"
- -@erase "$(INTDIR)\msn_chat.obj"
- -@erase "$(INTDIR)\msn_chat.sbr"
- -@erase "$(INTDIR)\msn_commands.obj"
- -@erase "$(INTDIR)\msn_commands.sbr"
- -@erase "$(INTDIR)\msn_contact.obj"
- -@erase "$(INTDIR)\msn_contact.sbr"
- -@erase "$(INTDIR)\msn_errors.obj"
- -@erase "$(INTDIR)\msn_errors.sbr"
- -@erase "$(INTDIR)\msn_ftold.obj"
- -@erase "$(INTDIR)\msn_ftold.sbr"
- -@erase "$(INTDIR)\msn_http.obj"
- -@erase "$(INTDIR)\msn_http.sbr"
- -@erase "$(INTDIR)\msn_libstr.obj"
- -@erase "$(INTDIR)\msn_libstr.sbr"
- -@erase "$(INTDIR)\msn_links.obj"
- -@erase "$(INTDIR)\msn_links.sbr"
- -@erase "$(INTDIR)\msn_lists.obj"
- -@erase "$(INTDIR)\msn_lists.sbr"
- -@erase "$(INTDIR)\msn_mail.obj"
- -@erase "$(INTDIR)\msn_mail.sbr"
- -@erase "$(INTDIR)\msn_menu.obj"
- -@erase "$(INTDIR)\msn_menu.sbr"
- -@erase "$(INTDIR)\msn_mime.obj"
- -@erase "$(INTDIR)\msn_mime.sbr"
- -@erase "$(INTDIR)\msn_misc.obj"
- -@erase "$(INTDIR)\msn_misc.sbr"
- -@erase "$(INTDIR)\msn_msgqueue.obj"
- -@erase "$(INTDIR)\msn_msgqueue.sbr"
- -@erase "$(INTDIR)\msn_msgsplit.obj"
- -@erase "$(INTDIR)\msn_msgsplit.sbr"
- -@erase "$(INTDIR)\msn_natdetect.obj"
- -@erase "$(INTDIR)\msn_natdetect.sbr"
- -@erase "$(INTDIR)\msn_opts.obj"
- -@erase "$(INTDIR)\msn_opts.sbr"
- -@erase "$(INTDIR)\msn_p2p.obj"
- -@erase "$(INTDIR)\msn_p2p.sbr"
- -@erase "$(INTDIR)\msn_p2ps.obj"
- -@erase "$(INTDIR)\msn_p2ps.sbr"
- -@erase "$(INTDIR)\msn_proto.obj"
- -@erase "$(INTDIR)\msn_proto.sbr"
- -@erase "$(INTDIR)\msn_soapab.obj"
- -@erase "$(INTDIR)\msn_soapab.sbr"
- -@erase "$(INTDIR)\msn_soapstore.obj"
- -@erase "$(INTDIR)\msn_soapstore.sbr"
- -@erase "$(INTDIR)\msn_srv.obj"
- -@erase "$(INTDIR)\msn_srv.sbr"
- -@erase "$(INTDIR)\msn_ssl.obj"
- -@erase "$(INTDIR)\msn_ssl.sbr"
- -@erase "$(INTDIR)\msn_std.obj"
- -@erase "$(INTDIR)\msn_std.sbr"
- -@erase "$(INTDIR)\msn_svcs.obj"
- -@erase "$(INTDIR)\msn_svcs.sbr"
- -@erase "$(INTDIR)\msn_switchboard.obj"
- -@erase "$(INTDIR)\msn_switchboard.sbr"
- -@erase "$(INTDIR)\msn_threads.obj"
- -@erase "$(INTDIR)\msn_threads.sbr"
- -@erase "$(INTDIR)\msn_useropts.obj"
- -@erase "$(INTDIR)\msn_useropts.sbr"
- -@erase "$(INTDIR)\msn_ws.obj"
- -@erase "$(INTDIR)\msn_ws.sbr"
- -@erase "$(INTDIR)\resource.res"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\msn.bsc"
- -@erase "$(OUTDIR)\msn.exp"
- -@erase "$(OUTDIR)\msn.pdb"
- -@erase "..\..\bin\debug\plugins\msn.dll"
- -@erase "..\..\bin\debug\plugins\msn.ilk"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP_PROJ=/nologo /MDd /W3 /Gm /Gi /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MSN_EXPORTS" /FR"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
-RSC_PROJ=/l 0x809 /fo"$(INTDIR)\resource.res" /i "../../include" /d "_DEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\msn.bsc"
-BSC32_SBRS= \
- "$(INTDIR)\des.sbr" \
- "$(INTDIR)\ezxml.sbr" \
- "$(INTDIR)\msn.sbr" \
- "$(INTDIR)\msn_auth.sbr" \
- "$(INTDIR)\msn_chat.sbr" \
- "$(INTDIR)\msn_commands.sbr" \
- "$(INTDIR)\msn_contact.sbr" \
- "$(INTDIR)\msn_errors.sbr" \
- "$(INTDIR)\msn_ftold.sbr" \
- "$(INTDIR)\msn_http.sbr" \
- "$(INTDIR)\msn_libstr.sbr" \
- "$(INTDIR)\msn_links.sbr" \
- "$(INTDIR)\msn_lists.sbr" \
- "$(INTDIR)\msn_mail.sbr" \
- "$(INTDIR)\msn_menu.sbr" \
- "$(INTDIR)\msn_mime.sbr" \
- "$(INTDIR)\msn_misc.sbr" \
- "$(INTDIR)\msn_msgqueue.sbr" \
- "$(INTDIR)\msn_msgsplit.sbr" \
- "$(INTDIR)\msn_natdetect.sbr" \
- "$(INTDIR)\msn_opts.sbr" \
- "$(INTDIR)\msn_p2p.sbr" \
- "$(INTDIR)\msn_p2ps.sbr" \
- "$(INTDIR)\msn_proto.sbr" \
- "$(INTDIR)\msn_soapab.sbr" \
- "$(INTDIR)\msn_soapstore.sbr" \
- "$(INTDIR)\msn_srv.sbr" \
- "$(INTDIR)\msn_ssl.sbr" \
- "$(INTDIR)\msn_std.sbr" \
- "$(INTDIR)\msn_svcs.sbr" \
- "$(INTDIR)\msn_switchboard.sbr" \
- "$(INTDIR)\msn_threads.sbr" \
- "$(INTDIR)\msn_useropts.sbr" \
- "$(INTDIR)\msn_ws.sbr"
-
-"$(OUTDIR)\msn.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
- $(BSC32) @<<
- $(BSC32_FLAGS) $(BSC32_SBRS)
-<<
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib comctl32.lib Rpcrt4.lib /nologo /dll /incremental:yes /pdb:"$(OUTDIR)\msn.pdb" /debug /machine:I386 /out:"../../bin/debug/plugins/msn.dll" /implib:"$(OUTDIR)\msn.lib" /pdbtype:sept
-LINK32_OBJS= \
- "$(INTDIR)\des.obj" \
- "$(INTDIR)\ezxml.obj" \
- "$(INTDIR)\msn.obj" \
- "$(INTDIR)\msn_auth.obj" \
- "$(INTDIR)\msn_chat.obj" \
- "$(INTDIR)\msn_commands.obj" \
- "$(INTDIR)\msn_contact.obj" \
- "$(INTDIR)\msn_errors.obj" \
- "$(INTDIR)\msn_ftold.obj" \
- "$(INTDIR)\msn_http.obj" \
- "$(INTDIR)\msn_libstr.obj" \
- "$(INTDIR)\msn_links.obj" \
- "$(INTDIR)\msn_lists.obj" \
- "$(INTDIR)\msn_mail.obj" \
- "$(INTDIR)\msn_menu.obj" \
- "$(INTDIR)\msn_mime.obj" \
- "$(INTDIR)\msn_misc.obj" \
- "$(INTDIR)\msn_msgqueue.obj" \
- "$(INTDIR)\msn_msgsplit.obj" \
- "$(INTDIR)\msn_natdetect.obj" \
- "$(INTDIR)\msn_opts.obj" \
- "$(INTDIR)\msn_p2p.obj" \
- "$(INTDIR)\msn_p2ps.obj" \
- "$(INTDIR)\msn_proto.obj" \
- "$(INTDIR)\msn_soapab.obj" \
- "$(INTDIR)\msn_soapstore.obj" \
- "$(INTDIR)\msn_srv.obj" \
- "$(INTDIR)\msn_ssl.obj" \
- "$(INTDIR)\msn_std.obj" \
- "$(INTDIR)\msn_svcs.obj" \
- "$(INTDIR)\msn_switchboard.obj" \
- "$(INTDIR)\msn_threads.obj" \
- "$(INTDIR)\msn_useropts.obj" \
- "$(INTDIR)\msn_ws.obj" \
- "$(INTDIR)\resource.res"
-
-"..\..\bin\debug\plugins\msn.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-OUTDIR=.\Release_Unicode
-INTDIR=.\Release_Unicode
-
-ALL : "..\..\bin\Release Unicode\plugins\msn.dll"
-
-
-CLEAN :
- -@erase "$(INTDIR)\des.obj"
- -@erase "$(INTDIR)\ezxml.obj"
- -@erase "$(INTDIR)\msn.obj"
- -@erase "$(INTDIR)\msn.pch"
- -@erase "$(INTDIR)\msn_auth.obj"
- -@erase "$(INTDIR)\msn_chat.obj"
- -@erase "$(INTDIR)\msn_commands.obj"
- -@erase "$(INTDIR)\msn_contact.obj"
- -@erase "$(INTDIR)\msn_errors.obj"
- -@erase "$(INTDIR)\msn_ftold.obj"
- -@erase "$(INTDIR)\msn_http.obj"
- -@erase "$(INTDIR)\msn_libstr.obj"
- -@erase "$(INTDIR)\msn_links.obj"
- -@erase "$(INTDIR)\msn_lists.obj"
- -@erase "$(INTDIR)\msn_mail.obj"
- -@erase "$(INTDIR)\msn_menu.obj"
- -@erase "$(INTDIR)\msn_mime.obj"
- -@erase "$(INTDIR)\msn_misc.obj"
- -@erase "$(INTDIR)\msn_msgqueue.obj"
- -@erase "$(INTDIR)\msn_msgsplit.obj"
- -@erase "$(INTDIR)\msn_natdetect.obj"
- -@erase "$(INTDIR)\msn_opts.obj"
- -@erase "$(INTDIR)\msn_p2p.obj"
- -@erase "$(INTDIR)\msn_p2ps.obj"
- -@erase "$(INTDIR)\msn_proto.obj"
- -@erase "$(INTDIR)\msn_soapab.obj"
- -@erase "$(INTDIR)\msn_soapstore.obj"
- -@erase "$(INTDIR)\msn_srv.obj"
- -@erase "$(INTDIR)\msn_ssl.obj"
- -@erase "$(INTDIR)\msn_std.obj"
- -@erase "$(INTDIR)\msn_svcs.obj"
- -@erase "$(INTDIR)\msn_switchboard.obj"
- -@erase "$(INTDIR)\msn_threads.obj"
- -@erase "$(INTDIR)\msn_useropts.obj"
- -@erase "$(INTDIR)\msn_ws.obj"
- -@erase "$(INTDIR)\resource.res"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\msn.exp"
- -@erase "$(OUTDIR)\msn.map"
- -@erase "$(OUTDIR)\msn.pdb"
- -@erase "..\..\bin\Release Unicode\plugins\msn.dll"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP_PROJ=/nologo /MD /W3 /Zi /O1 /Oy /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "MSN_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fp"$(INTDIR)\msn.pch" /Yu"msn_global.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
-RSC_PROJ=/l 0x809 /fo"$(INTDIR)\resource.res" /i "../../include" /d "NDEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\msn.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib comctl32.lib Rpcrt4.lib /nologo /base:"0x19000000" /dll /incremental:no /pdb:"$(OUTDIR)\msn.pdb" /map:"$(INTDIR)\msn.map" /debug /machine:I386 /out:"../../bin/Release Unicode/plugins/msn.dll" /implib:"$(OUTDIR)\msn.lib" /filealign:512
-LINK32_OBJS= \
- "$(INTDIR)\des.obj" \
- "$(INTDIR)\ezxml.obj" \
- "$(INTDIR)\msn.obj" \
- "$(INTDIR)\msn_auth.obj" \
- "$(INTDIR)\msn_chat.obj" \
- "$(INTDIR)\msn_commands.obj" \
- "$(INTDIR)\msn_contact.obj" \
- "$(INTDIR)\msn_errors.obj" \
- "$(INTDIR)\msn_ftold.obj" \
- "$(INTDIR)\msn_http.obj" \
- "$(INTDIR)\msn_libstr.obj" \
- "$(INTDIR)\msn_links.obj" \
- "$(INTDIR)\msn_lists.obj" \
- "$(INTDIR)\msn_mail.obj" \
- "$(INTDIR)\msn_menu.obj" \
- "$(INTDIR)\msn_mime.obj" \
- "$(INTDIR)\msn_misc.obj" \
- "$(INTDIR)\msn_msgqueue.obj" \
- "$(INTDIR)\msn_msgsplit.obj" \
- "$(INTDIR)\msn_natdetect.obj" \
- "$(INTDIR)\msn_opts.obj" \
- "$(INTDIR)\msn_p2p.obj" \
- "$(INTDIR)\msn_p2ps.obj" \
- "$(INTDIR)\msn_proto.obj" \
- "$(INTDIR)\msn_soapab.obj" \
- "$(INTDIR)\msn_soapstore.obj" \
- "$(INTDIR)\msn_srv.obj" \
- "$(INTDIR)\msn_ssl.obj" \
- "$(INTDIR)\msn_std.obj" \
- "$(INTDIR)\msn_svcs.obj" \
- "$(INTDIR)\msn_switchboard.obj" \
- "$(INTDIR)\msn_threads.obj" \
- "$(INTDIR)\msn_useropts.obj" \
- "$(INTDIR)\msn_ws.obj" \
- "$(INTDIR)\resource.res"
-
-"..\..\bin\Release Unicode\plugins\msn.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-OUTDIR=.\./Debug_Unicode
-INTDIR=.\./Debug_Unicode
-# Begin Custom Macros
-OutDir=.\./Debug_Unicode
-# End Custom Macros
-
-ALL : "..\..\bin\Debug Unicode\plugins\msn.dll" "$(OUTDIR)\msn.bsc"
-
-
-CLEAN :
- -@erase "$(INTDIR)\des.obj"
- -@erase "$(INTDIR)\des.sbr"
- -@erase "$(INTDIR)\ezxml.obj"
- -@erase "$(INTDIR)\ezxml.sbr"
- -@erase "$(INTDIR)\msn.obj"
- -@erase "$(INTDIR)\msn.pch"
- -@erase "$(INTDIR)\msn.sbr"
- -@erase "$(INTDIR)\msn_auth.obj"
- -@erase "$(INTDIR)\msn_auth.sbr"
- -@erase "$(INTDIR)\msn_chat.obj"
- -@erase "$(INTDIR)\msn_chat.sbr"
- -@erase "$(INTDIR)\msn_commands.obj"
- -@erase "$(INTDIR)\msn_commands.sbr"
- -@erase "$(INTDIR)\msn_contact.obj"
- -@erase "$(INTDIR)\msn_contact.sbr"
- -@erase "$(INTDIR)\msn_errors.obj"
- -@erase "$(INTDIR)\msn_errors.sbr"
- -@erase "$(INTDIR)\msn_ftold.obj"
- -@erase "$(INTDIR)\msn_ftold.sbr"
- -@erase "$(INTDIR)\msn_http.obj"
- -@erase "$(INTDIR)\msn_http.sbr"
- -@erase "$(INTDIR)\msn_libstr.obj"
- -@erase "$(INTDIR)\msn_libstr.sbr"
- -@erase "$(INTDIR)\msn_links.obj"
- -@erase "$(INTDIR)\msn_links.sbr"
- -@erase "$(INTDIR)\msn_lists.obj"
- -@erase "$(INTDIR)\msn_lists.sbr"
- -@erase "$(INTDIR)\msn_mail.obj"
- -@erase "$(INTDIR)\msn_mail.sbr"
- -@erase "$(INTDIR)\msn_menu.obj"
- -@erase "$(INTDIR)\msn_menu.sbr"
- -@erase "$(INTDIR)\msn_mime.obj"
- -@erase "$(INTDIR)\msn_mime.sbr"
- -@erase "$(INTDIR)\msn_misc.obj"
- -@erase "$(INTDIR)\msn_misc.sbr"
- -@erase "$(INTDIR)\msn_msgqueue.obj"
- -@erase "$(INTDIR)\msn_msgqueue.sbr"
- -@erase "$(INTDIR)\msn_msgsplit.obj"
- -@erase "$(INTDIR)\msn_msgsplit.sbr"
- -@erase "$(INTDIR)\msn_natdetect.obj"
- -@erase "$(INTDIR)\msn_natdetect.sbr"
- -@erase "$(INTDIR)\msn_opts.obj"
- -@erase "$(INTDIR)\msn_opts.sbr"
- -@erase "$(INTDIR)\msn_p2p.obj"
- -@erase "$(INTDIR)\msn_p2p.sbr"
- -@erase "$(INTDIR)\msn_p2ps.obj"
- -@erase "$(INTDIR)\msn_p2ps.sbr"
- -@erase "$(INTDIR)\msn_proto.obj"
- -@erase "$(INTDIR)\msn_proto.sbr"
- -@erase "$(INTDIR)\msn_soapab.obj"
- -@erase "$(INTDIR)\msn_soapab.sbr"
- -@erase "$(INTDIR)\msn_soapstore.obj"
- -@erase "$(INTDIR)\msn_soapstore.sbr"
- -@erase "$(INTDIR)\msn_srv.obj"
- -@erase "$(INTDIR)\msn_srv.sbr"
- -@erase "$(INTDIR)\msn_ssl.obj"
- -@erase "$(INTDIR)\msn_ssl.sbr"
- -@erase "$(INTDIR)\msn_std.obj"
- -@erase "$(INTDIR)\msn_std.sbr"
- -@erase "$(INTDIR)\msn_svcs.obj"
- -@erase "$(INTDIR)\msn_svcs.sbr"
- -@erase "$(INTDIR)\msn_switchboard.obj"
- -@erase "$(INTDIR)\msn_switchboard.sbr"
- -@erase "$(INTDIR)\msn_threads.obj"
- -@erase "$(INTDIR)\msn_threads.sbr"
- -@erase "$(INTDIR)\msn_useropts.obj"
- -@erase "$(INTDIR)\msn_useropts.sbr"
- -@erase "$(INTDIR)\msn_ws.obj"
- -@erase "$(INTDIR)\msn_ws.sbr"
- -@erase "$(INTDIR)\resource.res"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(OUTDIR)\msn.bsc"
- -@erase "$(OUTDIR)\msn.exp"
- -@erase "$(OUTDIR)\msn.pdb"
- -@erase "..\..\bin\Debug Unicode\plugins\msn.dll"
- -@erase "..\..\bin\Debug Unicode\plugins\msn.ilk"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP_PROJ=/nologo /MDd /W3 /Gm /Gi /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "MSN_EXPORTS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\msn.pch" /Yu"msn_global.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
-RSC_PROJ=/l 0x809 /fo"$(INTDIR)\resource.res" /i "../../include" /d "_DEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\msn.bsc"
-BSC32_SBRS= \
- "$(INTDIR)\des.sbr" \
- "$(INTDIR)\ezxml.sbr" \
- "$(INTDIR)\msn.sbr" \
- "$(INTDIR)\msn_auth.sbr" \
- "$(INTDIR)\msn_chat.sbr" \
- "$(INTDIR)\msn_commands.sbr" \
- "$(INTDIR)\msn_contact.sbr" \
- "$(INTDIR)\msn_errors.sbr" \
- "$(INTDIR)\msn_ftold.sbr" \
- "$(INTDIR)\msn_http.sbr" \
- "$(INTDIR)\msn_libstr.sbr" \
- "$(INTDIR)\msn_links.sbr" \
- "$(INTDIR)\msn_lists.sbr" \
- "$(INTDIR)\msn_mail.sbr" \
- "$(INTDIR)\msn_menu.sbr" \
- "$(INTDIR)\msn_mime.sbr" \
- "$(INTDIR)\msn_misc.sbr" \
- "$(INTDIR)\msn_msgqueue.sbr" \
- "$(INTDIR)\msn_msgsplit.sbr" \
- "$(INTDIR)\msn_natdetect.sbr" \
- "$(INTDIR)\msn_opts.sbr" \
- "$(INTDIR)\msn_p2p.sbr" \
- "$(INTDIR)\msn_p2ps.sbr" \
- "$(INTDIR)\msn_proto.sbr" \
- "$(INTDIR)\msn_soapab.sbr" \
- "$(INTDIR)\msn_soapstore.sbr" \
- "$(INTDIR)\msn_srv.sbr" \
- "$(INTDIR)\msn_ssl.sbr" \
- "$(INTDIR)\msn_std.sbr" \
- "$(INTDIR)\msn_svcs.sbr" \
- "$(INTDIR)\msn_switchboard.sbr" \
- "$(INTDIR)\msn_threads.sbr" \
- "$(INTDIR)\msn_useropts.sbr" \
- "$(INTDIR)\msn_ws.sbr"
-
-"$(OUTDIR)\msn.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
- $(BSC32) @<<
- $(BSC32_FLAGS) $(BSC32_SBRS)
-<<
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib comctl32.lib Rpcrt4.lib /nologo /dll /incremental:yes /pdb:"$(OUTDIR)\msn.pdb" /debug /machine:I386 /out:"../../bin/Debug Unicode/plugins/msn.dll" /implib:"$(OUTDIR)\msn.lib" /pdbtype:sept
-LINK32_OBJS= \
- "$(INTDIR)\des.obj" \
- "$(INTDIR)\ezxml.obj" \
- "$(INTDIR)\msn.obj" \
- "$(INTDIR)\msn_auth.obj" \
- "$(INTDIR)\msn_chat.obj" \
- "$(INTDIR)\msn_commands.obj" \
- "$(INTDIR)\msn_contact.obj" \
- "$(INTDIR)\msn_errors.obj" \
- "$(INTDIR)\msn_ftold.obj" \
- "$(INTDIR)\msn_http.obj" \
- "$(INTDIR)\msn_libstr.obj" \
- "$(INTDIR)\msn_links.obj" \
- "$(INTDIR)\msn_lists.obj" \
- "$(INTDIR)\msn_mail.obj" \
- "$(INTDIR)\msn_menu.obj" \
- "$(INTDIR)\msn_mime.obj" \
- "$(INTDIR)\msn_misc.obj" \
- "$(INTDIR)\msn_msgqueue.obj" \
- "$(INTDIR)\msn_msgsplit.obj" \
- "$(INTDIR)\msn_natdetect.obj" \
- "$(INTDIR)\msn_opts.obj" \
- "$(INTDIR)\msn_p2p.obj" \
- "$(INTDIR)\msn_p2ps.obj" \
- "$(INTDIR)\msn_proto.obj" \
- "$(INTDIR)\msn_soapab.obj" \
- "$(INTDIR)\msn_soapstore.obj" \
- "$(INTDIR)\msn_srv.obj" \
- "$(INTDIR)\msn_ssl.obj" \
- "$(INTDIR)\msn_std.obj" \
- "$(INTDIR)\msn_svcs.obj" \
- "$(INTDIR)\msn_switchboard.obj" \
- "$(INTDIR)\msn_threads.obj" \
- "$(INTDIR)\msn_useropts.obj" \
- "$(INTDIR)\msn_ws.obj" \
- "$(INTDIR)\resource.res"
-
-"..\..\bin\Debug Unicode\plugins\msn.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-
-!IF "$(NO_EXTERNAL_DEPS)" != "1"
-!IF EXISTS("msn.dep")
-!INCLUDE "msn.dep"
-!ELSE
-!MESSAGE Warning: cannot find "msn.dep"
-!ENDIF
-!ENDIF
-
-
-!IF "$(CFG)" == "msn - Win32 Release" || "$(CFG)" == "msn - Win32 Debug" || "$(CFG)" == "msn - Win32 Release Unicode" || "$(CFG)" == "msn - Win32 Debug Unicode"
-SOURCE=.\des.c
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /Oy /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MSN_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\des.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /Gi /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MSN_EXPORTS" /FR"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\des.obj" "$(INTDIR)\des.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /Oy /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "MSN_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\des.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /Gi /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "MSN_EXPORTS" /FR"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\des.obj" "$(INTDIR)\des.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\ezxml.c
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /Oy /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MSN_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\ezxml.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /Gi /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MSN_EXPORTS" /FR"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\ezxml.obj" "$(INTDIR)\ezxml.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /Oy /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "MSN_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\ezxml.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /Gi /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "MSN_EXPORTS" /FR"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\ezxml.obj" "$(INTDIR)\ezxml.sbr" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\msn.cpp
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /Oy /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MSN_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fp"$(INTDIR)\msn.pch" /Yc"msn_global.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\msn.obj" "$(INTDIR)\msn.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /Gi /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MSN_EXPORTS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\msn.pch" /Yc"msn_global.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\msn.obj" "$(INTDIR)\msn.sbr" "$(INTDIR)\msn.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /Oy /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "MSN_EXPORTS" /FAcs /Fa"$(INTDIR)\\" /Fp"$(INTDIR)\msn.pch" /Yc"msn_global.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\msn.obj" "$(INTDIR)\msn.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /Gi /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "MSN_EXPORTS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\msn.pch" /Yc"msn_global.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\msn.obj" "$(INTDIR)\msn.sbr" "$(INTDIR)\msn.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\msn_auth.cpp
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-
-"$(INTDIR)\msn_auth.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-
-"$(INTDIR)\msn_auth.obj" "$(INTDIR)\msn_auth.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-
-"$(INTDIR)\msn_auth.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-
-"$(INTDIR)\msn_auth.obj" "$(INTDIR)\msn_auth.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ENDIF
-
-SOURCE=.\msn_chat.cpp
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-
-"$(INTDIR)\msn_chat.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-
-"$(INTDIR)\msn_chat.obj" "$(INTDIR)\msn_chat.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-
-"$(INTDIR)\msn_chat.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-
-"$(INTDIR)\msn_chat.obj" "$(INTDIR)\msn_chat.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ENDIF
-
-SOURCE=.\msn_commands.cpp
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-
-"$(INTDIR)\msn_commands.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-
-"$(INTDIR)\msn_commands.obj" "$(INTDIR)\msn_commands.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-
-"$(INTDIR)\msn_commands.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-
-"$(INTDIR)\msn_commands.obj" "$(INTDIR)\msn_commands.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ENDIF
-
-SOURCE=.\msn_contact.cpp
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-
-"$(INTDIR)\msn_contact.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-
-"$(INTDIR)\msn_contact.obj" "$(INTDIR)\msn_contact.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-
-"$(INTDIR)\msn_contact.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-
-"$(INTDIR)\msn_contact.obj" "$(INTDIR)\msn_contact.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ENDIF
-
-SOURCE=.\msn_errors.cpp
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-
-"$(INTDIR)\msn_errors.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-
-"$(INTDIR)\msn_errors.obj" "$(INTDIR)\msn_errors.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-
-"$(INTDIR)\msn_errors.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-
-"$(INTDIR)\msn_errors.obj" "$(INTDIR)\msn_errors.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ENDIF
-
-SOURCE=.\msn_ftold.cpp
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-
-"$(INTDIR)\msn_ftold.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-
-"$(INTDIR)\msn_ftold.obj" "$(INTDIR)\msn_ftold.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-
-"$(INTDIR)\msn_ftold.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-
-"$(INTDIR)\msn_ftold.obj" "$(INTDIR)\msn_ftold.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ENDIF
-
-SOURCE=.\msn_http.cpp
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-
-"$(INTDIR)\msn_http.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-
-"$(INTDIR)\msn_http.obj" "$(INTDIR)\msn_http.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-
-"$(INTDIR)\msn_http.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-
-"$(INTDIR)\msn_http.obj" "$(INTDIR)\msn_http.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ENDIF
-
-SOURCE=.\msn_libstr.cpp
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-
-"$(INTDIR)\msn_libstr.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-
-"$(INTDIR)\msn_libstr.obj" "$(INTDIR)\msn_libstr.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-
-"$(INTDIR)\msn_libstr.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-
-"$(INTDIR)\msn_libstr.obj" "$(INTDIR)\msn_libstr.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ENDIF
-
-SOURCE=.\msn_links.cpp
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-
-"$(INTDIR)\msn_links.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-
-"$(INTDIR)\msn_links.obj" "$(INTDIR)\msn_links.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-
-"$(INTDIR)\msn_links.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-
-"$(INTDIR)\msn_links.obj" "$(INTDIR)\msn_links.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ENDIF
-
-SOURCE=.\msn_lists.cpp
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-
-"$(INTDIR)\msn_lists.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-
-"$(INTDIR)\msn_lists.obj" "$(INTDIR)\msn_lists.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-
-"$(INTDIR)\msn_lists.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-
-"$(INTDIR)\msn_lists.obj" "$(INTDIR)\msn_lists.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ENDIF
-
-SOURCE=.\msn_mail.cpp
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-
-"$(INTDIR)\msn_mail.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-
-"$(INTDIR)\msn_mail.obj" "$(INTDIR)\msn_mail.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-
-"$(INTDIR)\msn_mail.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-
-"$(INTDIR)\msn_mail.obj" "$(INTDIR)\msn_mail.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ENDIF
-
-SOURCE=.\msn_menu.cpp
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-
-"$(INTDIR)\msn_menu.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-
-"$(INTDIR)\msn_menu.obj" "$(INTDIR)\msn_menu.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-
-"$(INTDIR)\msn_menu.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-
-"$(INTDIR)\msn_menu.obj" "$(INTDIR)\msn_menu.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ENDIF
-
-SOURCE=.\msn_mime.cpp
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-
-"$(INTDIR)\msn_mime.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-
-"$(INTDIR)\msn_mime.obj" "$(INTDIR)\msn_mime.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-
-"$(INTDIR)\msn_mime.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-
-"$(INTDIR)\msn_mime.obj" "$(INTDIR)\msn_mime.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ENDIF
-
-SOURCE=.\msn_misc.cpp
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-
-"$(INTDIR)\msn_misc.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-
-"$(INTDIR)\msn_misc.obj" "$(INTDIR)\msn_misc.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-
-"$(INTDIR)\msn_misc.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-
-"$(INTDIR)\msn_misc.obj" "$(INTDIR)\msn_misc.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ENDIF
-
-SOURCE=.\msn_msgqueue.cpp
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-
-"$(INTDIR)\msn_msgqueue.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-
-"$(INTDIR)\msn_msgqueue.obj" "$(INTDIR)\msn_msgqueue.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-
-"$(INTDIR)\msn_msgqueue.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-
-"$(INTDIR)\msn_msgqueue.obj" "$(INTDIR)\msn_msgqueue.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ENDIF
-
-SOURCE=.\msn_msgsplit.cpp
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-
-"$(INTDIR)\msn_msgsplit.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-
-"$(INTDIR)\msn_msgsplit.obj" "$(INTDIR)\msn_msgsplit.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-
-"$(INTDIR)\msn_msgsplit.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-
-"$(INTDIR)\msn_msgsplit.obj" "$(INTDIR)\msn_msgsplit.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ENDIF
-
-SOURCE=.\msn_natdetect.cpp
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-
-"$(INTDIR)\msn_natdetect.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-
-"$(INTDIR)\msn_natdetect.obj" "$(INTDIR)\msn_natdetect.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-
-"$(INTDIR)\msn_natdetect.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-
-"$(INTDIR)\msn_natdetect.obj" "$(INTDIR)\msn_natdetect.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ENDIF
-
-SOURCE=.\msn_opts.cpp
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-
-"$(INTDIR)\msn_opts.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-
-"$(INTDIR)\msn_opts.obj" "$(INTDIR)\msn_opts.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-
-"$(INTDIR)\msn_opts.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-
-"$(INTDIR)\msn_opts.obj" "$(INTDIR)\msn_opts.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ENDIF
-
-SOURCE=.\msn_p2p.cpp
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-
-"$(INTDIR)\msn_p2p.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-
-"$(INTDIR)\msn_p2p.obj" "$(INTDIR)\msn_p2p.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-
-"$(INTDIR)\msn_p2p.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-
-"$(INTDIR)\msn_p2p.obj" "$(INTDIR)\msn_p2p.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ENDIF
-
-SOURCE=.\msn_p2ps.cpp
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-
-"$(INTDIR)\msn_p2ps.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-
-"$(INTDIR)\msn_p2ps.obj" "$(INTDIR)\msn_p2ps.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-
-"$(INTDIR)\msn_p2ps.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-
-"$(INTDIR)\msn_p2ps.obj" "$(INTDIR)\msn_p2ps.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ENDIF
-
-SOURCE=.\msn_proto.cpp
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-
-"$(INTDIR)\msn_proto.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-
-"$(INTDIR)\msn_proto.obj" "$(INTDIR)\msn_proto.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-
-"$(INTDIR)\msn_proto.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-
-"$(INTDIR)\msn_proto.obj" "$(INTDIR)\msn_proto.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ENDIF
-
-SOURCE=.\msn_soapab.cpp
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-
-"$(INTDIR)\msn_soapab.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-
-"$(INTDIR)\msn_soapab.obj" "$(INTDIR)\msn_soapab.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-
-"$(INTDIR)\msn_soapab.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-
-"$(INTDIR)\msn_soapab.obj" "$(INTDIR)\msn_soapab.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ENDIF
-
-SOURCE=.\msn_soapstore.cpp
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-
-"$(INTDIR)\msn_soapstore.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-
-"$(INTDIR)\msn_soapstore.obj" "$(INTDIR)\msn_soapstore.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-
-"$(INTDIR)\msn_soapstore.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-
-"$(INTDIR)\msn_soapstore.obj" "$(INTDIR)\msn_soapstore.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ENDIF
-
-SOURCE=.\msn_srv.cpp
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-
-"$(INTDIR)\msn_srv.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-
-"$(INTDIR)\msn_srv.obj" "$(INTDIR)\msn_srv.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-
-"$(INTDIR)\msn_srv.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-
-"$(INTDIR)\msn_srv.obj" "$(INTDIR)\msn_srv.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ENDIF
-
-SOURCE=.\msn_ssl.cpp
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-
-"$(INTDIR)\msn_ssl.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-
-"$(INTDIR)\msn_ssl.obj" "$(INTDIR)\msn_ssl.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-
-"$(INTDIR)\msn_ssl.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-
-"$(INTDIR)\msn_ssl.obj" "$(INTDIR)\msn_ssl.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ENDIF
-
-SOURCE=.\msn_std.cpp
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-
-"$(INTDIR)\msn_std.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-
-"$(INTDIR)\msn_std.obj" "$(INTDIR)\msn_std.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-
-"$(INTDIR)\msn_std.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-
-"$(INTDIR)\msn_std.obj" "$(INTDIR)\msn_std.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ENDIF
-
-SOURCE=.\msn_svcs.cpp
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-
-"$(INTDIR)\msn_svcs.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-
-"$(INTDIR)\msn_svcs.obj" "$(INTDIR)\msn_svcs.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-
-"$(INTDIR)\msn_svcs.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-
-"$(INTDIR)\msn_svcs.obj" "$(INTDIR)\msn_svcs.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ENDIF
-
-SOURCE=.\msn_switchboard.cpp
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-
-"$(INTDIR)\msn_switchboard.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-
-"$(INTDIR)\msn_switchboard.obj" "$(INTDIR)\msn_switchboard.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-
-"$(INTDIR)\msn_switchboard.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-
-"$(INTDIR)\msn_switchboard.obj" "$(INTDIR)\msn_switchboard.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ENDIF
-
-SOURCE=.\msn_threads.cpp
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-
-"$(INTDIR)\msn_threads.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-
-"$(INTDIR)\msn_threads.obj" "$(INTDIR)\msn_threads.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-
-"$(INTDIR)\msn_threads.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-
-"$(INTDIR)\msn_threads.obj" "$(INTDIR)\msn_threads.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ENDIF
-
-SOURCE=.\msn_useropts.cpp
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-
-"$(INTDIR)\msn_useropts.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-
-"$(INTDIR)\msn_useropts.obj" "$(INTDIR)\msn_useropts.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-
-"$(INTDIR)\msn_useropts.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-
-"$(INTDIR)\msn_useropts.obj" "$(INTDIR)\msn_useropts.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ENDIF
-
-SOURCE=.\msn_ws.cpp
-
-!IF "$(CFG)" == "msn - Win32 Release"
-
-
-"$(INTDIR)\msn_ws.obj" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug"
-
-
-"$(INTDIR)\msn_ws.obj" "$(INTDIR)\msn_ws.sbr" : $(SOURCE) "$(INTDIR)"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Release Unicode"
-
-
-"$(INTDIR)\msn_ws.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ELSEIF "$(CFG)" == "msn - Win32 Debug Unicode"
-
-
-"$(INTDIR)\msn_ws.obj" "$(INTDIR)\msn_ws.sbr" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\msn.pch"
-
-
-!ENDIF
-
-SOURCE=.\resource.rc
-
-"$(INTDIR)\resource.res" : $(SOURCE) "$(INTDIR)"
- $(RSC) $(RSC_PROJ) $(SOURCE)
-
-
-
-!ENDIF
-
diff --git a/protocols/MSN/msn.vcproj b/protocols/MSN/msn.vcproj deleted file mode 100644 index 4bef021b79..0000000000 --- a/protocols/MSN/msn.vcproj +++ /dev/null @@ -1,1130 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="msn"
- ProjectGUID="{5088F15E-E7EF-4037-BD9F-402E3C5A9A8B}"
- SccProjectName=""
- SccLocalPath="">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2"
- WholeProgramOptimization="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- GlobalOptimizations="TRUE"
- InlineFunctionExpansion="1"
- FavorSizeOrSpeed="2"
- OmitFramePointers="TRUE"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MSN_EXPORTS"
- StringPooling="TRUE"
- ExceptionHandling="FALSE"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="TRUE"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="msn_global.h"
- AssemblerOutput="3"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="3"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalOptions="/filealign:512"
- AdditionalDependencies="vc7to6.lib wsock32.lib comctl32.lib Rpcrt4.lib"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="../../lib"
- IgnoreAllDefaultLibraries="TRUE"
- GenerateDebugInformation="TRUE"
- GenerateMapFile="TRUE"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="1"
- BaseAddress="0x19000000"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/msn.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MSN_EXPORTS"
- ExceptionHandling="FALSE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="msn_global.h"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="wsock32.lib comctl32.lib Rpcrt4.lib"
- LinkIncremental="2"
- SuppressStartupBanner="TRUE"
- GenerateDebugInformation="TRUE"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/msn.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="1">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MSN_EXPORTS"
- ExceptionHandling="FALSE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- BufferSecurityCheck="TRUE"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="msn_global.h"
- BrowseInformation="1"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalDependencies="wsock32.lib comctl32.lib Rpcrt4.lib"
- LinkIncremental="2"
- SuppressStartupBanner="TRUE"
- GenerateDebugInformation="TRUE"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/msn.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="1"
- WholeProgramOptimization="FALSE">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- GlobalOptimizations="TRUE"
- FavorSizeOrSpeed="2"
- OmitFramePointers="FALSE"
- OptimizeForProcessor="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MSN_EXPORTS"
- StringPooling="TRUE"
- ExceptionHandling="FALSE"
- RuntimeLibrary="2"
- BufferSecurityCheck="TRUE"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="msn_global.h"
- AssemblerOutput="3"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="3"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalOptions="/filealign:512"
- AdditionalDependencies="vc7to6.lib wsock32.lib comctl32.lib Rpcrt4.lib"
- AdditionalLibraryDirectories="../../lib"
- IgnoreAllDefaultLibraries="TRUE"
- GenerateDebugInformation="TRUE"
- GenerateMapFile="TRUE"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="1"
- BaseAddress="0x19000000"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/msn.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
- <File
- RelativePath=".\des.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\ezxml.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="msn.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"
- UsePrecompiledHeader="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="1"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="1"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="1"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\msn_auth.cpp">
- </File>
- <File
- RelativePath=".\msn_chat.cpp">
- </File>
- <File
- RelativePath="msn_commands.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="msn_contact.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="msn_errors.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\msn_ftold.cpp">
- </File>
- <File
- RelativePath="msn_http.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\msn_libstr.cpp">
- </File>
- <File
- RelativePath=".\msn_links.cpp">
- </File>
- <File
- RelativePath="msn_lists.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\msn_mail.cpp">
- </File>
- <File
- RelativePath=".\msn_menu.cpp">
- </File>
- <File
- RelativePath="msn_mime.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="msn_misc.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="msn_msgqueue.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\msn_msgsplit.cpp">
- </File>
- <File
- RelativePath=".\msn_natdetect.cpp">
- </File>
- <File
- RelativePath="msn_opts.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="msn_p2p.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\msn_p2ps.cpp">
- </File>
- <File
- RelativePath=".\msn_proto.cpp">
- </File>
- <File
- RelativePath=".\msn_soapab.cpp">
- </File>
- <File
- RelativePath=".\msn_soapstore.cpp">
- </File>
- <File
- RelativePath=".\msn_srv.cpp">
- </File>
- <File
- RelativePath="msn_ssl.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="msn_std.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="msn_svcs.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="msn_switchboard.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="msn_threads.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="msn_useropts.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="msn_ws.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;MSN_EXPORTS;$(NoInherit)"
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
- <File
- RelativePath="Icos\inbox.ico">
- </File>
- <File
- RelativePath="Icos\invite.ico">
- </File>
- <File
- RelativePath="Icos\list_al.ico">
- </File>
- <File
- RelativePath="Icos\list_bl.ico">
- </File>
- <File
- RelativePath="Icos\list_fl.ico">
- </File>
- <File
- RelativePath="Icos\list_rl.ico">
- </File>
- <File
- RelativePath="Icos\msn.ico">
- </File>
- <File
- RelativePath=".\msn.rc">
- </File>
- <File
- RelativePath="Icos\msnblock.ico">
- </File>
- <File
- RelativePath="Icos\netmeeting.ico">
- </File>
- <File
- RelativePath="Icos\profile.ico">
- </File>
- <File
- RelativePath=".\resource.h">
- </File>
- <File
- RelativePath=".\Icos\services.ico">
- </File>
- <File
- RelativePath=".\version.rc">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="">
- <File
- RelativePath=".\des.h">
- </File>
- <File
- RelativePath=".\ezxml.h">
- </File>
- <File
- RelativePath="msn_global.h">
- </File>
- <File
- RelativePath="version.h">
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/protocols/MSN/msn_8.vcproj b/protocols/MSN/msn_8.vcproj deleted file mode 100644 index 895586e43b..0000000000 --- a/protocols/MSN/msn_8.vcproj +++ /dev/null @@ -1,1407 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="msn"
- ProjectGUID="{7B0F213E-C15E-4219-8AE5-49DD3D3D553D}"
- RootNamespace="msn"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/msn.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="2"
- FavorSizeOrSpeed="2"
- OmitFramePointers="true"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MSN_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="msn_global.h"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib comctl32.lib Rpcrt4.lib"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x19000000"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/msn.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MSN_EXPORTS"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="msn_global.h"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="wsock32.lib comctl32.lib Rpcrt4.lib"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- CommandLine=""
- Outputs=""
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/msn.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MSN_EXPORTS"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="msn_global.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib comctl32.lib Rpcrt4.lib"
- OutputFile="$(OutDir)\$(ProjectName).dll"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/msn.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MSN_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="msn_global.h"
- AssemblerListingLocation=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalOptions="/filealign:512"
- AdditionalDependencies="wsock32.lib comctl32.lib Rpcrt4.lib"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x19000000"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath=".\des.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\des.h"
- >
- </File>
- <File
- RelativePath=".\ezxml.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\ezxml.h"
- >
- </File>
- <File
- RelativePath="msn.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\msn_auth.cpp"
- >
- </File>
- <File
- RelativePath=".\msn_chat.cpp"
- >
- </File>
- <File
- RelativePath="msn_commands.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="msn_contact.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="msn_errors.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\msn_ftold.cpp"
- >
- </File>
- <File
- RelativePath="msn_global.h"
- >
- </File>
- <File
- RelativePath="msn_http.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\msn_libstr.cpp"
- >
- </File>
- <File
- RelativePath=".\msn_links.cpp"
- >
- </File>
- <File
- RelativePath="msn_lists.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\msn_mail.cpp"
- >
- </File>
- <File
- RelativePath=".\msn_menu.cpp"
- >
- </File>
- <File
- RelativePath="msn_mime.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="msn_misc.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="msn_msgqueue.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\msn_msgsplit.cpp"
- >
- </File>
- <File
- RelativePath=".\msn_natdetect.cpp"
- >
- </File>
- <File
- RelativePath="msn_opts.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="msn_p2p.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\msn_p2ps.cpp"
- >
- </File>
- <File
- RelativePath=".\msn_proto.cpp"
- >
- </File>
- <File
- RelativePath=".\msn_soapab.cpp"
- >
- </File>
- <File
- RelativePath=".\msn_soapstore.cpp"
- >
- </File>
- <File
- RelativePath=".\msn_srv.cpp"
- >
- </File>
- <File
- RelativePath="msn_ssl.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="msn_std.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="msn_svcs.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="msn_switchboard.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="msn_threads.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="msn_useropts.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="msn_ws.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- BasicRuntimeChecks="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="version.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
- >
- <File
- RelativePath="Icos\avatar.ico"
- >
- </File>
- <File
- RelativePath="Icos\inbox.ico"
- >
- </File>
- <File
- RelativePath="Icos\invite.ico"
- >
- </File>
- <File
- RelativePath="Icos\list_al.ico"
- >
- </File>
- <File
- RelativePath="Icos\list_bl.ico"
- >
- </File>
- <File
- RelativePath="Icos\list_fl.ico"
- >
- </File>
- <File
- RelativePath="Icos\list_rl.ico"
- >
- </File>
- <File
- RelativePath="Icos\msn.ico"
- >
- </File>
- <File
- RelativePath=".\msn.rc"
- >
- </File>
- <File
- RelativePath="Icos\msnblock.ico"
- >
- </File>
- <File
- RelativePath="Icos\netmeeting.ico"
- >
- </File>
- <File
- RelativePath="Icos\profile.ico"
- >
- </File>
- <File
- RelativePath=".\resource.h"
- >
- </File>
- <File
- RelativePath=".\Icos\services.ico"
- >
- </File>
- <File
- RelativePath=".\version.rc"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/protocols/MSN/msn_9.vcproj b/protocols/MSN/msn_9.vcproj deleted file mode 100644 index 503fb37b04..0000000000 --- a/protocols/MSN/msn_9.vcproj +++ /dev/null @@ -1,1195 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="msn"
- ProjectGUID="{7B0F213E-C15E-4219-8AE5-49DD3D3D553D}"
- RootNamespace="msn"
- TargetFrameworkVersion="131072"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MSN_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="msn_global.h"
- WarningLevel="3"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib comctl32.lib Rpcrt4.lib"
- GenerateDebugInformation="true"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="0"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x19000000"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MSN_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="msn_global.h"
- WarningLevel="3"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib comctl32.lib Rpcrt4.lib"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x19000000"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MSN_EXPORTS"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="msn_global.h"
- WarningLevel="3"
- DebugInformationFormat="4"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib comctl32.lib Rpcrt4.lib"
- GenerateDebugInformation="true"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MSN_EXPORTS"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="msn_global.h"
- WarningLevel="3"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib comctl32.lib Rpcrt4.lib"
- LinkIncremental="1"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- CommandLine=""
- Outputs=""
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MSN_EXPORTS"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="msn_global.h"
- WarningLevel="3"
- DebugInformationFormat="4"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib comctl32.lib Rpcrt4.lib"
- GenerateDebugInformation="true"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- CommandLine=""
- Outputs=""
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MSN_EXPORTS"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="msn_global.h"
- WarningLevel="3"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib comctl32.lib Rpcrt4.lib"
- LinkIncremental="1"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MSN_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="msn_global.h"
- WarningLevel="3"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalOptions="/filealign:512"
- AdditionalDependencies="wsock32.lib comctl32.lib Rpcrt4.lib"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x19000000"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MSN_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="msn_global.h"
- WarningLevel="3"
- DebugInformationFormat="3"
- CompileAs="0"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalOptions="/filealign:512"
- AdditionalDependencies="wsock32.lib comctl32.lib Rpcrt4.lib"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- BaseAddress="0x19000000"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath="des.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="ezxml.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="msn.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="msn_auth.cpp"
- >
- </File>
- <File
- RelativePath="msn_chat.cpp"
- >
- </File>
- <File
- RelativePath="msn_commands.cpp"
- >
- </File>
- <File
- RelativePath="msn_contact.cpp"
- >
- </File>
- <File
- RelativePath="msn_errors.cpp"
- >
- </File>
- <File
- RelativePath="msn_ftold.cpp"
- >
- </File>
- <File
- RelativePath="msn_http.cpp"
- >
- </File>
- <File
- RelativePath="msn_libstr.cpp"
- >
- </File>
- <File
- RelativePath="msn_links.cpp"
- >
- </File>
- <File
- RelativePath="msn_lists.cpp"
- >
- </File>
- <File
- RelativePath="msn_mail.cpp"
- >
- </File>
- <File
- RelativePath="msn_menu.cpp"
- >
- </File>
- <File
- RelativePath="msn_mime.cpp"
- >
- </File>
- <File
- RelativePath="msn_misc.cpp"
- >
- </File>
- <File
- RelativePath="msn_msgqueue.cpp"
- >
- </File>
- <File
- RelativePath="msn_msgsplit.cpp"
- >
- </File>
- <File
- RelativePath="msn_natdetect.cpp"
- >
- </File>
- <File
- RelativePath="msn_opts.cpp"
- >
- </File>
- <File
- RelativePath="msn_p2p.cpp"
- >
- </File>
- <File
- RelativePath="msn_p2ps.cpp"
- >
- </File>
- <File
- RelativePath="msn_proto.cpp"
- >
- </File>
- <File
- RelativePath="msn_soapab.cpp"
- >
- </File>
- <File
- RelativePath="msn_soapstore.cpp"
- >
- </File>
- <File
- RelativePath="msn_srv.cpp"
- >
- </File>
- <File
- RelativePath="msn_ssl.cpp"
- >
- </File>
- <File
- RelativePath="msn_std.cpp"
- >
- </File>
- <File
- RelativePath="msn_svcs.cpp"
- >
- </File>
- <File
- RelativePath="msn_switchboard.cpp"
- >
- </File>
- <File
- RelativePath="msn_threads.cpp"
- >
- </File>
- <File
- RelativePath="msn_useropts.cpp"
- >
- </File>
- <File
- RelativePath="msn_ws.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
- >
- <File
- RelativePath="Icos\avatar.ico"
- >
- </File>
- <File
- RelativePath="Icos\inbox.ico"
- >
- </File>
- <File
- RelativePath="Icos\invite.ico"
- >
- </File>
- <File
- RelativePath="Icos\list_al.ico"
- >
- </File>
- <File
- RelativePath="Icos\list_bl.ico"
- >
- </File>
- <File
- RelativePath="Icos\list_fl.ico"
- >
- </File>
- <File
- RelativePath=".\Icos\list_ph.ico"
- >
- </File>
- <File
- RelativePath="Icos\list_rl.ico"
- >
- </File>
- <File
- RelativePath="Icos\msn.ico"
- >
- </File>
- <File
- RelativePath=".\msn.rc"
- >
- </File>
- <File
- RelativePath="Icos\msnblock.ico"
- >
- </File>
- <File
- RelativePath="Icos\netmeeting.ico"
- >
- </File>
- <File
- RelativePath="Icos\profile.ico"
- >
- </File>
- <File
- RelativePath=".\resource.h"
- >
- </File>
- <File
- RelativePath=".\Icos\services.ico"
- >
- </File>
- <File
- RelativePath=".\version.rc"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- >
- <File
- RelativePath=".\des.h"
- >
- </File>
- <File
- RelativePath=".\ezxml.h"
- >
- </File>
- <File
- RelativePath="msn_global.h"
- >
- </File>
- <File
- RelativePath=".\msn_proto.h"
- >
- </File>
- <File
- RelativePath="version.h"
- >
- </File>
- <Filter
- Name="SDK"
- >
- <File
- RelativePath=".\SDK\m_assocmgr.h"
- >
- </File>
- <File
- RelativePath=".\SDK\m_folders.h"
- >
- </File>
- <File
- RelativePath=".\SDK\m_metacontacts.h"
- >
- </File>
- <File
- RelativePath=".\SDK\m_proto_listeningto.h"
- >
- </File>
- <File
- RelativePath=".\SDK\m_smileyadd.h"
- >
- </File>
- </Filter>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/protocols/Yahoo/Yahoo.dep b/protocols/Yahoo/Yahoo.dep deleted file mode 100644 index 1b360623b7..0000000000 --- a/protocols/Yahoo/Yahoo.dep +++ /dev/null @@ -1,475 +0,0 @@ -# Microsoft Developer Studio Generated Dependency File, included by Yahoo.mak
-
-.\libyahoo2\crypt.c : \
- "..\..\include\m_netlib.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- ".\libyahoo2\config.h"\
- ".\libyahoo2\yahoo_util.h"\
-
-
-.\libyahoo2\libyahoo2.c : \
- "..\..\include\m_netlib.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- ".\libyahoo2\config.h"\
- ".\libyahoo2\yahoo2.h"\
- ".\libyahoo2\yahoo2_callbacks.h"\
- ".\libyahoo2\yahoo2_types.h"\
- ".\libyahoo2\yahoo_debug.h"\
- ".\libyahoo2\yahoo_httplib.h"\
- ".\libyahoo2\yahoo_list.h"\
- ".\libyahoo2\yahoo_util.h"\
-
-
-.\libyahoo2\yahoo_httplib.c : \
- "..\..\include\m_netlib.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- ".\libyahoo2\config.h"\
- ".\libyahoo2\yahoo2.h"\
- ".\libyahoo2\yahoo2_callbacks.h"\
- ".\libyahoo2\yahoo2_types.h"\
- ".\libyahoo2\yahoo_debug.h"\
- ".\libyahoo2\yahoo_httplib.h"\
- ".\libyahoo2\yahoo_list.h"\
- ".\libyahoo2\yahoo_util.h"\
-
-
-.\libyahoo2\yahoo_list.c : \
- ".\libyahoo2\yahoo_list.h"\
-
-
-.\libyahoo2\yahoo_util.c : \
- "..\..\include\m_netlib.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- ".\libyahoo2\config.h"\
- ".\libyahoo2\yahoo_util.h"\
-
-
-.\avatar.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\win2k.h"\
- ".\avatar.h"\
- ".\libyahoo2\yahoo2.h"\
- ".\libyahoo2\yahoo2_callbacks.h"\
- ".\libyahoo2\yahoo2_types.h"\
- ".\libyahoo2\yahoo_httplib.h"\
- ".\libyahoo2\yahoo_list.h"\
- ".\libyahoo2\yahoo_util.h"\
- ".\m_folders.h"\
- ".\resource.h"\
-
-
-.\chat.cpp : \
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\win2k.h"\
- ".\libyahoo2\yahoo2.h"\
- ".\libyahoo2\yahoo2_callbacks.h"\
- ".\libyahoo2\yahoo2_types.h"\
- ".\libyahoo2\yahoo_httplib.h"\
- ".\libyahoo2\yahoo_list.h"\
- ".\libyahoo2\yahoo_util.h"\
-
-
-.\file_transfer.cpp : \
- "..\..\include\m_langpack.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\win2k.h"\
- ".\file_transfer.h"\
- ".\libyahoo2\yahoo2.h"\
- ".\libyahoo2\yahoo2_callbacks.h"\
- ".\libyahoo2\yahoo2_types.h"\
- ".\libyahoo2\yahoo_httplib.h"\
- ".\libyahoo2\yahoo_list.h"\
- ".\libyahoo2\yahoo_util.h"\
-
-
-.\http_gateway.cpp : \
- "..\..\include\m_langpack.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\win2k.h"\
- ".\libyahoo2\yahoo2.h"\
- ".\libyahoo2\yahoo2_callbacks.h"\
- ".\libyahoo2\yahoo2_types.h"\
- ".\libyahoo2\yahoo_httplib.h"\
- ".\libyahoo2\yahoo_list.h"\
- ".\libyahoo2\yahoo_util.h"\
-
-
-.\icolib.cpp : \
- "..\..\include\m_icolib.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\win2k.h"\
- ".\libyahoo2\yahoo2.h"\
- ".\libyahoo2\yahoo2_callbacks.h"\
- ".\libyahoo2\yahoo2_types.h"\
- ".\libyahoo2\yahoo_httplib.h"\
- ".\libyahoo2\yahoo_list.h"\
- ".\libyahoo2\yahoo_util.h"\
- ".\resource.h"\
-
-
-.\ignore.cpp : \
- "..\..\include\m_langpack.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\win2k.h"\
- ".\ignore.h"\
- ".\libyahoo2\yahoo2.h"\
- ".\libyahoo2\yahoo2_callbacks.h"\
- ".\libyahoo2\yahoo2_types.h"\
- ".\libyahoo2\yahoo_httplib.h"\
- ".\libyahoo2\yahoo_list.h"\
- ".\libyahoo2\yahoo_util.h"\
-
-
-.\im.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\win2k.h"\
- ".\avatar.h"\
- ".\ignore.h"\
- ".\im.h"\
- ".\libyahoo2\yahoo2.h"\
- ".\libyahoo2\yahoo2_callbacks.h"\
- ".\libyahoo2\yahoo2_types.h"\
- ".\libyahoo2\yahoo_httplib.h"\
- ".\libyahoo2\yahoo_list.h"\
- ".\libyahoo2\yahoo_util.h"\
-
-
-.\links.cpp : \
- "..\..\include\m_addcontact.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\win2k.h"\
- ".\libyahoo2\yahoo2.h"\
- ".\libyahoo2\yahoo2_callbacks.h"\
- ".\libyahoo2\yahoo2_types.h"\
- ".\libyahoo2\yahoo_httplib.h"\
- ".\libyahoo2\yahoo_list.h"\
- ".\libyahoo2\yahoo_util.h"\
- ".\m_assocmgr.h"\
- ".\resource.h"\
-
-
-.\main.cpp : \
- "..\..\include\m_langpack.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\m_version.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\win2k.h"\
- ".\http_gateway.h"\
- ".\libyahoo2\yahoo2.h"\
- ".\libyahoo2\yahoo2_callbacks.h"\
- ".\libyahoo2\yahoo2_types.h"\
- ".\libyahoo2\yahoo_httplib.h"\
- ".\libyahoo2\yahoo_list.h"\
- ".\libyahoo2\yahoo_util.h"\
- ".\resource.h"\
- ".\version.h"\
-
-
-.\options.cpp : \
- "..\..\include\m_langpack.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\win2k.h"\
- ".\ignore.h"\
- ".\libyahoo2\yahoo2.h"\
- ".\libyahoo2\yahoo2_callbacks.h"\
- ".\libyahoo2\yahoo2_types.h"\
- ".\libyahoo2\yahoo_httplib.h"\
- ".\libyahoo2\yahoo_list.h"\
- ".\libyahoo2\yahoo_util.h"\
- ".\resource.h"\
-
-
-.\proto.cpp : \
- "..\..\include\m_idle.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\win2k.h"\
- ".\file_transfer.h"\
- ".\libyahoo2\yahoo2.h"\
- ".\libyahoo2\yahoo2_callbacks.h"\
- ".\libyahoo2\yahoo2_types.h"\
- ".\libyahoo2\yahoo_httplib.h"\
- ".\libyahoo2\yahoo_list.h"\
- ".\libyahoo2\yahoo_util.h"\
- ".\resource.h"\
-
-
-.\search.cpp : \
- "..\..\include\m_langpack.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\win2k.h"\
- ".\libyahoo2\yahoo2.h"\
- ".\libyahoo2\yahoo2_callbacks.h"\
- ".\libyahoo2\yahoo2_types.h"\
- ".\libyahoo2\yahoo_httplib.h"\
- ".\libyahoo2\yahoo_list.h"\
- ".\libyahoo2\yahoo_util.h"\
- ".\resource.h"\
-
-
-.\server.cpp : \
- "..\..\include\m_langpack.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\win2k.h"\
- ".\libyahoo2\yahoo2.h"\
- ".\libyahoo2\yahoo2_callbacks.h"\
- ".\libyahoo2\yahoo2_types.h"\
- ".\libyahoo2\yahoo_httplib.h"\
- ".\libyahoo2\yahoo_list.h"\
- ".\libyahoo2\yahoo_util.h"\
-
-
-.\services.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_idle.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\win2k.h"\
- ".\avatar.h"\
- ".\file_transfer.h"\
- ".\im.h"\
- ".\libyahoo2\yahoo2.h"\
- ".\libyahoo2\yahoo2_callbacks.h"\
- ".\libyahoo2\yahoo2_types.h"\
- ".\libyahoo2\yahoo_httplib.h"\
- ".\libyahoo2\yahoo_list.h"\
- ".\libyahoo2\yahoo_util.h"\
- ".\resource.h"\
- ".\search.h"\
-
-
-.\user_info.cpp : \
- "..\..\include\m_langpack.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_userinfo.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\win2k.h"\
- ".\libyahoo2\yahoo2.h"\
- ".\libyahoo2\yahoo2_callbacks.h"\
- ".\libyahoo2\yahoo2_types.h"\
- ".\libyahoo2\yahoo_httplib.h"\
- ".\libyahoo2\yahoo_list.h"\
- ".\libyahoo2\yahoo_util.h"\
- ".\resource.h"\
-
-
-.\util.cpp : \
- "..\..\include\m_langpack.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_options.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\win2k.h"\
- ".\libyahoo2\yahoo2.h"\
- ".\libyahoo2\yahoo2_callbacks.h"\
- ".\libyahoo2\yahoo2_types.h"\
- ".\libyahoo2\yahoo_httplib.h"\
- ".\libyahoo2\yahoo_list.h"\
- ".\libyahoo2\yahoo_util.h"\
- ".\resource.h"\
-
-
-.\webcam.cpp : \
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\win2k.h"\
- ".\libyahoo2\yahoo2.h"\
- ".\libyahoo2\yahoo2_callbacks.h"\
- ".\libyahoo2\yahoo2_types.h"\
- ".\libyahoo2\yahoo_httplib.h"\
- ".\libyahoo2\yahoo_list.h"\
- ".\libyahoo2\yahoo_util.h"\
-
-
-.\yahoo.cpp : \
- "..\..\include\m_avatars.h"\
- "..\..\include\m_clist.h"\
- "..\..\include\m_clistint.h"\
- "..\..\include\m_database.h"\
- "..\..\include\m_genmenu.h"\
- "..\..\include\m_langpack.h"\
- "..\..\include\m_message.h"\
- "..\..\include\m_netlib.h"\
- "..\..\include\m_plugins.h"\
- "..\..\include\m_popup.h"\
- "..\..\include\m_protocols.h"\
- "..\..\include\m_protoint.h"\
- "..\..\include\m_protomod.h"\
- "..\..\include\m_protosvc.h"\
- "..\..\include\m_skin.h"\
- "..\..\include\m_stdhdr.h"\
- "..\..\include\m_system.h"\
- "..\..\include\m_system_cpp.h"\
- "..\..\include\m_utils.h"\
- "..\..\include\newpluginapi.h"\
- "..\..\include\statusmodes.h"\
- "..\..\include\win2k.h"\
- ".\avatar.h"\
- ".\chat.h"\
- ".\file_transfer.h"\
- ".\ignore.h"\
- ".\im.h"\
- ".\libyahoo2\yahoo2.h"\
- ".\libyahoo2\yahoo2_callbacks.h"\
- ".\libyahoo2\yahoo2_types.h"\
- ".\libyahoo2\yahoo_httplib.h"\
- ".\libyahoo2\yahoo_list.h"\
- ".\libyahoo2\yahoo_util.h"\
- ".\proto.h"\
- ".\search.h"\
- ".\webcam.h"\
- ".\yahoo.h"\
-
diff --git a/protocols/Yahoo/Yahoo.dsp b/protocols/Yahoo/Yahoo.dsp deleted file mode 100644 index fbb4ac6bb2..0000000000 --- a/protocols/Yahoo/Yahoo.dsp +++ /dev/null @@ -1,350 +0,0 @@ -# Microsoft Developer Studio Project File - Name="Yahoo" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-CFG=Yahoo - Win32 Debug Unicode
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "Yahoo.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "Yahoo.mak" CFG="Yahoo - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "Yahoo - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "Yahoo - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "Yahoo - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "Yahoo - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "Yahoo - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "YAHOO_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /Zi /O1 /I "../../include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Yu"yahoo.h" /FD /c
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x419 /d "NDEBUG"
-# ADD RSC /l 0x419 /i "../../include" /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib wsock32.lib /nologo /dll /map /debug /machine:I386 /out:"../../Bin/Release/Plugins/Yahoo.dll"
-# SUBTRACT LINK32 /pdb:none /incremental:yes
-
-!ELSEIF "$(CFG)" == "Yahoo - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "YAHOO_EXPORTS" /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /I "../../include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Yu"yahoo.h" /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x419 /d "_DEBUG"
-# ADD RSC /l 0x419 /i "../../include" /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib wsock32.lib /nologo /dll /debug /machine:I386 /out:"../../Bin/Debug/Plugins/Yahoo.dll" /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none /incremental:no
-
-!ELSEIF "$(CFG)" == "Yahoo - Win32 Debug Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Yahoo___Win32_Debug_Unicode"
-# PROP BASE Intermediate_Dir "Yahoo___Win32_Debug_Unicode"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug_Unicode"
-# PROP Intermediate_Dir "Debug_Unicode"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MDd /W3 /Gm /ZI /Od /I "../../include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Yu"yahoo.h" /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /I "../../include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Yu"yahoo.h" /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x419 /d "_DEBUG"
-# ADD RSC /l 0x419 /i "../../include" /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"../../Bin/Debug/Plugins/Yahoo.dll" /pdbtype:sept
-# SUBTRACT BASE LINK32 /pdb:none /incremental:no
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib wsock32.lib /nologo /dll /debug /machine:I386 /out:"../../Bin/Debug Unicode/Plugins/Yahoo.dll" /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none /incremental:no
-
-!ELSEIF "$(CFG)" == "Yahoo - Win32 Release Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Yahoo___Win32_Release_Unicode"
-# PROP BASE Intermediate_Dir "Yahoo___Win32_Release_Unicode"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release_Unicode"
-# PROP Intermediate_Dir "Release_Unicode"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MD /W3 /Zi /O1 /I "../../include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /Zi /O1 /I "../../include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Yu"yahoo.h" /FD /c
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x419 /d "NDEBUG"
-# ADD RSC /l 0x419 /i "../../include" /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /map /debug /machine:I386 /out:"../../Bin/Release/Plugins/Yahoo.dll"
-# SUBTRACT BASE LINK32 /pdb:none /incremental:yes
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib wsock32.lib /nologo /dll /map /debug /machine:I386 /out:"../../Bin/Release Unicode/Plugins/Yahoo.dll"
-# SUBTRACT LINK32 /pdb:none /incremental:yes
-
-!ENDIF
-
-# Begin Target
-
-# Name "Yahoo - Win32 Release"
-# Name "Yahoo - Win32 Debug"
-# Name "Yahoo - Win32 Debug Unicode"
-# Name "Yahoo - Win32 Release Unicode"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Group "libyahoo"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\libyahoo2\crypt.c
-# SUBTRACT CPP /YX /Yc /Yu
-# End Source File
-# Begin Source File
-
-SOURCE=.\libyahoo2\libyahoo2.c
-# SUBTRACT CPP /YX /Yc /Yu
-# End Source File
-# Begin Source File
-
-SOURCE=.\libyahoo2\yahoo2_callbacks.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libyahoo2\yahoo2_types.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libyahoo2\yahoo_debug.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libyahoo2\yahoo_httplib.c
-# SUBTRACT CPP /YX /Yc /Yu
-# End Source File
-# Begin Source File
-
-SOURCE=.\libyahoo2\yahoo_httplib.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libyahoo2\yahoo_list.c
-# SUBTRACT CPP /YX /Yc /Yu
-# End Source File
-# Begin Source File
-
-SOURCE=.\libyahoo2\yahoo_list.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libyahoo2\yahoo_util.c
-# SUBTRACT CPP /YX /Yc /Yu
-# End Source File
-# Begin Source File
-
-SOURCE=.\libyahoo2\yahoo_util.h
-# End Source File
-# End Group
-# Begin Source File
-
-SOURCE=.\avatar.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\chat.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\file_transfer.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\http_gateway.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\icolib.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ignore.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\im.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\links.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\main.cpp
-# ADD CPP /Yu"yahoo.h"
-# End Source File
-# Begin Source File
-
-SOURCE=.\options.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\proto.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\resource.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\search.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\server.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\services.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\user_info.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\util.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\webcam.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\yahoo.cpp
-# ADD CPP /Yc"yahoo.h"
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# Begin Source File
-
-SOURCE=.\Yahoo.rc
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\avatar.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\chat.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\file_transfer.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\http_gateway.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\ignore.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\im.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\options.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\proto.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\search.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\version.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\webcam.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\yahoo.h
-# End Source File
-# End Group
-# End Target
-# End Project
diff --git a/protocols/Yahoo/Yahoo.mak b/protocols/Yahoo/Yahoo.mak deleted file mode 100644 index 1989266ce8..0000000000 --- a/protocols/Yahoo/Yahoo.mak +++ /dev/null @@ -1,915 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Yahoo.dsp
-!IF "$(CFG)" == ""
-CFG=Yahoo - Win32 Debug Unicode
-!MESSAGE No configuration specified. Defaulting to Yahoo - Win32 Debug Unicode.
-!ENDIF
-
-!IF "$(CFG)" != "Yahoo - Win32 Release" && "$(CFG)" != "Yahoo - Win32 Debug" && "$(CFG)" != "Yahoo - Win32 Debug Unicode" && "$(CFG)" != "Yahoo - Win32 Release Unicode"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "Yahoo.mak" CFG="Yahoo - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "Yahoo - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "Yahoo - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "Yahoo - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "Yahoo - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-!ERROR An invalid configuration is specified.
-!ENDIF
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE
-NULL=nul
-!ENDIF
-
-!IF "$(CFG)" == "Yahoo - Win32 Release"
-
-OUTDIR=.\Release
-INTDIR=.\Release
-
-ALL : "..\..\Bin\Release\Plugins\Yahoo.dll"
-
-
-CLEAN :
- -@erase "$(INTDIR)\avatar.obj"
- -@erase "$(INTDIR)\chat.obj"
- -@erase "$(INTDIR)\crypt.obj"
- -@erase "$(INTDIR)\file_transfer.obj"
- -@erase "$(INTDIR)\http_gateway.obj"
- -@erase "$(INTDIR)\icolib.obj"
- -@erase "$(INTDIR)\ignore.obj"
- -@erase "$(INTDIR)\im.obj"
- -@erase "$(INTDIR)\libyahoo2.obj"
- -@erase "$(INTDIR)\links.obj"
- -@erase "$(INTDIR)\main.obj"
- -@erase "$(INTDIR)\options.obj"
- -@erase "$(INTDIR)\proto.obj"
- -@erase "$(INTDIR)\search.obj"
- -@erase "$(INTDIR)\server.obj"
- -@erase "$(INTDIR)\services.obj"
- -@erase "$(INTDIR)\user_info.obj"
- -@erase "$(INTDIR)\util.obj"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(INTDIR)\webcam.obj"
- -@erase "$(INTDIR)\yahoo.obj"
- -@erase "$(INTDIR)\Yahoo.pch"
- -@erase "$(INTDIR)\Yahoo.res"
- -@erase "$(INTDIR)\yahoo_httplib.obj"
- -@erase "$(INTDIR)\yahoo_list.obj"
- -@erase "$(INTDIR)\yahoo_util.obj"
- -@erase "$(OUTDIR)\Yahoo.exp"
- -@erase "$(OUTDIR)\Yahoo.lib"
- -@erase "$(OUTDIR)\Yahoo.map"
- -@erase "$(OUTDIR)\Yahoo.pdb"
- -@erase "..\..\Bin\Release\Plugins\Yahoo.dll"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP=cl.exe
-CPP_PROJ=/nologo /MD /W3 /Zi /O1 /I "../../include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Fp"$(INTDIR)\Yahoo.pch" /Yu"yahoo.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-MTL=midl.exe
-MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
-RSC=rc.exe
-RSC_PROJ=/l 0x419 /fo"$(INTDIR)\Yahoo.res" /i "../../include" /d "NDEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\Yahoo.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib wsock32.lib /nologo /dll /incremental:no /pdb:"$(OUTDIR)\Yahoo.pdb" /map:"$(INTDIR)\Yahoo.map" /debug /machine:I386 /out:"../../Bin/Release/Plugins/Yahoo.dll" /implib:"$(OUTDIR)\Yahoo.lib"
-LINK32_OBJS= \
- "$(INTDIR)\crypt.obj" \
- "$(INTDIR)\libyahoo2.obj" \
- "$(INTDIR)\yahoo_httplib.obj" \
- "$(INTDIR)\yahoo_list.obj" \
- "$(INTDIR)\yahoo_util.obj" \
- "$(INTDIR)\avatar.obj" \
- "$(INTDIR)\chat.obj" \
- "$(INTDIR)\file_transfer.obj" \
- "$(INTDIR)\http_gateway.obj" \
- "$(INTDIR)\icolib.obj" \
- "$(INTDIR)\ignore.obj" \
- "$(INTDIR)\im.obj" \
- "$(INTDIR)\links.obj" \
- "$(INTDIR)\main.obj" \
- "$(INTDIR)\options.obj" \
- "$(INTDIR)\proto.obj" \
- "$(INTDIR)\search.obj" \
- "$(INTDIR)\server.obj" \
- "$(INTDIR)\services.obj" \
- "$(INTDIR)\user_info.obj" \
- "$(INTDIR)\util.obj" \
- "$(INTDIR)\webcam.obj" \
- "$(INTDIR)\yahoo.obj" \
- "$(INTDIR)\Yahoo.res"
-
-"..\..\Bin\Release\Plugins\Yahoo.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "Yahoo - Win32 Debug"
-
-OUTDIR=.\Debug
-INTDIR=.\Debug
-
-ALL : "..\..\Bin\Debug\Plugins\Yahoo.dll"
-
-
-CLEAN :
- -@erase "$(INTDIR)\avatar.obj"
- -@erase "$(INTDIR)\chat.obj"
- -@erase "$(INTDIR)\crypt.obj"
- -@erase "$(INTDIR)\file_transfer.obj"
- -@erase "$(INTDIR)\http_gateway.obj"
- -@erase "$(INTDIR)\icolib.obj"
- -@erase "$(INTDIR)\ignore.obj"
- -@erase "$(INTDIR)\im.obj"
- -@erase "$(INTDIR)\libyahoo2.obj"
- -@erase "$(INTDIR)\links.obj"
- -@erase "$(INTDIR)\main.obj"
- -@erase "$(INTDIR)\options.obj"
- -@erase "$(INTDIR)\proto.obj"
- -@erase "$(INTDIR)\search.obj"
- -@erase "$(INTDIR)\server.obj"
- -@erase "$(INTDIR)\services.obj"
- -@erase "$(INTDIR)\user_info.obj"
- -@erase "$(INTDIR)\util.obj"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(INTDIR)\webcam.obj"
- -@erase "$(INTDIR)\yahoo.obj"
- -@erase "$(INTDIR)\Yahoo.pch"
- -@erase "$(INTDIR)\Yahoo.res"
- -@erase "$(INTDIR)\yahoo_httplib.obj"
- -@erase "$(INTDIR)\yahoo_list.obj"
- -@erase "$(INTDIR)\yahoo_util.obj"
- -@erase "$(OUTDIR)\Yahoo.exp"
- -@erase "$(OUTDIR)\Yahoo.lib"
- -@erase "$(OUTDIR)\Yahoo.pdb"
- -@erase "..\..\Bin\Debug\Plugins\Yahoo.dll"
- -@erase "..\..\Bin\Debug\Plugins\Yahoo.ilk"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP=cl.exe
-CPP_PROJ=/nologo /MDd /W3 /Gm /ZI /Od /I "../../include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Fp"$(INTDIR)\Yahoo.pch" /Yu"yahoo.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-MTL=midl.exe
-MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
-RSC=rc.exe
-RSC_PROJ=/l 0x419 /fo"$(INTDIR)\Yahoo.res" /i "../../include" /d "_DEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\Yahoo.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib wsock32.lib /nologo /dll /incremental:yes /pdb:"$(OUTDIR)\Yahoo.pdb" /debug /machine:I386 /out:"../../Bin/Debug/Plugins/Yahoo.dll" /implib:"$(OUTDIR)\Yahoo.lib" /pdbtype:sept
-LINK32_OBJS= \
- "$(INTDIR)\crypt.obj" \
- "$(INTDIR)\libyahoo2.obj" \
- "$(INTDIR)\yahoo_httplib.obj" \
- "$(INTDIR)\yahoo_list.obj" \
- "$(INTDIR)\yahoo_util.obj" \
- "$(INTDIR)\avatar.obj" \
- "$(INTDIR)\chat.obj" \
- "$(INTDIR)\file_transfer.obj" \
- "$(INTDIR)\http_gateway.obj" \
- "$(INTDIR)\icolib.obj" \
- "$(INTDIR)\ignore.obj" \
- "$(INTDIR)\im.obj" \
- "$(INTDIR)\links.obj" \
- "$(INTDIR)\main.obj" \
- "$(INTDIR)\options.obj" \
- "$(INTDIR)\proto.obj" \
- "$(INTDIR)\search.obj" \
- "$(INTDIR)\server.obj" \
- "$(INTDIR)\services.obj" \
- "$(INTDIR)\user_info.obj" \
- "$(INTDIR)\util.obj" \
- "$(INTDIR)\webcam.obj" \
- "$(INTDIR)\yahoo.obj" \
- "$(INTDIR)\Yahoo.res"
-
-"..\..\Bin\Debug\Plugins\Yahoo.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "Yahoo - Win32 Debug Unicode"
-
-OUTDIR=.\Debug_Unicode
-INTDIR=.\Debug_Unicode
-
-ALL : "..\..\Bin\Debug Unicode\Plugins\Yahoo.dll"
-
-
-CLEAN :
- -@erase "$(INTDIR)\avatar.obj"
- -@erase "$(INTDIR)\chat.obj"
- -@erase "$(INTDIR)\crypt.obj"
- -@erase "$(INTDIR)\file_transfer.obj"
- -@erase "$(INTDIR)\http_gateway.obj"
- -@erase "$(INTDIR)\icolib.obj"
- -@erase "$(INTDIR)\ignore.obj"
- -@erase "$(INTDIR)\im.obj"
- -@erase "$(INTDIR)\libyahoo2.obj"
- -@erase "$(INTDIR)\links.obj"
- -@erase "$(INTDIR)\main.obj"
- -@erase "$(INTDIR)\options.obj"
- -@erase "$(INTDIR)\proto.obj"
- -@erase "$(INTDIR)\search.obj"
- -@erase "$(INTDIR)\server.obj"
- -@erase "$(INTDIR)\services.obj"
- -@erase "$(INTDIR)\user_info.obj"
- -@erase "$(INTDIR)\util.obj"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(INTDIR)\webcam.obj"
- -@erase "$(INTDIR)\yahoo.obj"
- -@erase "$(INTDIR)\Yahoo.pch"
- -@erase "$(INTDIR)\Yahoo.res"
- -@erase "$(INTDIR)\yahoo_httplib.obj"
- -@erase "$(INTDIR)\yahoo_list.obj"
- -@erase "$(INTDIR)\yahoo_util.obj"
- -@erase "$(OUTDIR)\Yahoo.exp"
- -@erase "$(OUTDIR)\Yahoo.lib"
- -@erase "$(OUTDIR)\Yahoo.pdb"
- -@erase "..\..\Bin\Debug Unicode\Plugins\Yahoo.dll"
- -@erase "..\..\Bin\Debug Unicode\Plugins\Yahoo.ilk"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP=cl.exe
-CPP_PROJ=/nologo /MDd /W3 /Gm /ZI /Od /I "../../include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Fp"$(INTDIR)\Yahoo.pch" /Yu"yahoo.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-MTL=midl.exe
-MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
-RSC=rc.exe
-RSC_PROJ=/l 0x419 /fo"$(INTDIR)\Yahoo.res" /i "../../include" /d "_DEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\Yahoo.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib wsock32.lib /nologo /dll /incremental:yes /pdb:"$(OUTDIR)\Yahoo.pdb" /debug /machine:I386 /out:"../../Bin/Debug Unicode/Plugins/Yahoo.dll" /implib:"$(OUTDIR)\Yahoo.lib" /pdbtype:sept
-LINK32_OBJS= \
- "$(INTDIR)\crypt.obj" \
- "$(INTDIR)\libyahoo2.obj" \
- "$(INTDIR)\yahoo_httplib.obj" \
- "$(INTDIR)\yahoo_list.obj" \
- "$(INTDIR)\yahoo_util.obj" \
- "$(INTDIR)\avatar.obj" \
- "$(INTDIR)\chat.obj" \
- "$(INTDIR)\file_transfer.obj" \
- "$(INTDIR)\http_gateway.obj" \
- "$(INTDIR)\icolib.obj" \
- "$(INTDIR)\ignore.obj" \
- "$(INTDIR)\im.obj" \
- "$(INTDIR)\links.obj" \
- "$(INTDIR)\main.obj" \
- "$(INTDIR)\options.obj" \
- "$(INTDIR)\proto.obj" \
- "$(INTDIR)\search.obj" \
- "$(INTDIR)\server.obj" \
- "$(INTDIR)\services.obj" \
- "$(INTDIR)\user_info.obj" \
- "$(INTDIR)\util.obj" \
- "$(INTDIR)\webcam.obj" \
- "$(INTDIR)\yahoo.obj" \
- "$(INTDIR)\Yahoo.res"
-
-"..\..\Bin\Debug Unicode\Plugins\Yahoo.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ELSEIF "$(CFG)" == "Yahoo - Win32 Release Unicode"
-
-OUTDIR=.\Release_Unicode
-INTDIR=.\Release_Unicode
-
-ALL : "..\..\Bin\Release Unicode\Plugins\Yahoo.dll"
-
-
-CLEAN :
- -@erase "$(INTDIR)\avatar.obj"
- -@erase "$(INTDIR)\chat.obj"
- -@erase "$(INTDIR)\crypt.obj"
- -@erase "$(INTDIR)\file_transfer.obj"
- -@erase "$(INTDIR)\http_gateway.obj"
- -@erase "$(INTDIR)\icolib.obj"
- -@erase "$(INTDIR)\ignore.obj"
- -@erase "$(INTDIR)\im.obj"
- -@erase "$(INTDIR)\libyahoo2.obj"
- -@erase "$(INTDIR)\links.obj"
- -@erase "$(INTDIR)\main.obj"
- -@erase "$(INTDIR)\options.obj"
- -@erase "$(INTDIR)\proto.obj"
- -@erase "$(INTDIR)\search.obj"
- -@erase "$(INTDIR)\server.obj"
- -@erase "$(INTDIR)\services.obj"
- -@erase "$(INTDIR)\user_info.obj"
- -@erase "$(INTDIR)\util.obj"
- -@erase "$(INTDIR)\vc60.idb"
- -@erase "$(INTDIR)\vc60.pdb"
- -@erase "$(INTDIR)\webcam.obj"
- -@erase "$(INTDIR)\yahoo.obj"
- -@erase "$(INTDIR)\Yahoo.pch"
- -@erase "$(INTDIR)\Yahoo.res"
- -@erase "$(INTDIR)\yahoo_httplib.obj"
- -@erase "$(INTDIR)\yahoo_list.obj"
- -@erase "$(INTDIR)\yahoo_util.obj"
- -@erase "$(OUTDIR)\Yahoo.exp"
- -@erase "$(OUTDIR)\Yahoo.lib"
- -@erase "$(OUTDIR)\Yahoo.map"
- -@erase "$(OUTDIR)\Yahoo.pdb"
- -@erase "..\..\Bin\Release Unicode\Plugins\Yahoo.dll"
-
-"$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP=cl.exe
-CPP_PROJ=/nologo /MD /W3 /Zi /O1 /I "../../include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Fp"$(INTDIR)\Yahoo.pch" /Yu"yahoo.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-.c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-.cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
-<<
-
-MTL=midl.exe
-MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32
-RSC=rc.exe
-RSC_PROJ=/l 0x419 /fo"$(INTDIR)\Yahoo.res" /i "../../include" /d "NDEBUG"
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\Yahoo.bsc"
-BSC32_SBRS= \
-
-LINK32=link.exe
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib wsock32.lib /nologo /dll /incremental:no /pdb:"$(OUTDIR)\Yahoo.pdb" /map:"$(INTDIR)\Yahoo.map" /debug /machine:I386 /out:"../../Bin/Release Unicode/Plugins/Yahoo.dll" /implib:"$(OUTDIR)\Yahoo.lib"
-LINK32_OBJS= \
- "$(INTDIR)\crypt.obj" \
- "$(INTDIR)\libyahoo2.obj" \
- "$(INTDIR)\yahoo_httplib.obj" \
- "$(INTDIR)\yahoo_list.obj" \
- "$(INTDIR)\yahoo_util.obj" \
- "$(INTDIR)\avatar.obj" \
- "$(INTDIR)\chat.obj" \
- "$(INTDIR)\file_transfer.obj" \
- "$(INTDIR)\http_gateway.obj" \
- "$(INTDIR)\icolib.obj" \
- "$(INTDIR)\ignore.obj" \
- "$(INTDIR)\im.obj" \
- "$(INTDIR)\links.obj" \
- "$(INTDIR)\main.obj" \
- "$(INTDIR)\options.obj" \
- "$(INTDIR)\proto.obj" \
- "$(INTDIR)\search.obj" \
- "$(INTDIR)\server.obj" \
- "$(INTDIR)\services.obj" \
- "$(INTDIR)\user_info.obj" \
- "$(INTDIR)\util.obj" \
- "$(INTDIR)\webcam.obj" \
- "$(INTDIR)\yahoo.obj" \
- "$(INTDIR)\Yahoo.res"
-
-"..\..\Bin\Release Unicode\Plugins\Yahoo.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
-<<
-
-!ENDIF
-
-
-!IF "$(NO_EXTERNAL_DEPS)" != "1"
-!IF EXISTS("Yahoo.dep")
-!INCLUDE "Yahoo.dep"
-!ELSE
-!MESSAGE Warning: cannot find "Yahoo.dep"
-!ENDIF
-!ENDIF
-
-
-!IF "$(CFG)" == "Yahoo - Win32 Release" || "$(CFG)" == "Yahoo - Win32 Debug" || "$(CFG)" == "Yahoo - Win32 Debug Unicode" || "$(CFG)" == "Yahoo - Win32 Release Unicode"
-SOURCE=.\libyahoo2\crypt.c
-
-!IF "$(CFG)" == "Yahoo - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\crypt.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "Yahoo - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /ZI /Od /I "../../include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\crypt.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "Yahoo - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /ZI /Od /I "../../include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\crypt.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "Yahoo - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\crypt.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\libyahoo2\libyahoo2.c
-
-!IF "$(CFG)" == "Yahoo - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\libyahoo2.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "Yahoo - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /ZI /Od /I "../../include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\libyahoo2.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "Yahoo - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /ZI /Od /I "../../include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\libyahoo2.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "Yahoo - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\libyahoo2.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\libyahoo2\yahoo_httplib.c
-
-!IF "$(CFG)" == "Yahoo - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\yahoo_httplib.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "Yahoo - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /ZI /Od /I "../../include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\yahoo_httplib.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "Yahoo - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /ZI /Od /I "../../include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\yahoo_httplib.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "Yahoo - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\yahoo_httplib.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\libyahoo2\yahoo_list.c
-
-!IF "$(CFG)" == "Yahoo - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\yahoo_list.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "Yahoo - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /ZI /Od /I "../../include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\yahoo_list.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "Yahoo - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /ZI /Od /I "../../include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\yahoo_list.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "Yahoo - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\yahoo_list.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\libyahoo2\yahoo_util.c
-
-!IF "$(CFG)" == "Yahoo - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\yahoo_util.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "Yahoo - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /ZI /Od /I "../../include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\yahoo_util.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "Yahoo - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /ZI /Od /I "../../include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\yahoo_util.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "Yahoo - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\yahoo_util.obj" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\avatar.cpp
-
-"$(INTDIR)\avatar.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\Yahoo.pch"
-
-
-SOURCE=.\chat.cpp
-
-"$(INTDIR)\chat.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\Yahoo.pch"
-
-
-SOURCE=.\file_transfer.cpp
-
-"$(INTDIR)\file_transfer.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\Yahoo.pch"
-
-
-SOURCE=.\http_gateway.cpp
-
-"$(INTDIR)\http_gateway.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\Yahoo.pch"
-
-
-SOURCE=.\icolib.cpp
-
-"$(INTDIR)\icolib.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\Yahoo.pch"
-
-
-SOURCE=.\ignore.cpp
-
-"$(INTDIR)\ignore.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\Yahoo.pch"
-
-
-SOURCE=.\im.cpp
-
-"$(INTDIR)\im.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\Yahoo.pch"
-
-
-SOURCE=.\links.cpp
-
-"$(INTDIR)\links.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\Yahoo.pch"
-
-
-SOURCE=.\main.cpp
-
-!IF "$(CFG)" == "Yahoo - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Fp"$(INTDIR)\Yahoo.pch" /Yu"yahoo.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\main.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\Yahoo.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "Yahoo - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /ZI /Od /I "../../include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Fp"$(INTDIR)\Yahoo.pch" /Yu"yahoo.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\main.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\Yahoo.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "Yahoo - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /ZI /Od /I "../../include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Fp"$(INTDIR)\Yahoo.pch" /Yu"yahoo.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\main.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\Yahoo.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "Yahoo - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Fp"$(INTDIR)\Yahoo.pch" /Yu"yahoo.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\main.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\Yahoo.pch"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\options.cpp
-
-"$(INTDIR)\options.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\Yahoo.pch"
-
-
-SOURCE=.\proto.cpp
-
-"$(INTDIR)\proto.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\Yahoo.pch"
-
-
-SOURCE=.\search.cpp
-
-"$(INTDIR)\search.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\Yahoo.pch"
-
-
-SOURCE=.\server.cpp
-
-"$(INTDIR)\server.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\Yahoo.pch"
-
-
-SOURCE=.\services.cpp
-
-"$(INTDIR)\services.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\Yahoo.pch"
-
-
-SOURCE=.\user_info.cpp
-
-"$(INTDIR)\user_info.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\Yahoo.pch"
-
-
-SOURCE=.\util.cpp
-
-"$(INTDIR)\util.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\Yahoo.pch"
-
-
-SOURCE=.\webcam.cpp
-
-"$(INTDIR)\webcam.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\Yahoo.pch"
-
-
-SOURCE=.\yahoo.cpp
-
-!IF "$(CFG)" == "Yahoo - Win32 Release"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Fp"$(INTDIR)\Yahoo.pch" /Yc"yahoo.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\yahoo.obj" "$(INTDIR)\Yahoo.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "Yahoo - Win32 Debug"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /ZI /Od /I "../../include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Fp"$(INTDIR)\Yahoo.pch" /Yc"yahoo.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\yahoo.obj" "$(INTDIR)\Yahoo.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "Yahoo - Win32 Debug Unicode"
-
-CPP_SWITCHES=/nologo /MDd /W3 /Gm /ZI /Od /I "../../include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Fp"$(INTDIR)\Yahoo.pch" /Yc"yahoo.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
-"$(INTDIR)\yahoo.obj" "$(INTDIR)\Yahoo.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ELSEIF "$(CFG)" == "Yahoo - Win32 Release Unicode"
-
-CPP_SWITCHES=/nologo /MD /W3 /Zi /O1 /I "../../include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "UNICODE" /D "_USRDLL" /D "YAHOO_EXPORTS" /D "HAVE_CONFIG_H" /Fp"$(INTDIR)\Yahoo.pch" /Yc"yahoo.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
-"$(INTDIR)\yahoo.obj" "$(INTDIR)\Yahoo.pch" : $(SOURCE) "$(INTDIR)"
- $(CPP) @<<
- $(CPP_SWITCHES) $(SOURCE)
-<<
-
-
-!ENDIF
-
-SOURCE=.\Yahoo.rc
-
-"$(INTDIR)\Yahoo.res" : $(SOURCE) "$(INTDIR)"
- $(RSC) $(RSC_PROJ) $(SOURCE)
-
-
-
-!ENDIF
-
diff --git a/protocols/Yahoo/Yahoo.sln b/protocols/Yahoo/Yahoo.sln deleted file mode 100644 index e9a7c16235..0000000000 --- a/protocols/Yahoo/Yahoo.sln +++ /dev/null @@ -1,29 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Yahoo", "Yahoo.vcproj", "{E42870DB-9FED-44E7-9C93-4E64D0C87F51}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Global - GlobalSection(SourceCodeControl) = preSolution - SccNumberOfProjects = 1 - SccProjectUniqueName0 = Yahoo.vcproj - SccProjectName0 = \u0022$/Miranda/miranda/Yahoo\u0022,\u0020GKQAAAAA - SccLocalPath0 = . - SccProvider0 = MSSCCI:Microsoft\u0020Visual\u0020SourceSafe - CanCheckoutShared = false - EndGlobalSection - GlobalSection(SolutionConfiguration) = preSolution - Debug = Debug - Release = Release - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {E42870DB-9FED-44E7-9C93-4E64D0C87F51}.Debug.ActiveCfg = Debug|Win32 - {E42870DB-9FED-44E7-9C93-4E64D0C87F51}.Debug.Build.0 = Debug|Win32 - {E42870DB-9FED-44E7-9C93-4E64D0C87F51}.Release.ActiveCfg = Release|Win32 - {E42870DB-9FED-44E7-9C93-4E64D0C87F51}.Release.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/protocols/Yahoo/Yahoo.vcproj b/protocols/Yahoo/Yahoo.vcproj deleted file mode 100644 index 0acb2d3012..0000000000 --- a/protocols/Yahoo/Yahoo.vcproj +++ /dev/null @@ -1,556 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="Yahoo"
- ProjectGUID="{E42870DB-9FED-44E7-9C93-4E64D0C87F51}"
- SccProjectName=""
- SccLocalPath="">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;YAHOO_EXPORTS;HAVE_CONFIG_H"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="yahoo.h"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="wsock32.lib"
- LinkIncremental="2"
- SuppressStartupBanner="TRUE"
- GenerateDebugInformation="TRUE"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/Yahoo.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1049"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2"
- WholeProgramOptimization="FALSE">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- GlobalOptimizations="TRUE"
- InlineFunctionExpansion="1"
- FavorSizeOrSpeed="2"
- OmitFramePointers="FALSE"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;YAHOO_EXPORTS;HAVE_CONFIG_H"
- StringPooling="TRUE"
- ExceptionHandling="FALSE"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="TRUE"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="yahoo.h"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="3"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalDependencies="wsock32.lib"
- LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="../../lib"
- IgnoreAllDefaultLibraries="TRUE"
- GenerateDebugInformation="TRUE"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="1"
- ImportLibrary=""
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/Yahoo.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1049"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="1">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;YAHOO_EXPORTS;HAVE_CONFIG_H"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- BufferSecurityCheck="TRUE"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="yahoo.h"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalDependencies="wsock32.lib"
- LinkIncremental="2"
- SuppressStartupBanner="TRUE"
- GenerateDebugInformation="TRUE"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/Yahoo.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1049"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="1"
- WholeProgramOptimization="FALSE">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- GlobalOptimizations="TRUE"
- FavorSizeOrSpeed="2"
- OmitFramePointers="FALSE"
- OptimizeForProcessor="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;YAHOO_EXPORTS;HAVE_CONFIG_H"
- StringPooling="TRUE"
- ExceptionHandling="FALSE"
- RuntimeLibrary="2"
- BufferSecurityCheck="TRUE"
- UsePrecompiledHeader="3"
- PrecompiledHeaderThrough="yahoo.h"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="3"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalDependencies="wsock32.lib"
- AdditionalLibraryDirectories="../../lib"
- IgnoreAllDefaultLibraries="TRUE"
- GenerateDebugInformation="TRUE"
- GenerateMapFile="TRUE"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- OptimizeForWindows98="1"
- ImportLibrary=""
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/Yahoo.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1049"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
- <File
- RelativePath=".\avatar.cpp">
- </File>
- <File
- RelativePath=".\chat.cpp">
- </File>
- <File
- RelativePath=".\file_transfer.cpp">
- </File>
- <File
- RelativePath=".\http_gateway.cpp">
- </File>
- <File
- RelativePath=".\icolib.cpp">
- </File>
- <File
- RelativePath=".\ignore.cpp">
- </File>
- <File
- RelativePath=".\im.cpp">
- </File>
- <File
- RelativePath=".\links.cpp">
- </File>
- <File
- RelativePath=".\main.cpp">
- </File>
- <File
- RelativePath=".\options.cpp">
- </File>
- <File
- RelativePath=".\proto.cpp">
- </File>
- <File
- RelativePath=".\search.cpp">
- </File>
- <File
- RelativePath=".\server.cpp">
- </File>
- <File
- RelativePath=".\services.cpp">
- </File>
- <File
- RelativePath=".\util.cpp">
- </File>
- <File
- RelativePath=".\user_info.cpp">
- </File>
- <File
- RelativePath=".\webcam.cpp">
- </File>
- <File
- RelativePath=".\yahoo.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"/>
- </FileConfiguration>
- </File>
- <Filter
- Name="libyahoo2"
- Filter="">
- <File
- RelativePath=".\libyahoo2\config.h">
- </File>
- <File
- RelativePath=".\libyahoo2\crypt.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\libyahoo2\libyahoo2.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\libyahoo2\yahoo2.h">
- </File>
- <File
- RelativePath=".\libyahoo2\yahoo2_callbacks.h">
- </File>
- <File
- RelativePath=".\libyahoo2\yahoo2_types.h">
- </File>
- <File
- RelativePath=".\libyahoo2\yahoo_debug.h">
- </File>
- <File
- RelativePath=".\libyahoo2\yahoo_httplib.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\libyahoo2\yahoo_httplib.h">
- </File>
- <File
- RelativePath=".\libyahoo2\yahoo_list.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\libyahoo2\yahoo_list.h">
- </File>
- <File
- RelativePath=".\libyahoo2\yahoo_util.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32">
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\libyahoo2\yahoo_util.h">
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl">
- <File
- RelativePath=".\http_gateway.h">
- </File>
- <File
- RelativePath=".\ignore.h">
- </File>
- <File
- RelativePath=".\proto.h">
- </File>
- <File
- RelativePath=".\pthread.h">
- </File>
- <File
- RelativePath=".\resource.h">
- </File>
- <File
- RelativePath=".\yahoo.h">
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
- <File
- RelativePath=".\Yahoo.rc">
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/protocols/Yahoo/Yahoo_8.vcproj b/protocols/Yahoo/Yahoo_8.vcproj deleted file mode 100644 index 6a03cae708..0000000000 --- a/protocols/Yahoo/Yahoo_8.vcproj +++ /dev/null @@ -1,771 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="Yahoo"
- ProjectGUID="{E42870DB-9FED-44E7-9C93-4E64D0C87F51}"
- RootNamespace="Yahoo"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/Yahoo.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;YAHOO_EXPORTS;HAVE_CONFIG_H"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="yahoo.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1049"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="wsock32.lib"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/Yahoo.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;YAHOO_EXPORTS"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="yahoo.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1049"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/Yahoo.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;YAHOO_EXPORTS;HAVE_CONFIG_H"
- StringPooling="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="0"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="yahoo.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1049"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="wsock32.lib"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/Yahoo.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;YAHOO_EXPORTS"
- StringPooling="true"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="yahoo.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1049"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath=".\avatar.cpp"
- >
- </File>
- <File
- RelativePath=".\chat.cpp"
- >
- </File>
- <File
- RelativePath=".\file_transfer.cpp"
- >
- </File>
- <File
- RelativePath=".\http_gateway.cpp"
- >
- </File>
- <File
- RelativePath=".\icolib.cpp"
- >
- </File>
- <File
- RelativePath=".\ignore.cpp"
- >
- </File>
- <File
- RelativePath=".\im.cpp"
- >
- </File>
- <File
- RelativePath=".\links.cpp"
- >
- </File>
- <File
- RelativePath=".\main.cpp"
- >
- </File>
- <File
- RelativePath=".\options.cpp"
- >
- </File>
- <File
- RelativePath=".\proto.cpp"
- >
- </File>
- <File
- RelativePath=".\search.cpp"
- >
- </File>
- <File
- RelativePath=".\server.cpp"
- >
- </File>
- <File
- RelativePath=".\services.cpp"
- >
- </File>
- <File
- RelativePath=".\user_info.cpp"
- >
- </File>
- <File
- RelativePath=".\util.cpp"
- >
- </File>
- <File
- RelativePath=".\webcam.cpp"
- >
- </File>
- <File
- RelativePath=".\yahoo.cpp"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- </File>
- <Filter
- Name="libyahoo2"
- >
- <File
- RelativePath=".\libyahoo2\config.h"
- >
- </File>
- <File
- RelativePath=".\libyahoo2\crypt.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\libyahoo2\libyahoo2.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\libyahoo2\yahoo2.h"
- >
- </File>
- <File
- RelativePath=".\libyahoo2\yahoo2_callbacks.h"
- >
- </File>
- <File
- RelativePath=".\libyahoo2\yahoo2_types.h"
- >
- </File>
- <File
- RelativePath=".\libyahoo2\yahoo_debug.h"
- >
- </File>
- <File
- RelativePath=".\libyahoo2\yahoo_httplib.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\libyahoo2\yahoo_httplib.h"
- >
- </File>
- <File
- RelativePath=".\libyahoo2\yahoo_list.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\libyahoo2\yahoo_list.h"
- >
- </File>
- <File
- RelativePath=".\libyahoo2\yahoo_util.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\libyahoo2\yahoo_util.h"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath=".\http_gateway.h"
- >
- </File>
- <File
- RelativePath=".\ignore.h"
- >
- </File>
- <File
- RelativePath=".\proto.h"
- >
- </File>
- <File
- RelativePath=".\resource.h"
- >
- </File>
- <File
- RelativePath=".\yahoo.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
- >
- <File
- RelativePath=".\Yahoo.rc"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/protocols/Yahoo/Yahoo_9.vcproj b/protocols/Yahoo/Yahoo_9.vcproj deleted file mode 100644 index 9918b436be..0000000000 --- a/protocols/Yahoo/Yahoo_9.vcproj +++ /dev/null @@ -1,1361 +0,0 @@ -<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="Yahoo"
- ProjectGUID="{E42870DB-9FED-44E7-9C93-4E64D0C87F51}"
- RootNamespace="Yahoo"
- TargetFrameworkVersion="131072"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/Yahoo.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;YAHOO_EXPORTS;HAVE_CONFIG_H"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="yahoo.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- DebugInformationFormat="4"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1049"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Debug/Yahoo.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;YAHOO_EXPORTS;HAVE_CONFIG_H"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="yahoo.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- DebugInformationFormat="3"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1049"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies=""
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/Yahoo.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;YAHOO_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="yahoo.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- DebugInformationFormat="3"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1049"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Release/Yahoo.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;YAHOO_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="yahoo.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- DebugInformationFormat="3"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1049"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies=""
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/Yahoo.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;YAHOO_EXPORTS;HAVE_CONFIG_H"
- StringPooling="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="0"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="yahoo.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- DebugInformationFormat="4"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1049"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Debug/Yahoo.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;YAHOO_EXPORTS;HAVE_CONFIG_H"
- StringPooling="false"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="0"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="yahoo.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- DebugInformationFormat="3"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1049"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib"
- SuppressStartupBanner="true"
- AdditionalManifestDependencies=""
- GenerateDebugInformation="true"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- GenerateMapFile="false"
- MapFileName=""
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/Yahoo.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;YAHOO_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="yahoo.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- DebugInformationFormat="3"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1049"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib"
- AdditionalManifestDependencies="type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'"
- GenerateDebugInformation="true"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|x64"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)64/Plugins"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)64/Obj/$(ProjectName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Release/Yahoo.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="../../include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;YAHOO_EXPORTS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="yahoo.h"
- AssemblerListingLocation=""
- BrowseInformationFile=""
- WarningLevel="3"
- DebugInformationFormat="3"
- DisableSpecificWarnings="4996"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1049"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="wsock32.lib"
- AdditionalManifestDependencies=""
- GenerateDebugInformation="true"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- LinkTimeCodeGeneration="1"
- RandomizedBaseAddress="1"
- ImportLibrary="$(IntDir)/$(TargetName).lib"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath=".\avatar.cpp"
- >
- </File>
- <File
- RelativePath=".\chat.cpp"
- >
- </File>
- <File
- RelativePath=".\file_transfer.cpp"
- >
- </File>
- <File
- RelativePath=".\http_gateway.cpp"
- >
- </File>
- <File
- RelativePath=".\icolib.cpp"
- >
- </File>
- <File
- RelativePath=".\ignore.cpp"
- >
- </File>
- <File
- RelativePath=".\im.cpp"
- >
- </File>
- <File
- RelativePath=".\links.cpp"
- >
- </File>
- <File
- RelativePath=".\main.cpp"
- >
- </File>
- <File
- RelativePath=".\options.cpp"
- >
- </File>
- <File
- RelativePath=".\proto.cpp"
- >
- </File>
- <File
- RelativePath=".\search.cpp"
- >
- </File>
- <File
- RelativePath=".\server.cpp"
- >
- </File>
- <File
- RelativePath=".\services.cpp"
- >
- </File>
- <File
- RelativePath=".\user_info.cpp"
- >
- </File>
- <File
- RelativePath=".\util.cpp"
- >
- </File>
- <File
- RelativePath=".\webcam.cpp"
- >
- </File>
- <File
- RelativePath=".\yahoo.cpp"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- </File>
- <Filter
- Name="libyahoo2"
- >
- <File
- RelativePath=".\libyahoo2\config.h"
- >
- </File>
- <File
- RelativePath=".\libyahoo2\crypt.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\libyahoo2\libyahoo2.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\libyahoo2\yahoo2.h"
- >
- </File>
- <File
- RelativePath=".\libyahoo2\yahoo2_callbacks.h"
- >
- </File>
- <File
- RelativePath=".\libyahoo2\yahoo2_types.h"
- >
- </File>
- <File
- RelativePath=".\libyahoo2\yahoo_debug.h"
- >
- </File>
- <File
- RelativePath=".\libyahoo2\yahoo_httplib.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\libyahoo2\yahoo_httplib.h"
- >
- </File>
- <File
- RelativePath=".\libyahoo2\yahoo_list.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\libyahoo2\yahoo_list.h"
- >
- </File>
- <File
- RelativePath=".\libyahoo2\yahoo_util.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\libyahoo2\yahoo_util.h"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath=".\http_gateway.h"
- >
- </File>
- <File
- RelativePath=".\ignore.h"
- >
- </File>
- <File
- RelativePath=".\proto.h"
- >
- </File>
- <File
- RelativePath=".\resource.h"
- >
- </File>
- <File
- RelativePath=".\yahoo.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
- >
- <File
- RelativePath=".\Yahoo.rc"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/protocols/Yahoo/yahoo.mdsp b/protocols/Yahoo/yahoo.mdsp deleted file mode 100644 index 070f815f5a..0000000000 --- a/protocols/Yahoo/yahoo.mdsp +++ /dev/null @@ -1,145 +0,0 @@ -[Project] -name=Yahoo
-type=2
-defaultConfig=1
- - -[Debug] -// compiler -workingDirectory=
-arguments=
-intermediateFilesDirectory=Debug
-outputFilesDirectory=Debug
-compilerPreprocessor=
-extraCompilerOptions=-DHAVE_CONFIG_H -DUNICODE -D_UNICODE
-compilerIncludeDirectory=..\..\include
-noWarning=0
-defaultWarning=1
-allWarning=1
-extraWarning=0
-isoWarning=0
-warningsAsErrors=0
-debugType=1
-debugLevel=2
-exceptionEnabled=0
-runtimeTypeEnabled=0
-optimizeLevel=0
- -// linker -libraryPath=
-outputFilename=..\..\Bin\Release\Plugins\Yahoo.dll
-libraries=comdlg32,gdi32,wsock32
-extraLinkerOptions=
-ignoreStartupFile=0
-ignoreDefaultLibs=0
-stripExecutableFile=0
- -// archive -extraArchiveOptions=
- -//resource -resourcePreprocessor=
-resourceIncludeDirectory=
-extraResourceOptions=
- -[Release] -// compiler -workingDirectory=
-arguments=
-intermediateFilesDirectory=Release
-outputFilesDirectory=Release
-compilerPreprocessor=
-extraCompilerOptions=-DHAVE_CONFIG_H -DUNICODE -D_UNICODE
-compilerIncludeDirectory=..\..\include
-noWarning=0
-defaultWarning=1
-allWarning=1
-extraWarning=0
-isoWarning=0
-warningAsErrors=0 -debugType=0
-debugLevel=1
-exceptionEnabled=0
-runtimeTypeEnabled=0
-optimizeLevel=2
- -// linker -libraryPath=
-outputFilename=..\..\Bin\Release\Plugins\Yahoo.dll
-libraries=comdlg32,gdi32,wsock32
-extraLinkerOptions=-Wl,-Map,Release\\yahoo.map
-ignoreStartupFile=0
-ignoreDefaultLibs=0
-stripExecutableFile=1
- -// archive -extraArchiveOptions=
- -//resource -resourcePreprocessor=
-resourceIncludeDirectory=
-extraResourceOptions=
- -[Source] -1=http_gateway.cpp
-2=main.cpp
-3=options.cpp
-4=server.cpp
-5=services.cpp
-6=util.cpp
-7=yahoo.cpp
-8=libyahoo2\crypt.c
-9=libyahoo2\libyahoo2.c
-10=libyahoo2\yahoo_httplib.c
-11=libyahoo2\yahoo_list.c
-12=libyahoo2\yahoo_util.c
-13=avatar.cpp
-14=chat.cpp
-15=webcam.cpp
-16=file_transfer.cpp
-17=im.cpp
-18=search.cpp
-19=icolib.cpp
-20=ignore.cpp
-21=proto.cpp
-22=user_info.cpp
-[Header] -1=http_gateway.h
-2=resource.h
-3=yahoo.h
-4=libyahoo2\config.h
-5=libyahoo2\yahoo2.h
-6=libyahoo2\yahoo2_callbacks.h
-7=libyahoo2\yahoo2_types.h
-8=libyahoo2\yahoo_debug.h
-9=libyahoo2\yahoo_httplib.h
-10=libyahoo2\yahoo_list.h
-11=libyahoo2\yahoo_util.h
-12=version.h
-13=avatar.h
-14=chat.h
-15=webcam.h
-16=file_transfer.h
-17=im.h
-18=search.h
-19=options.h
-20=ignore.h
-21=proto.h
-22=m_folders.h
-[Resource] -1=Yahoo.rc
-[Other] -1=libyahoo2\Docs\AUTHORS
-2=libyahoo2\Docs\COPYING
-3=libyahoo2\Docs\ChangeLog
-4=libyahoo2\Docs\NEWS
-5=libyahoo2\Docs\README
-6=libyahoo2\Docs\TODO
-7=libyahoo2\Docs\ymsg-9.txt
-[History] -yahoo.cpp,40909
-avatar.cpp,181
-..\MSN\msn_proto.cpp,6288
-..\MSN\msn_misc.cpp,7236
-file_transfer.cpp,1125
-libyahoo2\libyahoo2.c,82003
diff --git a/protocols/facebook/facebook.vcproj b/protocols/facebook/facebook.vcproj deleted file mode 100644 index 4d3aebe391..0000000000 --- a/protocols/facebook/facebook.vcproj +++ /dev/null @@ -1,599 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9,00"
- Name="facebook"
- ProjectGUID="{DADE9455-DC28-465A-9604-2CA28052B9FB}"
- RootNamespace="facebook"
- Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug Unicode|Win32"
- OutputDirectory="$(SolutionName)$(PlatformName)\$(ConfigurationName)"
- IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
- ConfigurationType="2"
- CharacterSet="1"
- WholeProgramOptimization="0"
- >
- <Tool
- Name="VCPreBuildEventTool"
- CommandLine="$(SolutionDir)incrementbuild.exe"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- WholeProgramOptimization="false"
- AdditionalIncludeDirectories="../../include;."
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FACEBOOK_EXPORTS;_CRT_SECURE_NO_WARNINGS;NOMINMAX"
- MinimalRebuild="false"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="common.h"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_UNICODE;UNICODE;_DEBUG"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- OutputFile="Build\$(PlatformName) $(ConfigurationName)\plugins\$(ProjectName).dll"
- LinkIncremental="2"
- GenerateDebugInformation="true"
- GenerateMapFile="true"
- MapFileName="$(TargetDir)$(TargetName).map"
- SubSystem="2"
- OptimizeReferences="0"
- EnableCOMDATFolding="0"
- LinkTimeCodeGeneration="0"
- RandomizedBaseAddress="1"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug Unicode|x64"
- OutputDirectory="$(SolutionName)$(PlatformName)\$(ConfigurationName)"
- IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
- ConfigurationType="2"
- CharacterSet="1"
- WholeProgramOptimization="0"
- >
- <Tool
- Name="VCPreBuildEventTool"
- CommandLine="$(SolutionDir)incrementbuild.exe"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- WholeProgramOptimization="false"
- AdditionalIncludeDirectories="../../include;."
- PreprocessorDefinitions="_DEBUG;_WINDOWS;_USRDLL;FACEBOOK_EXPORTS;_CRT_SECURE_NO_WARNINGS;NOMINMAX;_WIN64"
- RuntimeLibrary="3"
- EnableFunctionLevelLinking="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="common.h"
- WarningLevel="3"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_UNICODE;UNICODE;_DEBUG"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- OutputFile="Build\$(PlatformName) $(ConfigurationName)\plugins\$(ProjectName).dll"
- LinkIncremental="2"
- GenerateDebugInformation="true"
- GenerateMapFile="true"
- MapFileName="$(TargetDir)$(TargetName).map"
- SubSystem="2"
- OptimizeReferences="0"
- EnableCOMDATFolding="0"
- LinkTimeCodeGeneration="0"
- RandomizedBaseAddress="1"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|Win32"
- OutputDirectory="$(SolutionName)$(PlatformName)\$(ConfigurationName)"
- IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
- ConfigurationType="2"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- CommandLine="$(SolutionDir)incrementbuild.exe"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- AdditionalIncludeDirectories="../../include;."
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FACEBOOK_EXPORTS;_CRT_SECURE_NO_WARNINGS;NOMINMAX"
- StringPooling="true"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="common.h"
- WarningLevel="3"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_UNICODE;UNICODE;"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- OutputFile="Build\$(PlatformName) $(ConfigurationName)\plugins\$(ProjectName).dll"
- LinkIncremental="2"
- GenerateDebugInformation="true"
- GenerateMapFile="false"
- MapFileName="$(TargetDir)$(TargetName).map"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- RandomizedBaseAddress="1"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release Unicode|x64"
- OutputDirectory="$(SolutionName)$(PlatformName)\$(ConfigurationName)"
- IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
- ConfigurationType="2"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- CommandLine="$(SolutionDir)incrementbuild.exe"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- AdditionalIncludeDirectories="../../include;."
- PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;FACEBOOK_EXPORTS;_CRT_SECURE_NO_WARNINGS;NOMINMAX;_WIN64"
- StringPooling="true"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="common.h"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_UNICODE;UNICODE;"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- OutputFile="Build\$(PlatformName) $(ConfigurationName)\plugins\$(ProjectName).dll"
- LinkIncremental="2"
- GenerateDebugInformation="true"
- MapFileName="$(TargetDir)$(TargetName).map"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- RandomizedBaseAddress="1"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
- >
- <File
- RelativePath=".\avatars.cpp"
- >
- </File>
- <File
- RelativePath=".\chat.cpp"
- >
- </File>
- <File
- RelativePath=".\communication.cpp"
- >
- </File>
- <File
- RelativePath=".\connection.cpp"
- >
- </File>
- <File
- RelativePath=".\contacts.cpp"
- >
- </File>
- <File
- RelativePath=".\dialogs.cpp"
- >
- </File>
- <File
- RelativePath=".\events.cpp"
- >
- </File>
- <File
- RelativePath=".\http.cpp"
- >
- </File>
- <File
- RelativePath=".\json.cpp"
- >
- </File>
- <File
- RelativePath=".\main.cpp"
- >
- <FileConfiguration
- Name="Debug Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release Unicode|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\messages.cpp"
- >
- </File>
- <File
- RelativePath=".\process.cpp"
- >
- </File>
- <File
- RelativePath=".\proto.cpp"
- >
- </File>
- <File
- RelativePath=".\stubs.cpp"
- >
- </File>
- <File
- RelativePath=".\theme.cpp"
- >
- </File>
- <File
- RelativePath=".\utils.cpp"
- >
- </File>
- <Filter
- Name="JSON_CAJUN"
- >
- <File
- RelativePath=".\JSON_CAJUN\elements.h"
- >
- </File>
- <File
- RelativePath=".\JSON_CAJUN\elements.inl"
- >
- </File>
- <File
- RelativePath=".\JSON_CAJUN\reader.h"
- >
- </File>
- <File
- RelativePath=".\JSON_CAJUN\reader.inl"
- >
- </File>
- <File
- RelativePath=".\JSON_CAJUN\visitor.h"
- >
- </File>
- <File
- RelativePath=".\JSON_CAJUN\writer.h"
- >
- </File>
- <File
- RelativePath=".\JSON_CAJUN\writer.inl"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
- >
- <File
- RelativePath=".\avatars.h"
- >
- </File>
- <File
- RelativePath=".\build.h"
- >
- </File>
- <File
- RelativePath=".\client.h"
- >
- </File>
- <File
- RelativePath=".\common.h"
- >
- </File>
- <File
- RelativePath=".\constants.h"
- >
- </File>
- <File
- RelativePath=".\db.h"
- >
- </File>
- <File
- RelativePath=".\definitions.h"
- >
- </File>
- <File
- RelativePath=".\dialogs.h"
- >
- </File>
- <File
- RelativePath=".\entities.h"
- >
- </File>
- <File
- RelativePath=".\http.h"
- >
- </File>
- <File
- RelativePath=".\json.h"
- >
- </File>
- <File
- RelativePath=".\list.hpp"
- >
- </File>
- <File
- RelativePath=".\proto.h"
- >
- </File>
- <File
- RelativePath=".\theme.h"
- >
- </File>
- <File
- RelativePath=".\utils.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
- UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
- >
- <File
- RelativePath=".\icons\addFriend.ico"
- >
- </File>
- <File
- RelativePath=".\icons\facebook.ico"
- >
- </File>
- <File
- RelativePath=".\facebook.rc"
- >
- </File>
- <File
- RelativePath=".\icons\mind.ico"
- >
- </File>
- <File
- RelativePath=".\icons\removeFriend.ico"
- >
- </File>
- <File
- RelativePath=".\resource.h"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/protocols/weather/weather.dsp b/protocols/weather/weather.dsp deleted file mode 100644 index 68598246bc..0000000000 --- a/protocols/weather/weather.dsp +++ /dev/null @@ -1,241 +0,0 @@ -# Microsoft Developer Studio Project File - Name="Weather" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-CFG=Weather - Win32 Release
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "weather.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "weather.mak" CFG="Weather - Win32 Release"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "Weather - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Weather___Win32"
-# PROP BASE Intermediate_Dir "Weather___Win32"
-# PROP BASE Ignore_Export_Lib 1
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release\Obj"
-# PROP Ignore_Export_Lib 1
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MD /W3 /GX /O1 /YX /FD /c
-# SUBTRACT BASE CPP /Fr
-# ADD CPP /nologo /MD /W3 /O1 /Ob0 /I "..\..\include" /FAcs /Fr /FD /c
-# SUBTRACT CPP /YX
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x417 /d "NDEBUG"
-# ADD RSC /l 0x409 /fo"Release\Obj\weather.res" /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo /o"Intermediate/weather.bsc"
-LINK32=link.exe
-# ADD BASE LINK32 user32.lib shell32.lib gdi32.lib /nologo /base:"0x67100000" /dll /machine:I386 /filealign:0x200
-# SUBTRACT BASE LINK32 /pdb:none /map
-# ADD LINK32 user32.lib shell32.lib gdi32.lib comdlg32.lib wsock32.lib /nologo /base:"0x72030000" /version:3.64 /dll /pdb:none /map /machine:I386 /filealign:512
-# Begin Target
-
-# Name "Weather - Win32 Release"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=.\weather.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\weather_addstn.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\weather_contacts.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\weather_conv.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\weather_data.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\weather_http.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\weather_icons.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\weather_info.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\weather_ini.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\weather_mwin.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\weather_opt.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\weather_popup.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\weather_svcs.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\weather_update.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\weather_userinfo.c
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\m_cluiframes.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\m_weather.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\resource.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\version.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\weather.h
-# End Source File
-# End Group
-# Begin Group "Documentations"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\copying.txt
-# End Source File
-# Begin Source File
-
-SOURCE=".\Release\weather-doc\langpack_defweather.txt"
-# End Source File
-# Begin Source File
-
-SOURCE=".\Release\weather-doc\sample_ini.ini"
-# End Source File
-# Begin Source File
-
-SOURCE=".\weather-history.txt"
-# End Source File
-# Begin Source File
-
-SOURCE=".\Release\weather-doc\weather-readme.html"
-# End Source File
-# Begin Source File
-
-SOURCE=".\Release\weather-doc\weather-translation.txt"
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# Begin Group "Plugin Icons"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\res\brief.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\disabled.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\edit.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\icon.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\infologo.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\log.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\map.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\more.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\popup.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\popup_no.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\reload.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\update.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\res\update2.ico
-# End Source File
-# End Group
-# Begin Source File
-
-SOURCE=.\resource.rc
-# End Source File
-# End Group
-# End Target
-# End Project
diff --git a/protocols/weather/weather.dsw b/protocols/weather/weather.dsw deleted file mode 100644 index fec4fccfef..0000000000 --- a/protocols/weather/weather.dsw +++ /dev/null @@ -1,41 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-
-###############################################################################
-
-Project: "Weather"=.\weather.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "proto_weather"=.\proto_weather\proto_weather.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
-
diff --git a/protocols/weather/weather.sln b/protocols/weather/weather.sln deleted file mode 100644 index 5e851608f7..0000000000 --- a/protocols/weather/weather.sln +++ /dev/null @@ -1,31 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Weather", "weather.vcproj", "{6BFE3E13-BD5D-4C1C-BB29-A82FB51A16CE}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "proto_weather", "proto_weather\proto_weather.vcproj", "{B2F4BA6C-1BD6-4A50-A706-DCBC6A5D439B}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
-EndProject
-Global
- GlobalSection(SolutionConfiguration) = preSolution
- Debug = Debug
- Release = Release
- EndGlobalSection
- GlobalSection(ProjectDependencies) = postSolution
- EndGlobalSection
- GlobalSection(ProjectConfiguration) = postSolution
- {6BFE3E13-BD5D-4C1C-BB29-A82FB51A16CE}.Debug.ActiveCfg = Debug|Win32
- {6BFE3E13-BD5D-4C1C-BB29-A82FB51A16CE}.Debug.Build.0 = Debug|Win32
- {6BFE3E13-BD5D-4C1C-BB29-A82FB51A16CE}.Release.ActiveCfg = Release|Win32
- {6BFE3E13-BD5D-4C1C-BB29-A82FB51A16CE}.Release.Build.0 = Release|Win32
- {B2F4BA6C-1BD6-4A50-A706-DCBC6A5D439B}.Debug.ActiveCfg = Debug|Win32
- {B2F4BA6C-1BD6-4A50-A706-DCBC6A5D439B}.Debug.Build.0 = Debug|Win32
- {B2F4BA6C-1BD6-4A50-A706-DCBC6A5D439B}.Release.ActiveCfg = Release|Win32
- {B2F4BA6C-1BD6-4A50-A706-DCBC6A5D439B}.Release.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- EndGlobalSection
- GlobalSection(ExtensibilityAddIns) = postSolution
- EndGlobalSection
-EndGlobal
diff --git a/protocols/weather/weather.vcproj b/protocols/weather/weather.vcproj deleted file mode 100644 index d59f3d6a6f..0000000000 --- a/protocols/weather/weather.vcproj +++ /dev/null @@ -1,364 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="Weather"
- SccProjectName=""
- SccLocalPath="">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\release"
- IntermediateDirectory=".\Intermediate"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- GlobalOptimizations="TRUE"
- InlineFunctionExpansion="0"
- EnableIntrinsicFunctions="TRUE"
- FavorSizeOrSpeed="2"
- OmitFramePointers="TRUE"
- OptimizeForWindowsApplication="FALSE"
- AdditionalIncludeDirectories="..\..\include"
- StringPooling="TRUE"
- ExceptionHandling="FALSE"
- RuntimeLibrary="0"
- BufferSecurityCheck="FALSE"
- EnableFunctionLevelLinking="TRUE"
- PrecompiledHeaderFile=".\Intermediate/weather.pch"
- AssemblerListingLocation=".\Intermediate/"
- ObjectFile=".\Intermediate/"
- ProgramDataBaseFileName=".\Intermediate/"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalOptions="/ALIGN:4096 /filealign:0x200 /ignore:4108 "
- AdditionalDependencies="Wsock32.lib"
- OutputFile=".\release/weather.dll"
- Version="3.63"
- LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- ProgramDatabaseFile=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- BaseAddress="0x72030000"
- ImportLibrary=""
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\release/weather.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1047"
- ResourceOutputFileName="Intermediate/weather.res"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=""c:\Program Files\Miranda IM\Plugins""
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\include"
- ExceptionHandling="FALSE"
- BasicRuntimeChecks="3"
- SmallerTypeCheck="TRUE"
- RuntimeLibrary="3"
- BufferSecurityCheck="TRUE"
- WarningLevel="3"
- DebugInformationFormat="4"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalDependencies="Wsock32.lib"
- Version="3.63"
- LinkIncremental="2"
- SuppressStartupBanner="TRUE"
- GenerateDebugInformation="TRUE"
- BaseAddress="0x72030000"
- ImportLibrary=""
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
- <File
- RelativePath="weather.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="weather_addstn.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="weather_contacts.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="weather_conv.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="weather_data.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="weather_http.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\weather_icons.c">
- </File>
- <File
- RelativePath="weather_info.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="weather_ini.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\weather_mwin.c">
- </File>
- <File
- RelativePath="weather_opt.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="weather_popup.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="weather_svcs.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="weather_update.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="weather_userinfo.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""/>
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl">
- <File
- RelativePath=".\m_cluiframes.h">
- </File>
- <File
- RelativePath="m_weather.h">
- </File>
- <File
- RelativePath="resource.h">
- </File>
- <File
- RelativePath="weather.h">
- </File>
- </Filter>
- <Filter
- Name="Documentations"
- Filter="">
- <File
- RelativePath="copying.txt">
- </File>
- <File
- RelativePath="Release\weather-doc\langpack_defweather.txt">
- </File>
- <File
- RelativePath="Release\weather-doc\sample_ini.ini">
- </File>
- <File
- RelativePath="weather-history.txt">
- </File>
- <File
- RelativePath=".\weather-readme.html">
- </File>
- <File
- RelativePath="Release\weather-doc\weather-translation.txt">
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
- <File
- RelativePath=".\res\brief.ico">
- </File>
- <File
- RelativePath=".\res\disabled.ico">
- </File>
- <File
- RelativePath=".\res\edit.ico">
- </File>
- <File
- RelativePath=".\res\icon.ico">
- </File>
- <File
- RelativePath=".\res\log.ico">
- </File>
- <File
- RelativePath=".\res\map.ico">
- </File>
- <File
- RelativePath=".\res\more.ico">
- </File>
- <File
- RelativePath=".\res\popup.ico">
- </File>
- <File
- RelativePath=".\res\popup_no.ico">
- </File>
- <File
- RelativePath="resource.rc">
- </File>
- <File
- RelativePath=".\res\update.ico">
- </File>
- <File
- RelativePath=".\res\update2.ico">
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/protocols/weather/weather_8.sln b/protocols/weather/weather_8.sln deleted file mode 100644 index 2b0aa3c2e3..0000000000 --- a/protocols/weather/weather_8.sln +++ /dev/null @@ -1,25 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual C++ Express 2005
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Weather", "weather_8.vcproj", "{6BFE3E13-BD5D-4C1C-BB29-A82FB51A16CE}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "proto_weather", "proto_weather\proto_weather_8.vcproj", "{B2F4BA6C-1BD6-4A50-A706-DCBC6A5D439B}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Win32 = Debug|Win32
- Release|Win32 = Release|Win32
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {6BFE3E13-BD5D-4C1C-BB29-A82FB51A16CE}.Debug|Win32.ActiveCfg = Debug|Win32
- {6BFE3E13-BD5D-4C1C-BB29-A82FB51A16CE}.Debug|Win32.Build.0 = Debug|Win32
- {6BFE3E13-BD5D-4C1C-BB29-A82FB51A16CE}.Release|Win32.ActiveCfg = Release|Win32
- {6BFE3E13-BD5D-4C1C-BB29-A82FB51A16CE}.Release|Win32.Build.0 = Release|Win32
- {B2F4BA6C-1BD6-4A50-A706-DCBC6A5D439B}.Debug|Win32.ActiveCfg = Debug|Win32
- {B2F4BA6C-1BD6-4A50-A706-DCBC6A5D439B}.Debug|Win32.Build.0 = Debug|Win32
- {B2F4BA6C-1BD6-4A50-A706-DCBC6A5D439B}.Release|Win32.ActiveCfg = Release|Win32
- {B2F4BA6C-1BD6-4A50-A706-DCBC6A5D439B}.Release|Win32.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/protocols/weather/weather_8.vcproj b/protocols/weather/weather_8.vcproj deleted file mode 100644 index 8493a28baf..0000000000 --- a/protocols/weather/weather_8.vcproj +++ /dev/null @@ -1,503 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="Weather"
- ProjectGUID="{6BFE3E13-BD5D-4C1C-BB29-A82FB51A16CE}"
- RootNamespace="Weather"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\release"
- IntermediateDirectory=".\Intermediate"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\release/weather.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- InlineFunctionExpansion="0"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- OmitFramePointers="true"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="..\..\include"
- PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="0"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- PrecompiledHeaderFile=".\Intermediate/weather.pch"
- AssemblerListingLocation=".\Intermediate/"
- ObjectFile=".\Intermediate/"
- ProgramDataBaseFileName=".\Intermediate/"
- WarningLevel="3"
- SuppressStartupBanner="true"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1047"
- ResourceOutputFileName="Intermediate/weather.res"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalOptions="/ALIGN:4096 /filealign:0x200 /ignore:4108 "
- AdditionalDependencies="Wsock32.lib"
- OutputFile=".\release/weather.dll"
- Version="3.63"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- ProgramDatabaseFile=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- BaseAddress="0x72030000"
- ImportLibrary=""
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=""c:\Program Files\Miranda IM\Plugins""
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\include"
- PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- SmallerTypeCheck="true"
- RuntimeLibrary="3"
- BufferSecurityCheck="true"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="weather.h"
- WarningLevel="3"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalDependencies="Wsock32.lib"
- Version="3.63"
- LinkIncremental="2"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- BaseAddress="0x72030000"
- ImportLibrary=""
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath="weather.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="weather_addstn.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="weather_contacts.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="weather_conv.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="weather_data.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="weather_http.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\weather_icons.c"
- >
- </File>
- <File
- RelativePath="weather_info.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="weather_ini.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\weather_mwin.c"
- >
- </File>
- <File
- RelativePath="weather_opt.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="weather_popup.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="weather_svcs.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="weather_update.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="weather_userinfo.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- AdditionalIncludeDirectories=""
- />
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath=".\m_cluiframes.h"
- >
- </File>
- <File
- RelativePath="m_weather.h"
- >
- </File>
- <File
- RelativePath="resource.h"
- >
- </File>
- <File
- RelativePath="weather.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Documentations"
- >
- <File
- RelativePath="copying.txt"
- >
- </File>
- <File
- RelativePath="Release\weather-doc\langpack_defweather.txt"
- >
- </File>
- <File
- RelativePath="Release\weather-doc\sample_ini.ini"
- >
- </File>
- <File
- RelativePath="weather-history.txt"
- >
- </File>
- <File
- RelativePath=".\weather-readme.html"
- >
- </File>
- <File
- RelativePath="Release\weather-doc\weather-translation.txt"
- >
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
- >
- <File
- RelativePath=".\res\brief.ico"
- >
- </File>
- <File
- RelativePath=".\res\disabled.ico"
- >
- </File>
- <File
- RelativePath=".\res\edit.ico"
- >
- </File>
- <File
- RelativePath=".\res\icon.ico"
- >
- </File>
- <File
- RelativePath=".\res\log.ico"
- >
- </File>
- <File
- RelativePath=".\res\map.ico"
- >
- </File>
- <File
- RelativePath=".\res\more.ico"
- >
- </File>
- <File
- RelativePath=".\res\popup.ico"
- >
- </File>
- <File
- RelativePath=".\res\popup_no.ico"
- >
- </File>
- <File
- RelativePath="resource.rc"
- >
- </File>
- <File
- RelativePath=".\res\update.ico"
- >
- </File>
- <File
- RelativePath=".\res\update2.ico"
- >
- </File>
- </Filter>
- <File
- RelativePath=".\zlib.lib"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/protocols/weather/weather_9.sln b/protocols/weather/weather_9.sln deleted file mode 100644 index 35a538c239..0000000000 --- a/protocols/weather/weather_9.sln +++ /dev/null @@ -1,34 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 10.00
-# Visual Studio 2008
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Weather", "weather_9.vcproj", "{6BFE3E13-BD5D-4C1C-BB29-A82FB51A16CE}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "proto_weather", "proto_weather\proto_weather_9.vcproj", "{B2F4BA6C-1BD6-4A50-A706-DCBC6A5D439B}"
-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
- {6BFE3E13-BD5D-4C1C-BB29-A82FB51A16CE}.Debug|Win32.ActiveCfg = Debug|Win32
- {6BFE3E13-BD5D-4C1C-BB29-A82FB51A16CE}.Debug|Win32.Build.0 = Debug|Win32
- {6BFE3E13-BD5D-4C1C-BB29-A82FB51A16CE}.Debug|x64.ActiveCfg = Debug|x64
- {6BFE3E13-BD5D-4C1C-BB29-A82FB51A16CE}.Debug|x64.Build.0 = Debug|x64
- {6BFE3E13-BD5D-4C1C-BB29-A82FB51A16CE}.Release|Win32.ActiveCfg = Release|Win32
- {6BFE3E13-BD5D-4C1C-BB29-A82FB51A16CE}.Release|Win32.Build.0 = Release|Win32
- {6BFE3E13-BD5D-4C1C-BB29-A82FB51A16CE}.Release|x64.ActiveCfg = Release|x64
- {6BFE3E13-BD5D-4C1C-BB29-A82FB51A16CE}.Release|x64.Build.0 = Release|x64
- {B2F4BA6C-1BD6-4A50-A706-DCBC6A5D439B}.Debug|Win32.ActiveCfg = Debug|Win32
- {B2F4BA6C-1BD6-4A50-A706-DCBC6A5D439B}.Debug|Win32.Build.0 = Debug|Win32
- {B2F4BA6C-1BD6-4A50-A706-DCBC6A5D439B}.Debug|x64.ActiveCfg = Debug|x64
- {B2F4BA6C-1BD6-4A50-A706-DCBC6A5D439B}.Release|Win32.ActiveCfg = Release|Win32
- {B2F4BA6C-1BD6-4A50-A706-DCBC6A5D439B}.Release|Win32.Build.0 = Release|Win32
- {B2F4BA6C-1BD6-4A50-A706-DCBC6A5D439B}.Release|x64.ActiveCfg = Release|x64
- {B2F4BA6C-1BD6-4A50-A706-DCBC6A5D439B}.Release|x64.Build.0 = Release|x64
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/protocols/weather/weather_9.vcproj b/protocols/weather/weather_9.vcproj deleted file mode 100644 index df1d1c24cb..0000000000 --- a/protocols/weather/weather_9.vcproj +++ /dev/null @@ -1,577 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="Weather"
- ProjectGUID="{6BFE3E13-BD5D-4C1C-BB29-A82FB51A16CE}"
- RootNamespace="Weather"
- TargetFrameworkVersion="131072"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)\Obj"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\release/weather.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="..\..\include"
- PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="weather.h"
- AssemblerListingLocation=".\Intermediate/"
- ObjectFile=".\Intermediate/"
- ProgramDataBaseFileName=".\Intermediate/"
- WarningLevel="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- ResourceOutputFileName="$(IntDir)/weather.res"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- AdditionalOptions="/ALIGN:4096 /filealign:0x200 /ignore:4108 "
- LinkIncremental="1"
- AdditionalLibraryDirectories=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- BaseAddress="0x72030000"
- RandomizedBaseAddress="1"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory="$(ConfigurationName)64"
- IntermediateDirectory="$(ConfigurationName)64\Obj"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\release/weather.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="1"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="..\..\include"
- PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- FloatingPointModel="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="weather.h"
- WarningLevel="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- ResourceOutputFileName="$(IntDir)/weather.res"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- LinkIncremental="1"
- AdditionalLibraryDirectories=""
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- BaseAddress="0x72030000"
- RandomizedBaseAddress="1"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="c:\Miranda IM\Plugins"
- IntermediateDirectory="$(ConfigurationName)\Obj"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\include"
- PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="weather.h"
- WarningLevel="3"
- DebugInformationFormat="4"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- ResourceOutputFileName="$(IntDir)/weather.res"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- LinkIncremental="2"
- AdditionalLibraryDirectories=""
- GenerateDebugInformation="true"
- BaseAddress="0x72030000"
- RandomizedBaseAddress="1"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory="c:\Miranda IM\Plugins"
- IntermediateDirectory="$(ConfigurationName)64\Obj"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\include"
- PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- FloatingPointModel="2"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="weather.h"
- WarningLevel="3"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- ResourceOutputFileName="$(IntDir)/weather.res"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="true"
- LinkIncremental="2"
- AdditionalLibraryDirectories=""
- GenerateDebugInformation="true"
- BaseAddress="0x72030000"
- RandomizedBaseAddress="1"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <File
- RelativePath="weather.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="weather_addstn.c"
- >
- </File>
- <File
- RelativePath="weather_contacts.c"
- >
- </File>
- <File
- RelativePath="weather_conv.c"
- >
- </File>
- <File
- RelativePath="weather_data.c"
- >
- </File>
- <File
- RelativePath="weather_http.c"
- >
- </File>
- <File
- RelativePath="weather_icons.c"
- >
- </File>
- <File
- RelativePath="weather_info.c"
- >
- </File>
- <File
- RelativePath="weather_ini.c"
- >
- </File>
- <File
- RelativePath="weather_mwin.c"
- >
- </File>
- <File
- RelativePath="weather_opt.c"
- >
- </File>
- <File
- RelativePath="weather_popup.c"
- >
- </File>
- <File
- RelativePath="weather_svcs.c"
- >
- </File>
- <File
- RelativePath="weather_update.c"
- >
- </File>
- <File
- RelativePath="weather_userinfo.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath="m_weather.h"
- >
- </File>
- <File
- RelativePath="resource.h"
- >
- </File>
- <File
- RelativePath=".\version.h"
- >
- </File>
- <File
- RelativePath="weather.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Documentations"
- >
- <File
- RelativePath=".\langpack_defweather.txt"
- >
- </File>
- <File
- RelativePath=".\sample_ini.ini"
- >
- </File>
- <File
- RelativePath="weather-history.txt"
- >
- </File>
- <File
- RelativePath=".\weather-readme.html"
- >
- </File>
- <File
- RelativePath=".\weather-translation.txt"
- >
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
- >
- <File
- RelativePath=".\res\brief.ico"
- >
- </File>
- <File
- RelativePath=".\res\disabled.ico"
- >
- </File>
- <File
- RelativePath=".\res\edit.ico"
- >
- </File>
- <File
- RelativePath=".\res\icon.ico"
- >
- </File>
- <File
- RelativePath=".\res\log.ico"
- >
- </File>
- <File
- RelativePath=".\res\map.ico"
- >
- </File>
- <File
- RelativePath=".\res\more.ico"
- >
- </File>
- <File
- RelativePath=".\res\popup.ico"
- >
- </File>
- <File
- RelativePath=".\res\popup_no.ico"
- >
- </File>
- <File
- RelativePath="resource.rc"
- >
- </File>
- <File
- RelativePath=".\res\update.ico"
- >
- </File>
- <File
- RelativePath=".\res\update2.ico"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
|