Move stuff to mozilla-build, OpenSSL and GTK+ don't like spaces

This commit is contained in:
Berke Viktor 2012-09-30 16:55:32 +02:00
parent 19fdfa14df
commit 08634733d2
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\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>