randyk      2003/06/15 19:55:13

  Modified:    win32    testall.mak
  Log:
  -specify libs directory
  
  Revision  Changes    Path
  1.4       +6 -0      httpd-apreq-2/win32/testall.mak
  
  Index: testall.mak
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/win32/testall.mak,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- testall.mak       16 Jun 2003 02:51:28 -0000      1.3
  +++ testall.mak       16 Jun 2003 02:55:12 -0000      1.4
  @@ -33,6 +33,12 @@
   NULL=nul
   !ENDIF 
   
  +OUTDIR=.\libs
  +INTDIR=.\libs
  +# Begin Custom Macros
  +OutDir=.\libs
  +# End Custom Macros
  +
   !IF  "$(CFG)" == "testall - Win32 Release"
   ALL : "$(OUTDIR)\testall.exe"
   
  
  
  

Reply via email to