wrowe       2003/01/03 11:14:54

  Modified:    test     Makefile.win
  Log:
    More VC dirt to sweep up after.
  
  Revision  Changes    Path
  1.6       +1 -1      apr/test/Makefile.win
  
  Index: Makefile.win
  ===================================================================
  RCS file: /home/cvs/apr/test/Makefile.win,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Makefile.win      3 Jan 2003 18:32:35 -0000       1.5
  +++ Makefile.win      3 Jan 2003 19:14:54 -0000       1.6
  @@ -36,7 +36,7 @@
   all: $(TARGETS)
   
   clean:
  -     -del $(CLEAN_TARGETS) $(PROGRAMS) *.obj 2>NUL
  +     -del $(CLEAN_TARGETS) $(PROGRAMS) *.obj *.pdb *.ilk 2>NUL
   
   .c.obj:
        cl /nologo /c /MDd /W3 /GX /Zi /Od /DWIN32 /D_DEBUG /D_WINDOWS 
/DAPR_DECLARE_STATIC $(INCLUDES) $<
  
  
  

Reply via email to