fielding    99/02/09 10:07:56

  Modified:    src      Makefile_win32.txt Makefile_win32_debug.txt
  Log:
  Update the other two Win32 Makefiles for the htpasswd change.
  
  Revision  Changes    Path
  1.2       +3 -0      apache-1.3/src/Makefile_win32.txt
  
  Index: Makefile_win32.txt
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/Makefile_win32.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile_win32.txt        1999/01/05 07:09:02     1.1
  +++ Makefile_win32.txt        1999/02/09 18:07:55     1.2
  @@ -33,6 +33,9 @@
        cd ap
         nmake /nologo CFG="ap - Win32 Release" -f ap.mak
        cd ..
  +     cd support
  +      nmake /nologo CFG="htpasswd - Win32 Release" -f htpasswd.mak
  +     cd ..
        cd main
         nmake /nologo CFG="gen_uri_delims - Win32 Release" -f 
gen_uri_delims.mak
         nmake /nologo CFG="gen_test_char - Win32 Release" -f gen_test_char.mak
  
  
  
  1.2       +3 -0      apache-1.3/src/Makefile_win32_debug.txt
  
  Index: Makefile_win32_debug.txt
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/Makefile_win32_debug.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile_win32_debug.txt  1999/01/05 07:09:02     1.1
  +++ Makefile_win32_debug.txt  1999/02/09 18:07:56     1.2
  @@ -33,6 +33,9 @@
        cd ap
         nmake /nologo CFG="ap - Win32 Debug" -f ap.mak
        cd ..
  +     cd support
  +      nmake /nologo CFG="htpasswd - Win32 Debug" -f htpasswd.mak
  +     cd ..
        cd main
         nmake /nologo CFG="gen_uri_delims - Win32 Debug" -f gen_uri_delims.mak
         nmake /nologo CFG="gen_test_char - Win32 Debug" -f gen_test_char.mak
  
  
  

Reply via email to