diff options
Diffstat (limited to 'plugins')
62 files changed, 239 insertions, 50228 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>
|