diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-11-17 01:01:58 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-11-17 01:01:58 +0000 |
commit | b47ed7d9196a8ec8b1f8613bf87448ee6d9c9077 (patch) | |
tree | 8756c977dbd0e911c69bc197d087a81a5d0e5ebc /cpp/makebindist.py | |
parent | *** empty log message *** (diff) | |
download | ice-b47ed7d9196a8ec8b1f8613bf87448ee6d9c9077.tar.bz2 ice-b47ed7d9196a8ec8b1f8613bf87448ee6d9c9077.tar.xz ice-b47ed7d9196a8ec8b1f8613bf87448ee6d9c9077.zip |
removing slice2py
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-x | cpp/makebindist.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/makebindist.py b/cpp/makebindist.py index e82da16b3bd..34665610f6d 100755 --- a/cpp/makebindist.py +++ b/cpp/makebindist.py @@ -130,7 +130,6 @@ if platform == "win32": "slice2docbook.exe",\ "slice2freezej.exe",\ "slice2java.exe",\ - "slice2py.exe",\ "iceutil" + winver + debug + ".dll",\ "slice" + winver + debug + ".dll",\ ] @@ -143,7 +142,6 @@ else: "slice2docbook",\ "slice2freezej",\ "slice2java",\ - "slice2py",\ ] libraries = [ \ "libIceUtil",\ |