summaryrefslogtreecommitdiff
path: root/cpp/newmakebindist.py
diff options
context:
space:
mode:
authorBrent Eagles <brent@zeroc.com>2005-02-21 03:34:42 +0000
committerBrent Eagles <brent@zeroc.com>2005-02-21 03:34:42 +0000
commit5050d03ea45d795471e37c9bfa2e5072ec41ed4f (patch)
tree3932b23db374bac692c25fdbbf0c106789282e5c /cpp/newmakebindist.py
parenthopefully fixing up some of the cp commands to be a bit more portable (diff)
downloadice-5050d03ea45d795471e37c9bfa2e5072ec41ed4f.tar.bz2
ice-5050d03ea45d795471e37c9bfa2e5072ec41ed4f.tar.xz
ice-5050d03ea45d795471e37c9bfa2e5072ec41ed4f.zip
removing C# from non linux builds
Diffstat (limited to 'cpp/newmakebindist.py')
-rwxr-xr-xcpp/newmakebindist.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/newmakebindist.py b/cpp/newmakebindist.py
index 9b1647d27c5..9bcbdc3b2b9 100755
--- a/cpp/newmakebindist.py
+++ b/cpp/newmakebindist.py
@@ -790,9 +790,11 @@ def main():
#
sourceTarBalls = [ ("ice", "Ice-" + version, ""),
("icej","IceJ-" + version, "j"),
- ("icecs","IceCS-" + version, "cs"),
("icepy","IcePy-" + version, "py") ]
+ if getPlatform() == "linux":
+ sourceTarBalls.append(("icecs","IceCS-" + version, "cs"))
+
os.environ['ICE_HOME'] = installDir + "/Ice-" + version
currentLibraryPath = None
try: