diff options
Diffstat (limited to 'bin/auto_compile_win32.pl')
-rwxr-xr-x | bin/auto_compile_win32.pl | 331 |
1 files changed, 0 insertions, 331 deletions
diff --git a/bin/auto_compile_win32.pl b/bin/auto_compile_win32.pl deleted file mode 100755 index 47731fff8d5..00000000000 --- a/bin/auto_compile_win32.pl +++ /dev/null @@ -1,331 +0,0 @@ - -# $Id$ -# Win32 autobuild helper. - -# use lib "$ENV{ACE_ROOT}/bin"; - -## TO-DO -## * Added command line options to selective compile library, et.al. -## * Added cvs update. Also controllable from command line. -## * Added building an running version_tests/. It uses a different -## naming scheme. -## * Selectively build some specific configs from command line. - -## Available command line switches -## * -k : Ignore error. Compile all projects in a collection regardless -## of errors. -## * -a : Build Alpha collections. -## * -D : Build DLLs only. -## * -L : Build LIBs only. -## * -d : Debug the script. No compilation will occur. -## * -v : Verbose mode. -## * -r : Rebuild all. (Default is Build.) - -@Win32_Lists= ("Win32 Debug", - "Win32 Release", - "Win32 Unicode Debug", - "Win32 Unicode Release"); - -@Win32_DLL_Version_Tests_Configs= ("Win32 DLL Debug", - "Win32 DLL Release", - "Win32 DLL Unicode Debug", - "Win32 DLL Unicode Release"); - -@Win32_LIB_Version_Tests_Configs = ("Win32 static Debug", - "Win32 static Release", - "Win32 static Unicode Debug", - "Win32 static Unicode Release"); - -@Alpha_Lists= ("Win32 Alpha Debug", - "Win32 Alpha Release", - "Win32 Alpha Unicode Debug", - "Win32 Alpha Unicode Release"); - -%Win32_DLL_Collections = ( "$Win32_Lists[0]" => <<EOD , # Debug -ace/ace.dsw, ACE DLL: -apps/gperf/src/gperf.dsw, gperf: -TAO/tao/TAO.dsw, TAO DLL: -TAO/TAO_IDL/tao_idl.dsw, TAO_IDL Compiler: -TAO/orbsvcs/orbsvcs/orbsvcs.dsw, ORB Services DLL: -TAO/orbsvcs/Naming_Service/Naming_Service.dsw, Naming_Service: -TAO/orbsvcs/Scheduling_Service/Scheduling_Service.dsw, Scheduling_Service: -TAO/orbsvcs/Event_Service/Event_Service.dsw, Event_Service: -TAO/orbsvcs/Dump_Schedule/Dump_Schedule.dsw, Dump_Schedule: -TAO/orbsvcs/Concurrency_Service/Concurrency_Service.dsw, Concurrency_Service: -TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service.dsw, LifeCycle_Service: -TAO/orbsvcs/Trading_Service/Trading_Service.dsw, Trading_Service: -TAO/orbsvcs/Time_Service/Time_Service.dsw, Time_Service_Server: -TAO/orbsvcs/Time_Service/Time_Service.dsw, Time_Service_Clerk: -TAO/orbsvcs/ImplRepo_Service/ImplRepo_Service.dsw, ImplRepo_Service: -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/tests/Param_Test/Param_Test.dsw, Param_Test Server: -TAO/tests/Param_Test/Param_Test.dsw, Param_Test Client: -netsvcs/lib/netsvcs.dsw, NETSVCS Library: -netsvcs/servers/servers.dsw, NETSVCS Servers: -EOD - "$Win32_Lists[1]" => <<EOD , # Release -ace/ace.dsw, ACE DLL: -apps/gperf/src/gperf.dsw, gperf: -TAO/tao/TAO.dsw, TAO DLL: -TAO/TAO_IDL/tao_idl.dsw, TAO_IDL Compiler: -TAO/orbsvcs/orbsvcs/orbsvcs.dsw, ORB Services DLL: -TAO/orbsvcs/Naming_Service/Naming_Service.dsw, Naming_Service: -TAO/orbsvcs/Scheduling_Service/Scheduling_Service.dsw, Scheduling_Service: -TAO/orbsvcs/Event_Service/Event_Service.dsw, Event_Service: -TAO/orbsvcs/Dump_Schedule/Dump_Schedule.dsw, Dump_Schedule: -TAO/orbsvcs/Concurrency_Service/Concurrency_Service.dsw, Concurrency_Service: -TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service.dsw, LifeCycle_Service: -TAO/orbsvcs/Trading_Service/Trading_Service.dsw, Trading_Service: -TAO/orbsvcs/Time_Service/Time_Service.dsw, Time_Service_Server: -TAO/orbsvcs/Time_Service/Time_Service.dsw, Time_Service_Clerk: -TAO/orbsvcs/ImplRepo_Service/ImplRepo_Service.dsw, ImplRepo_Service: -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/tests/Param_Test/Param_Test.dsw, Param_Test Server: -TAO/tests/Param_Test/Param_Test.dsw, Param_Test Client: -netsvcs/lib/netsvcs.dsw, NETSVCS Library: -netsvcs/servers/servers.dsw, NETSVCS Servers: -EOD - "$Win32_Lists[2]" => <<EOD , # Unicode Debug -ace/ace.dsw, ACE DLL: -EOD - "$Win32_Lists[3]" => <<EOD # Unicode Release -ace/ace.dsw, ACE DLL: -EOD - ); - -%Alpha_DLL_Collections = ( "$Alpha_Lists[0]" => <<EOD , # Debug -ace/ace.dsw, ACE DLL: -apps/gperf/src/gperf.dsw, gperf: -TAO/tao/TAO.dsw, TAO DLL: -TAO/TAO_IDL/tao_idl.dsw, TAO_IDL Compiler: -TAO/orbsvcs/orbsvcs/orbsvcs.dsw, ORB Services DLL: -TAO/orbsvcs/Naming_Service/Naming_Service.dsw, Naming_Service: -netsvcs/lib/netsvcs.dsw, NETSVCS Library: -netsvcs/servers/servers.dsw, NETSVCS Servers: -tests/tests.dsw, ALL: -EOD - "$Alpha_Lists[1]" => <<EOD , # Release -ace/ace.dsw, ACE DLL: -apps/gperf/src/gperf.dsw, gperf: -TAO/tao/TAO.dsw, TAO DLL: -TAO/TAO_IDL/tao_idl.dsw, TAO_IDL Compiler: -TAO/orbsvcs/orbsvcs/orbsvcs.dsw, ORB Services DLL: -TAO/orbsvcs/Naming_Service/Naming_Service.dsw, Naming_Service: -netsvcs/lib/netsvcs.dsw, NETSVCS Library: -netsvcs/servers/servers.dsw, NETSVCS Servers: -EOD - "$Alpha_Lists[2]" => <<EOD , # Unicode Debug -ace/ace.dsw, ACE DLL: -EOD - "$Alpha_Lists[3]" => <<EOD # Unicode Release -ace/ace.dsw, ACE DLL: -EOD - ); - -%Win32_Lib_Collections = ( "$Win32_Lists[0]" => <<EOD , # Debug -ace/ace.dsw, ACE LIB: -TAO/tao/TAO.dsw, TAO LIB: -TAO/TAO_IDL/tao_idl.dsw, TAO_IDL Compiler Static: -TAO/orbsvcs/orbsvcs/orbsvcs.dsw, ORB Services Static: -EOD - "$Win32_Lists[1]" => <<EOD , # Release -ace/ace.dsw, ACE LIB: -TAO/tao/TAO.dsw, TAO LIB: -TAO/TAO_IDL/tao_idl.dsw, TAO_IDL Compiler Static: -TAO/orbsvcs/orbsvcs/orbsvcs.dsw, ORB Services Static: -EOD - "$Win32_Lists[2]" => <<EOD , # Unicode Debug -ace/ace.dsw, ACE LIB: -EOD - "$Win32_Lists[3]" => <<EOD # Unicode Release -ace/ace.dsw, ACE LIB: -EOD - ); - -%Alpha_Lib_Collections = ( "$Alpha_Lists[0]" => <<EOD , # Debug -ace/ace.dsw, ACE LIB: -EOD - "$Alpha_Lists[1]" => <<EOD , # Release -ace/ace.dsw, ACE LIB: -EOD - "$Alpha_Lists[2]" => <<EOD , # Unicode Debug -ace/ace.dsw, ACE LIB: -EOD - "$Alpha_Lists[3]" => <<EOD # Unicode Release -ace/ace.dsw, ACE LIB: -EOD - ); - - - -sub Build_Config -{ - my $Config = shift; - my $Collection = shift; - my $Bname = ""; - my $Project_File = ""; - my $Project_Name = ""; - my $Status = -1; - my $Cntr = 0; - my $Command_Line = ""; - - @Collection = split /:\s*/, $Collection; - for ($Cntr = 0; $Cntr < scalar (@Collection); $Cntr++) - { - $Project_Dir = $Collection[$Cntr]; - $Project_Dir =~ s/(.*)\/[^\/]*/$1/; - $Bname = $Collection[$Cntr]; - $Bname =~ s/.*\/([^\/]*)/$1/; - ($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"; - if ( $Debug == 0 ) - { - $Status = - system "$Command_Line"; - } - else - { - $Status = 0; - print "*****************************************\n"; - print "Project_Dir: $Project_Dir -- Project_Name: $Project_Name\n"; - print "chdir (\"$ENV{ACE_ROOT}/$Project_Dir\");\n"; - print "$Status = $Command_Line\n\n"; - } - - if ($Ignore_error == 0) - { - return if $Status != 0; - } - } -} - -sub Build_Version_Test -{ - my $Cntr = shift; - - print "Building Version Test $Version_Test_Target[$Cntr]\n" if ($Verbose == 1); - - chdir ("$ENV{ACE_ROOT}/tests/version_tests"); - $Command_Line = "msdev.com version_tests.dsw /MAKE \"ALL - $Version_Test_Target[$Cntr]\" /USEENV $Build_Cmd /Y3"; - if ( $Debug == 0 ) - { - $Status = - system "$Command_Line"; - } - else - { - $Status = 0; - print "$Status = $Command_Line\n"; - } - - if ($Ignore_error == 0) - { - return if $Status != 0; - } -} - -sub Build_Collection -{ - print "Build_Collection\n" if ( $Verbose ); - my $Cntr = 0; - for (; $Cntr < scalar(@Lists); $Cntr ++) - { - $Config = $Lists[$Cntr]; - print "Building $Config of: \n$Target{$Config}\n" if ( $Debug ); - Build_Config ($Config, $Target{$Config}); - if ($Build_Alpha == 0) - { - Build_Version_Test ($Cntr); - } - } -} - - -$Verbose = 0; -$Debug = 0; -$Ignore_error = 0; # By default, bail out if an error occurs. -$Build_Alpha = 0; -$Build_DLL = 1; -$Build_LIB = 1; -$Build_Cmd = "/BUILD"; -@Lists = @Win32_Lists; -%DLL_Collections = %Win32_DLL_Collections; -%Lib_Collections = %Win32_Lib_Collections; - -## Parse command line argument -while ( $#ARGV >= 0 && $ARGV[0] =~ /^-/ ) -{ - if ( $ARGV[0] eq '-k' ) # Ignore error. Compile the whole thing - { - print "Ignore errors\n" if ( $Verbose ); - $Ignore_error = 1; # in the same configuration. - } - elsif ( $ARGV[0] eq '-a' ) # Use Alpha - { - print "Build Alpha\n" if ( $Verbose ); - $Build_Alpha = 1; - @Lists = @Alpha_Lists; - %DLL_Collections = %Alpha_DLL_Collections; - %Lib_Collections = %Alpha_Lib_Collections; - } - elsif ( $ARGV[0] eq '-d') # Script debugging mode - { - print "Debug mode on\nVerbose mode on\n"; - $Debug = 1; - $Verbose = 1; - } - elsif ( $ARGV[0] eq '-D' ) # Build DLL only - { - print "Build DLL only\n" if ( $Verbose ); - $Build_LIB = 0; - } - elsif ( $ARGV[0] eq '-L' ) # Build LIB only - { - print "Build LIB only\n" if ( $Verbose ); - $Build_DLL = 0; - } - elsif ( $ARGV[0] eq '-v' ) # Verbose mode - { - $Verbose = 1; - } - elsif ( $ARGV[0] eq '-r' ) # Rebuild all - { - print "Rebuild all\n" if ( $Verbose ); - $Build_Cmd = "/REBUILD"; - } - else - { - warn "$0: unknown option $ARGV[0]\n"; - die $usage; - } - shift; -} - -if ( $Verbose ) -{ - for ($II = 0; $II < scalar (@Lists); $II++) - { - printf "$Lists[$II]\n"; - } -} - -if ( $Build_DLL ) -{ - print "Building DLL\n" if ( $Verbose ); - %Target = %DLL_Collections; - @Version_Test_Target = @Win32_DLL_Version_Tests_Configs; - Build_Collection; -} - -if ( $Build_LIB ) -{ - print "Building LIB\n" if ( $Verbose ); - %Target = %Lib_Collections; - @Version_Test_Target = @Win32_LIB_Version_Tests_Configs; - Build_Collection; -} - -print "End\n"; |