[tor-commits] [torbrowser/master] add split bundles to the windows makefile

erinn at torproject.org erinn at torproject.org
Sun Oct 23 23:18:30 UTC 2011


commit 0c82f6463f4a7e2d9325500840bc250597f09d6b
Author: Erinn Clark <erinn at torproject.org>
Date:   Wed Aug 31 18:42:15 2011 +0100

    add split bundles to the windows makefile
---
 build-scripts/windows.mk |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/build-scripts/windows.mk b/build-scripts/windows.mk
index cdaf403..d4d4665 100644
--- a/build-scripts/windows.mk
+++ b/build-scripts/windows.mk
@@ -190,7 +190,7 @@ all-bundles-both:
 	USE_PIDGIN=0 make -f windows.mk all-bundles
 	make -f windows.mk clean
 
-all-bundles: all-compressed-bundles
+all-bundles: all-compressed-bundles all-split-bundles
 
 all-compressed-bundles: compressed-bundle_ar \
 	compressed-bundle_de \
@@ -205,6 +205,19 @@ all-compressed-bundles: compressed-bundle_ar \
 	compressed-bundle_zh-CN \
 	compressed-bundle_it
 
+all-split-bundles: split-bundle_ar \
+	split-bundle_de \
+	split-bundle_en-US \
+	split-bundle_es-ES \
+	split-bundle_fa \
+	split-bundle_fr \
+	split-bundle_nl \
+	split-bundle_pl \
+	split-bundle_pt-PT \
+	split-bundle_ru \
+	split-bundle_zh-CN \
+	split-bundle_it
+
 ##
 ## Cleanup
 ##





More information about the tor-commits mailing list