diff options
author | Brent Eagles <brent@zeroc.com> | 2005-03-08 13:12:39 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2005-03-08 13:12:39 +0000 |
commit | 8477d0f1c0a265860d0a37bec192ec6f08b189f8 (patch) | |
tree | f828e4b3e3d61139ec629d44f6f0b23ee5c1a894 /cpp/newmakebindist.py | |
parent | Enable SSL config (diff) | |
download | ice-8477d0f1c0a265860d0a37bec192ec6f08b189f8.tar.bz2 ice-8477d0f1c0a265860d0a37bec192ec6f08b189f8.tar.xz ice-8477d0f1c0a265860d0a37bec192ec6f08b189f8.zip |
fixing location of README.html
Diffstat (limited to 'cpp/newmakebindist.py')
-rwxr-xr-x | cpp/newmakebindist.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/newmakebindist.py b/cpp/newmakebindist.py index 856c281cca0..5ac27199bd8 100755 --- a/cpp/newmakebindist.py +++ b/cpp/newmakebindist.py @@ -134,6 +134,7 @@ def extractDemos(sources, buildDir, version, distro, demoDir): # if demoDir == "": os.system("rm -rf " + buildDir + "/Ice-" + version + "-demos/demo/Ice/MFC") + os.system("rm -rf " + buildDir + "/Ice-" + version + "-demos/demo/IcePatch2/MFC") # # C++ specific build modifications. |