Export RELEASE entries in environment for tools (MSI in particular)

This commit is contained in:
Andrew Johnson
2003-07-30 21:35:30 +00:00
parent 12842d80dc
commit 09d50b3213

View File

@@ -160,6 +160,10 @@ sub configAppInclude {
print OUT "# be lost when the application is next rebuilt.\n\n";
if ($arch) {
print OUT "export TOP\n";
foreach $app (@includes) {
print OUT "export ${app}\n";
}
foreach $app (@includes) {
$path = $macros{$app};
next unless (-d "$path/bin/$hostarch");