
commit bb7ecfb83f6505d9fffbdc9c6af6df20762c4301 Author: Erinn Clark <erinn@torproject.org> Date: Mon Mar 19 01:30:27 2012 -0300 remove tor-resolve from the alpha windows bundles as well --- build-scripts/windows-alpha.mk | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/build-scripts/windows-alpha.mk b/build-scripts/windows-alpha.mk index b8e8033..258e743 100644 --- a/build-scripts/windows-alpha.mk +++ b/build-scripts/windows-alpha.mk @@ -276,7 +276,6 @@ reallyclean: clean virus-scan: $(VIRUSSCAN) $(VIDALIA)/build/src/vidalia/vidalia.exe $(VIRUSSCAN) $(TOR)/src/or/tor.exe - $(VIRUSSCAN) $(TOR)/src/tools/tor-resolve.exe ## ## Generate a non-localized bundle and put in $(DEST) @@ -308,7 +307,7 @@ install-binaries: cp $(OPENSSL_LIB)/ssleay32.dll $(APPDIR) cp $(OPENSSL_LIB)/libeay32.dll $(APPDIR) cp $(VIDALIA)/build/src/vidalia/vidalia.exe $(APPDIR) - cp $(TOR)/src/or/tor.exe $(TOR)/src/tools/tor-resolve.exe $(APPDIR) + cp $(TOR)/src/or/tor.exe $(APPDIR) ## Fixup ## Collect up license files