Remove Tcl junk, cosmetics
This commit is contained in:
parent
71b5b4ee37
commit
6490a206a0
|
@ -2,15 +2,18 @@
|
||||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<ImportGroup Label="PropertySheets" />
|
<ImportGroup Label="PropertySheets" />
|
||||||
<PropertyGroup Label="UserMacros">
|
<PropertyGroup Label="UserMacros">
|
||||||
|
|
||||||
<!-- SPECIFY YOUR DEPENDENCY DIRECTORIES HERE -->
|
<!-- SPECIFY YOUR DEPENDENCY DIRECTORIES HERE -->
|
||||||
|
|
||||||
<YourDepsPath>c:\mozilla-build\hexchat\build</YourDepsPath>
|
<YourDepsPath>c:\mozilla-build\hexchat\build</YourDepsPath>
|
||||||
<YourGendefPath>c:\mozilla-build\gendef</YourGendefPath>
|
<YourGendefPath>c:\mozilla-build\gendef</YourGendefPath>
|
||||||
<YourMsgfmtPath>c:\mozilla-build\msgfmt</YourMsgfmtPath>
|
<YourMsgfmtPath>c:\mozilla-build\msgfmt</YourMsgfmtPath>
|
||||||
<YourTclPath>c:\mozilla-build\tcl-8.5</YourTclPath>
|
|
||||||
<YourPerl516Path>c:\mozilla-build\perl-5.16</YourPerl516Path>
|
<YourPerl516Path>c:\mozilla-build\perl-5.16</YourPerl516Path>
|
||||||
<!--YourPerl518Path>c:\mozilla-build\perl-5.18</YourPerl518Path-->
|
<!--YourPerl518Path>c:\mozilla-build\perl-5.18</YourPerl518Path-->
|
||||||
<YourPythonPath>c:\mozilla-build\python-2.7</YourPythonPath>
|
<YourPythonPath>c:\mozilla-build\python-2.7</YourPythonPath>
|
||||||
|
|
||||||
<!-- YOU SHOULDN'T TOUCH ANYTHING BELOW -->
|
<!-- YOU SHOULDN'T TOUCH ANYTHING BELOW -->
|
||||||
|
|
||||||
<!-- G_DISABLE_DEPRECATED is unfeasible due to g_completion_* -->
|
<!-- 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>
|
<OwnFlags>G_DISABLE_CAST_CHECKS;GDK_PIXBUF_DISABLE_DEPRECATED;HAVE_STRTOULL;strtoull=_strtoui64;strcasecmp=stricmp;strncasecmp=strnicmp;__inline__=__inline;</OwnFlags>
|
||||||
<DepsRoot>$(YourDepsPath)\$(PlatformName)</DepsRoot>
|
<DepsRoot>$(YourDepsPath)\$(PlatformName)</DepsRoot>
|
||||||
|
|
Loading…
Reference in New Issue