summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McQueen <simon.mcqueen@gmail.com>2003-05-08 14:08:09 +0000
committerSimon McQueen <simon.mcqueen@gmail.com>2003-05-08 14:08:09 +0000
commit37a88656a0c9560151e17e19b3dd1a37780fc78a (patch)
treed0b39ff8e8193c6fb28a431f5a58f41d55f6a265
parentdfbd3bed40b0812e37122f909f38bd101c91dfc9 (diff)
downloadATCD-37a88656a0c9560151e17e19b3dd1a37780fc78a.tar.gz
ChangeLogTag: Thu May 08 15:03:17 2003 Simon McQueen <sm@prismtechnologies.com>
-rw-r--r--ChangeLog14
-rwxr-xr-xbin/msvc_auto_compile.pl3
2 files changed, 14 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 925f10b1d9c..c09f4738745 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,15 @@
+Thu May 08 15:03:17 2003 Simon McQueen <sm@prismtechnologies.com>
+
+ * bin/msvc_auto_compile.pl:
+
+ Added IORInterceptor, ObjRefTemplate, and Valuetype into the -LIB
+ -CORE list. I think the absence was causing the failures to build
+ the Naming Service in the static builds.
+
Thu May 8 06:44:19 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* bin/topinfo_iorsize_stats.sh (FILES): Fixed a typo in the
- script!
+ script!
Wed May 7 17:51:51 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
@@ -22,7 +30,7 @@ Wed May 7 17:02:44 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* bin/MakeProjectCreator/config/ciao_component.mpb: Added the
required libraries to build the server. This was necessitated by
the recent subsetting in TAO.
-
+
Wed May 7 17:25:49 2003 Steve Huston <shuston@riverace.com>
* ace/Service_Config.h: Added description of the -s option to
@@ -38,7 +46,7 @@ Wed May 7 12:03:28 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* bin/topinfo_iorsize_stats.sh (FILES): Removed the memory
tracking on the client side since its of no use. Added code to
collect the actual size of the server growth once data is
- marshalled.
+ marshalled.
* bin/generate_topinfo_stats.sh: Used the 4th argument to plot
information on the y axis.
diff --git a/bin/msvc_auto_compile.pl b/bin/msvc_auto_compile.pl
index abf202ab01e..89a9dee0fd6 100755
--- a/bin/msvc_auto_compile.pl
+++ b/bin/msvc_auto_compile.pl
@@ -167,6 +167,9 @@ sub Build_Core ()
$ACE_ROOT."\\TAO\\tao\\Strategies\\TAO_Strategies_Static.dsp",
$ACE_ROOT."\\TAO\\tao\\RTCORBA\\TAO_RTCORBA_Static.dsp",
$ACE_ROOT."\\TAO\\tao\\RTPortableServer\\TAO_RTPortableServer_Static.dsp",
+ $ACE_ROOT."\\TAO\\tao\\Valuetype\\TAO_Valuetype_Static.dsp",
+ $ACE_ROOT."\\TAO\\tao\\IORInterceptor\\TAO_IORInterceptor_Static.dsp",
+ $ACE_ROOT."\\TAO\\tao\\ObjRefTemplate\\TAO_ObjRefTemplate_Static.dsp",
$ACE_ROOT."\\TAO\\orbsvcs\\orbsvcs\\Svc_Utils_Static.dsp",
$ACE_ROOT."\\TAO\\orbsvcs\\orbsvcs\\CosNaming_Static.dsp",
$ACE_ROOT."\\TAO\\orbsvcs\\orbsvcs\\CosProperty_Static.dsp",