summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authoroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-20 20:52:30 +0000
committeroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-20 20:52:30 +0000
commit94f245320064ea88990a534a60ea7eee77b85632 (patch)
treecf1db9969c0ae4301c5133cb41a874c95e372683 /bin
parentadf88ead10ef0c216e682399f770cd830a4455d1 (diff)
downloadATCD-94f245320064ea88990a534a60ea7eee77b85632.tar.gz
Mon Aug 20 15:48:30 2001 Paul Calabrese <calabrese_p@ociweb.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/msvc_auto_compile.pl11
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/msvc_auto_compile.pl b/bin/msvc_auto_compile.pl
index 0f637094c7c..e3b57f31e00 100755
--- a/bin/msvc_auto_compile.pl
+++ b/bin/msvc_auto_compile.pl
@@ -340,6 +340,17 @@ if ($#directories < 0) {
}
print "msvc_auto_compile: Begin\n";
+
+print "================ ace/config.h ================\n";
+open (CONFIG, $ACE_ROOT."\\ace\\config.h")
+ || print "cannot open ace/config.h";
+while (<CONFIG>) {
+ chop;
+ print $_, "\n";
+}
+close (CONFIG);
+print "================ ace/config.h ================\n";
+
print STDERR "Beginning Core Build\n" if ($print_status == 1);
Build_Core if (!$use_custom_dir || $build_core_only);
print STDERR "Beginning Full Build\n" if ($print_status == 1);