diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-12 19:03:19 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-12 19:03:19 +0100 |
commit | 1b5075d946e454ec4405164e995c581c035d4b1d (patch) | |
tree | 92168fb232af41ce8504ab18afbaecda45f196f5 /win32/hexchat.props | |
parent | b5f58a4be20683cd58b40133cc2ab8e50c158e90 (diff) |
Get rid of the buggy, unmaintained and unused Lua and Tcl interfaces
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r-- | win32/hexchat.props | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props index 9104b1af..bda8d926 100644 --- a/win32/hexchat.props +++ b/win32/hexchat.props @@ -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" |