summaryrefslogtreecommitdiff
path: root/cpp/makebindist.py
diff options
context:
space:
mode:
authorBrent Eagles <brent@zeroc.com>2005-11-11 16:47:12 +0000
committerBrent Eagles <brent@zeroc.com>2005-11-11 16:47:12 +0000
commit6e1f75d35a175aa5864a558b95f963938390ba13 (patch)
tree73463e114997dffaa00ee7bf061be5190be36891 /cpp/makebindist.py
parentupdate for changed library location (diff)
downloadice-6e1f75d35a175aa5864a558b95f963938390ba13.tar.bz2
ice-6e1f75d35a175aa5864a558b95f963938390ba13.tar.xz
ice-6e1f75d35a175aa5864a558b95f963938390ba13.zip
update PYTHONPATH paths
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-xcpp/makebindist.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpp/makebindist.py b/cpp/makebindist.py
index 796781a22e1..ee41a2e9d12 100755
--- a/cpp/makebindist.py
+++ b/cpp/makebindist.py
@@ -962,9 +962,18 @@ def main():
# distributions doesn't build.
#
if collectSources:
+ toCollect = sourceTarBalls
+ toCollect.append(('icevb', 'IceVB-' + version, 'vb'))
for cvs, tarball, demoDir in sourceTarBalls:
collectSourceDistributions(cvsTag, sources, cvs, tarball)
+ print '''
+>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
+>> <<
+>> Sources have been collected! <<
+>> <<
+>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<'''
+
#
# Package up demo distribution.
#