You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@locus.apache.org on 2000/12/05 01:12:34 UTC

cvs commit: apr/test MakeWin32Make.pl aprtest.dsp

wrowe       00/12/04 16:12:34

  Modified:    test     MakeWin32Make.pl aprtest.dsp
  Log:
    Fixing up the test project
  
  Revision  Changes    Path
  1.2       +5 -2      apr/test/MakeWin32Make.pl
  
  Index: MakeWin32Make.pl
  ===================================================================
  RCS file: /home/cvs/apr/test/MakeWin32Make.pl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MakeWin32Make.pl	2000/12/04 20:39:58	1.1
  +++ MakeWin32Make.pl	2000/12/05 00:12:32	1.2
  @@ -13,11 +13,14 @@
       $t =~ s|\@LDFLAGS\@|\/nologo \/debug \/machine:I386|;
   
       $t =~ s|\@RM\@|del|;
  -    $t =~ s|(\$\(RM\)) -f|$1|;
  +    if ($t =~ s|(\$\(RM\)) -f|$1|) {
  +	$t =~ s|\*\.a|\*\.lib \*\.exp \*\.idb \*\.ilk \*\.pdb|;
  +	$t =~ s|(Makefile)|$1 \*\.ncb \*\.opt|;
  +    }
       $t =~ s|\@CC\@|cl|;
       $t =~ s|\@RANLIB\@||;
       $t =~ s|\@OPTIM\@||;
  -    $t =~ s|\@LIBS\@|kernel32\.lib user32\.lib advapi32\.lib ws2_32\.lib wsock32\.lib|;
  +    $t =~ s|\@LIBS\@|kernel32\.lib user32\.lib advapi32\.lib ws2_32\.lib wsock32\.lib ole32\.lib|;
       $t =~ s|-I\$\(INCDIR\)|\/I "\$\(INCDIR\)"|;
       $t =~ s|\.\.\/libapr\.a|\.\./LibD/apr\.lib|;
       if ($t =~ s|\@EXEEXT\@|\.exe|) {
  
  
  
  1.2       +85 -4     apr/test/aprtest.dsp
  
  Index: aprtest.dsp
  ===================================================================
  RCS file: /home/cvs/apr/test/aprtest.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- aprtest.dsp	2000/12/04 22:26:52	1.1
  +++ aprtest.dsp	2000/12/05 00:12:33	1.2
  @@ -75,16 +75,97 @@
   
   !ENDIF 
   
  +# Begin Group "Sources"
  +
  +# PROP Default_Filter ""
   # Begin Source File
   
  -SOURCE=.\aprtest.win
  +SOURCE=.\abc.c
  +# End Source File
  +# Begin Source File
   
  -!IF  "$(CFG)" == "aprtest - Win32 Release"
  +SOURCE=.\client.c
  +# End Source File
  +# Begin Source File
   
  -!ELSEIF  "$(CFG)" == "aprtest - Win32 Debug"
  +SOURCE=.\mod_test.c
  +# End Source File
  +# Begin Source File
   
  -!ENDIF 
  +SOURCE=.\occhild.c
  +# End Source File
  +# Begin Source File
   
  +SOURCE=.\sendfile.c
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=.\server.c
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=.\testargs.c
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=.\testcontext.c
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=.\testdso.c
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=.\testfile.c
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=.\testflock.c
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=.\testmmap.c
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=.\testoc.c
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=.\testpipe.c
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=.\testproc.c
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=.\testshmem.c
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=.\testsock.c
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=.\testthread.c
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=.\testtime.c
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=.\testucs.c
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=.\testuuid.c
  +# End Source File
  +# End Group
  +# Begin Source File
  +
  +SOURCE=.\aprtest.win
   # End Source File
   # Begin Source File