diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-05-01 17:30:18 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-05-01 17:30:18 +0000 |
commit | c73dfc8db49f3fdfa701563cfb1318c1472e6605 (patch) | |
tree | 45f6a606f353b39410539a48a4b136ee8a8c53ba /bin | |
parent | 92363b8ab23f9a35e19822b087ddfb3afd515aa6 (diff) | |
download | ATCD-c73dfc8db49f3fdfa701563cfb1318c1472e6605.tar.gz |
ChangeLogTag:Mon May 1 10:25:11 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/auto_compile_win32.pl | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/bin/auto_compile_win32.pl b/bin/auto_compile_win32.pl index 1f9f322babf..494f1faa2ba 100755 --- a/bin/auto_compile_win32.pl +++ b/bin/auto_compile_win32.pl @@ -120,7 +120,7 @@ TAO/orbsvcs/tests/ImplRepo/ImplRepo.dsw, Airplane Server: TAO/orbsvcs/tests/ImplRepo/ImplRepo.dsw, Airplane Client: TAO/orbsvcs/tests/ImplRepo/ImplRepo.dsw, Nestea Server: TAO/orbsvcs/tests/ImplRepo/ImplRepo.dsw, Nestea Client: -TAO/orbsvcs/tests/Trading/Trading.dsw, TradingLig: +TAO/orbsvcs/tests/Trading/Trading.dsw, TradingLib: TAO/orbsvcs/tests/Trading/Trading.dsw, Import_Test: TAO/orbsvcs/tests/Trading/Trading.dsw, Export_Test: TAO/orbsvcs/tests/Trading/Trading.dsw, Colocated_Test: @@ -136,7 +136,7 @@ TAO/examples/Callback_Quoter/Callback_Quoter.dsw, Callback Quoter Notifier: TAO/examples/Callback_Quoter/Callback_Quoter.dsw, Callback Quoter Supplier: TAO/examples/Callback_Quoter/Callback_Quoter.dsw, Callback Quoter Consumer: TAO/examples/POA/Generic_Servant/Generic_Servant.dsw, POA Generic Servant DLL: -TAO/examples/POA/Generic_Servant/Generic_Servant.dsw, POA Generic Servant: +TAO/examples/POA/Generic_Servant/Generic_Servant.dsw, POA Generic Servant Client: TAO/examples/POA/RootPOA/RootPOA.dsw, POA RootPOA: TAO/examples/POA/Reference_Counted_Servant/Reference_Counted_Servant.dsw, POA Reference Counted Servant Server: TAO/examples/POA/Adapter_Activator/Adaptor_Activator.dsw, POA Adapter Activator Server: @@ -185,7 +185,7 @@ TAO/examples/Buffered_AMI/Buffered_AMI.dsw, Buffered_AMI Server: TAO/examples/Buffered_AMI/Buffered_AMI.dsw, Buffered_AMI Client: TAO/performance-tests/Cubit/TAO/IDL_Cubit/IDL_Cubit.dsw, IDL_Cubit Server: TAO/performance-tests/Cubit/TAO/IDL_Cubit/IDL_Cubit.dsw, IDL_Cubit Client: -TAO/performance-tests/Cubit/TAO/IDL_Cubit/IDL_Cubit.dsw, IDL_Cubit Collocations Test: +TAO/performance-tests/Cubit/TAO/IDL_Cubit/IDL_Cubit.dsw, IDL_Cubit Collocation Test: TAO/performance-tests/Cubit/TAO/MT_Cubit/MT_Cubit.dsw, MT_Cubit Server: TAO/performance-tests/Cubit/TAO/MT_Cubit/MT_Cubit.dsw, MT_Cubit Client: TAO/performance-tests/POA/Object_Creation_And_Registration/registration.dsw, POA Registration: @@ -211,13 +211,13 @@ TAO/tests/InterOp-Naming/InterOp-Naming.dsw, InterOp Naming Server: TAO/tests/InterOp-Naming/InterOp-Naming.dsw, InterOp Naming Client: TAO/tests/NestedUpcall/Simple/Simple.dsw, Nested Upcall Simple Server: TAO/tests/NestedUpcall/Simple/Simple.dsw, Nested Upcall Simple Client: -TAO/tests/NestedUpcall/Triangle_Test/Triangle_Test.dsw, Nested Upcall Server_A: -TAO/tests/NestedUpcall/Triangle_Test/Triangle_Test.dsw, Nested Upcall Server_B: +TAO/tests/NestedUpcall/Triangle_Test/Triangle_Test.dsw, Nested Upcall Triangle Server_A: +TAO/tests/NestedUpcall/Triangle_Test/Triangle_Test.dsw, Nested Upcall Triangle Server_B: TAO/tests/NestedUpcall/Triangle_Test/Triangle_Test.dsw, Nested Upcall Triangle Initiator: TAO/tests/NestedUpcall/MT_Client_Test/MT_Client_Test.dsw, Nested Upcall MT_Client Server: TAO/tests/NestedUpcall/MT_Client_Test/MT_Client_Test.dsw, Nested Upcall MT_Client Client: TAO/tests/Multiple_Inheritance/Multiple_Inheritance.dsw, Multiple Inheritance Server: -TAO/tests/Multiple_Inheritance/Multiple_Inheritance.dsw, Multiple Inheritance Slient: +TAO/tests/Multiple_Inheritance/Multiple_Inheritance.dsw, Multiple Inheritance Client: TAO/tests/MT_Client/MT_Client.dsw, MT_Client ORB Creation: TAO/tests/MT_Client/MT_Client.dsw, MT_Client Server: TAO/tests/MT_Client/MT_Client.dsw, MT_Client Simple Client: @@ -568,6 +568,7 @@ sub Build_Config ($Project_File, $Project_Name) = split /,\s*/, $Bname; chdir ("$ENV{ACE_ROOT}/$Project_Dir"); $Command_Line = "msdev.com $Project_File /MAKE \"$Project_Name - $Config\" /USEENV $Build_Cmd /Y3"; + print "Auto_compiling $Project_File : $Project_Name - $Config\n" if ( $Debug == 0 ) { $Status = |