summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2004-01-25 14:54:45 +0000
committerbala <balanatarajan@users.noreply.github.com>2004-01-25 14:54:45 +0000
commitf92ae026794d91aa1071dd4d1a593ad035cf7fd1 (patch)
tree6462d5beb158c417062b40228745de84e8c8f5da
parent70acbe1ef5ee2ecb42763aad733072a5933ad357 (diff)
downloadATCD-f92ae026794d91aa1071dd4d1a593ad035cf7fd1.tar.gz
ChangeLogTag:Sun Jan 25 09:11:40 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-rw-r--r--ChangeLog8
-rwxr-xr-xbin/msvc_mpc_auto_compile.pl5
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e0d244f4e23..4031dcf43fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Sun Jan 25 09:11:40 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * bin/msvc_mpc_auto_compile.pl:
+
+ Soem cosmetic fixes to get ACEXEML and Kokyu compiled well
+ before other things. The dsw's in TAO hierarchy do not have the
+ dsp's of ACE hierarchy included but for TAOACE.dsw.
+
Sun Jan 25 08:59:40 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* Kokyu/Kokyu.mwc:
diff --git a/bin/msvc_mpc_auto_compile.pl b/bin/msvc_mpc_auto_compile.pl
index 49d3699f0fe..00a2a276c34 100755
--- a/bin/msvc_mpc_auto_compile.pl
+++ b/bin/msvc_mpc_auto_compile.pl
@@ -20,6 +20,8 @@ else {
@ace_core_dirs = ("$ACE_ROOT\\ace",
+ "$ACE_ROOT\\Kokyu",
+ "$ACE_ROOT\\ACEXML",
"$ACE_ROOT\\tests");
@tao_core_dirs = ("$ACE_ROOT\\TAO\\tao",
@@ -131,9 +133,10 @@ sub Build_All ()
my @configurations = Find_Dsw (@new_directory_search);
print STDERR "Second pass (for other things)\n" if ($print_status == 1);
- print "\nmsvc_auto_compile: Second Pass (rest of the stuff)\n";
+ print "\nmsvc_mpc_auto_compile: Second Pass (rest of the stuff)\n";
foreach $c (@configurations) {
+ print "\nUsing $c for compilation\n";
if ($Build_Debug) {
$Status = Build ($c, "ALL - Win32 Debug");
return if $Status != 0 && !$Ignore_errors;