diff options
author | Brent Eagles <brent@zeroc.com> | 2006-01-26 19:10:25 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2006-01-26 19:10:25 +0000 |
commit | 13277c5ad5e641afb81dd6549eb21c2649ebbc8c (patch) | |
tree | c506a4157f12d6cfa752d0e3e5155e5701608fcc /cpp/install/common/makewindist.py | |
parent | Fixed test scripts to use the icebox executable matching the build (diff) | |
download | ice-13277c5ad5e641afb81dd6549eb21c2649ebbc8c.tar.bz2 ice-13277c5ad5e641afb81dd6549eb21c2649ebbc8c.tar.xz ice-13277c5ad5e641afb81dd6549eb21c2649ebbc8c.zip |
adding scripts to help touching up Ice versions in InstallShield projects
Diffstat (limited to 'cpp/install/common/makewindist.py')
-rwxr-xr-x | cpp/install/common/makewindist.py | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/cpp/install/common/makewindist.py b/cpp/install/common/makewindist.py index bb14a33b63b..974f2b0ca91 100755 --- a/cpp/install/common/makewindist.py +++ b/cpp/install/common/makewindist.py @@ -649,6 +649,11 @@ libraries.""" os.mkdir(stageDir)
#
+ # Gather and generate license files.
+ #
+ convertLicensesToRTF(os.path.dirname(__file__), target)
+
+ #
# The third party packages need to be staged before building the
# distributions. This ordering is important because it adds an
# additional check that the third party packages that are
@@ -657,10 +662,6 @@ libraries.""" components.stage(os.path.join(os.path.dirname(components.__file__), "components", "components.ini"),
os.path.join(os.path.dirname(components.__file__), "components"), stageDir, "packages", defaults)
- #
- # Gather and generate license files.
- #
- convertLicensesToRTF(os.path.dirname(__file__), target)
#
# Build the merge module projects.
|