2012-07-13 23:06:48 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2012-06-03 06:06:06 -04:00
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<ImportGroup Label="PropertySheets" />
|
|
|
|
<PropertyGroup Label="UserMacros">
|
2012-06-10 08:49:15 -04:00
|
|
|
<!-- SPECIFY YOUR DEPENDENCY DIRECTORIES HERE -->
|
2012-10-02 10:06:29 -04:00
|
|
|
<YourDepsPath>c:\mozilla-build\hexchat\build</YourDepsPath>
|
2012-09-30 10:55:32 -04:00
|
|
|
<YourGendefPath>c:\mozilla-build\gendef</YourGendefPath>
|
2012-10-02 13:46:57 -04:00
|
|
|
<YourMsgfmtPath>c:\mozilla-build\msgfmt</YourMsgfmtPath>
|
2012-09-30 10:55:32 -04:00
|
|
|
<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>
|
2012-06-03 07:47:04 -04:00
|
|
|
<!-- YOU SHOULDN'T TOUCH ANYTHING BELOW -->
|
2012-11-03 23:04:41 -04:00
|
|
|
<!-- G_DISABLE_DEPRECATED is unfeasible due to g_completion_* -->
|
2012-11-06 17:47:12 -05:00
|
|
|
<OwnFlags>G_DISABLE_CAST_CHECKS;GDK_PIXBUF_DISABLE_DEPRECATED;HAVE_STRTOULL;strtoull=_strtoui64;strcasecmp=stricmp;strncasecmp=strnicmp;__inline__=__inline;</OwnFlags>
|
2012-06-10 06:49:17 -04:00
|
|
|
<DepsRoot>$(YourDepsPath)\$(PlatformName)</DepsRoot>
|
|
|
|
<GendefPath>$(YourGendefPath)</GendefPath>
|
2012-10-02 13:46:57 -04:00
|
|
|
<MsgfmtPath>$(YourMsgfmtPath)</MsgfmtPath>
|
2012-11-12 13:03:19 -05:00
|
|
|
<!--LuaLib>lua51</LuaLib>
|
2012-07-13 17:47:41 -04:00
|
|
|
<LuaOutput>hclua</LuaOutput>
|
2012-06-10 06:49:17 -04:00
|
|
|
<TclPath>$(YourTclPath)\$(PlatformName)</TclPath>
|
|
|
|
<TclLib>tcl85</TclLib>
|
2012-07-13 17:47:41 -04:00
|
|
|
<TclOutput>hctcl</TclOutput>
|
2012-06-10 06:49:17 -04:00
|
|
|
<Perl512Path>$(YourPerl512Path)\$(PlatformName)</Perl512Path>
|
|
|
|
<Perl512Lib>perl512</Perl512Lib>
|
2012-07-13 17:47:41 -04:00
|
|
|
<Perl512Output>hcperl-512</Perl512Output>
|
2012-06-10 06:49:17 -04:00
|
|
|
<Perl514Path>$(YourPerl514Path)\$(PlatformName)</Perl514Path>
|
|
|
|
<Perl514Lib>perl514</Perl514Lib>
|
2012-11-12 13:03:19 -05:00
|
|
|
<Perl514Output>hcperl-514</Perl514Output-->
|
2012-06-10 06:49:17 -04:00
|
|
|
<Perl516Path>$(YourPerl516Path)\$(PlatformName)</Perl516Path>
|
|
|
|
<Perl516Lib>perl516</Perl516Lib>
|
2012-07-13 17:47:41 -04:00
|
|
|
<Perl516Output>hcperl-516</Perl516Output>
|
2012-06-10 06:49:17 -04:00
|
|
|
<PythonPath>$(YourPythonPath)\$(PlatformName)</PythonPath>
|
|
|
|
<PythonLib>python27</PythonLib>
|
2012-07-13 17:47:41 -04:00
|
|
|
<PythonOutput>hcpython</PythonOutput>
|
2012-06-03 07:47:04 -04:00
|
|
|
<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>
|
2012-11-02 21:57:24 -04:00
|
|
|
<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>
|
2012-10-02 10:06:29 -04:00
|
|
|
<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>
|
2012-11-04 17:26:43 -05:00
|
|
|
<HexChatBuild>$(SolutionDir)..\..\hexchat-build</HexChatBuild>
|
2012-10-02 12:15:49 -04:00
|
|
|
<HexChatBin>$(HexChatBuild)\$(PlatformName)\bin\</HexChatBin>
|
|
|
|
<HexChatObj>$(HexChatBuild)\$(PlatformName)\obj\</HexChatObj>
|
|
|
|
<HexChatRel>$(HexChatBuild)\$(PlatformName)\rel</HexChatRel>
|
2012-10-02 10:42:06 -04:00
|
|
|
<HexChatCopy>
|
2012-10-02 12:15:49 -04:00
|
|
|
rmdir /q /s "$(HexChatRel)"
|
|
|
|
mkdir "$(HexChatRel)"
|
2012-10-02 10:42:06 -04:00
|
|
|
echo 2> portable-mode
|
2012-10-02 12:15:49 -04:00
|
|
|
move portable-mode "$(HexChatRel)"
|
2012-10-21 22:40:32 -04:00
|
|
|
copy changelog.url "$(HexChatRel)"
|
2012-10-21 20:34:20 -04:00
|
|
|
copy readme.url "$(HexChatRel)"
|
2012-11-11 13:06:22 -05:00
|
|
|
copy "$(DepsRoot)\bin\cert.pem" "$(HexChatRel)"
|
2012-10-02 14:11:52 -04:00
|
|
|
copy "$(HexChatBin)hexchat.exe" "$(HexChatRel)"
|
|
|
|
copy "$(HexChatBin)hexchat-text.exe" "$(HexChatRel)"
|
|
|
|
copy "$(HexChatBin)thememan.exe" "$(HexChatRel)"
|
2012-10-02 12:15:49 -04:00
|
|
|
copy "$(DepsRoot)\bin\atk-1.0.dll" "$(HexChatRel)"
|
|
|
|
copy "$(DepsRoot)\bin\cairo.dll" "$(HexChatRel)"
|
|
|
|
copy "$(DepsRoot)\bin\fontconfig.dll" "$(HexChatRel)"
|
|
|
|
copy "$(DepsRoot)\bin\gdk_pixbuf-2.0.dll" "$(HexChatRel)"
|
|
|
|
copy "$(DepsRoot)\bin\gdk-win32-2.0.dll" "$(HexChatRel)"
|
|
|
|
copy "$(DepsRoot)\bin\gio-2.0.dll" "$(HexChatRel)"
|
|
|
|
copy "$(DepsRoot)\bin\glib-2.0.dll" "$(HexChatRel)"
|
|
|
|
copy "$(DepsRoot)\bin\gmodule-2.0.dll" "$(HexChatRel)"
|
|
|
|
copy "$(DepsRoot)\bin\gobject-2.0.dll" "$(HexChatRel)
|
|
|
|
copy "$(DepsRoot)\bin\gthread-2.0.dll" "$(HexChatRel)"
|
|
|
|
copy "$(DepsRoot)\bin\gtk-win32-2.0.dll" "$(HexChatRel)"
|
2012-10-02 14:11:52 -04:00
|
|
|
copy "$(DepsRoot)\bin\iconv.dll" "$(HexChatRel)"
|
2012-11-11 13:06:22 -05:00
|
|
|
copy "$(DepsRoot)\bin\libeay32.dll" "$(HexChatRel)"
|
|
|
|
copy "$(DepsRoot)\bin\libenchant.dll" "$(HexChatRel)"
|
2012-10-02 12:15:49 -04:00
|
|
|
copy "$(DepsRoot)\bin\libintl.dll" "$(HexChatRel)"
|
|
|
|
copy "$(DepsRoot)\bin\libpng15.dll" "$(HexChatRel)"
|
|
|
|
copy "$(DepsRoot)\bin\libxml2.dll" "$(HexChatRel)"
|
2012-11-12 13:03:19 -05:00
|
|
|
::copy "$(DepsRoot)\bin\lua51.dll" "$(HexChatRel)"
|
2012-10-02 12:15:49 -04:00
|
|
|
copy "$(DepsRoot)\bin\pango-1.0.dll" "$(HexChatRel)"
|
|
|
|
copy "$(DepsRoot)\bin\pangocairo-1.0.dll" "$(HexChatRel)"
|
|
|
|
copy "$(DepsRoot)\bin\pangoft2-1.0.dll" "$(HexChatRel)"
|
|
|
|
copy "$(DepsRoot)\bin\pangowin32-1.0.dll" "$(HexChatRel)"
|
2012-10-02 14:11:52 -04:00
|
|
|
copy "$(DepsRoot)\bin\pixman-1.dll" "$(HexChatRel)"
|
2012-11-11 13:06:22 -05:00
|
|
|
copy "$(DepsRoot)\bin\ssleay32.dll" "$(HexChatRel)"
|
|
|
|
copy "$(DepsRoot)\bin\zlib1.dll" "$(HexChatRel)"
|
2012-11-11 12:23:27 -05:00
|
|
|
xcopy /q /s /i "$(DepsRoot)\lib\gtk-2.0\2.10.0\engines" "$(HexChatRel)\lib\gtk-2.0\2.10.0\engines"
|
2012-10-02 12:15:49 -04:00
|
|
|
xcopy /q /s /i etc "$(HexChatRel)\etc"
|
|
|
|
xcopy /q /s /i share "$(HexChatRel)\share"
|
2012-11-11 12:23:27 -05:00
|
|
|
xcopy /q /s /i "..\..\share\doc\COPYING" "$(HexChatRel)\share\doc\hexchat\"
|
|
|
|
xcopy /q /s /i "$(DepsRoot)\share\doc" "$(HexChatRel)\share\doc"
|
2012-10-02 12:15:49 -04:00
|
|
|
xcopy /q /s /i "$(DepsRoot)\lib\enchant\libenchant_myspell.dll" "$(HexChatRel)\lib\enchant\"
|
2012-10-02 14:11:52 -04:00
|
|
|
xcopy /q /s /i "$(HexChatBin)hcchecksum.dll" "$(HexChatRel)\plugins\"
|
|
|
|
copy "$(HexChatBin)hcdns.dll" "$(HexChatRel)\plugins"
|
|
|
|
copy "$(HexChatBin)hcdoat.dll" "$(HexChatRel)\plugins"
|
|
|
|
copy "$(HexChatBin)hcexec.dll" "$(HexChatRel)\plugins"
|
|
|
|
copy "$(HexChatBin)hcfishlim.dll" "$(HexChatRel)\plugins"
|
2012-10-28 19:42:52 -04:00
|
|
|
copy "$(HexChatBin)hchextray.dll" "$(HexChatRel)\plugins"
|
2012-11-12 13:03:19 -05:00
|
|
|
::copy "$(HexChatBin)hclua.dll" "$(HexChatRel)\plugins"
|
2012-10-03 12:54:15 -04:00
|
|
|
copy "$(HexChatBin)hcmpcinfo.dll" "$(HexChatRel)\plugins"
|
2012-11-11 20:04:58 -05:00
|
|
|
::copy "$(HexChatBin)hcperl-512.dll" "$(HexChatRel)\plugins"
|
|
|
|
::copy "$(HexChatBin)hcperl-514.dll" "$(HexChatRel)\plugins"
|
2012-10-02 14:11:52 -04:00
|
|
|
copy "$(HexChatBin)hcperl-516.dll" "$(HexChatRel)\plugins"
|
|
|
|
copy "$(HexChatBin)hcpython.dll" "$(HexChatRel)\plugins"
|
2012-11-12 13:03:19 -05:00
|
|
|
::copy "$(HexChatBin)hctcl.dll" "$(HexChatRel)\plugins"
|
2012-10-02 14:11:52 -04:00
|
|
|
copy "$(HexChatBin)hcupd.dll" "$(HexChatRel)\plugins"
|
|
|
|
copy "$(HexChatBin)hcwinamp.dll" "$(HexChatRel)\plugins"
|
2012-10-21 00:40:28 -04:00
|
|
|
copy "$(HexChatBin)hcsysinfo.dll" "$(HexChatRel)\plugins"
|
2012-10-03 12:54:15 -04:00
|
|
|
copy "$(HexChatBin)hcwmpa.dll" "$(HexChatRel)\plugins"
|
2012-11-11 18:17:24 -05:00
|
|
|
xcopy /q /s /i "$(HexChatBin)locale" "$(HexChatRel)\share\locale"
|
2012-10-02 12:15:49 -04:00
|
|
|
xcopy /q /s /i "$(DepsRoot)\share\locale" "$(HexChatRel)\share\locale"
|
|
|
|
copy "$(ProgramFiles)\Codejock Software\ISSkin\ISSkinU.dll" "$(HexChatRel)"
|
2012-10-02 10:42:06 -04:00
|
|
|
</HexChatCopy>
|
2012-06-03 06:06:06 -04:00
|
|
|
</PropertyGroup>
|
2012-10-20 23:57:00 -04:00
|
|
|
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<ClCompile>
|
2012-10-30 17:13:40 -04:00
|
|
|
<WarningLevel>Level3</WarningLevel>
|
2012-11-11 12:23:27 -05:00
|
|
|
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
|
2012-10-20 23:57:00 -04:00
|
|
|
</ClCompile>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
2012-06-03 06:06:06 -04:00
|
|
|
<ItemDefinitionGroup />
|
|
|
|
<ItemGroup />
|
|
|
|
</Project>
|