Get rid of the buggy, unmaintained and unused Lua and Tcl interfaces

This commit is contained in:
Berke Viktor
2012-11-12 19:03:19 +01:00
parent b5f58a4be2
commit 1b5075d946
6 changed files with 50 additions and 56 deletions

View File

@@ -17,7 +17,7 @@
<DepsRoot>$(YourDepsPath)\$(PlatformName)</DepsRoot>
<GendefPath>$(YourGendefPath)</GendefPath>
<MsgfmtPath>$(YourMsgfmtPath)</MsgfmtPath>
<LuaLib>lua51</LuaLib>
<!--LuaLib>lua51</LuaLib>
<LuaOutput>hclua</LuaOutput>
<TclPath>$(YourTclPath)\$(PlatformName)</TclPath>
<TclLib>tcl85</TclLib>
@@ -27,7 +27,7 @@
<Perl512Output>hcperl-512</Perl512Output>
<Perl514Path>$(YourPerl514Path)\$(PlatformName)</Perl514Path>
<Perl514Lib>perl514</Perl514Lib>
<Perl514Output>hcperl-514</Perl514Output>
<Perl514Output>hcperl-514</Perl514Output-->
<Perl516Path>$(YourPerl516Path)\$(PlatformName)</Perl516Path>
<Perl516Lib>perl516</Perl516Lib>
<Perl516Output>hcperl-516</Perl516Output>
@@ -70,7 +70,7 @@ copy "$(DepsRoot)\bin\libenchant.dll" "$(HexChatRel)"
copy "$(DepsRoot)\bin\libintl.dll" "$(HexChatRel)"
copy "$(DepsRoot)\bin\libpng15.dll" "$(HexChatRel)"
copy "$(DepsRoot)\bin\libxml2.dll" "$(HexChatRel)"
copy "$(DepsRoot)\bin\lua51.dll" "$(HexChatRel)"
::copy "$(DepsRoot)\bin\lua51.dll" "$(HexChatRel)"
copy "$(DepsRoot)\bin\pango-1.0.dll" "$(HexChatRel)"
copy "$(DepsRoot)\bin\pangocairo-1.0.dll" "$(HexChatRel)"
copy "$(DepsRoot)\bin\pangoft2-1.0.dll" "$(HexChatRel)"
@@ -90,13 +90,13 @@ copy "$(HexChatBin)hcdoat.dll" "$(HexChatRel)\plugins"
copy "$(HexChatBin)hcexec.dll" "$(HexChatRel)\plugins"
copy "$(HexChatBin)hcfishlim.dll" "$(HexChatRel)\plugins"
copy "$(HexChatBin)hchextray.dll" "$(HexChatRel)\plugins"
copy "$(HexChatBin)hclua.dll" "$(HexChatRel)\plugins"
::copy "$(HexChatBin)hclua.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)hcpython.dll" "$(HexChatRel)\plugins"
copy "$(HexChatBin)hctcl.dll" "$(HexChatRel)\plugins"
::copy "$(HexChatBin)hctcl.dll" "$(HexChatRel)\plugins"
copy "$(HexChatBin)hcupd.dll" "$(HexChatRel)\plugins"
copy "$(HexChatBin)hcwinamp.dll" "$(HexChatRel)\plugins"
copy "$(HexChatBin)hcsysinfo.dll" "$(HexChatRel)\plugins"