diff options
author | fhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-06-14 19:36:49 +0000 |
---|---|---|
committer | fhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-06-14 19:36:49 +0000 |
commit | ff367d81fe40dbcc0ca74c5488c924427e918ba9 (patch) | |
tree | f1f95b074cc20acc7335e83b2a674d5c7db4e86c /bin | |
parent | b2677cadb6fbbdbccdaa6f7f9deaa6dc7a9d9b0e (diff) | |
download | ATCD-ff367d81fe40dbcc0ca74c5488c924427e918ba9.tar.gz |
ChangeLogTag:Thu Jun 14 14:35:09 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/msvc_auto_compile.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/msvc_auto_compile.pl b/bin/msvc_auto_compile.pl index 48a222d486f..0f637094c7c 100755 --- a/bin/msvc_auto_compile.pl +++ b/bin/msvc_auto_compile.pl @@ -158,6 +158,9 @@ 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_Strategies_Static.dsp", + $ACE_ROOT."\\TAO\\tao\\RTCORBA\\TAO_RTCORBA_Static.dsp", + $ACE_ROOT."\\TAO\\tao\\RTPortableServer\\TAO_RTPortableServer_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", |