diff options
Diffstat (limited to 'win32')
-rw-r--r-- | win32/hexchat.props | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props index a71d89db..f88f0929 100644 --- a/win32/hexchat.props +++ b/win32/hexchat.props @@ -2,15 +2,18 @@ <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ImportGroup Label="PropertySheets" /> <PropertyGroup Label="UserMacros"> + <!-- SPECIFY YOUR DEPENDENCY DIRECTORIES HERE --> + <YourDepsPath>c:\mozilla-build\hexchat\build</YourDepsPath> <YourGendefPath>c:\mozilla-build\gendef</YourGendefPath> <YourMsgfmtPath>c:\mozilla-build\msgfmt</YourMsgfmtPath> - <YourTclPath>c:\mozilla-build\tcl-8.5</YourTclPath> <YourPerl516Path>c:\mozilla-build\perl-5.16</YourPerl516Path> <!--YourPerl518Path>c:\mozilla-build\perl-5.18</YourPerl518Path--> <YourPythonPath>c:\mozilla-build\python-2.7</YourPythonPath> + <!-- YOU SHOULDN'T TOUCH ANYTHING BELOW --> + <!-- G_DISABLE_DEPRECATED is unfeasible due to g_completion_* --> <OwnFlags>G_DISABLE_CAST_CHECKS;GDK_PIXBUF_DISABLE_DEPRECATED;HAVE_STRTOULL;strtoull=_strtoui64;strcasecmp=stricmp;strncasecmp=strnicmp;__inline__=__inline;</OwnFlags> <DepsRoot>$(YourDepsPath)\$(PlatformName)</DepsRoot> |