You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@apache.org on 2001/01/19 23:06:10 UTC

cvs commit: httpd-2.0 Makefile.win

stoddard    01/01/19 14:06:10

  Modified:    .        Makefile.win
  Log:
  Win32: httpd.mak is not used now.
  
  Revision  Changes    Path
  1.51      +0 -1      httpd-2.0/Makefile.win
  
  Index: Makefile.win
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/Makefile.win,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- Makefile.win	2001/01/13 01:50:49	1.50
  +++ Makefile.win	2001/01/19 22:06:10	1.51
  @@ -85,7 +85,6 @@
   	cd ..
   	 -del Core$(SHORT)\buildmark.obj
   #	 libhttpd creates the dynamic libhttpd.dll from the static library project httpd
  -	 $(MAKE) $(MAKEOPT) -f httpd.mak CFG="httpd - Win32 $(LONG)" RECURSE=0 $(CTARGET)
   	 $(MAKE) $(MAKEOPT) -f libhttpd.mak CFG="libhttpd - Win32 $(LONG)" RECURSE=0 $(CTARGET)
   	 $(MAKE) $(MAKEOPT) -f Apache.mak CFG="Apache - Win32 $(LONG)" RECURSE=0 $(CTARGET)
   	cd modules\aaa