diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-08-27 16:57:06 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-08-27 16:57:06 +0000 |
commit | 85e3f3910c6931831afed75e4593f56309a6f610 (patch) | |
tree | 5b0988b62b29e27ffebcdf4af0fc75bfa755169d | |
parent | 3655370c9f36b6c3c4aaed9bb21bc5fc7777024c (diff) | |
download | ATCD-85e3f3910c6931831afed75e4593f56309a6f610.tar.gz |
ChangeLogTag:Mon Aug 26 17:33:54 2002 Ossama Othman <ossama@uci.edu>
-rwxr-xr-x | bin/msvc_auto_compile.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/msvc_auto_compile.pl b/bin/msvc_auto_compile.pl index eaf3fa56a62..abafef8529b 100755 --- a/bin/msvc_auto_compile.pl +++ b/bin/msvc_auto_compile.pl @@ -163,7 +163,7 @@ sub Build_Core () $ACE_ROOT."\\TAO\\tao\\DynamicAny\\TAO_DynamicAny_Static.dsp", $ACE_ROOT."\\TAO\\tao\\IORManipulation\\TAO_IORManip_Static.dsp", $ACE_ROOT."\\TAO\\tao\\IORTable\\TAO_IORTable_Static.dsp", - $ACE_ROOT."\\TAO\\tao\\Strategies\\TAO_Messaging_Static.dsp", + $ACE_ROOT."\\TAO\\tao\\Messaging\\TAO_Messaging_Static.dsp", $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", |