summaryrefslogtreecommitdiff
path: root/bin/msvc_auto_compile.pl
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
commit0d28d716b1b7d48c3808527f669f7aca20111be6 (patch)
treecf1db9969c0ae4301c5133cb41a874c95e372683 /bin/msvc_auto_compile.pl
parent5c578ce326aa85bb18a3c6d929be0d46096e78ae (diff)
downloadATCD-0d28d716b1b7d48c3808527f669f7aca20111be6.tar.gz
Mon Aug 20 15:48:30 2001 Paul Calabrese <calabrese_p@ociweb.com>
Diffstat (limited to 'bin/msvc_auto_compile.pl')
-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);