summary refs log blame commit diff stats
path: root/plugins/winamp/winamp.vcxproj
blob: cf839cfa1e5856afc6319b9245572880d8ba0cb2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                          
                                                                                                                 
                                        
                                            
                                                          
                   




                                                   



                                                 






                                                                      
                                                            


                                                                                                                                                                                  
                                      
                                           
                   





                                                                                                                                 
                
                                                                                                                                                



                         
                                                                                                                                                

                 
                                                              

                                                                                                                   

                         






<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup Label="Configuration">
    <PlatformToolset>v120</PlatformToolset>
    <ConfigurationType>DynamicLibrary</ConfigurationType>
  </PropertyGroup>
  <ItemGroup Label="ProjectConfigurations">
    <ProjectConfiguration Include="Release|Win32">
      <Configuration>Release</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|x64">
      <Configuration>Release</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
  </ItemGroup>
  <PropertyGroup Label="Globals">
    <ProjectGuid>{E78C0D9A-798E-4BF6-B0CC-6FECB8CA2FCE}</ProjectGuid>
    <Keyword>Win32Proj</Keyword>
    <RootNamespace>winamp</RootNamespace>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  <Import Project="..\..\win32\hexchat.props" />
  <PropertyGroup>
    <TargetName>hcwinamp</TargetName>
    <OutDir>$(HexChatRel)plugins\</OutDir>
  </PropertyGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <ClCompile>
      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;WINAMP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </ClCompile>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <ClCompile>
      <PreprocessorDefinitions>WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;WINAMP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </ClCompile>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup>
    <ClCompile>
      <AdditionalIncludeDirectories>$(DepsRoot)\include;$(Glib);..\..\src\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    </ClCompile>
    <Link>
      <ModuleDefinitionFile>winamp.def</ModuleDefinitionFile>
      <AdditionalDependencies>$(DepLibs);%(AdditionalDependencies)</AdditionalDependencies>
      <AdditionalLibraryDirectories>$(DepsRoot)\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    </Link>
  </ItemDefinitionGroup>
  <ItemGroup>
    <None Include="winamp.def" />
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="winamp.c" />
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>
ibs> <HexChatBuild>$(SolutionDir)build-xp</HexChatBuild> <HexChatBin>$(HexChatBuild)\$(PlatformName)\bin\</HexChatBin> <HexChatObj>$(HexChatBuild)\$(PlatformName)\obj\</HexChatObj> <HexChatRel>$(HexChatBuild)\$(PlatformName)\rel</HexChatRel> <HexChatCopy> rmdir /q /s "$(HexChatRel)" mkdir "$(HexChatRel)" echo 2&gt; portable-mode move portable-mode "$(HexChatRel)" copy changelog.url "$(HexChatRel)" copy readme.url "$(HexChatRel)" copy "$(HexChatBin)hexchat.exe" "$(HexChatRel)" copy "$(HexChatBin)hexchat-text.exe" "$(HexChatRel)" copy "$(HexChatBin)thememan.exe" "$(HexChatRel)" copy "$(DepsRoot)\bin\libatk-1.0-0.dll" "$(HexChatRel)" copy "$(DepsRoot)\bin\libcairo-2.dll" "$(HexChatRel)" copy "$(DepsRoot)\bin\libexpat-1.dll" "$(HexChatRel)" copy "$(DepsRoot)\bin\libfontconfig-1.dll" "$(HexChatRel)" copy "$(DepsRoot)\bin\libgdk_pixbuf-2.0-0.dll" "$(HexChatRel)" copy "$(DepsRoot)\bin\libgdk-win32-2.0-0.dll" "$(HexChatRel)" copy "$(DepsRoot)\bin\libgio-2.0-0.dll" "$(HexChatRel)" copy "$(DepsRoot)\bin\libglib-2.0-0.dll" "$(HexChatRel)" copy "$(DepsRoot)\bin\libgmodule-2.0-0.dll" "$(HexChatRel)" copy "$(DepsRoot)\bin\libgobject-2.0-0.dll" "$(HexChatRel) copy "$(DepsRoot)\bin\libgthread-2.0-0.dll" "$(HexChatRel)" copy "$(DepsRoot)\bin\libgtk-win32-2.0-0.dll" "$(HexChatRel)" copy "$(DepsRoot)\bin\libpango-1.0-0.dll" "$(HexChatRel)" copy "$(DepsRoot)\bin\libpangocairo-1.0-0.dll" "$(HexChatRel)" copy "$(DepsRoot)\bin\libpangoft2-1.0-0.dll" "$(HexChatRel)" copy "$(DepsRoot)\bin\libpangowin32-1.0-0.dll" "$(HexChatRel)" copy "$(DepsRoot)\bin\libpng14-14.dll" "$(HexChatRel)" copy "$(DepsRoot)\bin\libxml2.dll" "$(HexChatRel)" xcopy /q /s /i "$(DepsRoot)\lib\gtk-2.0\2.10.0\engines" "$(HexChatRel)\lib\gtk-2.0\2.10.0\engines" xcopy /q /s /i "$(DepsRoot)\lib\gtk-2.0\modules\libgail.dll" "$(HexChatRel)\lib\gtk-2.0\modules\" xcopy /q /s /i etc "$(HexChatRel)\etc" xcopy /q /s /i share "$(HexChatRel)\share" copy "..\..\COPYING" "$(HexChatRel)" copy "$(DepsRoot)\LICENSE.OPENSSL" "$(HexChatRel)" copy "$(DepsRoot)\LICENSE.ZLIB" "$(HexChatRel)" copy "$(DepsRoot)\share\gettext\intl\COPYING.LIB-2.0" "$(HexChatRel)\LICENSE.GTK" copy "$(DepsRoot)\share\gettext\intl\COPYING.LIB-2.1" "$(HexChatRel)\LICENSE.CAIRO" copy "$(DepsRoot)\LICENSE.LUA" "$(HexChatRel)" copy "$(DepsRoot)\LICENSE.ENCHANT" "$(HexChatRel)" copy "$(DepsRoot)\LICENSE.LIBXML" "$(HexChatRel)" copy "$(DepsRoot)\bin\libeay32.dll" "$(HexChatRel)" copy "$(DepsRoot)\bin\ssleay32.dll" "$(HexChatRel)" copy "$(DepsRoot)\bin\zlib1.dll" "$(HexChatRel)" copy "$(DepsRoot)\bin\cert.pem" "$(HexChatRel)" copy "$(DepsRoot)\bin\libenchant.dll" "$(HexChatRel)" xcopy /q /s /i "$(DepsRoot)\lib\enchant\libenchant_myspell.dll" "$(HexChatRel)\lib\enchant\" xcopy /q /s /i "$(HexChatBin)hcchecksum.dll" "$(HexChatRel)\plugins\" copy "$(HexChatBin)hcdns.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcdoat.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcexec.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcfishlim.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hclua.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcmpcinfo.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcperl-512.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcperl-514.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcperl-516.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcpython.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hctcl.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcupd.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hextray.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcwinamp.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcsysinfo.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcwmpa.dll" "$(HexChatRel)\plugins" copy "$(DepsRoot)\bin\lua51.dll" "$(HexChatRel)" xcopy /q /s /i "$(HexChatBin)locale" "$(HexChatRel)\locale" xcopy /q /s /i "$(DepsRoot)\share\locale" "$(HexChatRel)\share\locale" copy "$(ProgramFiles)\Codejock Software\ISSkin\ISSkinU.dll" "$(HexChatRel)" </HexChatCopy> </PropertyGroup> <ItemDefinitionGroup> <ClCompile> <WarningLevel>Level2</WarningLevel> </ClCompile> </ItemDefinitionGroup> <ItemGroup /> </Project>