From 13277c5ad5e641afb81dd6549eb21c2649ebbc8c Mon Sep 17 00:00:00 2001 From: Brent Eagles Date: Thu, 26 Jan 2006 19:10:25 +0000 Subject: adding scripts to help touching up Ice versions in InstallShield projects --- cpp/install/common/makewindist.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'cpp/install/common/makewindist.py') 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 @@ -648,6 +648,11 @@ libraries.""" raise 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 @@ -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. -- cgit v1.2.3