diff options
-rw-r--r-- | ChangeLog-99b | 4 | ||||
-rwxr-xr-x | bin/auto_compile_win32.pl | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b index 4ffff19885f..d4018ed5600 100644 --- a/ChangeLog-99b +++ b/ChangeLog-99b @@ -1,4 +1,6 @@ -Thu Apr 22 16:35:50 1999 Nanbor Wang <nanbor@cs.wustl.edu> +Thu Apr 22 17:05:36 1999 Nanbor Wang <nanbor@cs.wustl.edu> + + * bin/auto_compile_win32.pl: Added version_tests. * include/makeinclude/platform_sunos5_kcc.GNU: Makefile macros for KAI C++ compiler. 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 = |