diff options
author | Berke Viktor <berkeviktor@aol.com> | 2012-06-15 22:05:22 +0200 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2012-06-15 22:05:22 +0200 |
commit | 8f5d70ff1eed28fdb75a72205751355223c44151 (patch) | |
tree | 2200a252f3d4a858856699e26c7faa5916852950 /win32 | |
parent | d9d94aaf6595acb962271ec32c7a9b3734c6c728 (diff) |
Use nicer default dependency paths
Diffstat (limited to 'win32')
-rw-r--r-- | win32/xchat.props | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/win32/xchat.props b/win32/xchat.props index 3038fb04..22f0cd5a 100644 --- a/win32/xchat.props +++ b/win32/xchat.props @@ -3,13 +3,13 @@ <ImportGroup Label="PropertySheets" /> <PropertyGroup Label="UserMacros"> <!-- SPECIFY YOUR DEPENDENCY DIRECTORIES HERE --> - <YourDepsPath>c:\mozilla-build\deps path</YourDepsPath> - <YourGendefPath>c:\mozilla-build\gendef path</YourGendefPath> - <YourTclPath>c:\mozilla-build\tcl path</YourTclPath> - <YourPerl512Path>c:\mozilla-build\perl512 path</YourPerl512Path> - <YourPerl514Path>c:\mozilla-build\perl514 path</YourPerl514Path> - <YourPerl516Path>c:\mozilla-build\perl516 path</YourPerl516Path> - <YourPythonPath>c:\mozilla-build\python path</YourPythonPath> + <YourDepsPath>c:\mozilla build\xchat-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> |