summary refs log tree commit diff stats
path: root/src/common/Makefile.am
AgeCommit message (Expand)Author
2014-09-21Take two at fixing out of source buildsTingPing
2014-09-14Fix out of source buildsTingPing
2014-06-09Partial fix for out of source buildsTingPing
2014-02-06Use a single marshal file for entire projectTingPing
2014-01-30More autotools cleanupTingPing
2014-01-14Clean up formatting during buildTingPing
2013-04-03Remove strlutilBerke Viktor
2013-03-31MAKE: install hexchat-plugin.h header if plugins are enabledhasufell
2012-10-27build: use BUILT_SOURCES to properly order text*.h before libhexcommon.aJan Engelhardt
2012-10-24A lot more rebrandingBerke Viktor
2012-10-24Rename libxchatcommon to libhexchatcommonBerke Viktor
2012-10-13Compatibility for Automake 1.12.4+Berke Viktor
2012-09-24Add strlcat() and strlcpy(), might convert to them in the futureBerke Viktor
2011-02-24add xchat r1489berkeviktor@aol.com
s revision' href='/git-repos/torxchat.git/blame/win32/wdk-platform-toolset/Microsoft.Cpp.x64.WDK7.targets?h=feature/flexible-cert&id=eaa673182255fb261c91cab7c0ff16f7952b529a'>^
7bbe6d4e ^


c82ca59b ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

                                                                                                
                               




                                                                                      
                                                                                          






                                                                                                


                                                                                                                                                                                           
           
<!--
***********************************************************************************************
Microsoft.Cpp.x64.v100.targets

WARNING:  DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
          created a backup copy.  Incorrect changes to this file will make it
          impossible to load or build your projects from the command-line or the IDE.

This file defines the steps/targets required to build Visual C++ (version 10.0) projects 
specifically on X64 platforms.

Copyright (C) Microsoft Corporation. All rights reserved.
***********************************************************************************************
-->

<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$(VCTargetsPath)\Platforms\x64\PlatformToolsets\v100\ImportBefore\*.targets" Condition="Exists('$(VCTargetsPath)\Platforms\x64\PlatformToolsets\v100\ImportBefore')" />

  <Import Project="$(VCTargetsPath)\Platforms\x64\PlatformToolsets\v100\ImportAfter\*.targets" Condition="Exists('$(VCTargetsPath)\Platforms\x64\PlatformToolsets\v100\ImportAfter')" />
</Project>