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:10:23 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-04-01 05:10:23 +0200
commit49e863e97a5d5314542dafd9a122aa5e7b7513f4 (patch)
tree60ae1ff6a462880946895e40a3e698f813751852 /win32/hexchat.props
parent110a2625fe7dcee78b96ca8589b6e0d5f2f76983 (diff)
Tabulation with spaces is annoying!
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r--win32/hexchat.props95
1 files changed, 47 insertions, 48 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props
index 8ba5527f..58b9a94b 100644
--- a/win32/hexchat.props
+++ b/win32/hexchat.props
@@ -1,43 +1,43 @@
 <?xml version="1.0" encoding="utf-8"?>

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

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

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

-    <GendefPath>$(YourGendefPath)</GendefPath>

-    <MsgfmtPath>$(YourMsgfmtPath)</MsgfmtPath>

-    <Perl512Path>$(YourPerl512Path)\$(PlatformName)</Perl512Path>

-    <Perl512Lib>perl512</Perl512Lib>

-    <Perl512Output>hcperl-512</Perl512Output>

-    <Perl514Path>$(YourPerl514Path)\$(PlatformName)</Perl514Path>

-    <Perl514Lib>perl514</Perl514Lib>

-    <Perl514Output>hcperl-514</Perl514Output-->

-    <Perl516Path>$(YourPerl516Path)\$(PlatformName)</Perl516Path>

-    <Perl516Lib>perl516</Perl516Lib>

-    <Perl516Output>hcperl-516</Perl516Output>

-    <PythonPath>$(YourPythonPath)\$(PlatformName)</PythonPath>

-    <PythonLib>python27</PythonLib>

-    <PythonOutput>hcpython</PythonOutput>

-    <Glib>$(DepsRoot)\include\glib-2.0;$(DepsRoot)\lib\glib-2.0\include;$(DepsRoot)\include\libxml2</Glib>

-    <Gtk>$(DepsRoot)\include\gtk-2.0;$(DepsRoot)\lib\gtk-2.0\include;$(DepsRoot)\include\atk-1.0;$(DepsRoot)\include\cairo;$(DepsRoot)\include\pango-1.0;$(DepsRoot)\include\gdk-pixbuf-2.0</Gtk>

-    <Pixmaps>png_ulist_voice "$(SolutionDir)\..\src\pixmaps\ulist_voice.png" png_ulist_halfop "$(SolutionDir)\..\src\pixmaps\ulist_halfop.png" png_ulist_op "$(SolutionDir)\..\src\pixmaps\ulist_op.png" png_ulist_owner "$(SolutionDir)\..\src\pixmaps\ulist_owner.png" png_ulist_founder "$(SolutionDir)\..\src\pixmaps\ulist_founder.png" png_ulist_netop "$(SolutionDir)\..\src\pixmaps\ulist_netop.png" png_tray_fileoffer "$(SolutionDir)\..\src\pixmaps\tray_fileoffer.png" png_tray_highlight "$(SolutionDir)\..\src\pixmaps\tray_highlight.png" png_tray_message "$(SolutionDir)\..\src\pixmaps\tray_message.png" png_tree_channel "$(SolutionDir)\..\src\pixmaps\tree_channel.png" png_tree_dialog "$(SolutionDir)\..\src\pixmaps\tree_dialog.png" png_tree_server "$(SolutionDir)\..\src\pixmaps\tree_server.png" png_tree_util "$(SolutionDir)\..\src\pixmaps\tree_util.png" png_book "$(SolutionDir)\..\src\pixmaps\book.png" png_hexchat "$(SolutionDir)\..\src\pixmaps\hexchat.png"</Pixmaps>

-    <DepLibs>gtk-win32-2.0.lib;gdk-win32-2.0.lib;atk-1.0.lib;gio-2.0.lib;gdk_pixbuf-2.0.lib;pangowin32-1.0.lib;pangocairo-1.0.lib;pango-1.0.lib;cairo.lib;gobject-2.0.lib;gmodule-2.0.lib;glib-2.0.lib;libintl.lib;libxml2.lib;libeay32.lib;ssleay32.lib;wininet.lib;winmm.lib;ws2_32.lib</DepLibs>

-    <HexChatBuild>$(SolutionDir)..\..\hexchat-build</HexChatBuild>

-    <HexChatBin>$(HexChatBuild)\$(PlatformName)\bin\</HexChatBin>

-    <HexChatObj>$(HexChatBuild)\$(PlatformName)\obj\</HexChatObj>

-    <HexChatRel>$(HexChatBuild)\$(PlatformName)\rel</HexChatRel>

-	<HexChatCopy>

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

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

+		<!-- 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>

+		<GendefPath>$(YourGendefPath)</GendefPath>

+		<MsgfmtPath>$(YourMsgfmtPath)</MsgfmtPath>

+		<Perl512Path>$(YourPerl512Path)\$(PlatformName)</Perl512Path>

+		<Perl512Lib>perl512</Perl512Lib>

+		<Perl512Output>hcperl-512</Perl512Output>

+		<Perl514Path>$(YourPerl514Path)\$(PlatformName)</Perl514Path>

+		<Perl514Lib>perl514</Perl514Lib>

+		<Perl514Output>hcperl-514</Perl514Output-->

+		<Perl516Path>$(YourPerl516Path)\$(PlatformName)</Perl516Path>

+		<Perl516Lib>perl516</Perl516Lib>

+		<Perl516Output>hcperl-516</Perl516Output>

+		<PythonPath>$(YourPythonPath)\$(PlatformName)</PythonPath>

+		<PythonLib>python27</PythonLib>

+		<PythonOutput>hcpython</PythonOutput>

+		<Glib>$(DepsRoot)\include\glib-2.0;$(DepsRoot)\lib\glib-2.0\include;$(DepsRoot)\include\libxml2</Glib>

+		<Gtk>$(DepsRoot)\include\gtk-2.0;$(DepsRoot)\lib\gtk-2.0\include;$(DepsRoot)\include\atk-1.0;$(DepsRoot)\include\cairo;$(DepsRoot)\include\pango-1.0;$(DepsRoot)\include\gdk-pixbuf-2.0</Gtk>

+		<Pixmaps>png_ulist_voice "$(SolutionDir)\..\src\pixmaps\ulist_voice.png" png_ulist_halfop "$(SolutionDir)\..\src\pixmaps\ulist_halfop.png" png_ulist_op "$(SolutionDir)\..\src\pixmaps\ulist_op.png" png_ulist_owner "$(SolutionDir)\..\src\pixmaps\ulist_owner.png" png_ulist_founder "$(SolutionDir)\..\src\pixmaps\ulist_founder.png" png_ulist_netop "$(SolutionDir)\..\src\pixmaps\ulist_netop.png" png_tray_fileoffer "$(SolutionDir)\..\src\pixmaps\tray_fileoffer.png" png_tray_highlight "$(SolutionDir)\..\src\pixmaps\tray_highlight.png" png_tray_message "$(SolutionDir)\..\src\pixmaps\tray_message.png" png_tree_channel "$(SolutionDir)\..\src\pixmaps\tree_channel.png" png_tree_dialog "$(SolutionDir)\..\src\pixmaps\tree_dialog.png" png_tree_server "$(SolutionDir)\..\src\pixmaps\tree_server.png" png_tree_util "$(SolutionDir)\..\src\pixmaps\tree_util.png" png_book "$(SolutionDir)\..\src\pixmaps\book.png" png_hexchat "$(SolutionDir)\..\src\pixmaps\hexchat.png"</Pixmaps>

+		<DepLibs>gtk-win32-2.0.lib;gdk-win32-2.0.lib;atk-1.0.lib;gio-2.0.lib;gdk_pixbuf-2.0.lib;pangowin32-1.0.lib;pangocairo-1.0.lib;pango-1.0.lib;cairo.lib;gobject-2.0.lib;gmodule-2.0.lib;glib-2.0.lib;libintl.lib;libxml2.lib;libeay32.lib;ssleay32.lib;wininet.lib;winmm.lib;ws2_32.lib</DepLibs>

+		<HexChatBuild>$(SolutionDir)..\..\hexchat-build</HexChatBuild>

+		<HexChatBin>$(HexChatBuild)\$(PlatformName)\bin\</HexChatBin>

+		<HexChatObj>$(HexChatBuild)\$(PlatformName)\obj\</HexChatObj>

+		<HexChatRel>$(HexChatBuild)\$(PlatformName)\rel</HexChatRel>

+		<HexChatCopy>

 rmdir /q /s "$(HexChatRel)"

 mkdir "$(HexChatRel)"

 echo 2&gt; portable-mode

@@ -97,16 +97,15 @@ copy "$(HexChatBin)hcwmpa.dll" "$(HexChatRel)\plugins"
 xcopy /q /s /i "$(HexChatBin)locale" "$(HexChatRel)\share\locale"

 xcopy /q /s /i "$(DepsRoot)\share\locale" "$(HexChatRel)\share\locale"

 copy "$(ProgramFiles)\Codejock Software\ISSkin\ISSkinU.dll" "$(HexChatRel)"

-	</HexChatCopy>

-  </PropertyGroup>

+		</HexChatCopy>

+	</PropertyGroup>

 

-  <ItemDefinitionGroup>

-    <ClCompile>

-      <WarningLevel>Level3</WarningLevel>

-      <DisableSpecificWarnings>4996</DisableSpecificWarnings>

-    </ClCompile>

-  </ItemDefinitionGroup>

+	<ItemDefinitionGroup>

+		<ClCompile>

+			<WarningLevel>Level3</WarningLevel>

+			<DisableSpecificWarnings>4996</DisableSpecificWarnings>

+		</ClCompile>

+	</ItemDefinitionGroup>

 

-  <ItemDefinitionGroup />

-  <ItemGroup />

+	<ItemGroup />

 </Project>