diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-09-22 20:26:06 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-09-22 20:26:06 +0000 |
commit | 011941853cc7f7211b1d57b0b43b6bbbfb013ad1 (patch) | |
tree | 134828ca11851546dda723f19301070903dc752d /contrib/package_nsis-mingw.sh | |
parent | 3a3c1d1d1c06f3e6b119d248bbce5cc225bbf506 (diff) | |
download | tor-011941853cc7f7211b1d57b0b43b6bbbfb013ad1.tar.gz tor-011941853cc7f7211b1d57b0b43b6bbbfb013ad1.zip |
Remove openssl static libs from the win32 distrubution. They are statically
compiled into the exe. Add some, take some, remove some TODO items.
svn:r11583
Diffstat (limited to 'contrib/package_nsis-mingw.sh')
-rw-r--r-- | contrib/package_nsis-mingw.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/package_nsis-mingw.sh b/contrib/package_nsis-mingw.sh index 439c6352b8..c15ba9a432 100644 --- a/contrib/package_nsis-mingw.sh +++ b/contrib/package_nsis-mingw.sh @@ -21,8 +21,6 @@ mkdir win_tmp/tmp cp src/or/tor.exe win_tmp/bin/ cp src/tools/tor-resolve.exe win_tmp/bin/ -cp /usr/local/ssl/lib/libcrypto.a win_tmp/bin/ -cp /usr/local/ssl/lib/libssl.a win_tmp/bin/ cp contrib/tor.ico win_tmp/bin/ # YOU must copy torbutton xpi into the contrib dir |