diff options
Diffstat (limited to 'win32')
-rw-r--r-- | win32/hexchat.props | 14 |
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> |