summary refs log tree commit diff stats
path: root/win32/hexchat.props
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-13 23:47:41 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-13 23:47:41 +0200
commit3485b4fb94d0c7e5c54665d9626ffdfce9502b99 (patch)
tree19c2c0a21c1613cd3e53180671095d268625499b /win32/hexchat.props
parentfe3df241c9df18de4e3e1180114bb557c2935b6e (diff)
Rename DLL files, rename X-SASL to SASL
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r--win32/hexchat.props12
1 files changed, 6 insertions, 6 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props
index 97e512b0..0f2a0df7 100644
--- a/win32/hexchat.props
+++ b/win32/hexchat.props
@@ -15,22 +15,22 @@
     <DepsRoot>$(YourDepsPath)\$(PlatformName)</DepsRoot>

     <GendefPath>$(YourGendefPath)</GendefPath>

     <LuaLib>lua51</LuaLib>

-    <LuaOutput>xclua</LuaOutput>

+    <LuaOutput>hclua</LuaOutput>

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

     <TclLib>tcl85</TclLib>

-    <TclOutput>xctcl</TclOutput>

+    <TclOutput>hctcl</TclOutput>

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

     <Perl512Lib>perl512</Perl512Lib>

-    <Perl512Output>xcperl-512</Perl512Output>

+    <Perl512Output>hcperl-512</Perl512Output>

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

     <Perl514Lib>perl514</Perl514Lib>

-    <Perl514Output>xcperl-514</Perl514Output>

+    <Perl514Output>hcperl-514</Perl514Output>

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

     <Perl516Lib>perl516</Perl516Lib>

-    <Perl516Output>xcperl-516</Perl516Output>

+    <Perl516Output>hcperl-516</Perl516Output>

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

     <PythonLib>python27</PythonLib>

-    <PythonOutput>xcpython</PythonOutput>

+    <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>