Get rid of multiple Perl versions

This commit is contained in:
Berke Viktor
2013-04-13 02:26:26 +02:00
parent 5326f76a40
commit 6ee3a4a978
8 changed files with 24 additions and 195 deletions

View File

@@ -13,8 +13,7 @@
<YourDepsPath>c:\mozilla-build\hexchat\gtk</YourDepsPath>
<YourGendefPath>c:\mozilla-build\gendef</YourGendefPath>
<YourMsgfmtPath>c:\mozilla-build\msgfmt</YourMsgfmtPath>
<YourPerl516Path>c:\mozilla-build\perl-5.16</YourPerl516Path>
<YourPerl518Path>c:\mozilla-build\perl-5.18</YourPerl518Path>
<YourPerlPath>c:\mozilla-build\perl-5.18</YourPerlPath>
<YourPythonPath>c:\mozilla-build\python-2.7</YourPythonPath>
<!-- YOU SHOULDN'T TOUCH ANYTHING BELOW -->
@@ -24,12 +23,9 @@
<DepsRoot>$(YourDepsPath)\$(PlatformName)</DepsRoot>
<GendefPath>$(YourGendefPath)</GendefPath>
<MsgfmtPath>$(YourMsgfmtPath)</MsgfmtPath>
<Perl516Path>$(YourPerl516Path)\$(PlatformName)</Perl516Path>
<Perl516Lib>perl516</Perl516Lib>
<Perl516Output>hcperl-516</Perl516Output>
<Perl518Path>$(YourPerl518Path)\$(PlatformName)</Perl518Path>
<Perl518Lib>perl517</Perl518Lib>
<Perl518Output>hcperl-518</Perl518Output>
<PerlPath>$(YourPerlPath)\$(PlatformName)</PerlPath>
<PerlLib>perl517</PerlLib>
<PerlOutput>hcperl</PerlOutput>
<PythonPath>$(YourPythonPath)\$(PlatformName)</PythonPath>
<PythonLib>python27</PythonLib>
<PythonOutput>hcpython</PythonOutput>
@@ -89,8 +85,7 @@ copy "$(HexChatBin)hcdoat.dll" "$(HexChatRel)\plugins"
copy "$(HexChatBin)hcexec.dll" "$(HexChatRel)\plugins"
copy "$(HexChatBin)hcfishlim.dll" "$(HexChatRel)\plugins"
copy "$(HexChatBin)hcmpcinfo.dll" "$(HexChatRel)\plugins"
::copy "$(HexChatBin)hcperl-516.dll" "$(HexChatRel)\plugins"
copy "$(HexChatBin)hcperl-518.dll" "$(HexChatRel)\plugins"
copy "$(HexChatBin)hcperl.dll" "$(HexChatRel)\plugins"
copy "$(HexChatBin)hcpython.dll" "$(HexChatRel)\plugins"
copy "$(HexChatBin)hcupd.dll" "$(HexChatRel)\plugins"
copy "$(HexChatBin)hcwinamp.dll" "$(HexChatRel)\plugins"