diff options
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 58b9a94b..a71d89db 100644 --- a/win32/hexchat.props +++ b/win32/hexchat.props @@ -7,9 +7,8 @@ <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> + <!--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_* --> @@ -17,15 +16,12 @@ <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> + <!--Perl518Path>$(YourPerl518Path)\$(PlatformName)</Perl518Path> + <Perl518Lib>perl518</Perl518Lib> + <Perl518Output>hcperl-518</Perl518Output--> <PythonPath>$(YourPythonPath)\$(PlatformName)</PythonPath> <PythonLib>python27</PythonLib> <PythonOutput>hcpython</PythonOutput> @@ -86,9 +82,8 @@ copy "$(HexChatBin)hcexec.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcfishlim.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hchextray.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcmpcinfo.dll" "$(HexChatRel)\plugins" -::copy "$(HexChatBin)hcperl-512.dll" "$(HexChatRel)\plugins" -::copy "$(HexChatBin)hcperl-514.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcperl-516.dll" "$(HexChatRel)\plugins" +::copy "$(HexChatBin)hcperl-518.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcpython.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcupd.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcwinamp.dll" "$(HexChatRel)\plugins" |