stoddard    99/11/23 13:09:22

  Modified:    src      Makefile.nt Makefile_win32_debug.txt
                        Makefile_win32.txt
  Log:
  Update Windows make files to include Expat.
  And giving Keith credit for submitting the expat win32 project files I 
committed earlier!
  Submitted by: Keith Wannamaker
  Reviewed by:  Bill Stoddard
  
  Revision  Changes    Path
  1.33      +6 -0      apache-1.3/src/Makefile.nt
  
  Index: Makefile.nt
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/Makefile.nt,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- Makefile.nt       1999/06/05 19:10:01     1.32
  +++ Makefile.nt       1999/11/23 21:09:19     1.33
  @@ -59,6 +59,9 @@
         nmake /nologo CFG="htpasswd - Win32 %LONG%" -f htpasswd.mak
         nmake /nologo CFG="htdigest - Win32 %LONG%" -f htdigest.mak
        cd ..
  +     cd lib/expat-lite
  +      nmake /nologo CFG="xmlparse - Win32 %LONG%" -f xmlparse.mak
  +     cd ../..
        cd main
         nmake /nologo CFG="gen_uri_delims - Win32 %LONG%" -f gen_uri_delims.mak
         nmake /nologo CFG="gen_test_char - Win32 %LONG%" -f gen_test_char.mak
  @@ -119,6 +122,9 @@
         nmake /nologo CFG="htpasswd - Win32 %LONG%" -f htpasswd.mak clean
         nmake /nologo CFG="htdigest - Win32 %LONG%" -f htdigest.mak clean
        cd ..
  +     cd lib/expat-lite
  +      nmake /nologo CFG="xmlparse - Win32 %LONG%" -f xmlparse.mak clean
  +     cd ../..
        cd main
         nmake /nologo CFG="gen_uri_delims - Win32 %LONG%" -f 
gen_uri_delims.mak clean
         del uri_delims.h
  
  
  
  1.5       +6 -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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Makefile_win32_debug.txt  1999/06/05 19:10:02     1.4
  +++ Makefile_win32_debug.txt  1999/11/23 21:09:20     1.5
  @@ -37,6 +37,9 @@
         nmake /nologo CFG="htpasswd - Win32 Debug" -f htpasswd.mak
         nmake /nologo CFG="htdigest - Win32 Debug" -f htdigest.mak
        cd ..
  +     cd lib/expat-lite
  +      nmake /nologo CFG="xmlparse - Win32 Debug" -f xmlparse.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
  @@ -97,6 +100,9 @@
         nmake /nologo CFG="htpasswd - Win32 Debug" -f htpasswd.mak clean
         nmake /nologo CFG="htdigest - Win32 Debug" -f htdigest.mak clean
        cd ..
  +     cd lib/expat-lite
  +      nmake /nologo CFG="xmlparse - Win32 Debug" -f xmlparse.mak clean
  +     cd ../..
        cd main
         nmake /nologo CFG="gen_uri_delims - Win32 Debug" -f gen_uri_delims.mak 
clean
         del uri_delims.h
  
  
  
  1.5       +6 -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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Makefile_win32.txt        1999/06/05 19:10:02     1.4
  +++ Makefile_win32.txt        1999/11/23 21:09:21     1.5
  @@ -37,6 +37,9 @@
         nmake /nologo CFG="htpasswd - Win32 Release" -f htpasswd.mak
         nmake /nologo CFG="htdigest - Win32 Release" -f htdigest.mak
        cd ..
  +     cd lib/expat-lite
  +      nmake /nologo CFG="xmlparse - Win32 Release" -f xmlparse.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
  @@ -97,6 +100,9 @@
         nmake /nologo CFG="htpasswd - Win32 Release" -f htpasswd.mak clean
         nmake /nologo CFG="htdigest - Win32 Release" -f htdigest.mak clean
        cd ..
  +     cd lib/expat-lite
  +      nmake /nologo CFG="xmlparse - Win32 Release" -f xmlparse.mak clean
  +     cd ../..
        cd main
         nmake /nologo CFG="gen_uri_delims - Win32 Release" -f 
gen_uri_delims.mak clean
         del uri_delims.h
  
  
  

Reply via email to