diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-22 22:11:33 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-22 22:11:33 +0000 |
commit | b39e8ccc878d53d2ce53a756a1a93b62bea46363 (patch) | |
tree | d66c375cf60de331b160dd12c0a9418780c3dfe1 /bin | |
parent | 346baedf095eefbdeb8239ea5847c9688e5c4dbe (diff) | |
download | ATCD-b39e8ccc878d53d2ce53a756a1a93b62bea46363.tar.gz |
*** empty log message ***
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/auto_compile_win32.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/auto_compile_win32.pl b/bin/auto_compile_win32.pl index cffa29321c2..da442fa0a66 100755 --- a/bin/auto_compile_win32.pl +++ b/bin/auto_compile_win32.pl @@ -259,7 +259,9 @@ sub Build_Version_Test chdir ("$ENV{ACE_ROOT}/tests/version_tests"); for ($Cntr = 0; $Cntr < scalar (@Version_Tests_List); $Cntr++) { - $Command_Line = "msdev.com $Project_File /MAKE \"$Version_Tests_List[$Cntr] - $Config\" /USEENV $Build_Cmd /Y3"; + $Project_Name = $Version_Tests_List[$Cntr]; + $Project_Name =~ s/(.*)\.dsp/$1/; + $Command_Line = "msdev.com $Version_Tests_List[$Cntr] /MAKE \"$Project_Name - $Config\" /USEENV $Build_Cmd /Y3"; if ( $Debug == 0 ) { $Status = |