summary refs log tree commit diff stats
path: root/win32/ext/zlib-wdk/zlibvc.vcxproj
diff options
context:
space:
mode:
authorRichardHitt <rbh00@netcom.com>2012-08-28 19:10:03 -0700
committerRichardHitt <rbh00@netcom.com>2012-08-28 19:10:03 -0700
commited034bf80a39a337803df0161d7f80fd226a6856 (patch)
treea7d0ad5580b7230660f41a77e0ceed72389ae121 /win32/ext/zlib-wdk/zlibvc.vcxproj
parentb7f5f045c6b25ffe3957431acd1d5a9e0330ebfa (diff)
Enhance LASTLOG to use gtk_xtext_search_textentry()
Diffstat (limited to 'win32/ext/zlib-wdk/zlibvc.vcxproj')
0 files changed, 0 insertions, 0 deletions
ld be set before setting other properties or importing other props.' href='/git-repos/torxchat.git/commit/plugins/perl/perl.vcxproj?h=fix-ub&id=07bc467d031cbaa47331a7fec52b6bc02ab38f95'>07bc467d ^
95aace51 ^




ad59c4a5 ^



95aace51 ^

c8f8a26c ^
95aace51 ^
8c00a4ff ^
95aace51 ^

95aace51 ^
9858784e ^




ad59c4a5 ^
95aace51 ^

089fe95a ^
9858784e ^
95aace51 ^

9858784e ^
3f855f07 ^
95aace51 ^
6ee3a4a9 ^
95aace51 ^

6ee3a4a9 ^

9858784e ^
6ee3a4a9 ^
593efa70 ^
075cc61c ^
95aace51 ^

ad59c4a5 ^

089fe95a ^
9858784e ^
ad59c4a5 ^

9858784e ^
3f855f07 ^
ad59c4a5 ^
6ee3a4a9 ^
ad59c4a5 ^

6ee3a4a9 ^

9858784e ^
6ee3a4a9 ^
ad59c4a5 ^
075cc61c ^
ad59c4a5 ^

95aace51 ^
c8f8a26c ^
95aace51 ^

c8f8a26c ^
95aace51 ^

3f855f07 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
                                          
                                                                                                                 
                                        
                                            
                                                          
                   




                                                   



                                                 

                                  
                                                                      
                                 
                                           

                                                                    
                                                            




                                                                                                                                                                                  
                   

                                                                                    
                                                                                                                                                       
                                                                                                                                                                         

                 
                                                                                                                             
                                                                                                           
                                                            
                                                                     

                    

                                                                       
                                                                                        
                                           
                          
                                        

                         

                                                                                  
                                                                                                                                                                      
                                                                                                                                                                         

                 
                                                                                                                             
                                                                                                           
                                                            
                                                                     

                    

                                                                       
                                                                                        
                                           
                          
                                        

                         
              
                                

               
                                   

                                                              
           
<?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>v140</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>{D90BC3E3-1341-4849-9354-5F40489D39D1}</ProjectGuid>
    <Keyword>Win32Proj</Keyword>
    <RootNamespace>perl520</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>hcperl</TargetName>
    <OutDir>$(HexChatRel)plugins\</OutDir>
  </PropertyGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <ClCompile>
      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;PERL520_EXPORTS;HAS_BOOL;$(OwnFlags);%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <AdditionalIncludeDirectories>$(IntDir);..\..\src\common;$(HexChatLib);$(PerlPath)\lib\CORE;$(Glib);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    </ClCompile>
    <Link>
      <AdditionalLibraryDirectories>$(IntDir);$(DepsRoot)\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
      <AdditionalDependencies>$(PerlLib).lib;$(DepLibs);%(AdditionalDependencies)</AdditionalDependencies>
      <ModuleDefinitionFile>perl.def</ModuleDefinitionFile>
      <DelayLoadDLLs>$(PerlLib).dll;%(DelayLoadDLLs)</DelayLoadDLLs>
    </Link>
    <PreBuildEvent>
      <Command>"$(GendefPath)\gendef" "$(PerlPath)\bin\$(PerlLib).dll"
move $(PerlLib).def "$(IntDir)"
lib /nologo /machine:x86 "/def:$(IntDir)$(PerlLib).def" "/out:$(IntDir)\$(PerlLib).lib"
"$(PerlPath)\bin\perl.exe" generate_header
move irc.pm.h "$(IntDir)"
move hexchat.pm.h "$(IntDir)"</Command>
    </PreBuildEvent>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <ClCompile>
      <PreprocessorDefinitions>WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;PERL520_EXPORTS;HAS_BOOL;$(OwnFlags);%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <AdditionalIncludeDirectories>$(IntDir);..\..\src\common;$(HexChatLib);$(PerlPath)\lib\CORE;$(Glib);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    </ClCompile>
    <Link>
      <AdditionalLibraryDirectories>$(IntDir);$(DepsRoot)\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
      <AdditionalDependencies>$(PerlLib).lib;$(DepLibs);%(AdditionalDependencies)</AdditionalDependencies>
      <ModuleDefinitionFile>perl.def</ModuleDefinitionFile>
      <DelayLoadDLLs>$(PerlLib).dll;%(DelayLoadDLLs)</DelayLoadDLLs>
    </Link>
    <PreBuildEvent>
      <Command>"$(GendefPath)\gendef" "$(PerlPath)\bin\$(PerlLib).dll"
move $(PerlLib).def "$(IntDir)"
lib /nologo /machine:x64 "/def:$(IntDir)$(PerlLib).def" "/out:$(IntDir)\$(PerlLib).lib"
"$(PerlPath)\bin\perl.exe" generate_header
move irc.pm.h "$(IntDir)"
move hexchat.pm.h "$(IntDir)"</Command>
    </PreBuildEvent>
  </ItemDefinitionGroup>
  <ItemGroup>
    <None Include="perl.def" />
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="perl.c" />
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>