diff options
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",\ |