Use nicer default dependency paths

This commit is contained in:
Berke Viktor 2012-06-15 22:05:22 +02:00
parent d9d94aaf65
commit 8f5d70ff1e
1 changed files with 7 additions and 7 deletions

View File

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