summary refs log tree commit diff stats
path: root/win32/hexchat.props
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-04-01 05:39:05 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-04-01 05:39:05 +0200
commit6490a206a0e6c0fda85ab656acec6dc44663f2c1 (patch)
tree253bbbe11626fa105da69878b75541cbd9b368ea /win32/hexchat.props
parent71b5b4ee372088010bd315a1ddf2e835f7a52374 (diff)
Remove Tcl junk, cosmetics
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r--win32/hexchat.props5
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>