diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-04-13 02:26:26 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-04-13 02:27:01 +0200 |
commit | 6ee3a4a978ca8d7f191b72bc8df38ca804df1cc9 (patch) | |
tree | e8304d16b7afe4ecf7fa6ba7a8d14d290a283a20 /win32/hexchat.props | |
parent | 5326f76a406f16a84619410b39999d1e6d2682ff (diff) |
Get rid of multiple Perl versions
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r-- | win32/hexchat.props | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props index 083ec132..00ef030b 100644 --- a/win32/hexchat.props +++ b/win32/hexchat.props @@ -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" |