summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-11-08 13:54:54 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-11-08 13:54:54 +0000
commitb4234209eaea29b5678f909d4253017a353c0da6 (patch)
treef92a40dd74d5d7901d8087fdfdc00d2240c154f3
parentb00e21e78d4c81f8aff1636c73b25362d85af17d (diff)
downloadATCD-b4234209eaea29b5678f909d4253017a353c0da6.tar.gz
ChangeLogTag: Mon Nov 8 07:53:46 2004 Chad Elliott <elliott_c@ociweb.com>
-rwxr-xr-xbin/msvc_mpc_auto_compile.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/msvc_mpc_auto_compile.pl b/bin/msvc_mpc_auto_compile.pl
index ccb19f6e96a..725be0ae639 100755
--- a/bin/msvc_mpc_auto_compile.pl
+++ b/bin/msvc_mpc_auto_compile.pl
@@ -274,20 +274,20 @@ while ( $#ARGV >= 0 && $ARGV[0] =~ /^(-|\/)/ )
elsif ($ARGV[0] =~ '-ACE') {# Build ACE and its tests
print "Building ACE\n" if ( $verbose );
$use_custom_dir = 1;
- push @directories, @ace_core_dirs;
+ push @directories, @ace_core_dirs;
}
elsif ($ARGV[0] =~ '-TAO') {# Build TAO and its tests
print "Building TAO\n" if ( $verbose );
$use_custom_dir = 1;
- push @directories, @ace_core_dirs;
- push @directories, @tao_core_dirs;
+ push @directories, @ace_core_dirs;
+ push @directories, @tao_core_dirs;
}
elsif ($ARGV[0] =~ '-CIAO') {# Build the CIAO and related
# libraries
print "Building only CIAO\n" if ( $verbose );
$use_custom_dir = 1;
push @directories, @ace_core_dirs;
- push @directories, @tao_core_dirs;
+ push @directories, @tao_core_dirs;
push @directories, @ciao_core_dirs;
}
elsif ($ARGV[0] =~ '-ALL') {# Build the CIAO and related