summary refs log tree commit diff stats
path: root/win32/hexchat.props
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-09-30 16:55:32 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-09-30 16:55:32 +0200
commit08634733d24d70c1f0a1e7be535e5e665c0af259 (patch)
treeb35d724106cf44439508013d2b81b1dec06caa72 /win32/hexchat.props
parent19fdfa14dfe80f512f41da8ac1aaa629274dc7ed (diff)
Move stuff to mozilla-build, OpenSSL and GTK+ don't like spaces
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r--win32/hexchat.props14
1 files changed, 7 insertions, 7 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props
index 0f6d625e..7e32f5a2 100644
--- a/win32/hexchat.props
+++ b/win32/hexchat.props
@@ -3,13 +3,13 @@
   <ImportGroup Label="PropertySheets" />

   <PropertyGroup Label="UserMacros">

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

-    <YourDepsPath>c:\mozilla build\hexchat-deps</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>

+    <YourDepsPath>c:\mozilla-build\hexchat-deps</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>