You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@locus.apache.org on 2000/12/13 06:45:27 UTC

cvs commit: apache-1.3/src makefile.win

wrowe       00/12/12 21:45:27

  Modified:    src      makefile.win
  Log:
    Fix the makefile build for win32
  
  Submitted by:	Randy Kobes <ra...@theoryx5.uwinnipeg.ca>
  Reviewed by:	William Rowe
  
  Revision  Changes    Path
  1.8       +3 -1      apache-1.3/src/makefile.win
  
  Index: makefile.win
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/makefile.win,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- makefile.win	2000/12/11 01:55:26	1.7
  +++ makefile.win	2000/12/13 05:45:26	1.8
  @@ -63,8 +63,10 @@
   #	echo LONG $(LONG) SHORT $(SHORT) x
   	cd os\win32
   	 $(MAKE) $(MAKEOPT) -f ApacheOS.mak CFG="ApacheOS - Win32 $(LONG)" RECURSE=0 $(CTARGET)
  -	 $(MAKE) $(MAKEOPT) -f Win9xConHook.mak CFG="Win9xConHook - Win32 $(LONG)" RECURSE=0 $(CTARGET)
   	cd ..\..
  +        cd os\win32\win9xconhook
  +	 $(MAKE) $(MAKEOPT) -f Win9xConHook.mak CFG="Win9xConHook - Win32 $(LONG)" RECURSE=0 $(CTARGET)
  +	cd ..\..\..
   	cd regex
   	 $(MAKE) $(MAKEOPT) -f regex.mak CFG="regex - Win32 $(LONG)" RECURSE=0 $(CTARGET)
   	cd ..