diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-22 17:12:16 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-22 17:12:16 +0000 |
commit | 9ab83313820746dffee61484d2e2d54748db1dbc (patch) | |
tree | 56aaa2eb5c56e79dba14dff6fdcae292a4546d25 /bin | |
parent | f7f911d06dc86ae1a0fe0122e4f9bb7d20377322 (diff) | |
download | ATCD-9ab83313820746dffee61484d2e2d54748db1dbc.tar.gz |
*** empty log message ***
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/auto_compile_win32.pl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/auto_compile_win32.pl b/bin/auto_compile_win32.pl index 0aa989b2430..bbce646e7f0 100755 --- a/bin/auto_compile_win32.pl +++ b/bin/auto_compile_win32.pl @@ -36,15 +36,15 @@ EOD %Lib_Collections = ( "$Lists[0]" => <<EOD , ace/ace.dsw, ACE static library: -TAO/tao/TAO.dsw, TAO_Static: +TAO/tao/TAO.dsw, TAO Static: TAO/TAO_IDL/tao_idl.dsw, TAO_IDL Compiler Static: -TAO/orbsvcs/orbsvcs/orbsvcs.dsw, orbsvcs_static: +TAO/orbsvcs/orbsvcs/orbsvcs.dsw, ORB Services Static: EOD "$Lists[1]" => <<EOD , ace/ace.dsw, ACE static library: -TAO/tao/TAO.dsw, TAO_Static: +TAO/tao/TAO.dsw, TAO Static: TAO/TAO_IDL/tao_idl.dsw, TAO_IDL Compiler Static: -TAO/orbsvcs/orbsvcs/orbsvcs.dsw, orbsvcs_static: +TAO/orbsvcs/orbsvcs/orbsvcs.dsw, ORB Services Static: EOD "$Lists[2]" => <<EOD , ace/ace.dsw, ACE static library: @@ -75,7 +75,7 @@ sub Build_Config ($Project_File, $Project_Name) = split /,\s*/, $Bname; chdir ("$ENV{ACE_ROOT}/$Project_Dir"); $Status = - system "msdev.com $Project_File /MAKE \"$Project_Name - $Config\" /USEENV /REBUILD /Y3"; + system "msdev.com $Project_File /MAKE \"$Project_Name - $Config\" /USEENV /BUILD /Y3"; # print "$Status = msdev.com $Project_File /MAKE \"$Project_Name - $Config\"\n"; if ($Ignore_error == 0) { |