diff options
author | Martin Peck <coder@peertech.org> | 2008-11-30 01:02:50 +0000 |
---|---|---|
committer | Martin Peck <coder@peertech.org> | 2008-11-30 01:02:50 +0000 |
commit | d8dac4adbea1935f254c6b708962df0544b581fe (patch) | |
tree | c6f03c349ebb61e60a4712bfb61cb696b6acb6c7 /contrib/tor.wxs.in | |
parent | 3ddc7483e183c8b108c0658cf47943d400280366 (diff) | |
download | tor-d8dac4adbea1935f254c6b708962df0544b581fe.tar.gz tor-d8dac4adbea1935f254c6b708962df0544b581fe.zip |
Remove unnecessary msys libs from installer definitions.
svn:r17411
Diffstat (limited to 'contrib/tor.wxs.in')
-rw-r--r-- | contrib/tor.wxs.in | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/contrib/tor.wxs.in b/contrib/tor.wxs.in index b95fd86126..0a30e53cce 100644 --- a/contrib/tor.wxs.in +++ b/contrib/tor.wxs.in @@ -116,25 +116,6 @@ /> </Component> - <!-- msys shared libraries - This optional component is required for shared builds - of Tor. For static builds it is ignored. - --> - <Component Id="MSYSLibrary" Guid="451ffc02-2666-410e-984f-35fb303b05a2"> - <File - Id="msyszdll" - Name="msys-z.dll" - Source="bin/msys-z.dll" - DiskId="1" - /> - <File - Id="msys10dll" - Name="msys-1.0.dll" - Source="bin/msys-1.0.dll" - DiskId="1" - /> - </Component> - <!-- Tor docs --> <Component Id="TorDocuments" Guid="3def35f6-70a0-44af-813a-f96bc8462748"> <File |