You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by be...@hyperreal.org on 1998/01/04 15:42:21 UTC

cvs commit: apachen/src Makefile.nt

ben         98/01/04 06:42:21

  Modified:    src      Makefile.nt
  Log:
  Build the ap library.
  
  Revision  Changes    Path
  1.20      +8 -0      apachen/src/Makefile.nt
  
  Index: Makefile.nt
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/Makefile.nt,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- Makefile.nt	1997/11/20 16:10:08	1.19
  +++ Makefile.nt	1998/01/04 14:42:20	1.20
  @@ -18,6 +18,10 @@
   	 set CFG=regex - Win32 Release
   	 nmake /nologo -f regex.mak
   	cd ..
  +	cd ap
  +	 set CFG=ap - Win32 Release
  +	 nmake /nologo -f ap.mak
  +	cd ..
   	 -del CoreR\buildmark.obj
   	 set CFG=ApacheCore - Win32 Release
   	 nmake /nologo -f ApacheCore.mak
  @@ -56,6 +60,10 @@
   	cd regex
   	 set CFG=regex - Win32 Debug
   	 nmake /nologo -f regex.mak
  +	cd ..
  +	cd ap
  +	 set CFG=ap - Win32 Debug
  +	 nmake /nologo -f ap.mak
   	cd ..
   	 -del CoreD\buildmark.obj
   	 set CFG=ApacheCore - Win32 Debug