Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix a missed C&P error in comment
add a missing piece needed for command line build



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.17-protocols-http2@1703269 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Gregg Lewis Smith committed Sep 15, 2015
1 parent 0a4db6d commit 457bbe3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile.win
Expand Up @@ -230,7 +230,7 @@ _trynghttp2:
!ENDIF

!ELSE
# NOT EXIST("srclib\lua")
# NOT EXIST("srclib\nghttp2")

_trynghttp2:
@echo -----
Expand Down Expand Up @@ -506,6 +506,11 @@ _build:
cd modules\http
$(MAKE) $(MAKEOPT) -f mod_mime.mak CFG="mod_mime - Win32 $(LONG)" RECURSE=0 $(CTARGET)
cd ..\..
!IF EXIST("srclib\nghttp2")
cd modules\http2
$(MAKE) $(MAKEOPT) -f mod_h2.mak CFG="mod_h2 - Win32 $(LONG)" RECURSE=0 $(CTARGET)
cd ..\..
!ENDIF
cd modules\loggers
$(MAKE) $(MAKEOPT) -f mod_log_config.mak CFG="mod_log_config - Win32 $(LONG)" RECURSE=0 $(CTARGET)
$(MAKE) $(MAKEOPT) -f mod_log_debug.mak CFG="mod_log_debug - Win32 $(LONG)" RECURSE=0 $(CTARGET)
Expand Down

0 comments on commit 457bbe3

Please sign in to comment.