summary refs log tree commit diff stats
path: root/win32/hexchat.props
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-04-08 01:12:19 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-04-08 01:12:19 +0200
commitfdf7ec22f519371bc1418e713b44916932098bd8 (patch)
treef20402a2315be67db395fba7b7200fd501f367d5 /win32/hexchat.props
parent3c4a154f0a0b5b3abb85b09ee0c2b64d59ca0756 (diff)
I might regret this, but let's do the brave jump
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r--win32/hexchat.props22
1 files changed, 13 insertions, 9 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props
index 143a27fc..66336980 100644
--- a/win32/hexchat.props
+++ b/win32/hexchat.props
@@ -1,6 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>

 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

 	<ImportGroup Label="PropertySheets" />

+

+	<PropertyGroup Label="Configuration">

+		<PlatformToolset>v110</PlatformToolset>

+	</PropertyGroup>

+

 	<PropertyGroup Label="UserMacros">

 

 		<!-- SPECIFY YOUR DEPENDENCY DIRECTORIES HERE -->

@@ -9,7 +14,7 @@
 		<YourGendefPath>c:\mozilla-build\gendef</YourGendefPath>

 		<YourMsgfmtPath>c:\mozilla-build\msgfmt</YourMsgfmtPath>

 		<YourPerl516Path>c:\mozilla-build\perl-5.16</YourPerl516Path>

-		<!--YourPerl518Path>c:\mozilla-build\perl-5.18</YourPerl518Path-->

+		<YourPerl518Path>c:\mozilla-build\perl-5.18</YourPerl518Path>

 		<YourPythonPath>c:\mozilla-build\python-2.7</YourPythonPath>

 

 		<!-- YOU SHOULDN'T TOUCH ANYTHING BELOW -->

@@ -22,9 +27,9 @@
 		<Perl516Path>$(YourPerl516Path)\$(PlatformName)</Perl516Path>

 		<Perl516Lib>perl516</Perl516Lib>

 		<Perl516Output>hcperl-516</Perl516Output>

-		<!--Perl518Path>$(YourPerl518Path)\$(PlatformName)</Perl518Path>

-		<Perl518Lib>perl518</Perl518Lib>

-		<Perl518Output>hcperl-518</Perl518Output-->

+		<Perl518Path>$(YourPerl518Path)\$(PlatformName)</Perl518Path>

+		<Perl518Lib>perl517</Perl518Lib>

+		<Perl518Output>hcperl-518</Perl518Output>

 		<PythonPath>$(YourPythonPath)\$(PlatformName)</PythonPath>

 		<PythonLib>python27</PythonLib>

 		<PythonOutput>hcpython</PythonOutput>

@@ -63,7 +68,7 @@ copy "$(DepsRoot)\bin\iconv.dll" "$(HexChatRel)"
 copy "$(DepsRoot)\bin\libeay32.dll" "$(HexChatRel)"

 copy "$(DepsRoot)\bin\libenchant.dll" "$(HexChatRel)"

 copy "$(DepsRoot)\bin\libintl.dll" "$(HexChatRel)"

-copy "$(DepsRoot)\bin\libpng15.dll" "$(HexChatRel)"

+copy "$(DepsRoot)\bin\libpng16.dll" "$(HexChatRel)"

 copy "$(DepsRoot)\bin\libxml2.dll" "$(HexChatRel)"

 copy "$(DepsRoot)\bin\pango-1.0.dll" "$(HexChatRel)"

 copy "$(DepsRoot)\bin\pangocairo-1.0.dll" "$(HexChatRel)"

@@ -84,16 +89,15 @@ copy "$(HexChatBin)hcdoat.dll" "$(HexChatRel)\plugins"
 copy "$(HexChatBin)hcexec.dll" "$(HexChatRel)\plugins"

 copy "$(HexChatBin)hcfishlim.dll" "$(HexChatRel)\plugins"

 copy "$(HexChatBin)hcmpcinfo.dll" "$(HexChatRel)\plugins"

-copy "$(HexChatBin)hcperl-516.dll" "$(HexChatRel)\plugins"

-::copy "$(HexChatBin)hcperl-518.dll" "$(HexChatRel)\plugins"

+::copy "$(HexChatBin)hcperl-516.dll" "$(HexChatRel)\plugins"

+copy "$(HexChatBin)hcperl-518.dll" "$(HexChatRel)\plugins"

 copy "$(HexChatBin)hcpython.dll" "$(HexChatRel)\plugins"

 copy "$(HexChatBin)hcupd.dll" "$(HexChatRel)\plugins"

 copy "$(HexChatBin)hcwinamp.dll" "$(HexChatRel)\plugins"

 copy "$(HexChatBin)hcsysinfo.dll" "$(HexChatRel)\plugins"

-copy "$(HexChatBin)hcwmpa.dll" "$(HexChatRel)\plugins"

+::copy "$(HexChatBin)hcwmpa.dll" "$(HexChatRel)\plugins"

 xcopy /q /s /i "$(HexChatBin)locale" "$(HexChatRel)\share\locale"

 xcopy /q /s /i "$(DepsRoot)\share\locale" "$(HexChatRel)\share\locale"

-copy "$(ProgramFiles)\Codejock Software\ISSkin\ISSkinU.dll" "$(HexChatRel)"

 		</HexChatCopy>

 	</PropertyGroup>