summary refs log tree commit diff stats
path: root/win32/hexchat-xp.props
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-02 16:00:13 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-02 16:00:13 +0200
commita57a7d3f88f602d3c7ef16a4ae49fd7d2c197e0b (patch)
treebef0a84baf198c3d6cf34e93ac4b41606edb9408 /win32/hexchat-xp.props
parent47193043a7c8feeeb81611cce86061bd0e5f7cb4 (diff)
Add XP (WDK) solution as a fallback option
Diffstat (limited to 'win32/hexchat-xp.props')
-rw-r--r--win32/hexchat-xp.props42
1 files changed, 42 insertions, 0 deletions
diff --git a/win32/hexchat-xp.props b/win32/hexchat-xp.props
new file mode 100644
index 00000000..cfb7fc57
--- /dev/null
+++ b/win32/hexchat-xp.props
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="utf-8"?>

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

+  <ImportGroup Label="PropertySheets" />

+  <PropertyGroup Label="UserMacros">

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

+    <YourDepsPath>d:\mozilla-build\hexchat\build</YourDepsPath>

+    <YourGendefPath>c:\mozilla-build\gendef</YourGendefPath>

+    <YourTclPath>c:\mozilla-build\tcl-8.5</YourTclPath>

+    <YourPerl512Path>c:\mozilla-build\perl-5.12</YourPerl512Path>

+    <YourPerl514Path>c:\mozilla-build\perl-5.14</YourPerl514Path>

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

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

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

+    <OwnFlags>G_DISABLE_CAST_CHECKS;G_DISABLE_DEPRECATED;GDK_PIXBUF_DISABLE_DEPRECATED;GDK_DISABLE_DEPRECATED;HAVE_STRTOULL;strtoull=_strtoui64;strcasecmp=stricmp;strncasecmp=strnicmp;__inline__=__inline;</OwnFlags>

+    <DepsRoot>$(YourDepsPath)\$(PlatformName)</DepsRoot>

+    <GendefPath>$(YourGendefPath)</GendefPath>

+    <LuaLib>lua51</LuaLib>

+    <LuaOutput>hclua</LuaOutput>

+    <TclPath>$(YourTclPath)\$(PlatformName)</TclPath>

+    <TclLib>tcl85</TclLib>

+    <TclOutput>hctcl</TclOutput>

+    <Perl512Path>$(YourPerl512Path)\$(PlatformName)</Perl512Path>

+    <Perl512Lib>perl512</Perl512Lib>

+    <Perl512Output>hcperl-512</Perl512Output>

+    <Perl514Path>$(YourPerl514Path)\$(PlatformName)</Perl514Path>

+    <Perl514Lib>perl514</Perl514Lib>

+    <Perl514Output>hcperl-514</Perl514Output>

+    <Perl516Path>$(YourPerl516Path)\$(PlatformName)</Perl516Path>

+    <Perl516Lib>perl516</Perl516Lib>

+    <Perl516Output>hcperl-516</Perl516Output>

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

+    <PythonLib>python27</PythonLib>

+    <PythonOutput>hcpython</PythonOutput>

+    <Glib>$(DepsRoot)\include\glib-2.0;$(DepsRoot)\lib\glib-2.0\include;$(DepsRoot)\include\libxml2</Glib>

+    <Gtk>$(DepsRoot)\include\gtk-2.0;$(DepsRoot)\lib\gtk-2.0\include;$(DepsRoot)\include\atk-1.0;$(DepsRoot)\include\cairo;$(DepsRoot)\include\pango-1.0;$(DepsRoot)\include\gdk-pixbuf-2.0</Gtk>

+    <Pixmaps>bookpng "$(SolutionDir)\..\src\pixmaps\book.png" hoppng "$(SolutionDir)\..\src\pixmaps\hop.png" oppng "$(SolutionDir)\..\src\pixmaps\op.png" purplepng "$(SolutionDir)\..\src\pixmaps\purple.png" redpng "$(SolutionDir)\..\src\pixmaps\red.png" trayfilepng "$(SolutionDir)\..\src\pixmaps\fileoffer.png" trayhilightpng "$(SolutionDir)\..\src\pixmaps\highlight.png" traymsgpng "$(SolutionDir)\..\src\pixmaps\message.png" voicepng "$(SolutionDir)\..\src\pixmaps\voice.png" hexchatpng "$(SolutionDir)\..\hexchat.png"</Pixmaps>

+    <DepLibs>gtk-win32-2.0.lib;gdk-win32-2.0.lib;atk-1.0.lib;gio-2.0.lib;gdk_pixbuf-2.0.lib;pangowin32-1.0.lib;pangocairo-1.0.lib;pango-1.0.lib;cairo.lib;gobject-2.0.lib;gmodule-2.0.lib;glib-2.0.lib;libintl.lib;libxml2.lib;libeay32.lib;ssleay32.lib;wininet.lib;winmm.lib;ws2_32.lib</DepLibs>

+    <HexChatDest>$(SolutionDir)build\$(PlatformName)\rel</HexChatDest>

+  </PropertyGroup>

+  <ItemDefinitionGroup />

+  <ItemGroup />

+</Project>